Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲4.99MB] [CPU: ▲23.60ms] Passed 4 tests
This is a short check of server-side resources used by Admin Quick Panel
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 8.78 ▲5.31 | 64.90 ▲24.98 |
Dashboard /wp-admin | 8.80 ▲5.49 | 73.18 ▲22.95 |
Posts /wp-admin/edit.php | 8.80 ▲5.44 | 80.38 ▲29.98 |
Add New Post /wp-admin/post-new.php | 9.59 ▲3.70 | 114.79 ▲16.47 |
Media Library /wp-admin/upload.php | 8.80 ▲5.57 | 73.26 ▲39.39 |
Admin Quick Panel /wp-admin/options-general.php?page=admin-quick-panel | 8.80 | 63.84 |
Freemius Debug [v.2.4.3] /wp-admin/admin.php?page=freemius | 8.80 | 58.49 |
Server storage [IO: ▲3.04MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 173 new files
Database: no new tables, 10 new options
New WordPress options |
---|
theysaidso_admin_options |
fs_accounts |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
fs_gdpr |
fs_debug_mode |
widget_recent-comments |
db_upgraded |
fs_active_plugins |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Admin Quick Panel
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,896 ▲150 | 13.48 ▼0.72 | 1.51 ▼0.34 | 23.75 ▼18.04 |
Dashboard /wp-admin | 2,299 ▲111 | 5.19 ▲0.31 | 115.33 ▲8.89 | 49.00 ▲6.53 |
Posts /wp-admin/edit.php | 2,199 ▲110 | 2.24 ▲0.22 | 41.17 ▲0.66 | 45.81 ▲12.17 |
Add New Post /wp-admin/post-new.php | 1,611 ▲97 | 22.09 ▲4.57 | 657.28 ▼29.77 | 37.48 ▼25.64 |
Media Library /wp-admin/upload.php | 1,482 ▲94 | 4.37 ▲0.18 | 94.23 ▼4.26 | 43.73 ▼3.08 |
Admin Quick Panel /wp-admin/options-general.php?page=admin-quick-panel | 1,055 | 1.99 | 32.67 | 55.76 |
Freemius Debug [v.2.4.3] /wp-admin/admin.php?page=freemius | 1,112 | 2.01 | 31.64 | 26.19 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Uninstall procedure had uncaught errors
- > Notice in wp-content/plugins/admin-quick-panel/freemius/includes/class-freemius.php+8575
Undefined property: stdClass::$plugins
- This plugin does not fully uninstall, leaving 10 options in the database
- fs_accounts
- can_compress_scripts
- fs_active_plugins
- fs_gdpr
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
- theysaidso_admin_options
- fs_debug_mode
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
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 take a closer look at the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/admin-quick-panel/functions/aqpanel-core-functions.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
Please fix the following attributes:
- Tags: Too many tags (12 tag instead of maximum 10); only the first 5 tags are used in your directory listing
admin-quick-panel/admin-quick-panel.php Passed 13 tests
The main PHP file in "Admin Quick Panel" ver. 1.2.6 adds more information about the plugin and also serves as the entry point for this plugin
103 characters long description:
Adds a menu to the right side. Add your favorite posts and other useful buttons there for quick access.
Code Analysis 97% from 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Good job! No executable or dangerous file extensions detected31,765 lines of code in 131 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 113 | 7,313 | 16,218 | 30,967 |
CSS | 12 | 17 | 19 | 321 |
JavaScript | 4 | 37 | 64 | 236 |
Markdown | 1 | 68 | 0 | 214 |
JSON | 1 | 0 | 0 | 27 |
PHP code 50% from 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
These items need your attention
- Class cyclomatic complexity should be reduced to less than 1000 (currently 2,910)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.63 |
Average class complexity | 82.26 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 2,910.00 |
Average method complexity | 4.60 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 86.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 50 | |
▷ Abstract classes | 2 | 4.00% |
▷ Concrete classes | 48 | 96.00% |
▷ Final classes | 0 | 0.00% |
Methods | 1,159 | |
▷ Static methods | 175 | 15.10% |
▷ Public methods | 818 | 70.58% |
▷ Protected methods | 15 | 1.29% |
▷ Private methods | 326 | 28.13% |
Functions | 95 | |
▷ Named functions | 95 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 123 | |
▷ Global constants | 98 | 79.67% |
▷ Class constants | 25 | 20.33% |
▷ Public constants | 25 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
3 PNG files occupy 0.05MB with 0.02MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
freemius/assets/img/admin-quick-panel.png | 30.64KB | 15.01KB | ▼ 50.99% |
freemius/assets/img/plugin-icon.png | 9.16KB | 5.26KB | ▼ 42.58% |
freemius/assets/img/theme-icon.png | 10.97KB | 5.78KB | ▼ 47.37% |