Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.11MB] [CPU: ▼0.76ms] Passed 4 tests
This is a short check of server-side resources used by Formidable Kinetic
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 37.37 ▼4.92 |
Dashboard /wp-admin | 3.44 ▲0.13 | 50.14 ▲1.17 |
Posts /wp-admin/edit.php | 3.55 ▲0.20 | 51.64 ▲4.35 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.14 | 96.53 ▼3.65 |
Media Library /wp-admin/upload.php | 3.36 ▲0.13 | 38.36 ▲4.50 |
Formidable Kinetic /wp-admin/options-general.php?page=formidable-kinetic | 3.31 | 34.67 |
Server storage [IO: ▲0.61MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 27 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
FrmKineticOps |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Formidable Kinetic
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.74 ▲0.60 | 2.05 ▲0.47 | 42.20 ▲0.82 |
Dashboard /wp-admin | 2,196 ▲19 | 5.65 ▼0.05 | 91.59 ▼6.91 | 40.24 ▼6.65 |
Posts /wp-admin/edit.php | 2,104 ▲7 | 2.00 ▲0.01 | 39.61 ▲3.04 | 35.44 ▲3.52 |
Add New Post /wp-admin/post-new.php | 1,551 ▲11 | 23.13 ▲5.01 | 659.25 ▲12.82 | 57.66 ▲1.61 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.21 ▼0.06 | 96.77 ▼11.29 | 43.29 ▼3.62 |
Formidable Kinetic /wp-admin/options-general.php?page=formidable-kinetic | 1,532 | 2.39 | 48.90 | 76.35 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 7 options
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- FrmKineticOps
- widget_theysaidso_widget
- db_upgraded
- widget_recent-comments
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=formidable-kinetic
- > User deprecated in wp-includes/functions.php+5453
Function wp_htmledit_pre is deprecated since version 4.3.0! Use format_for_editor() instead.
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following items
- 5× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/formidable-kinetic/admin/includes/about.php
- > /wp-content/plugins/formidable-kinetic/admin/class.admin.php
- > /wp-content/plugins/formidable-kinetic/formidable-kinetic.php
- > /wp-content/plugins/formidable-kinetic/admin/modal.php
- > /wp-content/plugins/formidable-kinetic/admin/includes/usage.php
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following user-side errors
- > GET request to /wp-admin/options-general.php?page=formidable-kinetic
- > Console-api (warning) in unknown
/wp-includes/js/jquery/jquery.min.js?ver=3.7.0 1:28609 "jQuery.Deferred exception: Cannot read properties of undefined (reading 'mozilla')" "TypeError: Cannot read properties of undefined (reading 'mozilla')\n at HTMLDocument.\u003Canonymous> (/wp-admin/options-general.php?page=formidable-kinetic:270:19)\n at e (/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990)\n at t (/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292)" undefined
- > GET request to /wp-admin/options-general.php?page=formidable-kinetic
- > Javascript (severe) in unknown
/wp-includes/js/jquery/jquery.min.js?ver=3.7.0 1:28721 Uncaught TypeError: Cannot read properties of undefined (reading 'mozilla')
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
8 plugin tags: customize, fields, kinetic, forms, formidable...
formidable-kinetic/formidable-kinetic.php 92% from 13 tests
The principal PHP file in "Formidable Kinetic" v. 1.1.01 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 144 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Everything looks great! No dangerous files found in this plugin1,835 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 1 | 14 | 869 |
CSS | 2 | 8 | 1 | 564 |
SVG | 2 | 0 | 0 | 263 |
JavaScript | 2 | 9 | 3 | 139 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 48.00 |
▷ Minimum class complexity | 44.00 |
▷ Maximum class complexity | 52.00 |
Average method complexity | 4.13 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 29.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 | 30 | |
▷ Static methods | 5 | 16.67% |
▷ Public methods | 30 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 10 | |
▷ Global constants | 10 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
8 PNG files occupy 0.10MB with 0.07MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
admin/images/eyesonly_banner.png | 23.35KB | 7.93KB | ▼ 66.04% |
admin/images/fileaway_banner.png | 13.35KB | 4.49KB | ▼ 66.33% |
admin/images/ssfk_banner.png | 13.42KB | 6.58KB | ▼ 50.99% |
admin/images/other_plugins.png | 5.47KB | 1.69KB | ▼ 69.16% |
admin/images/bbc_banner.png | 20.49KB | 6.69KB | ▼ 67.37% |