84% seo-kiss

Code Review | AI-SEO KISS (Keep It Simple Stupid)

WordPress plugin AI-SEO KISS (Keep It Simple Stupid) scored84%from 54 tests.

About plugin

  • Plugin page: seo-kiss
  • Plugin version: 0.1.6
  • PHP version: 7.4.16
  • WordPress compatibility: 6.0-6.4
  • WordPress version: 6.3.1
  • First release: Sep 12, 2022
  • Latest release: Nov 29, 2023
  • Number of updates: 34
  • Update frequency: every 13.0 days
  • Top authors: TigrouMeow (100%)

Code review

54 tests

User reviews

5 reviews

Install metrics

1,000+ active /10,687 total downloads

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
PageMemory (MB)CPU Time (ms)
Home /3.67 ▲0.2139.86 ▲3.66
Dashboard /wp-admin3.63 ▲0.2949.52 ▼9.16
Posts /wp-admin/edit.php3.68 ▲0.3349.92 ▲2.45
Add New Post /wp-admin/post-new.php6.15 ▲0.2693.02 ▼1.77
Media Library /wp-admin/upload.php3.49 ▲0.2639.40 ▲6.24
Dashboard /wp-admin/admin.php?page=meowapps-main-menu3.6665.62
AI-SEO KISS /wp-admin/admin.php?page=seokiss_settings3.4633.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
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,869 ▲12214.21 ▼0.112.00 ▲0.3736.37 ▼4.18
Dashboard /wp-admin2,248 ▲675.68 ▼0.0195.38 ▼18.5239.28 ▼0.04
Posts /wp-admin/edit.php2,153 ▲501.98 ▼0.1439.32 ▼6.2533.73 ▼1.92
Add New Post /wp-admin/post-new.php1,577 ▲5123.07 ▼0.18603.19 ▼20.7052.14 ▼8.79
Media Library /wp-admin/upload.php1,456 ▲534.18 ▼0.05100.70 ▲2.2241.99 ▲0.09
Dashboard /wp-admin/admin.php?page=meowapps-main-menu5,2332.6580.6454.71
AI-SEO KISS /wp-admin/admin.php?page=seokiss_settings1,3635.88171.6656.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

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:
LanguageFilesBlank linesComment linesLines of code
PHP174441752,356
JavaScript22285

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 code0.34
Average class complexity20.67
▷ Minimum class complexity1.00
▷ Maximum class complexity93.00
Average method complexity3.23
▷ Minimum method complexity1.00
▷ Maximum method complexity27.00
Code structure
Namespaces0
Interfaces0
Traits0
Classes15
▷ Abstract classes00.00%
▷ Concrete classes15100.00%
▷ Final classes00.00%
Methods131
▷ Static methods1914.50%
▷ Public methods13099.24%
▷ Protected methods00.00%
▷ Private methods10.76%
Functions10
▷ Named functions110.00%
▷ Anonymous functions990.00%
Constants6
▷ Global constants6100.00%
▷ Class constants00.00%
▷ Public constants00.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