Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▼9.54ms] Passed 4 tests
Server-side resources used by GG Auto Move
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 38.71 ▼2.33 |
Dashboard /wp-admin | 3.39 ▲0.04 | 44.05 ▼15.17 |
Posts /wp-admin/edit.php | 3.44 ▲0.08 | 46.52 ▼2.75 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.08 | 78.96 ▼17.89 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 36.33 ▲2.16 |
Auto Move /wp-admin/admin.php?page=gg-auto-move-settings | 3.25 | 30.04 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
GG Auto Move: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.65 ▼0.78 | 1.55 ▼0.22 | 37.73 ▼2.68 |
Dashboard /wp-admin | 2,203 ▲15 | 5.83 ▲1.00 | 104.30 ▼1.36 | 41.09 ▼2.36 |
Posts /wp-admin/edit.php | 2,089 ▼3 | 2.14 ▲0.11 | 39.53 ▼0.44 | 36.01 ▼0.30 |
Add New Post /wp-admin/post-new.php | 1,533 ▲10 | 23.03 ▼0.28 | 675.96 ▲32.99 | 51.20 ▲0.93 |
Media Library /wp-admin/upload.php | 1,388 ▼0 | 4.22 ▲0.01 | 96.13 ▲0.50 | 41.53 ▲0.15 |
Auto Move /wp-admin/admin.php?page=gg-auto-move-settings | 975 | 2.02 | 24.79 | 21.05 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- widget_recent-posts
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- can_compress_scripts
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
These errors were triggered by the plugin
- 4 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=gg-auto-move-settings
- > Notice in wp-content/plugins/gg-auto-move/includes/admin/settings.php+63
Trying to get property 'slug' of non-object
- 3 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=gg-auto-move-settings
- > Notice in wp-includes/class-walker-category-dropdown.php+65
Trying to get property 'name' of non-object
- 3 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=gg-auto-move-settings
- > Notice in wp-includes/class-walker-category-dropdown.php+82
Trying to get property 'count' of non-object
- 3 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=gg-auto-move-settings
- > Notice in wp-includes/class-walker-category-dropdown.php+76
Trying to get property 'term_id' of non-object
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Almost there! Just fix the following items
- 4× 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/gg-auto-move/includes/modules/dashboard-widget.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/gg-auto-move/includes/admin/settings.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/gg-auto-move/includes/modules/auto-move.php:44
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/gg-auto-move/includes/modules/category-move.php:2
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please take a look at the following user-side issues
- > GET request to /wp-admin/admin.php?page=gg-auto-move-settings
- > Javascript (severe) in unknown
/wp-admin/admin.php?page=gg-auto-move-settings 214:27 Uncaught TypeError: jQuery(...).select2 is not a function
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
1 plugin tags: auto move
gg-auto-move/gg-auto-move.php 85% from 13 tests
"GG Auto Move" version 1.0.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
It is important to fix the following:
- Domain Path: The domain path folder does not exist ("/languages")
- Requires at least: The required version number must match the one declared in readme.txt ("5.2" instead of "3.6")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
No dangerous file extensions were detected540 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 91 | 44 | 540 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.56 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 18 | |
▷ Named functions | 18 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 7 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin