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.09MB] [CPU: ▼12.74ms] Passed 4 tests
An overview of server-side resources used by WordPress Keyword Finder
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.10 | 42.16 ▲0.23 |
Dashboard /wp-admin | 3.41 ▲0.06 | 47.92 ▼23.68 |
Posts /wp-admin/edit.php | 3.46 ▲0.10 | 49.93 ▲1.31 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.12 | 83.60 ▼21.52 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 33.50 ▼5.99 |
Keyword Finder /wp-admin/options-general.php?page=wpkf_keyword_finder_dashboard | 3.31 | 31.35 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 11 new files
Database: no new tables, 9 new options
New WordPress options |
---|
widget_theysaidso_widget |
WPKF_default_source |
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
WPKF_default_language |
can_compress_scripts |
widget_recent-comments |
WPKF_default_country |
Browser metrics Passed 4 tests
WordPress Keyword Finder: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,795 ▲34 | 14.70 ▲0.15 | 2.70 ▲1.02 | 38.94 ▼3.17 |
Dashboard /wp-admin | 2,204 ▲24 | 5.63 ▼0.04 | 94.12 ▲1.82 | 43.46 ▲0.47 |
Posts /wp-admin/edit.php | 2,106 ▲6 | 2.03 ▲0.00 | 39.58 ▼1.23 | 37.36 ▲1.24 |
Add New Post /wp-admin/post-new.php | 7,923 ▲6,397 | 25.89 ▲2.58 | 868.00 ▲166.48 | 62.74 ▲7.98 |
Media Library /wp-admin/upload.php | 1,409 ▲12 | 4.18 ▼0.01 | 99.02 ▼18.63 | 43.80 ▼5.94 |
Keyword Finder /wp-admin/options-general.php?page=wpkf_keyword_finder_dashboard | 2,525 | 1.99 | 27.56 | 32.68 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
The following items require your attention
- The uninstall procedure has failed, leaving 7 options in the database
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- WPKF_default_source
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Good news, no errors were detected
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
The following issues need your attention
- 4× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/wp-keyword-finder/admin/index.php
- > /wp-content/plugins/wp-keyword-finder/wp-keyword-finder.php
- > /wp-content/plugins/wp-keyword-finder/admin/admin.php
- > /wp-content/plugins/wp-keyword-finder/WPKF-functions.php
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-keyword-finder/includes/settings.php:3
- > PHP Fatal error
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 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Attributes that require attention:
- Screenshots: Add images for these screenshots: #1 (Description of first screenshot named screenshot-1), #2 (Description of second screenshot named screenshot-2)
- Contributors: Plugin contributors field is missing
wp-keyword-finder/wp-keyword-finder.php 92% from 13 tests
Analyzing the main PHP file in "WordPress Keyword Finder" version 1.1.2
The following require your attention:
- Description: Please keep the plugin description shorter than 140 characters (currently 194 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected1,188 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 57 | 25 | 915 |
CSS | 2 | 12 | 0 | 239 |
JavaScript | 1 | 5 | 7 | 34 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
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 | 0 | |
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 | 12 | |
▷ Named functions | 12 | 100.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
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin