Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼1.50MB] [CPU: ▼56.61ms] Passed 4 tests
A check of server-side resources used by Simple System Status
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.50 ▼0.96 | 5.39 ▼37.71 |
Dashboard /wp-admin | 2.52 ▼0.83 | 6.70 ▼58.08 |
Posts /wp-admin/edit.php | 2.52 ▼0.84 | 7.40 ▼38.85 |
Add New Post /wp-admin/post-new.php | 2.52 ▼3.37 | 7.25 ▼91.79 |
Media Library /wp-admin/upload.php | 2.52 ▼0.71 | 6.44 ▼28.77 |
Simple System Status /wp-admin/tools.php?page=simple-system-status | 2.52 | 7.96 |
Server storage [IO: ▲0.09MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 26 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Simple System Status
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,794 ▲22 | 14.70 ▲0.36 | 1.78 ▼0.34 | 37.98 ▼5.93 |
Dashboard /wp-admin | 2,199 ▲21 | 5.61 ▼0.05 | 91.58 ▼20.51 | 41.88 ▲0.18 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.94 ▼0.08 | 38.72 ▼0.41 | 35.77 ▼3.88 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 22.89 ▼0.07 | 655.35 ▲21.62 | 64.92 ▲1.67 |
Media Library /wp-admin/upload.php | 1,401 ▲1 | 4.27 ▲0.13 | 96.08 ▲2.19 | 41.65 ▼0.59 |
Simple System Status /wp-admin/tools.php?page=simple-system-status | 847 | 2.13 | 22.59 | 43.91 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- Uninstall procedure validation failed for this plugin
- > Deprecated in wp-content/plugins/simple-system-status/includes/browser.php+148
Methods with the same name as their class will not be constructors in a future version of PHP; Browser has a deprecated constructor
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- widget_recent-comments
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)
Smoke test failed, please fix the following
- > GET request to /wp-admin/tools.php?page=simple-system-status
- > Deprecated in wp-content/plugins/simple-system-status/includes/browser.php+148
Methods with the same name as their class will not be constructors in a future version of PHP; Browser has a deprecated constructor
- > GET request to /wp-admin/tools.php?page=simple-system-status
- > Notice in wp-content/plugins/simple-system-status/views/output.php+80
A non well formed numeric value encountered
- > GET request to /wp-admin/tools.php?page=simple-system-status
- > Warning in wp-content/plugins/simple-system-status/views/output.php+114
count(): Parameter must be an array or an object that implements Countable
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following items
- 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/simple-system-status/views/simple-system-status.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/simple-system-status/simple-system-status.php:280
- > PHP Fatal error
Uncaught Error: Call to undefined function home_url() in wp-content/plugins/simple-system-status/views/output.php:73
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
9 plugin tags: tools, debugging, developer, debug, testing...
simple-system-status/simple-system-status.php 92% from 13 tests
"Simple System Status" version 2.1.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
The following require your attention:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected1,199 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 7 | 129 | 579 | 981 |
Markdown | 1 | 41 | 0 | 82 |
JavaScript | 5 | 16 | 10 | 74 |
JSON | 2 | 0 | 0 | 34 |
CSS | 1 | 6 | 3 | 28 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 46.67 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 119.00 |
Average method complexity | 2.99 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 29.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 69 | |
▷ Static methods | 14 | 20.29% |
▷ Public methods | 69 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 2 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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 are no PNG files in this plugin