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
Installer ran successfully
Server metrics [RAM: ▲0.10MB] [CPU: ▼3.27ms] Passed 4 tests
An overview of server-side resources used by Speedup Optimization
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.59 ▲0.13 | 37.50 ▼6.95 |
Dashboard /wp-admin | 3.39 ▲0.09 | 46.39 ▼0.32 |
Posts /wp-admin/edit.php | 3.50 ▲0.15 | 47.96 ▼1.41 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.09 | 83.20 ▼3.29 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 34.38 ▼1.42 |
SpeedUp Optimization /wp-admin/options-general.php?page=speedup-help | 3.28 | 30.41 |
Server storage [IO: ▲0.41MB] [DB: ▲0.00MB] 67% from 3 tests
Input-output and database impact of this plugin
It is recommended to fix the following issues
- You have illegally modified 5 files (33.86KB) outside of "wp-content/plugins/speedup-optimization/" and "wp-content/uploads/"
- (new file) webanalyze/firewall/firewall.speedup.php
- (new file) siteguarding_tools.php
- (modified) .htaccess
- (modified) index.php
- (new file) webanalyze/firewall/firewall.speedup.ini
Filesystem: 15 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Speedup Optimization
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,852 ▲106 | 13.54 ▲0.48 | 1.92 ▲0.18 | 42.75 ▼0.71 |
Dashboard /wp-admin | 2,227 ▲36 | 5.82 ▲0.95 | 103.86 ▼15.13 | 39.81 ▼3.41 |
Posts /wp-admin/edit.php | 2,116 ▲24 | 2.01 ▼0.01 | 37.24 ▼6.73 | 32.74 ▼1.98 |
Add New Post /wp-admin/post-new.php | 1,556 ▲22 | 22.69 ▼0.50 | 627.48 ▼27.98 | 60.72 ▲0.35 |
Media Library /wp-admin/upload.php | 1,418 ▲27 | 4.22 ▲0.02 | 95.35 ▼6.76 | 40.97 ▼2.41 |
SpeedUp Optimization /wp-admin/options-general.php?page=speedup-help | 1,246 | 2.02 | 33.56 | 27.51 |
Uninstaller [IO: ▲0.03MB] [DB: ▲0.00MB] 50% 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
- This plugin did not uninstall without warnings or errors
- > Warning in wp-content/plugins/speedup-optimization/speedup-optimization.php+253
unlink(/webanalyze/firewall/firewall.speedup.on): No such file or directory
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-comments
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)
The smoke test was a success, however most plugin functionality was not tested
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
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/speedup-optimization/speedup-optimization.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
These attributes need to be fixed:
- Screenshots: A description for screenshot #2 is required in speedup-optimization/assets to your readme.txt
speedup-optimization/speedup-optimization.php Passed 13 tests
"Speedup Optimization" version 1.2.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
137 characters long description:
Speedup your WordPress site. Increasing website performance and reducing load time. At least 10x improvement in overall site performance.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Success! There were no dangerous files found in this plugin2,394 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 1 | 0 | 1 | 1,549 |
PHP | 2 | 238 | 165 | 836 |
INI | 1 | 3 | 15 | 5 |
HTML | 1 | 0 | 0 | 4 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
Average class complexity | 74.00 |
▷ Minimum class complexity | 74.00 |
▷ Maximum class complexity | 74.00 |
Average method complexity | 9.11 |
▷ Minimum method complexity | 2.00 |
▷ Maximum method complexity | 23.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 9 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 9 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 23 | |
▷ Named functions | 23 | 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
6 PNG files occupy 0.27MB with 0.17MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/step2.png | 37.21KB | 13.69KB | ▼ 63.22% |
images/livechat.png | 14.97KB | 6.22KB | ▼ 58.43% |
images/step4.png | 67.28KB | 26.50KB | ▼ 60.61% |
images/step5.png | 58.21KB | 22.98KB | ▼ 60.53% |
images/step1.png | 59.95KB | 22.45KB | ▼ 62.55% |