Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.26MB] [CPU: ▼3.27ms] Passed 4 tests
An overview of server-side resources used by LetMeHelp - Support & Help Desk Assistant
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.75 ▲0.28 | 41.15 ▲3.56 |
Dashboard /wp-admin | 3.60 ▲0.25 | 49.21 ▼6.34 |
Posts /wp-admin/edit.php | 3.65 ▲0.29 | 45.27 ▲2.28 |
Add New Post /wp-admin/post-new.php | 6.16 ▲0.27 | 83.08 ▼12.13 |
Media Library /wp-admin/upload.php | 3.46 ▲0.23 | 38.19 ▲3.11 |
Server storage [IO: ▲0.19MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 34 new files
Database: 3 new tables, 9 new options
New tables |
---|
wp_letmehelp_links_keywords |
wp_letmehelp_keywords |
wp_letmehelp_links |
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
letmehelp_links_keywords_table_version |
can_compress_scripts |
letmehelp_links_table_version |
db_upgraded |
letmehelp_keywords_table_version |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
LetMeHelp - Support & Help Desk Assistant: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,815 ▲54 | 14.35 ▲0.00 | 1.87 ▲0.33 | 44.66 ▲7.30 |
Dashboard /wp-admin | 2,211 ▲33 | 5.58 ▼0.14 | 83.78 ▼17.53 | 40.46 ▲2.40 |
Posts /wp-admin/edit.php | 2,116 ▲16 | 2.01 ▼0.00 | 33.43 ▼1.20 | 35.43 ▼3.51 |
Add New Post /wp-admin/post-new.php | 6,379 ▲4,844 | 27.68 ▲9.67 | 931.79 ▲261.68 | 59.28 ▼18.92 |
Media Library /wp-admin/upload.php | 1,419 ▲19 | 4.20 ▼0.04 | 102.91 ▼10.21 | 44.47 ▼2.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Congratulations! This plugin passed the SRP test
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need your attention:
- Screenshots: These screenshots require images: #1 (Screenshot of the LetMeHelp plugin's 'Add New Link' interface in the Settings page.), #2 (Screenshot of the LetMeHelp plugin's interface for managing existing Links on the Settings page.), #3 (Screenshot of the LetMeHelp block in the editor, displaying the Block Settings interface.), #4 (Screenshot of the LetMeHelp block in the editor, displaying the Block Preview interface.), #5 (Screenshot of the Subject Form: The first step of the multi-step process, where users enter their subject/reason for contacting the website.), #6 (Screenshot of the "Result" section: This screenshot showcases the section that appears if the user enters a keyword that matches one of the assigned links.), #7 (Screenshot of the "Nothing Found" section: This screenshot showcases the section that appears if the user enters a keyword that does not match any of the assigned links.), #8 (Screenshot of the Destionation Page: This screenshot showcases the destionation page that appears if the user is unable to find a pre-existing solution. Note, the plugin does not include contact form functionality.)
letmehelp/letmehelp.php Passed 13 tests
"LetMeHelp - Support & Help Desk Assistant" version 1.0.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
111 characters long description:
This plugin helps to reduce support reqests, by showing possible help links before making a new support reqest.
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
Success! There were no dangerous files found in this plugin2,323 lines of code in 32 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 23 | 389 | 1,279 | 1,888 |
JSON | 2 | 0 | 0 | 429 |
CSS | 4 | 0 | 0 | 4 |
JavaScript | 3 | 0 | 1 | 2 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
Average class complexity | 15.69 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 48.00 |
Average method complexity | 3.07 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 6 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 13 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 13 | 100.00% |
▷ Final classes | 1 | 7.69% |
Methods | 96 | |
▷ Static methods | 40 | 41.67% |
▷ Public methods | 79 | 82.29% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 17 | 17.71% |
Functions | 32 | |
▷ Named functions | 2 | 6.25% |
▷ Anonymous functions | 30 | 93.75% |
Constants | 15 | |
▷ Global constants | 5 | 33.33% |
▷ Class constants | 10 | 66.67% |
▷ Public constants | 10 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected