Benchmarks
Plugin footprint 82% 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.07MB] [CPU: ▲993.26ms] 50% from 4 tests
A check of server-side resources used by LIQUID SPEECH BALLOON
Please have a look at the following items
- CPU: Total CPU usage should be kept under 500.00ms (currently 1,409.99ms on /wp-admin/options-general.php?page=liquid-speech-balloon)
- Extra CPU: The extra CPU usage should be kept under 200.00ms (currently 993.26ms on /wp-admin/options-general.php?page=liquid-speech-balloon)
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.06 | 38.81 ▼3.80 |
Dashboard /wp-admin | 3.43 ▲0.13 | 1,669.12 ▲1,618.80 |
Posts /wp-admin/edit.php | 3.48 ▲0.12 | 1,357.02 ▲1,309.38 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.06 | 1,413.28 ▲1,317.49 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 1,381.43 ▲1,349.97 |
LIQUID SPEECH BALLOON /wp-admin/options-general.php?page=liquid-speech-balloon | 3.26 | 1,409.99 |
Server storage [IO: ▲0.18MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for LIQUID SPEECH BALLOON
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,817 ▲60 | 13.32 ▼1.31 | 1.63 ▼0.61 | 41.87 ▼3.13 |
Dashboard /wp-admin | 2,218 ▲30 | 5.79 ▼0.13 | 96.04 ▼17.61 | 38.86 ▼11.60 |
Posts /wp-admin/edit.php | 2,103 ▲14 | 1.99 ▼0.01 | 33.28 ▼1.52 | 34.33 ▼1.53 |
Add New Post /wp-admin/post-new.php | 6,602 ▲5,083 | 29.32 ▲6.24 | 877.13 ▲234.35 | 56.71 ▲4.23 |
Media Library /wp-admin/upload.php | 1,394 ▲6 | 4.29 ▲0.05 | 97.15 ▼8.79 | 42.45 ▼3.41 |
LIQUID SPEECH BALLOON /wp-admin/options-general.php?page=liquid-speech-balloon | 1,147 | 2.35 | 24.72 | 35.66 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- widget_recent-posts
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 everything seems fine, this is not 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
Please fix the following
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/liquid-speech-balloon/liquid-speech-balloon.php:34
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that need to be fixed:
- Tags: Please reduce the number of tags, currently 13 tag instead of maximum 10
liquid-speech-balloon/liquid-speech-balloon.php Passed 13 tests
The entry point to "LIQUID SPEECH BALLOON" version 1.2.1 is a PHP file that has certain tags in its header comment area
58 characters long description:
Create a talk style design with a visual editor Gutenberg.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin4,567 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JSON | 3 | 0 | 0 | 3,413 |
JavaScript | 2 | 23 | 0 | 565 |
PHP | 2 | 21 | 32 | 261 |
CSS | 1 | 13 | 4 | 234 |
PO File | 1 | 89 | 151 | 94 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
There were no cyclomatic complexity issued detected
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 | 9 | |
▷ Named functions | 7 | 77.78% |
▷ Anonymous functions | 2 | 22.22% |
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
PNG files should be compressed to save space and minimize bandwidth usage
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/avatar.png | 2.86KB | 2.82KB | ▼ 1.43% |