Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
You still need to fix the following installer errors
- Install procedure had errors
- > Notice in wp-content/plugins/podamibe-customize-comment-form/inc/customize-form.php+55
Trying to access array offset on value of type bool
Server metrics [RAM: ▼1.86MB] [CPU: ▼51.98ms] Passed 4 tests
Server-side resources used by Podamibe Customize Comment Form
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.12 ▼1.34 | 5.30 ▼36.72 |
Dashboard /wp-admin | 2.14 ▼1.16 | 7.48 ▼43.22 |
Posts /wp-admin/edit.php | 2.14 ▼1.21 | 7.42 ▼42.32 |
Add New Post /wp-admin/post-new.php | 2.14 ▼3.74 | 6.96 ▼85.67 |
Media Library /wp-admin/upload.php | 2.14 ▼1.09 | 5.84 ▼31.09 |
Customize Comment Form /wp-admin/options-general.php?page=podamibe-customize-cform | 2.14 | 6.43 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Podamibe Customize Comment Form
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,808 ▲73 | 13.19 ▼1.40 | 1.74 ▼0.38 | 41.01 ▼2.45 |
Dashboard /wp-admin | 2,217 ▲29 | 4.86 ▼0.95 | 103.74 ▼14.73 | 40.41 ▼5.45 |
Posts /wp-admin/edit.php | 2,097 ▲8 | 2.02 ▲0.01 | 40.29 ▲4.75 | 34.37 ▲0.60 |
Add New Post /wp-admin/post-new.php | 1,530 ▲11 | 18.58 ▼4.64 | 604.85 ▼90.80 | 51.94 ▼7.51 |
Media Library /wp-admin/upload.php | 1,390 ▼1 | 4.27 ▲0.09 | 100.68 ▲1.10 | 42.69 ▼0.06 |
Customize Comment Form /wp-admin/options-general.php?page=podamibe-customize-cform | 1,046 | 2.25 | 27.12 | 25.16 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
These items require your attention
- Uninstall procedure validation failed for this plugin
- > Notice in wp-content/plugins/podamibe-customize-comment-form/inc/customize-form.php+55
Trying to access array offset on value of type bool
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Please fix the following server-side errors
- 11 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=podamibe-customize-cform
- > Notice in wp-content/plugins/podamibe-customize-comment-form/inc/class-pccf-setting.php+88
Trying to access array offset on value of type bool
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
The following issues need your attention
- 4× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/podamibe-customize-comment-form/inc/class-pccf-setting.php
- > /wp-content/plugins/podamibe-customize-comment-form/inc/class-pccf-info.php
- > /wp-content/plugins/podamibe-customize-comment-form/inc/functions.php
- > /wp-content/plugins/podamibe-customize-comment-form/inc/customize-form.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 96% from 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
6 plugin tags: default comment form, customize form, rating, comment form, comment form field...
podamibe-customize-comment-form/pccf.php 92% from 13 tests
The principal PHP file in "Podamibe Customize Comment Form" v. 1.0.1 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 ("podamibe-customize-comment-form.php" instead of "pccf.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Good job! No executable or dangerous file extensions detected491 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 88 | 60 | 435 |
CSS | 1 | 6 | 4 | 39 |
JavaScript | 1 | 5 | 4 | 17 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 2.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 2.00 |
Average method complexity | 1.10 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.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 | 10 | |
▷ Static methods | 1 | 10.00% |
▷ Public methods | 6 | 60.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 4 | 40.00% |
Functions | 8 | |
▷ Named functions | 8 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 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
PNG images were not found in this plugin