Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▼0.16MB] [CPU: ▼10.78ms] Passed 4 tests
This is a short check of server-side resources used by WP Keyword Suggest
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 45.39 ▲1.63 |
Dashboard /wp-admin | 3.34 ▲0.03 | 49.38 ▼1.33 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 48.04 ▼1.14 |
Add New Post /wp-admin/post-new.php | 5.17 ▼0.72 | 66.57 ▼37.42 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 31.94 ▼3.21 |
WP Keyword Suggest /wp-admin/options-general.php?page=wp-keyword-suggest-options | 3.23 | 31.62 |
Server storage [IO: ▲0.06MB] [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: 13 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
wpks_intense |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for WP Keyword Suggest
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.25 ▼0.11 | 1.91 ▲0.20 | 42.26 ▼2.18 |
Dashboard /wp-admin | 2,199 ▲22 | 5.49 ▼0.18 | 92.26 ▼5.36 | 41.79 ▼2.99 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.99 ▼0.03 | 34.36 ▲1.02 | 37.58 ▲0.94 |
Add New Post /wp-admin/post-new.php | 6,249 ▲4,723 | 26.25 ▲3.34 | 925.22 ▲203.01 | 57.82 ▲4.80 |
Media Library /wp-admin/upload.php | 1,401 ▲1 | 4.27 ▲0.06 | 104.61 ▲0.42 | 45.40 ▲5.63 |
WP Keyword Suggest /wp-admin/options-general.php?page=wp-keyword-suggest-options | 823 | 2.02 | 25.36 | 28.11 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 2× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/wp-keyword-suggest/inc/wpks-admin.php
- > /wp-content/plugins/wp-keyword-suggest/wp-keyword-suggest.php
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/wp-keyword-suggest/inc/meta-box-wp-keyword-suggest.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need your attention:
- Screenshots: Screenshot #1 (Enter a keyword for suggest) image not found
- Tags: There are too many tags (12 tag instead of maximum 10)
wp-keyword-suggest/wp-keyword-suggest.php Passed 13 tests
"WP Keyword Suggest" version 1.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
115 characters long description:
This SEO plugin offers keyword suggestions, taken from autocomplete google, yahoo, bing... up to 250 keywords ideas
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
Good job! No executable or dangerous file extensions detected677 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 2 | 14 | 15 | 403 |
PHP | 4 | 32 | 15 | 178 |
CSS | 2 | 8 | 16 | 52 |
PO File | 1 | 31 | 55 | 44 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 6.50 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 8.00 |
Average method complexity | 1.92 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 12 | |
▷ Static methods | 3 | 25.00% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 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
No PNG files were detected