Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.52MB] [CPU: ▲1.37ms] Passed 4 tests
Server-side resources used by Advanced Custom Fields: Extended
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.03 ▲0.56 | 43.40 ▼0.17 |
Dashboard /wp-admin | 3.86 ▲0.56 | 49.45 ▲0.41 |
Posts /wp-admin/edit.php | 3.91 ▲0.56 | 49.80 ▲2.66 |
Add New Post /wp-admin/post-new.php | 6.38 ▲0.49 | 92.40 ▲2.59 |
Media Library /wp-admin/upload.php | 3.72 ▲0.49 | 38.24 ▲4.23 |
Server storage [IO: ▲3.11MB] [DB: ▲0.07MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 182 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Advanced Custom Fields: Extended
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,815 ▲53 | 14.29 ▼0.08 | 1.90 ▼0.07 | 38.58 ▼6.45 |
Dashboard /wp-admin | 2,192 ▲12 | 5.55 ▼0.09 | 84.68 ▼17.12 | 38.15 ▼8.81 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 1.95 ▼0.02 | 40.34 ▲2.15 | 35.50 ▲2.10 |
Add New Post /wp-admin/post-new.php | 1,535 ▲9 | 25.26 ▲2.06 | 613.79 ▼95.60 | 69.09 ▲16.85 |
Media Library /wp-admin/upload.php | 1,400 ▼3 | 4.24 ▼0.01 | 97.21 ▼4.23 | 41.07 ▼6.34 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Everything seems fine, however this is by no means an exhaustive test
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
The following issues need your attention
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/acf-extended/includes/admin/views/html-options-edit.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/acf-extended/includes/admin/views/html-options-list.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
8 plugin tags: admin, content, custom fields, fields, repeater...
acf-extended/acf-extended.php 92% from 13 tests
The entry point to "Advanced Custom Fields: Extended" version 0.8.9.5 is a PHP file that has certain tags in its header comment area
Please take the time to fix the following:
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
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
No dangerous file extensions were detected48,126 lines of code in 179 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 156 | 13,771 | 11,470 | 36,594 |
JavaScript | 12 | 2,378 | 1,524 | 4,371 |
CSS | 10 | 800 | 0 | 4,065 |
PO File | 1 | 1,154 | 2,275 | 3,096 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.42 |
Average class complexity | 21.13 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 125.00 |
Average method complexity | 3.49 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 68.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 140 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 140 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 1,103 | |
▷ Static methods | 2 | 0.18% |
▷ Public methods | 1,103 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 255 | |
▷ Named functions | 203 | 79.61% |
▷ Anonymous functions | 52 | 20.39% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin