Benchmarks
Plugin footprint Passed 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▼0.02MB] [CPU: ▼302.14ms] Passed 4 tests
An overview of server-side resources used by AC CF7 Form Field Repeater
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.01 | 54.17 ▲4.03 |
Dashboard /wp-admin | 3.41 ▲0.00 | 32.05 ▼6.06 |
Posts /wp-admin/edit.php | 3.64 ▲0.00 | 35.98 ▼0.79 |
Add New Post /wp-admin/post-new.php | 6.88 ▼0.09 | 97.89 ▼1,200.57 |
Media Library /wp-admin/upload.php | 3.30 ▲0.00 | 25.97 ▼1.12 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, no new options
Browser metrics Passed 4 tests
AC CF7 Form Field Repeater: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,795 ▲50 | 15.89 ▼0.11 | 6.43 ▲0.47 | 2.70 ▲0.55 |
Dashboard /wp-admin | 2,888 ▲30 | 6.13 ▼0.04 | 117.89 ▼19.53 | 157.36 ▼7.77 |
Posts /wp-admin/edit.php | 2,691 ▲34 | 3.23 ▲0.00 | 64.32 ▼1.03 | 138.96 ▼6.77 |
Add New Post /wp-admin/post-new.php | 1,752 ▼28 | 21.60 ▲4.04 | 443.43 ▼2.90 | 157.00 ▲1.77 |
Media Library /wp-admin/upload.php | 1,695 ▼3 | 5.51 ▼0.02 | 146.02 ▼2.91 | 186.89 ▼1.23 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The plugin uninstalled completely, with no zombie files or tables
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 no errors were found, 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
Almost there! Just fix the following items
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/ac-cf7-form-field-repeater/ac-cf7-form-field-repeater.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Screenshots: Add images for these screenshots: #1 (Example of the form template code.), #2 (Example of the email template code.), #3 (Example of the contact form)
ac-cf7-form-field-repeater/ac-cf7-form-field-repeater.php 92% from 13 tests
The main PHP file in "AC CF7 Form Field Repeater" ver. 0.0.4 adds more information about the plugin and also serves as the entry point for this plugin
You should first fix the following items:
- Domain Path: The domain path folder was not found ("/lang/")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Good job! No executable or dangerous file extensions detected361 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 128 | 78 | 257 |
JavaScript | 2 | 45 | 38 | 102 |
Markdown | 1 | 0 | 0 | 2 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 33.00 |
▷ Minimum class complexity | 33.00 |
▷ Maximum class complexity | 33.00 |
Average method complexity | 3.46 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 13 | |
▷ Static methods | 5 | 38.46% |
▷ Public methods | 13 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 4 | |
▷ Named functions | 3 | 75.00% |
▷ Anonymous functions | 1 | 25.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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
No PNG files were detected