Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Installer ran successfully
Server metrics [RAM: ▲0.20MB] [CPU: ▼0.12ms] Passed 4 tests
Server-side resources used by Do Shortcodes for Rank Math SEO
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.67 ▲0.20 | 44.44 ▼2.81 |
Dashboard /wp-admin | 3.51 ▲0.21 | 63.00 ▲9.36 |
Posts /wp-admin/edit.php | 3.62 ▲0.27 | 50.12 ▼0.46 |
Add New Post /wp-admin/post-new.php | 6.08 ▲0.20 | 97.25 ▼2.30 |
Media Library /wp-admin/upload.php | 3.43 ▲0.20 | 42.53 ▲5.09 |
Do Shortcodes for Rank Math SEO /wp-admin/admin.php?page=denra-plugin-do-shortcodes-for-rank-math-seo | 3.40 | 37.18 |
Home /wp-admin/admin.php?page=denra-plugins | 3.40 | 34.92 |
Server storage [IO: ▲0.05MB] [DB: ▲0.31MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by Do Shortcodes for Rank Math SEO
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,913 ▲152 | 14.37 ▼0.16 | 2.01 ▲0.26 | 44.12 ▼2.55 |
Dashboard /wp-admin | 2,322 ▲145 | 5.66 ▲0.12 | 102.53 ▲10.14 | 42.23 ▲1.20 |
Posts /wp-admin/edit.php | 2,224 ▲124 | 2.00 ▲0.03 | 35.88 ▼5.16 | 32.77 ▼11.08 |
Add New Post /wp-admin/post-new.php | 1,550 ▲15 | 23.08 ▲4.96 | 677.86 ▲27.66 | 58.44 ▼8.12 |
Media Library /wp-admin/upload.php | 1,524 ▲127 | 4.16 ▼0.03 | 98.64 ▼0.10 | 46.70 ▲0.21 |
Do Shortcodes for Rank Math SEO /wp-admin/admin.php?page=denra-plugin-do-shortcodes-for-rank-math-seo | 1,027 | 2.14 | 24.24 | 35.16 |
Home /wp-admin/admin.php?page=denra-plugins | 935 | 2.01 | 23.04 | 30.39 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.31MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Good news, no errors were detected
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
- 5× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Class 'Denra\\Plugins\\BasicExtra' not found in wp-content/plugins/do-shortcodes-for-rank-math-seo/denra-plugins/classes/Plugin.php:17
- > PHP Fatal error
Uncaught Error: Class 'Denra\\Plugins\\Basic' not found in wp-content/plugins/do-shortcodes-for-rank-math-seo/denra-plugins/classes/BasicExtra.php:22
- > PHP Fatal error
Uncaught Error: Class 'Denra\\Plugins\\BasicExtra' not found in wp-content/plugins/do-shortcodes-for-rank-math-seo/denra-plugins/classes/Framework.php:22
- > PHP Fatal error
Uncaught Error: Class 'Denra\\Plugins\\Plugin' not found in wp-content/plugins/do-shortcodes-for-rank-math-seo/plugin/classes/DoShortcodesRankMathSEO.php:17
- > PHP Fatal error
Uncaught Error: Class 'Denra\\Plugins\\PluginHooks' not found in wp-content/plugins/do-shortcodes-for-rank-math-seo/plugin/classes/DoShortcodesRankMathSEOHooks.php:17
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 93% 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
Attributes that need to be fixed:
- Tags: Please reduce the number of tags, currently 16 tag instead of maximum 10
do-shortcodes-for-rank-math-seo/do-shortcodes-for-rank-math-seo.php 92% from 13 tests
The entry point to "Do Shortcodes for Rank Math SEO" version 1.2 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
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
There were no executable files found in this plugin610 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 232 | 156 | 540 |
CSS | 1 | 15 | 9 | 70 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
Average class complexity | 12.25 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 33.00 |
Average method complexity | 3.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 13.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 36 | |
▷ Static methods | 11 | 30.56% |
▷ Public methods | 36 | 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 | 0 | 0.00% |
▷ Class constants | 1 | 100.00% |
▷ Public constants | 1 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG files were detected