Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼13.62ms] Passed 4 tests
Analyzing server-side resources used by Filled In
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.70 ▲0.24 | 42.55 ▲4.59 |
Dashboard /wp-admin | 3.37 ▲0.07 | 34.95 ▼16.68 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 37.73 ▼9.36 |
Add New Post /wp-admin/post-new.php | 5.62 ▼0.27 | 74.53 ▼17.41 |
Media Library /wp-admin/upload.php | 3.37 ▲0.15 | 29.26 ▼11.02 |
Server storage [IO: ▲1.35MB] [DB: ▲0.01MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 146 new files
Database: 5 new tables, 10 new options
New tables |
---|
wp_filled_in_forms |
wp_filled_in_useragents |
wp_filled_in_errors |
wp_filled_in_extensions |
wp_filled_in_data |
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
filled_in |
widget_theysaidso_widget |
filled_in_version |
filled_in_cron_delete_failed |
filled_in_notifications |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for Filled In
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,859 ▲113 | 13.48 ▼0.89 | 1.52 ▼0.25 | 41.15 ▼4.51 |
Dashboard /wp-admin | 2,265 ▲77 | 5.00 ▲0.09 | 106.75 ▼1.26 | 40.01 ▼3.16 |
Posts /wp-admin/edit.php | 2,151 ▲62 | 2.33 ▲0.34 | 48.14 ▲8.31 | 36.71 ▲2.72 |
Add New Post /wp-admin/post-new.php | 1,543 ▲10 | 22.91 ▲0.00 | 617.36 ▼15.15 | 51.76 ▲8.71 |
Media Library /wp-admin/upload.php | 1,444 ▲53 | 4.50 ▲0.27 | 103.61 ▼1.83 | 44.80 ▼2.22 |
Filled In /wp-admin/filled_in.php | 26 | 0.44 | 0.22 | 15.64 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.01MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
The following items require your attention
- Zombie tables detected upon uninstall: 5 tables
- wp_filled_in_data
- wp_filled_in_errors
- wp_filled_in_useragents
- wp_filled_in_extensions
- wp_filled_in_forms
- The uninstall procedure has failed, leaving 10 options in the database
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- filled_in
- widget_recent-posts
- can_compress_scripts
- filled_in_notifications
- filled_in_version
- filled_in_cron_delete_failed
- widget_theysaidso_widget
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Almost there! Just fix the following items
- 36× PHP files perform the task of outputting text when accessed with GET requests (only 10 are shown):
- > /wp-content/plugins/filled-in/view/admin/form/list_entry.php
- > /wp-content/plugins/filled-in/view/admin/stat/stat_columns.php
- > /wp-content/plugins/filled-in/view/filled-in/head.php
- > /wp-content/plugins/filled-in/view/admin/email/edit_template.php
- > /wp-content/plugins/filled-in/view/admin/submenu.php
- > /wp-content/plugins/filled-in/view/admin/report/report.php
- > /wp-content/plugins/filled-in/view/admin/email/attachments.php
- > /wp-content/plugins/filled-in/view/filled-in/error_list.php
- > /wp-content/plugins/filled-in/lib/freecap/freecap.php
- > /wp-content/plugins/filled-in/view/admin/pager_forms.php
- 58× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'FI_Data_Source' not found in wp-content/plugins/filled-in/models/data/source_cookies.php:3
- > PHP Fatal error
Uncaught Error: Class 'FI_Filter' not found in wp-content/plugins/filled-in/extensions/filters/is_email.php:3
- > PHP Fatal error
Uncaught Error: Class 'FI_Results' not found in wp-content/plugins/filled-in/extensions/result/redirect_to_post.php:3
- > PHP Fatal error
Uncaught Error: Class 'FI_Filter' not found in wp-content/plugins/filled-in/extensions/filters/is_greater.php:3
- > PHP Fatal error
Uncaught Error: Class 'FI_Filter' not found in wp-content/plugins/filled-in/extensions/filters/is_required.php:3
- > PHP Fatal error
Uncaught Error: Class 'Filled_In_Plugin' not found in wp-content/plugins/filled-in/models/form_replacer.php:3
- > PHP Fatal error
Uncaught Error: Class 'Filled_In_Plugin' not found in wp-content/plugins/filled-in/controller/front.php:3
- > PHP Warning
include(): Failed opening 'wp-load.php' for inclusion (include_path='.:/usr/share/php') in wp-content/plugins/filled-in/custom_scripts/filled_in_cleaner.php on line 3
- > PHP Fatal error
Uncaught Error: Class 'Filled_In_Foliopress_Plugin' not found in wp-content/plugins/filled-in/plugin.php:109
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/filled-in/controller/cron.php:24
- > PHP Fatal error
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/filled_in.php
- > Network (severe)
wp-admin/filled_in.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Plugin Name: Please replace "Plugin Name" with the name of your plugin on the first line (
=== filled-in ===
)
filled-in/filled_in.php 85% from 13 tests
"Filled In" version 1.8.23's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
It is important to fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 147 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("filled-in.php" instead of "filled_in.php")
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 detected11,988 lines of code in 109 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 98 | 1,699 | 1,382 | 7,327 |
PO File | 5 | 1,867 | 2,130 | 4,102 |
CSS | 2 | 92 | 7 | 370 |
JavaScript | 2 | 24 | 9 | 125 |
SQL | 1 | 22 | 0 | 61 |
Markdown | 1 | 1 | 0 | 3 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 19.05 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 116.00 |
Average method complexity | 3.43 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 23.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 61 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 61 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 455 | |
▷ Static methods | 9 | 1.98% |
▷ Public methods | 455 | 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 | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
8 PNG files occupy 0.02MB with 0.00MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/sort.png | 0.90KB | 0.74KB | ▼ 17.93% |
images/datechooser.png | 0.63KB | 0.44KB | ▼ 30.14% |
images/disable.png | 0.97KB | 0.85KB | ▼ 12.26% |
images/stat_error.png | 0.92KB | 0.88KB | ▼ 4.38% |
images/enable.png | 0.97KB | 0.76KB | ▼ 22.07% |