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
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.10MB] [CPU: ▼4.68ms] Passed 4 tests
An overview of server-side resources used by Advanced Export: Export WordPress Site Data Including Widget, Customizer & Media Files
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.11 | 40.81 ▼4.58 |
Dashboard /wp-admin | 3.41 ▲0.10 | 46.76 ▼8.01 |
Posts /wp-admin/edit.php | 3.52 ▲0.16 | 45.29 ▼2.03 |
Add New Post /wp-admin/post-new.php | 5.99 ▲0.10 | 83.74 ▼4.08 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 35.51 ▼0.08 |
Advanced Export /wp-admin/tools.php?page=advanced-export | 3.30 | 33.01 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by Advanced Export: Export WordPress Site Data Including Widget, Customizer & Media Files
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.27 ▼1.11 | 1.74 ▼0.11 | 42.77 ▼2.21 |
Dashboard /wp-admin | 2,213 ▲25 | 5.86 ▲0.04 | 101.91 ▼12.58 | 42.59 ▼1.59 |
Posts /wp-admin/edit.php | 2,090 ▲4 | 2.00 ▼0.18 | 35.49 ▼1.03 | 30.64 ▼3.87 |
Add New Post /wp-admin/post-new.php | 1,517 ▼16 | 17.67 ▼5.58 | 691.14 ▼37.08 | 60.93 ▲5.80 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.20 ▼0.06 | 93.63 ▼2.89 | 44.88 ▲1.75 |
Advanced Export /wp-admin/tools.php?page=advanced-export | 1,183 | 1.74 | 32.74 | 34.82 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting 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
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/advanced-export/advanced-export.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
6 plugin tags: advanced export, widget export, theme export, customizer export, demo export...
advanced-export/advanced-export.php Passed 13 tests
The main PHP file in "Advanced Export: Export WordPress Site Data Including Widget, Customizer & Media Files" ver. 1.0.7 adds more information about the plugin and also serves as the entry point for this plugin
73 characters long description:
Advanced Export with Options to Export Widget, Customizer and Media Files
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Everything looks great! No dangerous files found in this plugin780 lines of code in 13 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 11 | 153 | 522 | 733 |
JavaScript | 1 | 5 | 1 | 42 |
CSS | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.44 |
Average class complexity | 6.33 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 29.00 |
Average method complexity | 2.28 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 27.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 6 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 6 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 25 | |
▷ Static methods | 3 | 12.00% |
▷ Public methods | 20 | 80.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 20.00% |
Functions | 8 | |
▷ Named functions | 8 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin