Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼5.76ms] Passed 4 tests
A check of server-side resources used by Easy Order View
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 37.08 ▼3.36 |
Dashboard /wp-admin | 3.31 ▲0.00 | 46.44 ▼3.03 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 45.78 ▼2.60 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 89.89 ▼14.04 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 34.21 ▲3.17 |
Freemius Debug [v.2.4.5] /wp-admin/admin.php?page=freemius | 3.00 | 23.45 |
Server storage [IO: ▲3.21MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 171 new files
Database: no new tables, 10 new options
New WordPress options |
---|
fs_active_plugins |
theysaidso_admin_options |
fs_debug_mode |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
fs_accounts |
fs_gdpr |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Easy Order View: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲29 | 13.19 ▼1.39 | 1.65 ▼0.49 | 42.10 ▼5.59 |
Dashboard /wp-admin | 2,206 ▲18 | 4.86 ▼0.01 | 110.53 ▼4.17 | 44.35 ▼0.75 |
Posts /wp-admin/edit.php | 2,092 ▼0 | 2.01 ▲0.02 | 38.63 ▼0.40 | 35.73 ▲2.78 |
Add New Post /wp-admin/post-new.php | 1,542 ▲9 | 18.36 ▼4.82 | 592.63 ▼97.20 | 51.94 ▼14.09 |
Media Library /wp-admin/upload.php | 1,388 ▲3 | 4.18 ▲0.02 | 94.85 ▼16.26 | 40.35 ▼7.76 |
Freemius Debug [v.2.4.5] /wp-admin/admin.php?page=freemius | 28 | 0.44 | 0.10 | 3.67 |
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
The following items require your attention
- Zombie WordPress options were found after uninstall: 10 options
- widget_recent-posts
- widget_theysaidso_widget
- fs_accounts
- widget_recent-comments
- theysaidso_admin_options
- fs_debug_mode
- fs_active_plugins
- db_upgraded
- can_compress_scripts
- fs_gdpr
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 Passed 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
Everything seems fine, however this is by no means an exhaustive test
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following user-side errors
- > GET request to /wp-admin/admin.php?page=freemius
- > Network (severe)
wp-admin/admin.php?page=freemius - Failed to load resource: the server responded with a status of 403 (Forbidden)
Optimizations
Plugin configuration 86% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
4 plugin tags: neworder, order, notification, woocommerce
easy-order-view/easy-order-view.php 69% from 13 tests
The primary PHP file in "Easy Order View" version 1.0.0 is used by WordPress to initiate all plugin functionality
You should first fix the following items:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
- Requires PHP: The required version number did not match the one declared in readme.txt ("5.3.8" instead of "7.0")
- Requires at least: The required version number did not match the one declared in readme.txt ("4.0" instead of "5.2")
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
Code Analysis 97% from 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Success! There were no dangerous files found in this plugin31,866 lines of code in 128 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 112 | 7,357 | 16,381 | 31,031 |
CSS | 12 | 91 | 3 | 464 |
JavaScript | 4 | 59 | 94 | 371 |
PHP code 50% from 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Please fix the following
- Cyclomatic complexity of classes should be reduced to less than 1000 (currently 2,911)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.63 |
Average class complexity | 86.68 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 2,911.00 |
Average method complexity | 4.60 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 86.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 47 | |
▷ Abstract classes | 2 | 4.26% |
▷ Concrete classes | 45 | 95.74% |
▷ Final classes | 0 | 0.00% |
Methods | 1,149 | |
▷ Static methods | 173 | 15.06% |
▷ Public methods | 806 | 70.15% |
▷ Protected methods | 15 | 1.31% |
▷ Private methods | 328 | 28.55% |
Functions | 112 | |
▷ Named functions | 112 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 125 | |
▷ Global constants | 100 | 80.00% |
▷ Class constants | 25 | 20.00% |
▷ Public constants | 25 | 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
2 PNG files occupy 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
includes/library/assets/img/theme-icon.png | 10.97KB | 5.78KB | ▼ 47.37% |
includes/library/assets/img/plugin-icon.png | 9.16KB | 5.26KB | ▼ 42.58% |