Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▼0.94MB] [CPU: ▼32.88ms] Passed 4 tests
Analyzing server-side resources used by Easy Bulk Subpage Creator
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.01 | 42.35 ▲2.16 |
Dashboard /wp-admin | 3.01 ▼0.30 | 25.59 ▼26.83 |
Posts /wp-admin/edit.php | 3.01 ▼0.35 | 24.92 ▼27.54 |
Add New Post /wp-admin/post-new.php | 3.01 ▼2.88 | 21.14 ▼70.91 |
Media Library /wp-admin/upload.php | 3.01 ▼0.22 | 29.85 ▼6.22 |
Easy Bulk Subpage Creator /wp-admin/options-general.php?page=ebsc-page-creator | 3.01 | 25.83 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Easy Bulk Subpage Creator
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲7 | 14.23 ▼0.33 | 1.81 ▼0.94 | 44.27 ▼0.12 |
Dashboard /wp-admin | 2,199 ▲22 | 5.63 ▼0.02 | 84.31 ▼3.33 | 39.97 ▲0.37 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.96 ▼0.00 | 33.17 ▼8.31 | 33.90 ▼3.33 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.75 ▲0.26 | 702.84 ▲35.48 | 62.95 ▲3.66 |
Media Library /wp-admin/upload.php | 1,404 ▲10 | 4.17 ▲0.00 | 107.48 ▼3.58 | 45.85 ▲1.51 |
Easy Bulk Subpage Creator /wp-admin/options-general.php?page=ebsc-page-creator | 831 | 1.99 | 23.02 | 24.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Uninstall procedure validation failed for this plugin
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=ebsc-page-creator
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
- > GET request to /wp-admin/options-general.php?page=ebsc-page-creator
- > Notice in wp-content/plugins/easy-bulk-subpage-creator/easy-bulk-subpage-creator.php+38
Undefined variable: man_ebsc_save_page_title_contents
- > GET request to /wp-admin/options-general.php?page=ebsc-page-creator
- > Notice in wp-content/plugins/easy-bulk-subpage-creator/easy-bulk-subpage-creator.php+45
Undefined variable: man_ebsc_parent_id
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
The following issues need your attention
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-bulk-subpage-creator/easy-bulk-subpage-creator.php:10
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Please fix the following attributes:
- Tags: There are too many tags (15 tag instead of maximum 10)
- Donate link: Invalid url: ""
easy-bulk-subpage-creator/easy-bulk-subpage-creator.php Passed 13 tests
The main PHP file in "Easy Bulk Subpage Creator" ver. 1.5 adds more information about the plugin and also serves as the entry point for this plugin
44 characters long description:
A handy tool for batch creation of subpages.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
No dangerous file extensions were detected114 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 29 | 9 | 114 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.67 |
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 | 2 | |
▷ Named functions | 2 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
PNG images were not found in this plugin