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.26MB] [CPU: ▼1.21ms] Passed 4 tests
A check of server-side resources used by AI-SEO KISS (Keep It Simple Stupid)
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.67 ▲0.21 | 39.86 ▲3.66 |
Dashboard /wp-admin | 3.63 ▲0.29 | 49.52 ▼9.16 |
Posts /wp-admin/edit.php | 3.68 ▲0.33 | 49.92 ▲2.45 |
Add New Post /wp-admin/post-new.php | 6.15 ▲0.26 | 93.02 ▼1.77 |
Media Library /wp-admin/upload.php | 3.49 ▲0.26 | 39.40 ▲6.24 |
Dashboard /wp-admin/admin.php?page=meowapps-main-menu | 3.66 | 65.62 |
AI-SEO KISS /wp-admin/admin.php?page=seokiss_settings | 3.46 | 33.81 |
Server storage [IO: ▲0.78MB] [DB: ▲0.07MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 24 new files
Database: no new tables, 7 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
seo_kiss_title_hashes |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for AI-SEO KISS (Keep It Simple Stupid)
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,869 ▲122 | 14.21 ▼0.11 | 2.00 ▲0.37 | 36.37 ▼4.18 |
Dashboard /wp-admin | 2,248 ▲67 | 5.68 ▼0.01 | 95.38 ▼18.52 | 39.28 ▼0.04 |
Posts /wp-admin/edit.php | 2,153 ▲50 | 1.98 ▼0.14 | 39.32 ▼6.25 | 33.73 ▼1.92 |
Add New Post /wp-admin/post-new.php | 1,577 ▲51 | 23.07 ▼0.18 | 603.19 ▼20.70 | 52.14 ▼8.79 |
Media Library /wp-admin/upload.php | 1,456 ▲53 | 4.18 ▼0.05 | 100.70 ▲2.22 | 41.99 ▲0.09 |
Dashboard /wp-admin/admin.php?page=meowapps-main-menu | 5,233 | 2.65 | 80.64 | 54.71 |
AI-SEO KISS /wp-admin/admin.php?page=seokiss_settings | 1,363 | 5.88 | 171.66 | 56.37 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin does not fully uninstall, leaving 7 options in the database
- seo_kiss_title_hashes
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 50% 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
Please fix the following
- 5× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Warning
Use of undefined constant SEOKISS_PATH - assumed 'SEOKISS_PATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/seo-kiss/classes/init.php on line 40
- > PHP Fatal error
require_once(): Failed opening required 'SEOKISS_PATH/common/helpers.php' (include_path='.:/usr/share/php') in wp-content/plugins/seo-kiss/classes/init.php on line 40
- > PHP Warning
require_once(SEOKISS_PATH/common/helpers.php): failed to open stream: No such file or directory in wp-content/plugins/seo-kiss/classes/init.php on line 40
- > PHP Fatal error
Uncaught Error: Class 'MeowCommon_Admin' not found in wp-content/plugins/seo-kiss/classes/admin.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/seo-kiss/seo-kiss.php:21
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
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
6 plugin tags: google, ai, search, simple, seo...
seo-kiss/seo-kiss.php 92% from 13 tests
The entry point to "AI-SEO KISS (Keep It Simple Stupid)" version 0.1.6 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 251 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Success! There were no dangerous files found in this plugin2,361 lines of code in 19 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 17 | 444 | 175 | 2,356 |
JavaScript | 2 | 2 | 28 | 5 |
PHP code Passed 2 tests
A brief analysis 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.34 |
Average class complexity | 20.67 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 93.00 |
Average method complexity | 3.23 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 27.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 15 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 15 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 131 | |
▷ Static methods | 19 | 14.50% |
▷ Public methods | 130 | 99.24% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 1 | 0.76% |
Functions | 10 | |
▷ Named functions | 1 | 10.00% |
▷ Anonymous functions | 9 | 90.00% |
Constants | 6 | |
▷ Global constants | 6 | 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
There were not PNG files found in your plugin