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
Installer ran successfully
Server metrics [RAM: ▼0.93MB] [CPU: ▼36.94ms] Passed 4 tests
A check of server-side resources used by Bulk Edit Post Titles
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 40.84 ▲5.17 |
Dashboard /wp-admin | 3.03 ▼0.32 | 21.66 ▼39.55 |
Posts /wp-admin/edit.php | 3.03 ▼0.33 | 22.04 ▼22.87 |
Add New Post /wp-admin/post-new.php | 3.03 ▼2.86 | 22.81 ▼77.78 |
Media Library /wp-admin/upload.php | 3.03 ▼0.21 | 26.84 ▼7.54 |
Bulk Edit Settings /wp-admin/tools.php?page=bulk-edit-settings | 3.03 | 21.75 |
Server storage [IO: ▲0.15MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin installed successfully
Filesystem: 11 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Bulk Edit Post Titles
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲54 | 14.55 ▲0.18 | 1.69 ▲0.12 | 37.52 ▼3.01 |
Dashboard /wp-admin | 2,209 ▲32 | 5.60 ▲0.04 | 80.12 ▼9.00 | 35.71 ▼2.12 |
Posts /wp-admin/edit.php | 2,132 ▲35 | 2.07 ▲0.12 | 36.41 ▲1.40 | 35.15 ▲0.16 |
Add New Post /wp-admin/post-new.php | 1,691 ▲163 | 22.42 ▼0.64 | 645.76 ▼22.32 | 51.87 ▼20.22 |
Media Library /wp-admin/upload.php | 1,419 ▲22 | 4.28 ▲0.13 | 107.80 ▲9.41 | 48.21 ▲1.25 |
Bulk Edit Settings /wp-admin/tools.php?page=bulk-edit-settings | 951 | 2.20 | 45.50 | 70.56 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- 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.)
- The uninstall procedure has failed, leaving 6 options in the database
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 0% 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
- > GET request to /wp-admin/tools.php?page=bulk-edit-settings
- > 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.)
SRP 0% 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
Please take a closer look at the following
- 1× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/bulk-edit-post-titles/bulk-edit-titles.php
- 3× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/bulk-edit-post-titles/views/bulk-edit-options.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_head() in wp-content/plugins/bulk-edit-post-titles/views/edit-bulk-titles.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/bulk-edit-post-titles/classes/class.bulk.titles.php:29
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following user-side errors
- > GET request to /wp-admin/tools.php?page=bulk-edit-settings
- > Network (severe)
wp-content/plugins/bulk-edit-post-titles/assets/fonts/glyphicons-halflings-regular.woff2 - Failed to load resource: the server responded with a status of 404 (Not Found)
- > GET request to /wp-admin/tools.php?page=bulk-edit-settings
- > Network (severe)
wp-content/plugins/bulk-edit-post-titles/assets/fonts/glyphicons-halflings-regular.woff - Failed to load resource: the server responded with a status of 404 (Not Found)
- > GET request to /wp-admin/tools.php?page=bulk-edit-settings
- > Network (severe)
wp-content/plugins/bulk-edit-post-titles/assets/fonts/glyphicons-halflings-regular.ttf - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Requires at least: Version not formatted correctly
bulk-edit-post-titles/bulk-edit-titles.php 85% from 13 tests
The principal PHP file in "Bulk Edit Post Titles" v. 5.0.0 is loaded by WordPress automatically on each request
You should first fix the following items:
- Text Domain: Please use dashes and lowercase characters for text domains
- Main file name: It is recommended to name the main PHP file as the plugin slug ("bulk-edit-post-titles.php" instead of "bulk-edit-titles.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
No dangerous file extensions were detected714 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 3 | 85 | 32 | 381 |
PHP | 4 | 53 | 56 | 218 |
CSS | 3 | 17 | 8 | 115 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 14.00 |
▷ Minimum class complexity | 14.00 |
▷ Maximum class complexity | 14.00 |
Average method complexity | 2.30 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 4.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 10 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 10 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
No PNG images were found in this plugin