Benchmarks
Plugin footprint 83% 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.05MB] [CPU: ▼2.42ms] Passed 4 tests
A check of server-side resources used by jQuery & Plugins Asynchronous Loader
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 47.99 ▲6.85 |
Dashboard /wp-admin | 3.36 ▲0.05 | 48.76 ▲0.60 |
Posts /wp-admin/edit.php | 3.41 ▲0.05 | 44.55 ▼5.01 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 82.39 ▼11.40 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 39.46 ▲6.13 |
jQuery Async Loader /wp-admin/options-general.php?page=jquery_async_loader | 3.25 | 31.12 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for jQuery & Plugins Asynchronous Loader
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,899 ▲164 | 8.59 ▼5.79 | 11.91 ▲10.12 | 46.12 ▼1.16 |
Dashboard /wp-admin | 2,214 ▲26 | 5.89 ▲1.00 | 100.10 ▼2.35 | 45.86 ▲0.16 |
Posts /wp-admin/edit.php | 2,097 ▲8 | 2.03 ▲0.01 | 35.06 ▼4.61 | 34.50 ▼0.48 |
Add New Post /wp-admin/post-new.php | 1,531 ▲17 | 23.42 ▲5.74 | 659.92 ▼53.19 | 48.03 ▼19.87 |
Media Library /wp-admin/upload.php | 1,396 ▲8 | 4.21 ▼0.02 | 95.76 ▼7.92 | 43.25 ▼2.50 |
jQuery Async Loader /wp-admin/options-general.php?page=jquery_async_loader | 865 | 2.02 | 28.85 | 32.19 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
9 plugin tags: jquery, above the fold, insights, render blocking, optimization...
asynchronous-jquery-loader/jquery-async-loader.php 77% from 13 tests
"jQuery & Plugins Asynchronous Loader" version 1.1's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
You should first fix the following items:
- Description: The description should be shorter than 140 characters (currently 381 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("asynchronous-jquery-loader.php" instead of "jquery-async-loader.php")
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
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
Everything looks great! No dangerous files found in this plugin269 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 53 | 66 | 171 |
PO File | 1 | 19 | 19 | 98 |
PHP code Passed 2 tests
This is a very shot 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.21 |
Average class complexity | 12.00 |
▷ Minimum class complexity | 12.00 |
▷ Maximum class complexity | 12.00 |
Average method complexity | 1.79 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.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 | 14 | |
▷ Static methods | 2 | 14.29% |
▷ Public methods | 14 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 2 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 1 | 100.00% |
▷ Public constants | 1 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin