Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.28MB] [CPU: ▼5.67ms] Passed 4 tests
An overview of server-side resources used by ACF-VC Integrator
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.11 | 41.80 ▼0.43 |
Dashboard /wp-admin | 3.65 ▲0.35 | 51.80 ▼2.14 |
Posts /wp-admin/edit.php | 3.74 ▲0.38 | 45.06 ▼6.38 |
Add New Post /wp-admin/post-new.php | 6.21 ▲0.32 | 86.00 ▼13.71 |
Media Library /wp-admin/upload.php | 3.55 ▲0.32 | 46.53 ▲8.90 |
ACF-VC Integrator /wp-admin/options-general.php?page=acf-vc-integrator | 3.54 | 34.72 |
Server storage [IO: ▲0.24MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 20 new files
Database: no new tables, 8 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
acfvc_default |
widget_recent-comments |
can_compress_scripts |
acfvc_version |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
ACF-VC Integrator: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,823 ▲37 | 14.80 ▲0.53 | 1.87 ▼0.62 | 42.33 ▼3.48 |
Dashboard /wp-admin | 2,229 ▲26 | 5.86 ▼0.01 | 111.80 ▲11.30 | 42.54 ▼1.41 |
Posts /wp-admin/edit.php | 2,111 ▲11 | 2.01 ▼0.01 | 35.17 ▲1.11 | 31.48 ▼3.91 |
Add New Post /wp-admin/post-new.php | 1,552 ▲7 | 23.35 ▲0.19 | 640.61 ▼38.65 | 54.78 ▼2.16 |
Media Library /wp-admin/upload.php | 1,408 ▲8 | 4.22 ▲0.09 | 97.92 ▼19.33 | 49.00 ▼4.01 |
ACF-VC Integrator /wp-admin/options-general.php?page=acf-vc-integrator | 1,318 | 2.06 | 25.20 | 29.34 |
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
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 50% 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
Please take a closer look at the following
- 2× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'acf_vc_helper' not found in wp-content/plugins/acf-vc-integrator/inc/acf_vc_helper_pro.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/acf-vc-integrator/admin/hooks.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
9 plugin tags: templatera, grid builder, advanced custom fields, wpbakery page builder, page builder...
acf-vc-integrator/acf-vc-integrator.php Passed 13 tests
The main file in "ACF-VC Integrator" v. 1.8.4 serves as a complement to information provided in readme.txt and as the entry point to the plugin
123 characters long description:
ACF VC Integrator plugin is the easiest way to output your Advanced Custom Posttype fields in a WPBakery Page Builder Grid.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Everything looks great! No dangerous files found in this plugin4,185 lines of code in 14 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 11 | 285 | 175 | 4,031 |
CSS | 2 | 14 | 0 | 136 |
JavaScript | 1 | 11 | 1 | 18 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.61 |
Average class complexity | 107.25 |
▷ Minimum class complexity | 13.00 |
▷ Maximum class complexity | 222.00 |
Average method complexity | 12.18 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 86.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 38 | |
▷ Static methods | 2 | 5.26% |
▷ Public methods | 36 | 94.74% |
▷ Protected methods | 2 | 5.26% |
▷ Private methods | 0 | 0.00% |
Functions | 56 | |
▷ Named functions | 56 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
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
PNG files should be compressed to save space and minimize bandwidth usage
3 compressed PNG files occupy 0.00MB
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/acf_icon.png | 0.84KB | 1.00KB | 0.00% |
images/acf_icon2.png | 1.10KB | 1.30KB | 0.00% |
images/acf_icon1.png | 1.82KB | 1.60KB | ▼ 11.88% |