Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼2.34ms] Passed 4 tests
Server-side resources used by Product Request by Chat
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 36.10 ▼2.47 |
Dashboard /wp-admin | 3.31 ▲0.01 | 40.86 ▼10.60 |
Posts /wp-admin/edit.php | 3.36 ▲0.01 | 45.36 ▲3.70 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.01 | 91.85 ▲7.23 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 33.19 ▲0.02 |
Product Request Chat /wp-admin/admin.php?page=product-request-chat-settings | 3.20 | 29.39 |
Sobre Daniel Esparza /wp-admin/admin.php?page=desparza-menu | 3.20 | 29.97 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
An overview of browser requirements for Product Request by Chat
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,816 ▲55 | 14.34 ▼0.01 | 1.74 ▲0.26 | 38.22 ▼1.17 |
Dashboard /wp-admin | 2,223 ▲43 | 5.64 ▲0.02 | 91.58 ▲4.20 | 50.01 ▲11.90 |
Posts /wp-admin/edit.php | 2,122 ▲25 | 2.03 ▼0.07 | 39.25 ▲0.71 | 38.57 ▲3.53 |
Add New Post /wp-admin/post-new.php | 1,548 ▲22 | 23.09 ▼0.52 | 635.19 ▼60.82 | 51.12 ▼13.10 |
Media Library /wp-admin/upload.php | 1,422 ▲22 | 4.14 ▼0.09 | 97.93 ▼5.90 | 47.03 ▲3.04 |
Product Request Chat /wp-admin/admin.php?page=product-request-chat-settings | 905 | 1.96 | 22.72 | 29.37 |
Sobre Daniel Esparza /wp-admin/admin.php?page=desparza-menu | 814 | 2.00 | 24.67 | 29.50 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- theysaidso_admin_options
- can_compress_scripts
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)
Good news, no errors were detected
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
Please take a closer look at the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/wp-whatsapp-product-request/wp-whatsapp-product-request.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 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Please fix the following attributes:
- Requires php: The plugin version is formatted incorrectly
- Tags: Please delete some tags, you are using 12 tag instead of maximum 10
wp-whatsapp-product-request/wp-whatsapp-product-request.php 92% from 13 tests
Analyzing the main PHP file in "Product Request by Chat" version 1.0
It is important to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 255 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Good job! No executable or dangerous file extensions detected159 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 21 | 27 | 100 |
SVG | 1 | 0 | 1 | 48 |
CSS | 2 | 3 | 4 | 11 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
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
No PNG images were found in this plugin