Benchmarks
Plugin footprint 82% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.10MB] [CPU: ▼10.48ms] Passed 4 tests
An overview of server-side resources used by RabbitLoader
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.07 | 38.14 ▲0.67 |
Dashboard /wp-admin | 3.38 ▲0.03 | 46.07 ▼14.21 |
Posts /wp-admin/edit.php | 3.55 ▲0.19 | 41.30 ▼6.48 |
Add New Post /wp-admin/post-new.php | 6.03 ▲0.14 | 72.35 ▼21.18 |
Media Library /wp-admin/upload.php | 3.38 ▲0.15 | 31.87 ▼0.06 |
Server storage [IO: ▲1.10MB] [DB: ▲0.07MB] 67% from 3 tests
A short overview of filesystem and database impact
Just a few items left to fix
- The plugin illegally modified 3 files (5.87KB) outside of "wp-content/plugins/rabbit-loader/" and "wp-content/uploads/"
- (new file) wp-content/rabbitloader/rl_config.log
- (modified) wp-config.php
- (new file) wp-content/advanced-cache.php
Filesystem: 55 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
rabbit_loader_wp_options |
Browser metrics Passed 4 tests
Checking browser requirements for RabbitLoader
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,936 ▲189 | 13.51 ▼0.81 | 8.83 ▲7.13 | 39.96 ▼3.76 |
Dashboard /wp-admin | 2,243 ▲65 | 5.58 ▼0.11 | 90.09 ▼25.38 | 79.76 ▲34.32 |
Posts /wp-admin/edit.php | 2,153 ▲50 | 2.01 ▼0.01 | 37.20 ▼0.47 | 33.93 ▲2.24 |
Add New Post /wp-admin/post-new.php | 1,573 ▲47 | 23.19 ▲0.04 | 688.96 ▲11.68 | 37.73 ▼18.11 |
Media Library /wp-admin/upload.php | 1,447 ▲44 | 4.20 ▲0.05 | 106.63 ▲3.25 | 75.33 ▲29.60 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 50% 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)
Even though everything seems fine, this is not an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please fix the following items
- 3× PHP files output text when accessed directly:
- > /wp-content/plugins/rabbit-loader/advanced-cache.php
- > /wp-content/plugins/rabbit-loader/wp-cli.php
- > /wp-content/plugins/rabbit-loader/rabbit-loader.php
- 9× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_images.php:8
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_geo.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/rabbit-loader/autoload.php:3
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_home.php:8
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_settings.php:8
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_usage.php:8
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Admin' not found in wp-content/plugins/rabbit-loader/inc/tab_init.php:3
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_urls.php:8
- > PHP Fatal error
Uncaught Error: Class 'RabbitLoader_21_Tab_Init' not found in wp-content/plugins/rabbit-loader/inc/tab_css.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: lazy loading, cache, cdn, caching, speed optimization
rabbit-loader/rabbit-loader.php 92% from 13 tests
The main file in "RabbitLoader" v. 2.19.11 serves as a complement to information provided in readme.txt and as the entry point to the plugin
It is important to fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 287 characters long)
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 detected5,808 lines of code in 44 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 35 | 650 | 288 | 4,754 |
CSS | 4 | 132 | 43 | 937 |
SVG | 2 | 0 | 2 | 96 |
JavaScript | 3 | 2 | 0 | 21 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 29.07 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 138.00 |
Average method complexity | 4.37 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 76.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 29 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 29 | 100.00% |
▷ Final classes | 5 | 17.24% |
Methods | 243 | |
▷ Static methods | 166 | 68.31% |
▷ Public methods | 169 | 69.55% |
▷ Protected methods | 11 | 4.53% |
▷ Private methods | 63 | 25.93% |
Functions | 31 | |
▷ Named functions | 2 | 6.45% |
▷ Anonymous functions | 29 | 93.55% |
Constants | 34 | |
▷ Global constants | 16 | 47.06% |
▷ Class constants | 18 | 52.94% |
▷ Public constants | 17 | 94.44% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
7 PNG files occupy 0.10MB with 0.05MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/checked.png | 15.64KB | 5.94KB | ▼ 62.02% |
assets/delete.png | 12.11KB | 4.85KB | ▼ 59.95% |
images/icon_rabbit.png | 14.58KB | 8.62KB | ▼ 40.90% |
assets/quick-tips.png | 14.85KB | 5.99KB | ▼ 59.68% |
assets/checked-2.png | 6.95KB | 3.00KB | ▼ 56.85% |