Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼9.91ms] Passed 4 tests
A check of server-side resources used by WooCommerce Send CSVs to your Fullfillment-Partner
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 39.21 ▼2.71 |
Dashboard /wp-admin | 3.39 ▲0.05 | 48.35 ▼13.60 |
Posts /wp-admin/edit.php | 3.44 ▲0.09 | 45.47 ▼6.83 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.09 | 88.17 ▼16.50 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 33.93 ▼2.19 |
History /wp-admin/admin.php?page=send_email_to_fullfilment | 3.28 | 32.93 |
WC Fullfilment-Emailer /wp-admin/admin.php?page=theme-options | 3.35 | 40.29 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 9 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
WC_FFM_encoding |
can_compress_scripts |
widget_recent-comments |
WC_FFM_csvname |
WC_FFM_sendingtime |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for WooCommerce Send CSVs to your Fullfillment-Partner
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,827 ▲81 | 13.67 ▼0.72 | 1.61 ▼0.10 | 39.86 ▼6.36 |
Dashboard /wp-admin | 2,236 ▲48 | 4.81 ▼1.06 | 101.94 ▲0.65 | 39.65 ▼4.01 |
Posts /wp-admin/edit.php | 2,116 ▲24 | 2.02 ▲0.04 | 33.60 ▼3.97 | 33.07 ▼0.51 |
Add New Post /wp-admin/post-new.php | 1,556 ▲37 | 23.05 ▼0.08 | 665.10 ▼18.66 | 68.05 ▲13.47 |
Media Library /wp-admin/upload.php | 1,409 ▲21 | 4.18 ▼0.03 | 97.59 ▼2.07 | 42.85 ▼2.93 |
History /wp-admin/admin.php?page=send_email_to_fullfilment | 803 | 2.18 | 23.63 | 26.36 |
WC Fullfilment-Emailer /wp-admin/admin.php?page=theme-options | 2,069 | 6.63 | 134.56 | 64.97 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- This plugin did not uninstall successfully, leaving 9 options in the database
- db_upgraded
- WC_FFM_encoding
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- WC_FFM_csvname
- WC_FFM_sendingtime
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/woo-send-csvs-to-your-fullfillment-partner/functions.php:144
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/woo-send-csvs-to-your-fullfillment-partner/send_csv_to_fullfilment.php:14
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following browser errors
- > GET request to /wp-admin/admin.php?page=theme-options
- > Javascript (severe) in unknown
/wp-content/plugins/woo-send-csvs-to-your-fullfillment-partner/assets/sortable.js?ver=6.3.1 3:26 Uncaught TypeError: jQuery(...).sortable is not a function
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
9 plugin tags: export, csv export, csv, fullfilment, woocommerce...
woo-send-csvs-to-your-fullfillment-partner/send_csv_to_fullfilment.php 92% from 13 tests
The entry point to "WooCommerce Send CSVs to your Fullfillment-Partner" version 1.0 is a PHP file that has certain tags in its header comment area
It is important to fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("woo-send-csvs-to-your-fullfillment-partner.php" instead of "send_csv_to_fullfilment.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
There were no executable files found in this plugin496 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 240 | 93 | 473 |
JavaScript | 2 | 10 | 6 | 17 |
CSS | 1 | 5 | 13 | 6 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
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 | 12 | |
▷ Named functions | 12 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 5 | |
▷ Global constants | 5 | 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
No PNG images were found in this plugin