Benchmarks
Plugin footprint 83% 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.08MB] [CPU: ▼8.89ms] Passed 4 tests
A check of server-side resources used by ACF Quick Edit Fields
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 34.60 ▼4.76 |
Dashboard /wp-admin | 3.42 ▲0.08 | 46.01 ▼17.00 |
Posts /wp-admin/edit.php | 3.54 ▲0.18 | 47.32 ▲3.77 |
Add New Post /wp-admin/post-new.php | 6.01 ▲0.12 | 85.36 ▼17.58 |
Media Library /wp-admin/upload.php | 3.35 ▲0.12 | 36.65 ▲4.18 |
Server storage [IO: ▲0.27MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 76 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for ACF Quick Edit Fields
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,813 ▲66 | 14.14 ▼0.37 | 1.73 ▲0.01 | 40.19 ▼5.78 |
Dashboard /wp-admin | 2,221 ▲41 | 5.63 ▼0.05 | 93.14 ▼5.53 | 39.13 ▼8.63 |
Posts /wp-admin/edit.php | 2,124 ▲24 | 2.03 ▲0.06 | 34.69 ▼1.67 | 38.83 ▲2.70 |
Add New Post /wp-admin/post-new.php | 1,544 ▲10 | 23.33 ▼1.83 | 587.83 ▼54.15 | 54.02 ▼7.08 |
Media Library /wp-admin/upload.php | 1,423 ▲20 | 4.24 ▲0.06 | 94.52 ▼3.46 | 42.03 ▼5.79 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
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
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following items
- 51× PHP files perform the action of outputting non-empty strings when accessed directly (only 10 are shown):
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Admin/Feature.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Fields/DatePickerField.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Core/ComponentInterface.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Compat/Polylang.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Fields/TimePickerField.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Admin/CurrentView.php
- > /wp-content/plugins/acf-quickedit-fields/index.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Fields/TextareaField.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Fields/Field.php
- > /wp-content/plugins/acf-quickedit-fields/include/ACFQuickEdit/Fields/EmailField.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
4 plugin tags: acf, bulk edit, columns, quickedit
acf-quickedit-fields/index.php 85% from 13 tests
The principal PHP file in "ACF Quick Edit Fields" v. 3.3.0 is loaded by WordPress automatically on each request
Please make the necessary changes and fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("acf-quickedit-fields.php" instead of "index.php")
- Requires PHP: Required version must be the same as the one declared in readme.txt ("7.2" instead of "5.6")
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
There were no executable files found in this plugin4,214 lines of code in 71 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 62 | 1,234 | 1,750 | 4,053 |
PO File | 2 | 47 | 74 | 154 |
JavaScript | 4 | 0 | 1 | 4 |
CSS | 3 | 0 | 0 | 3 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.42 |
Average class complexity | 9.66 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 71.00 |
Average method complexity | 2.55 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 21.00 |
Code structure | ||
---|---|---|
Namespaces | 8 | |
Interfaces | 2 | |
Traits | 10 | |
Classes | 47 | |
▷ Abstract classes | 5 | 10.64% |
▷ Concrete classes | 42 | 89.36% |
▷ Final classes | 0 | 0.00% |
Methods | 331 | |
▷ Static methods | 6 | 1.81% |
▷ Public methods | 232 | 70.09% |
▷ Protected methods | 68 | 20.54% |
▷ Private methods | 31 | 9.37% |
Functions | 18 | |
▷ Named functions | 1 | 5.56% |
▷ Anonymous functions | 17 | 94.44% |
Constants | 0 | |
▷ Global constants | 0 | 0.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
There are no PNG files in this plugin