Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.43MB] [CPU: ▲0.63ms] Passed 4 tests
An overview of server-side resources used by Order Export for WooCommerce
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.06 | 39.46 ▼5.73 |
Dashboard /wp-admin | 3.88 ▲0.58 | 53.96 ▲1.68 |
Posts /wp-admin/edit.php | 3.94 ▲0.57 | 53.83 ▲2.72 |
Add New Post /wp-admin/post-new.php | 6.40 ▲0.51 | 107.44 ▲14.18 |
Media Library /wp-admin/upload.php | 3.81 ▲0.57 | 41.97 ▲3.85 |
Server storage [IO: ▲1.17MB] [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 |
---|
widget_recent-comments |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
Order Export for WooCommerce: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.24 ▼0.01 | 1.79 ▲0.10 | 43.80 ▼0.97 |
Dashboard /wp-admin | 2,195 ▲21 | 5.61 ▲0.09 | 88.59 ▼6.37 | 40.77 ▼2.39 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.02 ▲0.06 | 40.11 ▲2.68 | 35.29 ▼1.18 |
Add New Post /wp-admin/post-new.php | 1,535 ▲2 | 18.15 ▼4.73 | 643.76 ▲49.35 | 68.21 ▲12.05 |
Media Library /wp-admin/upload.php | 1,397 ▼3 | 4.26 ▲0.07 | 98.49 ▼4.66 | 48.42 ▲4.54 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
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
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following
- 22× PHP files perform the task of outputting text when accessed with GET requests (only 10 are shown):
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/functions.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/JEMEXP_Order.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/templates/tab-settings.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/main.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/JEMEXP_BaseEntity.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/templates/export-export-type.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/templates/export-bottom-buttons.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/templates/export-filter-order-fields.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/templates/export-filter-product-fields.php
- > /wp-content/plugins/order-export-and-more-for-woocommerce/inc/JEMEXP_Export_Data.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 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
10 plugin tags: export products, export orders, export, woocommerce, orders export...
order-export-and-more-for-woocommerce/main.php 85% from 13 tests
The main file in "Order Export for WooCommerce" v. 3.21 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please make the necessary changes and fix the following:
- Requires PHP: Required version must be the same as the one declared in readme.txt ("5.4" instead of "5.0")
- Main file name: Name the main plugin file the same as the plugin slug ("order-export-and-more-for-woocommerce.php" instead of "main.php")
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
Good job! No executable or dangerous file extensions detected13,400 lines of code in 30 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 4 | 1,676 | 662 | 5,930 |
PHP | 22 | 1,298 | 1,239 | 4,617 |
CSS | 4 | 143 | 80 | 2,853 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
Average class complexity | 77.20 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 297.00 |
Average method complexity | 2.91 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 68.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 158 | |
▷ Static methods | 3 | 1.90% |
▷ Public methods | 144 | 91.14% |
▷ Protected methods | 2 | 1.27% |
▷ Private methods | 12 | 7.59% |
Functions | 20 | |
▷ Named functions | 17 | 85.00% |
▷ Anonymous functions | 3 | 15.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.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
There were not PNG files found in your plugin