Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.03MB] [CPU: ▼2.89ms] Passed 4 tests
This is a short check of server-side resources used by Bulk Move
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 42.80 ▲3.85 |
Dashboard /wp-admin | 3.33 ▲0.03 | 46.23 ▼4.14 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 49.85 ▲4.64 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.03 | 83.98 ▼11.28 |
Media Library /wp-admin/upload.php | 3.25 ▲0.03 | 34.45 ▲0.03 |
Bulk Move /wp-admin/tools.php?page=bulk-move-posts | 3.25 | 36.58 |
Server storage [IO: ▲0.09MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 23 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
category_children |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Bulk Move
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.70 ▼1.02 | 1.95 ▲0.06 | 37.46 ▼12.24 |
Dashboard /wp-admin | 2,207 ▲19 | 5.83 ▲0.96 | 95.79 ▼19.07 | 37.95 ▼4.17 |
Posts /wp-admin/edit.php | 2,093 ▲7 | 2.04 ▲0.05 | 40.00 ▲4.42 | 35.39 ▲4.38 |
Add New Post /wp-admin/post-new.php | 1,536 ▲8 | 23.45 ▲0.27 | 671.50 ▲16.54 | 61.75 ▲0.86 |
Media Library /wp-admin/upload.php | 1,392 ▲1 | 4.17 ▼0.00 | 97.45 ▼2.16 | 39.09 ▼9.25 |
Bulk Move /wp-admin/tools.php?page=bulk-move-posts | 1,369 | 2.32 | 46.68 | 34.11 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- category_children
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/bulk-move/include/class-bulk-move-posts.php:653
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: category, post, bulk, mass, move
bulk-move/bulk-move.php 85% from 13 tests
"Bulk Move" version 1.3.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please take the time to fix the following:
- Domain Path: The domain path follows the same naming rules as the domain name, using only dashes and lowercase characters ("languages/.")
- Domain Path: Please prefix the domain path with a forward slash character ("/languages/.")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Success! There were no dangerous files found in this plugin1,226 lines of code in 15 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 172 | 353 | 683 |
PO File | 7 | 163 | 243 | 439 |
JavaScript | 2 | 34 | 29 | 95 |
CSS | 2 | 1 | 12 | 9 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.23 |
Average class complexity | 18.33 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 45.00 |
Average method complexity | 2.62 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 1 | 33.33% |
Methods | 32 | |
▷ Static methods | 16 | 50.00% |
▷ Public methods | 29 | 90.62% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 9.38% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 13 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 13 | 100.00% |
▷ Public constants | 13 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There were not PNG files found in your plugin