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
Install script ran successfully
Server metrics [RAM: ▲0.04MB] [CPU: ▼4.02ms] Passed 4 tests
A check of server-side resources used by Quick Navigation Interface
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 44.22 ▲3.77 |
Dashboard /wp-admin | 3.36 ▲0.05 | 47.19 ▼2.98 |
Posts /wp-admin/edit.php | 3.41 ▲0.05 | 48.07 ▼2.82 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.07 | 85.01 ▼14.06 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 38.25 ▲4.88 |
Server storage [IO: ▲0.53MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 23 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
qni_content_index_expiration_timestamp |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Quick Navigation Interface
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,926 ▲191 | 18.62 ▲4.26 | 1.72 ▼0.09 | 39.43 ▼9.10 |
Dashboard /wp-admin | 2,260 ▲69 | 7.09 ▲1.23 | 120.93 ▲17.72 | 39.25 ▼0.01 |
Posts /wp-admin/edit.php | 2,163 ▲71 | 6.60 ▲4.63 | 65.80 ▲26.11 | 30.60 ▼9.59 |
Add New Post /wp-admin/post-new.php | 1,531 ▲10 | 18.22 ▼4.82 | 595.22 ▼49.15 | 38.43 ▼15.99 |
Media Library /wp-admin/upload.php | 1,520 ▲129 | 8.85 ▲4.64 | 126.85 ▲28.98 | 40.77 ▲0.06 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- Zombie WordPress options detected upon uninstall: 7 options
- widget_theysaidso_widget
- qni_content_index_expiration_timestamp
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Everything seems fine, however this is by no means an exhaustive test
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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
4 plugin tags: keyboard, wp-admin, navigation, shortcuts
quick-navigation-interface/bootstrap.php 92% from 13 tests
The entry point to "Quick Navigation Interface" version 1.0.1 is a PHP file that has certain tags in its header comment area
The following require your attention:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("quick-navigation-interface.php" instead of "bootstrap.php")
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
There were no executable files found in this plugin14,736 lines of code in 22 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JSON | 3 | 0 | 0 | 13,802 |
JavaScript | 9 | 144 | 431 | 499 |
PHP | 3 | 62 | 145 | 223 |
Markdown | 2 | 62 | 0 | 147 |
Sass | 4 | 9 | 0 | 61 |
CSS | 1 | 4 | 0 | 4 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 11 | |
▷ Named functions | 10 | 90.91% |
▷ Anonymous functions | 1 | 9.09% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin