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.09MB] [CPU: ▼3.45ms] Passed 4 tests
Analyzing server-side resources used by Orbisius Support Tickets
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.10 | 37.79 ▼2.38 |
Dashboard /wp-admin | 3.39 ▲0.09 | 45.18 ▼7.50 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 48.11 ▼6.03 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.08 | 92.28 ▲2.11 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 35.62 ▲3.34 |
About /wp-admin/admin.php?page=orbisius_support_tickets_about | 3.29 | 31.96 |
Dashboard /wp-admin/admin.php?page=orbisius_support_tickets | 3.29 | 33.87 |
Settings /wp-admin/admin.php?page=orbisius_support_tickets_settings | 3.30 | 35.87 |
Server storage [IO: ▲0.63MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 35 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
Browser metrics Passed 4 tests
Orbisius Support Tickets: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,833 ▲98 | 13.66 ▼0.71 | 1.77 ▲0.02 | 39.74 ▼3.35 |
Dashboard /wp-admin | 2,237 ▲49 | 5.85 ▲0.81 | 110.39 ▲5.54 | 43.56 ▲0.45 |
Posts /wp-admin/edit.php | 2,123 ▲34 | 2.13 ▲0.12 | 41.50 ▲4.26 | 33.74 ▲0.74 |
Add New Post /wp-admin/post-new.php | 1,546 ▲20 | 23.14 ▼0.36 | 603.58 ▼29.86 | 48.85 ▼11.50 |
Media Library /wp-admin/upload.php | 1,419 ▲28 | 4.12 ▼0.06 | 96.11 ▲0.21 | 39.83 ▼4.82 |
About /wp-admin/admin.php?page=orbisius_support_tickets_about | 978 | 1.95 | 28.17 | 29.99 |
Dashboard /wp-admin/admin.php?page=orbisius_support_tickets | 1,003 | 1.96 | 27.61 | 27.07 |
Settings /wp-admin/admin.php?page=orbisius_support_tickets_settings | 1,559 | 2.11 | 36.29 | 32.83 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
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
Please fix the following
- 7× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugins_url() in wp-content/plugins/orbisius-support-tickets/orbisius-support-tickets.php:15
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-support-tickets/modules/core/notifications.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-support-tickets/modules/core/admin.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-support-tickets/modules/core/assets.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-support-tickets/modules/core/shortcodes.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-support-tickets/modules/core/lang.php:4
- > PHP Fatal error
Uncaught Error: Class 'Orbisius_Support_Tickets_Module_Core_CPT' not found in wp-content/plugins/orbisius-support-tickets/modules/core/cpt.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Screenshots: Screenshot #1 (Plugin's settings page) image required
orbisius-support-tickets/orbisius-support-tickets.php 85% from 13 tests
The main PHP file in "Orbisius Support Tickets" ver. 1.0.3 adds more information about the plugin and also serves as the entry point for this plugin
Please take the time to fix the following:
- Text Domain: The text domain follows the same naming rules as the plugin slug: lowercase characters and dashes
- Domain Path: The domain path folder does not exist ("/lang")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Good job! No executable or dangerous file extensions detected4,698 lines of code in 22 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 15 | 764 | 834 | 3,067 |
JavaScript | 4 | 106 | 17 | 1,217 |
CSS | 3 | 82 | 27 | 414 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 31.08 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 72.00 |
Average method complexity | 3.44 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 25.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 13 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 13 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 160 | |
▷ Static methods | 30 | 18.75% |
▷ Public methods | 160 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 2 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 27 | |
▷ Global constants | 7 | 25.93% |
▷ Class constants | 20 | 74.07% |
▷ Public constants | 20 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
9 PNG files occupy 0.36MB with 0.18MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/help/images/email_from_stuff.png | 4.71KB | 3.20KB | ▼ 32.05% |
screenshot-1.png | 14.79KB | 8.66KB | ▼ 41.47% |
screenshot-3.png | 59.71KB | 24.11KB | ▼ 59.62% |
screenshot-4.png | 31.72KB | 12.41KB | ▼ 60.89% |
screenshot-5.png | 83.75KB | 36.86KB | ▼ 55.99% |