Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼2.34ms] Passed 4 tests
Server-side resources used by Live Chat by OggFlow
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 35.14 ▼10.88 |
Dashboard /wp-admin | 3.31 ▲0.01 | 45.06 ▼5.88 |
Posts /wp-admin/edit.php | 3.36 ▲0.01 | 49.00 ▲3.97 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.01 | 92.92 ▲4.29 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 37.83 ▲3.44 |
OggFlow Settings /wp-admin/options-general.php?page=live-chat-by-oggflow | 3.18 | 27.77 |
Server storage [IO: ▲0.86MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 8 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Live Chat by OggFlow: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲94 | 13.24 ▼1.16 | 4.63 ▲2.80 | 42.48 ▼6.20 |
Dashboard /wp-admin | 2,235 ▲56 | 5.79 ▲0.83 | 104.50 ▼12.13 | 69.74 ▲23.80 |
Posts /wp-admin/edit.php | 2,120 ▲28 | 1.97 ▼0.06 | 38.66 ▼1.01 | 37.12 ▲4.82 |
Add New Post /wp-admin/post-new.php | 1,541 ▼2 | 23.12 ▲4.93 | 748.48 ▲100.97 | 63.91 ▲1.97 |
Media Library /wp-admin/upload.php | 1,420 ▲35 | 4.16 ▼0.05 | 94.59 ▼3.59 | 70.39 ▲26.67 |
OggFlow Settings /wp-admin/options-general.php?page=live-chat-by-oggflow | 922 | 2.05 | 26.19 | 32.17 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Please fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=live-chat-by-oggflow
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/options-general.php?page=live-chat-by-oggflow
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
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 items
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/live-chat-by-oggflow/live-chat-by-oggflow.php:11
- > 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)
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Screenshots: Please add images for these screenshots: #1 (OggFlow Chat Widget Settings), #2 (OggFlow Live Feed), #3 (OggFlow Tasks and Actions)
- Tags: Please delete some tags, you are using 47 tag instead of maximum 10
live-chat-by-oggflow/live-chat-by-oggflow.php 92% from 13 tests
The main PHP file in "Live Chat by OggFlow" ver. 1.1.3 adds more information about the plugin and also serves as the entry point for this plugin
The following require your attention:
- Description: Please keep the plugin description shorter than 140 characters (currently 157 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected161 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 36 | 9 | 161 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
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 50% from 2 tests
Image compression 50% from 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
6 PNG files occupy 0.84MB with 0.53MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-3.png | 258.60KB | 77.66KB | ▼ 69.97% |
screenshot-1.png | 42.04KB | 24.19KB | ▼ 42.47% |
screenshot-2.png | 397.60KB | 129.79KB | ▼ 67.36% |
screenshot-4.png | 153.98KB | 47.08KB | ▼ 69.43% |
oggflow.png | 8.55KB | 3.14KB | ▼ 63.32% |