Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.04MB] [CPU: ▼3.19ms] Passed 4 tests
Analyzing server-side resources used by Bulk Post Update Date
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 35.73 ▼1.84 |
Dashboard /wp-admin | 3.35 ▲0.04 | 48.97 ▲3.68 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 47.90 ▲1.51 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.04 | 79.11 ▼16.12 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 33.27 ▲4.21 |
Bulk Post Update Date /wp-admin/options-general.php?page=bulk-post-update-date | 3.24 | 32.15 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Bulk Post Update Date
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲33 | 13.62 ▼0.77 | 5.13 ▲3.27 | 44.55 ▲1.08 |
Dashboard /wp-admin | 2,213 ▲22 | 4.85 ▼1.05 | 95.30 ▼5.65 | 37.35 ▼5.81 |
Posts /wp-admin/edit.php | 2,090 ▲1 | 2.05 ▲0.08 | 34.51 ▼3.02 | 32.08 ▼2.23 |
Add New Post /wp-admin/post-new.php | 1,517 ▼2 | 17.63 ▼5.10 | 676.75 ▲26.67 | 55.41 ▲2.25 |
Media Library /wp-admin/upload.php | 1,389 ▲1 | 4.19 ▼0.02 | 97.19 ▼3.11 | 41.95 ▼7.28 |
Bulk Post Update Date /wp-admin/options-general.php?page=bulk-post-update-date | 1,133 | 2.14 | 33.65 | 66.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% 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
Please fix the following
- 5× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/bulk-post-update-date/comments.php
- > /wp-content/plugins/bulk-post-update-date/posts.php
- > /wp-content/plugins/bulk-post-update-date/inc.php
- > /wp-content/plugins/bulk-post-update-date/custom.php
- > /wp-content/plugins/bulk-post-update-date/pages.php
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/bulk-post-update-date/index.php:34
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
8 plugin tags: posts, bulk, google, modified date, update...
bulk-post-update-date/index.php 77% from 13 tests
Analyzing the main PHP file in "Bulk Post Update Date" version 1.5.0
You should first fix the following items:
- Main file name: Name the main plugin file the same as the plugin slug ("bulk-post-update-date.php" instead of "index.php")
- Domain Path: The domain path points to an invalid folder, "/languages" does not exist
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 214 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Good job! No executable or dangerous file extensions detected572 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 126 | 36 | 386 |
SVG | 1 | 0 | 0 | 99 |
CSS | 1 | 0 | 0 | 87 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
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 | 4 | |
▷ Named functions | 4 | 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