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.97MB] [CPU: ▲4.33ms] Passed 4 tests
Analyzing server-side resources used by FV Simpler SEO
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.50 ▲1.04 | 45.33 ▲9.12 |
Dashboard /wp-admin | 4.31 ▲1.00 | 52.21 ▲4.06 |
Posts /wp-admin/edit.php | 4.36 ▲1.00 | 54.74 ▲11.78 |
Add New Post /wp-admin/post-new.php | 6.83 ▲0.94 | 86.09 ▼2.21 |
Media Library /wp-admin/upload.php | 4.17 ▲0.94 | 40.69 ▲6.36 |
FV Simpler SEO /wp-admin/options-general.php?page=fv_simpler_seo | 4.14 | 38.42 |
Server storage [IO: ▲0.89MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 30 new files
Database: no new tables, 9 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-posts |
aioseop_options |
widget_theysaidso_widget |
fv_simpler_seo_version |
db_upgraded |
widget_recent-comments |
aiosp-shorten-link-install |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for FV Simpler SEO
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,873 ▲111 | 14.81 ▲0.09 | 1.77 ▼0.03 | 42.81 ▼2.41 |
Dashboard /wp-admin | 2,279 ▲102 | 5.81 ▲0.15 | 99.90 ▲11.18 | 40.07 ▼2.93 |
Posts /wp-admin/edit.php | 2,184 ▲84 | 2.42 ▲0.28 | 51.39 ▲16.56 | 37.61 ▲1.99 |
Add New Post /wp-admin/post-new.php | 6,331 ▲4,805 | 26.04 ▲3.06 | 913.89 ▲246.81 | 90.03 ▲31.84 |
Media Library /wp-admin/upload.php | 1,481 ▲81 | 4.51 ▲0.35 | 105.32 ▲6.70 | 43.63 ▲0.93 |
FV Simpler SEO /wp-admin/options-general.php?page=fv_simpler_seo | 2,344 | 2.44 | 57.83 | 37.42 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- This plugin does not fully uninstall, leaving 9 options in the database
- fv_simpler_seo_version
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- aiosp-shorten-link-install
- aioseop_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% 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
The following issues need your attention
- 3× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/fv-all-in-one-seo-pack/fv_simpler_seo.class.php:39
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/fv-all-in-one-seo-pack/fv-events.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/fv-all-in-one-seo-pack/fv-all-in-one-seo-pack.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Screenshots: Please add images for these screenshots: #1 (FV Simpler SEO meta box - only the important things remain, the others can be turned on in options), #2 (FV Simpler SEO options screen)
fv-all-in-one-seo-pack/fv-all-in-one-seo-pack.php 92% from 13 tests
The main PHP script in "FV Simpler SEO" version 1.9.5 is automatically included on every request by WordPress
It is important to fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 166 characters long)
Code Analysis 97% from 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
There were no executable files found in this plugin8,613 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 953 | 336 | 4,609 |
PO File | 10 | 1,481 | 3,353 | 3,982 |
Markdown | 1 | 20 | 0 | 22 |
PHP code 50% from 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
It is recommended to fix the following
- Cyclomatic complexity of methods should be reduced to less than 100 (currently 110)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.55 |
Average class complexity | 278.00 |
▷ Minimum class complexity | 20.00 |
▷ Maximum class complexity | 769.00 |
Average method complexity | 9.07 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 110.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 | 103 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 103 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 19 | |
▷ Named functions | 19 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
2 PNG files occupy 0.18MB with 0.12MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-1.png | 24.89KB | 10.05KB | ▼ 59.61% |
screenshot-2.png | 164.22KB | 43.54KB | ▼ 73.49% |