Benchmarks
Plugin footprint 83% 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.87MB] [CPU: ▲3.00ms] Passed 4 tests
This is a short check of server-side resources used by UiPress lite | Effortless custom dashboards, admin themes and pages
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.37 ▲0.91 | 49.05 ▲9.88 |
Dashboard /wp-admin | 4.18 ▲0.84 | 61.05 ▼2.74 |
Posts /wp-admin/edit.php | 4.23 ▲0.88 | 57.12 ▲8.40 |
Add New Post /wp-admin/post-new.php | 6.89 ▲1.00 | 94.17 ▼3.56 |
Media Library /wp-admin/upload.php | 4.11 ▲0.88 | 47.34 ▲13.14 |
uiBuilder /wp-admin/options-general.php?page=uip-ui-builder | 4.49 | 55.65 |
Server storage [IO: ▲12.90MB] [DB: ▲0.02MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 462 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for UiPress lite | Effortless custom dashboards, admin themes and pages
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,798 ▲62 | 14.27 ▲0.14 | 1.57 ▼0.56 | 38.95 ▼6.64 |
Dashboard /wp-admin | 2,200 ▲25 | 5.56 ▼0.15 | 97.12 ▼38.85 | 43.25 ▼3.13 |
Posts /wp-admin/edit.php | 2,108 ▲8 | 1.96 ▼0.04 | 39.92 ▲0.09 | 35.16 ▲0.27 |
Add New Post /wp-admin/post-new.php | 1,532 ▲6 | 23.18 ▼0.16 | 640.37 ▲8.88 | 50.50 ▲0.86 |
Media Library /wp-admin/upload.php | 1,411 ▲14 | 4.30 ▲0.09 | 96.05 ▼6.14 | 42.92 ▼0.10 |
uiSettings /wp-admin/options-general.php?page=uip-ui-builder#/site-settings | 1,173 | 5.24 | 52.32 | 60.14 |
uiBuilder /wp-admin/options-general.php?page=uip-ui-builder | 939 | 4.43 | 46.19 | 30.49 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.02MB] 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 detected upon uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Good news, no errors were detected
SRP Passed 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that need to be fixed:
- Tags: You are using too many tags: 11 tag instead of maximum 10
uipress-lite/uipress-lite.php 92% from 13 tests
The principal PHP file in "UiPress lite | Effortless custom dashboards, admin themes and pages" v. 3.3.094 is loaded by WordPress automatically on each request
Please make the necessary changes and fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 314 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Everything looks great! No dangerous files found in this plugin89,233 lines of code in 432 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 362 | 8,365 | 9,688 | 62,005 |
JSON | 6 | 0 | 0 | 7,832 |
Sass | 9 | 352 | 131 | 6,895 |
PO File | 3 | 2,598 | 4,229 | 6,656 |
PHP | 40 | 1,295 | 2,204 | 5,833 |
CSS | 10 | 0 | 5 | 10 |
SVG | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 29.62 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 145.00 |
Average method complexity | 4.66 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 50.00 |
Code structure | ||
---|---|---|
Namespaces | 9 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 34 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 34 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 268 | |
▷ Static methods | 147 | 54.85% |
▷ Public methods | 215 | 80.22% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 53 | 19.78% |
Functions | 26 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 26 | 100.00% |
Constants | 11 | |
▷ Global constants | 11 | 100.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
No PNG images were found in this plugin