Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
These installer errors require your attention
- Install procedure validation failed for this plugin
- > Deprecated in wp-content/plugins/healthy-site-seo/healthy-site-seo.php+241
Methods with the same name as their class will not be constructors in a future version of PHP; HealthySiteMenu has a deprecated constructor
Server metrics [RAM: ▲0.06MB] [CPU: ▼1.19ms] Passed 4 tests
A check of server-side resources used by Healthy Site SEO
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 35.15 ▼8.01 |
Dashboard /wp-admin | 3.37 ▲0.07 | 47.62 ▲1.78 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 50.88 ▲1.08 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 94.39 ▲0.38 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 39.13 ▲6.84 |
Install Plugins /wp-admin/themes.php?page=install-required-plugins | 3.25 | 30.03 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 5 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Healthy Site SEO
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,993 ▲258 | 13.22 ▼1.13 | 5.33 ▲3.51 | 39.83 ▼2.90 |
Dashboard /wp-admin | 2,355 ▲167 | 5.84 ▼0.05 | 99.91 ▼3.97 | 48.38 ▲4.22 |
Posts /wp-admin/edit.php | 2,261 ▲172 | 2.18 ▲0.20 | 41.51 ▲3.40 | 43.77 ▲8.79 |
Add New Post /wp-admin/post-new.php | 1,676 ▲143 | 23.44 ▲0.33 | 643.18 ▼57.53 | 55.02 ▼1.46 |
Media Library /wp-admin/upload.php | 1,548 ▲160 | 4.27 ▲0.08 | 97.65 ▼11.08 | 49.07 ▲0.59 |
Install Plugins /wp-admin/themes.php?page=install-required-plugins | 1,571 | 2.21 | 25.45 | 29.21 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/themes.php?page=install-required-plugins
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/themes.php?page=install-required-plugins
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/healthy-site-seo/includes/plugin-activation.php:164
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/healthy-site-seo/includes/plugin-activation.php:164
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need your attention:
- Donate link: Please fix this invalid URI: ""
healthy-site-seo/healthy-site-seo.php Passed 13 tests
The entry point to "Healthy Site SEO" version 1.5.2 is a PHP file that has certain tags in its header comment area
128 characters long description:
Makes sure that you install and activate certain plugins to make your site secure, optimised and improve your overall SEO score.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Everything looks great! No dangerous files found in this plugin1,361 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 406 | 804 | 1,361 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.46 |
Average class complexity | 30.43 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 108.00 |
Average method complexity | 5.29 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 38.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 2 | 28.57% |
Methods | 48 | |
▷ Static methods | 2 | 4.17% |
▷ Public methods | 42 | 87.50% |
▷ Protected methods | 6 | 12.50% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin