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
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼8.84ms] Passed 4 tests
Server-side resources used by Floating Chat Button : Contact Chat Icons, Telegram Chat, Line Messenger, WeChat, Email, SMS, Call Button – QuixChat
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 36.67 ▼12.71 |
Dashboard /wp-admin | 3.32 ▲0.01 | 45.13 ▼16.05 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 44.17 ▼1.88 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 84.42 ▼4.70 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 36.42 ▼0.03 |
Server storage [IO: ▲0.27MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 10 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-comments |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Floating Chat Button : Contact Chat Icons, Telegram Chat, Line Messenger, WeChat, Email, SMS, Call Button – QuixChat
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,816 ▲81 | 13.29 ▼1.29 | 1.46 ▼0.41 | 40.75 ▼9.70 |
Dashboard /wp-admin | 2,222 ▲34 | 4.84 ▼0.20 | 106.63 ▼9.63 | 40.01 ▼1.88 |
Posts /wp-admin/edit.php | 2,105 ▲16 | 2.02 ▲0.05 | 34.35 ▲0.56 | 32.16 ▼5.53 |
Add New Post /wp-admin/post-new.php | 1,551 ▲8 | 23.29 ▲4.75 | 632.12 ▼20.79 | 61.22 ▲16.83 |
Media Library /wp-admin/upload.php | 1,404 ▲19 | 4.17 ▲0.01 | 93.97 ▼7.44 | 42.82 ▲0.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/quixchat-button/it_quixchat.php
- 3× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/quixchat-button/inc/quixchat.php:10
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/quixchat-button/inc/backend.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/quixchat-button/inc/frontend.php:10
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need your attention:
- Requires at least: The plugin version is formatted incorrectly
- Tags: Please reduce the number of tags, currently 13 tag instead of maximum 10
quixchat-button/it_quixchat.php 92% from 13 tests
The primary PHP file in "Floating Chat Button : Contact Chat Icons, Telegram Chat, Line Messenger, WeChat, Email, SMS, Call Button – QuixChat" version 3.5 is used by WordPress to initiate all plugin functionality
Please make the necessary changes and fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("quixchat-button.php" instead of "it_quixchat.php")
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
Good job! No executable or dangerous file extensions detected207 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 40 | 24 | 178 |
CSS | 2 | 6 | 1 | 29 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
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 | 8 | |
▷ Named functions | 8 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
2 compressed PNG files occupy 0.05MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/img/brand_logo.png | 24.11KB | 24.15KB | 0.00% |
assets/img/quxchat_logo.png | 23.34KB | 23.36KB | 0.00% |