Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.04MB] [CPU: ▼5.91ms] Passed 4 tests
A check of server-side resources used by Live Center - Live-Blogging Solution
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.76 ▲0.03 | 41.54 ▼0.66 |
Dashboard /wp-admin | 3.60 ▲0.04 | 47.89 ▼4.56 |
Posts /wp-admin/edit.php | 3.72 ▲0.04 | 52.88 ▼2.44 |
Add New Post /wp-admin/post-new.php | 6.20 ▲0.05 | 94.10 ▼15.96 |
Media Library /wp-admin/upload.php | 3.53 ▲0.04 | 42.20 ▲5.38 |
Live Center Plugin /wp-admin/admin.php?page=live-center-plugin | 3.49 | 35.29 |
Edit API Key /wp-admin/admin.php?page=edit-api-key | 3.49 | 36.68 |
Server storage [IO: ▲0.04MB] [DB: ▲0.07MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Live Center - Live-Blogging Solution
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,812 ▲51 | 14.37 ▼0.04 | 1.80 ▼0.29 | 39.83 ▲0.18 |
Dashboard /wp-admin | 2,221 ▲44 | 5.61 ▼0.01 | 91.98 ▲2.49 | 38.78 ▼0.86 |
Posts /wp-admin/edit.php | 2,123 ▲23 | 2.05 ▲0.06 | 40.33 ▲0.48 | 36.80 ▼2.59 |
Add New Post /wp-admin/post-new.php | 6,363 ▲4,832 | 25.97 ▲2.82 | 977.98 ▲322.79 | 40.70 ▼20.44 |
Media Library /wp-admin/upload.php | 1,423 ▲29 | 4.22 ▼0.01 | 99.67 ▼2.15 | 45.81 ▲0.94 |
Live Center Plugin /wp-admin/admin.php?page=live-center-plugin | 807 | 2.22 | 25.14 | 23.88 |
Edit API Key /wp-admin/admin.php?page=edit-api-key | 797 | 2.03 | 24.01 | 25.09 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 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
The following issues need your attention
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/live-center-live-blogging-solution/index.php
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please fix the following user-side errors
- > GET request to /wp-admin/admin.php?page=live-center-plugin
- > Other (severe) in unknown
chrome-error://chromewebdata/ - Refused to display 'https://livecenter.norkon.net/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
These attributes need your attention:
- Screenshots: No descriptions were found for these screenshots #10, #11, #2, #3, #4, #5, #6, #7, #8, #9 in live-center-live-blogging-solution/assets to your readme.txt
live-center-live-blogging-solution/index.php 85% from 13 tests
"Live Center - Live-Blogging Solution" version 1.0's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
Please make the necessary changes and fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 249 characters long)
- Main file name: Name the main plugin file the same as the plugin slug ("live-center-live-blogging-solution.php" instead of "index.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Good job! No executable or dangerous file extensions detected716 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 8 | 0 | 8 | 312 |
PHP | 1 | 48 | 11 | 225 |
CSS | 1 | 20 | 0 | 140 |
JavaScript | 2 | 0 | 0 | 39 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.08 |
Average class complexity | 2.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 2.00 |
Average method complexity | 1.12 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 8 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 8 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG images were found in this plugin