Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.39MB] [CPU: ▼9.37ms] Passed 4 tests
Server-side resources used by Advanced Forms Processors
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.88 ▲0.42 | 38.71 ▼1.69 |
Dashboard /wp-admin | 3.74 ▲0.39 | 47.50 ▼20.11 |
Posts /wp-admin/edit.php | 3.79 ▲0.43 | 51.17 ▼1.54 |
Add New Post /wp-admin/post-new.php | 6.26 ▲0.37 | 86.17 ▼14.12 |
Media Library /wp-admin/upload.php | 3.60 ▲0.37 | 36.63 ▲2.99 |
Install Plugins /wp-admin/plugins.php?page=tgmpa-install-plugins | 3.67 | 36.05 |
Server storage [IO: ▲0.13MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Advanced Forms Processors
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,831 ▲85 | 14.48 ▲0.11 | 1.59 ▼0.13 | 40.37 ▼3.36 |
Dashboard /wp-admin | 2,237 ▲49 | 5.89 ▲0.01 | 107.64 ▼9.89 | 41.77 ▼1.56 |
Posts /wp-admin/edit.php | 2,128 ▲39 | 2.04 ▲0.03 | 39.93 ▲5.09 | 37.56 ▲0.72 |
Add New Post /wp-admin/post-new.php | 1,559 ▲27 | 23.39 ▲0.16 | 634.84 ▼30.71 | 56.66 ▲1.09 |
Media Library /wp-admin/upload.php | 1,424 ▲36 | 4.26 ▼0.02 | 95.59 ▼16.92 | 44.99 ▼2.21 |
Install Plugins /wp-admin/plugins.php?page=tgmpa-install-plugins | 962 | 2.22 | 25.44 | 29.58 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
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
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function did_action() in wp-content/plugins/acf-processors/lib/tgmpa/class-tgm-plugin-activation.php:2109
- > PHP Fatal error
Uncaught Error: Call to undefined function did_action() in wp-content/plugins/acf-processors/lib/tgmpa/class-tgm-plugin-activation.php:2109
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that need to be fixed:
- Plugin Name: Please replace "Plugin Name" with the name of your plugin on the first line (
=== acf-processors ===
) - Screenshots: These screenshots require images: #1 (The Redirect processor), #2 (The Post Creation processor)
acf-processors/acf-processors.php Passed 13 tests
The primary PHP file in "Advanced Forms Processors" version 1.0.0 is used by WordPress to initiate all plugin functionality
49 characters long description:
Adds form processors to the Advanced Forms plugin
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin2,000 lines of code in 3 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 531 | 1,629 | 2,000 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 48.14 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 206.00 |
Average method complexity | 4.27 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 34.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 101 | |
▷ Static methods | 5 | 4.95% |
▷ Public methods | 78 | 77.23% |
▷ Protected methods | 23 | 22.77% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 3 | 100.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG images were found in this plugin