Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Install script ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼3.19ms] Passed 4 tests
A check of server-side resources used by iThemes Exchange - Store Exporter
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 39.72 ▼0.44 |
Dashboard /wp-admin | 3.31 ▲0.01 | 52.13 ▼0.38 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 48.19 ▼1.48 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 87.84 ▼6.51 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.48 ▼4.34 |
Server storage [IO: ▲0.69MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 37 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
A check of browser resources used by iThemes Exchange - Store Exporter
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲3 | 14.23 ▼0.06 | 1.92 ▼0.52 | 46.26 ▲4.77 |
Dashboard /wp-admin | 2,195 ▲18 | 5.57 ▼0.08 | 94.45 ▼4.90 | 39.88 ▼3.16 |
Posts /wp-admin/edit.php | 2,100 ▲3 | 2.02 ▼0.06 | 34.91 ▼1.12 | 35.92 ▼1.77 |
Add New Post /wp-admin/post-new.php | 1,526 ▼2 | 23.59 ▲0.34 | 636.35 ▼44.78 | 51.50 ▼5.75 |
Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.17 ▼0.01 | 96.15 ▼19.49 | 43.98 ▼3.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
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 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 41× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Warning
include_once(ITE_CE_PATHincludes/export-csv.php): failed to open stream: No such file or directory in wp-content/plugins/exchange-addon-exporter/includes/functions.php on line 11
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/exchange-addon-exporter/includes/product.php:2
- > PHP Warning
Use of undefined constant ITE_CE_PATH - assumed 'ITE_CE_PATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/exchange-addon-exporter/includes/functions.php on line 5
- > PHP Warning
include_once(ITE_CE_PATHincludes/product.php): failed to open stream: No such file or directory in wp-content/plugins/exchange-addon-exporter/includes/functions.php on line 2
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/exchange-addon-exporter/templates/admin/tabs-archive.php:2
- > PHP Warning
Use of undefined constant ITE_CE_PATH - assumed 'ITE_CE_PATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/exchange-addon-exporter/includes/functions.php on line 9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/exchange-addon-exporter/includes/common-dashboard_widgets.php:19
- > PHP Warning
include_once(): Failed opening 'ITE_CE_PATHincludes/formatting.php' for inclusion (include_path='.:/usr/share/php') in wp-content/plugins/exchange-addon-exporter/includes/functions.php on line 9
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/exchange-addon-exporter/templates/admin/tabs-overview.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/exchange-addon-exporter/includes/functions.php:13
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% 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
These attributes need your attention:
- Screenshots: Please add images for these screenshots: #1 (Store Exporter is an iThemes Exchange compatible Addon), #2 (The Export screen with export types and exportable columns), #3 (The Settings screen includes options to alter the formatting of the export file)
exchange-addon-exporter/exporter.php 92% from 13 tests
"iThemes Exchange - Store Exporter" version 1.3.8'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:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("exchange-addon-exporter.php" instead of "exporter.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Good job! No executable or dangerous file extensions detected3,968 lines of code in 28 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 23 | 715 | 272 | 3,588 |
JavaScript | 2 | 21 | 72 | 212 |
CSS | 3 | 11 | 11 | 168 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.32 |
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 | 104 | |
▷ Named functions | 104 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 6 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
1 PNG file occupies 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/exporter50px.png | 2.75KB | 1.76KB | ▼ 35.79% |