Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼7.10ms] Passed 4 tests
An overview of server-side resources used by Vuukle Comments, Reactions, Share Bar, Revenue
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 39.63 ▼2.60 |
Dashboard /wp-admin | 3.33 ▼0.01 | 51.03 ▼11.43 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 53.30 ▲5.65 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 98.56 ▼13.69 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 36.55 ▼0.66 |
Server storage [IO: ▲0.27MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 33 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
Activated_Vuukle_Plugin_Date |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by Vuukle Comments, Reactions, Share Bar, Revenue
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,904 ▲158 | 14.26 ▼0.14 | 1.82 ▲0.37 | 46.37 ▲10.13 |
Dashboard /wp-admin | 2,210 ▲33 | 5.59 ▼0.05 | 89.13 ▲2.91 | 74.23 ▲30.60 |
Posts /wp-admin/edit.php | 2,121 ▲21 | 2.01 ▼0.03 | 39.38 ▼1.52 | 32.24 ▼0.21 |
Add New Post /wp-admin/post-new.php | 1,558 ▲30 | 23.01 ▼0.19 | 683.04 ▲30.04 | 55.53 ▲4.98 |
Media Library /wp-admin/upload.php | 1,409 ▲9 | 4.22 ▲0.06 | 99.63 ▼7.03 | 82.81 ▲35.07 |
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
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- widget_theysaidso_widget
- Activated_Vuukle_Plugin_Date
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- db_upgraded
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 no errors were found, this is by no means an exhaustive test
SRP 0% 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
Almost there! Just fix the following items
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/free-comments-for-wordpress-vuukle/admin/partials/free-comments-for-wordpress-vuukle-save-remind-modal.php
- 3× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/free-comments-for-wordpress-vuukle/admin/partials/free-comments-for-wordpress-vuukle-activate-modal.php:12
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/free-comments-for-wordpress-vuukle/admin/partials/free-comments-for-wordpress-vuukle-admin-display.php:15
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/free-comments-for-wordpress-vuukle/admin/partials/free-comments-for-wordpress-vuukle-deactivate-modal.php:25
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser errors were detected
Optimizations
Plugin configuration 90% 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
Attributes that require attention:
- Tags: There are too many tags (12 tag instead of maximum 10)
free-comments-for-wordpress-vuukle/free-comments-for-wordpress-vuukle.php 85% from 13 tests
The main PHP script in "Vuukle Comments, Reactions, Share Bar, Revenue" version 5.1.7 is automatically included on every request by WordPress
You should first fix the following items:
- Description: The description should be shorter than 140 characters (currently 271 characters long)
- Domain Path: The domain path points to a folder that does not exist ("/languages")
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
Everything looks great! No dangerous files found in this plugin2,425 lines of code in 22 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 18 | 186 | 1,159 | 2,262 |
JavaScript | 2 | 18 | 73 | 161 |
CSS | 1 | 0 | 4 | 1 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.49 |
Average class complexity | 25.44 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 81.00 |
Average method complexity | 4.04 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 34.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 68 | |
▷ Static methods | 9 | 13.24% |
▷ Public methods | 60 | 88.24% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 8 | 11.76% |
Functions | 6 | |
▷ Named functions | 4 | 66.67% |
▷ Anonymous functions | 2 | 33.33% |
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
PNG files should be compressed to save space and minimize bandwidth usage
5 PNG files occupy 0.08MB with 0.04MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
admin/images/icon@2.png | 1.12KB | 1.08KB | ▼ 3.56% |
admin/images/emote.png | 47.89KB | 13.39KB | ▼ 72.03% |
admin/images/share.png | 11.70KB | 4.26KB | ▼ 63.57% |
admin/images/logo.png | 16.99KB | 7.75KB | ▼ 54.39% |
admin/images/noavatar.png | 1.61KB | 1.04KB | ▼ 34.98% |