Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Install script ran successfully
Server metrics [RAM: ▲0.46MB] [CPU: ▼0.20ms] Passed 4 tests
Server-side resources used by Export Users With Meta
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.95 ▲0.49 | 44.64 ▲6.04 |
Dashboard /wp-admin | 3.80 ▲0.49 | 51.42 ▲3.80 |
Posts /wp-admin/edit.php | 3.85 ▲0.49 | 51.35 ▲5.87 |
Add New Post /wp-admin/post-new.php | 6.31 ▲0.43 | 88.80 ▼11.58 |
Media Library /wp-admin/upload.php | 3.66 ▲0.43 | 35.48 ▲1.11 |
Export to CSV /wp-admin/users.php?page=uewm_settings | 3.73 | 38.06 |
Server storage [IO: ▲1.13MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 264 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Export Users With Meta: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 14.57 ▼0.24 | 1.65 ▼0.05 | 43.36 ▼7.98 |
Dashboard /wp-admin | 2,213 ▲22 | 5.91 ▲0.89 | 100.87 ▼3.03 | 39.63 ▼0.65 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.03 ▲0.02 | 36.21 ▲1.43 | 30.53 ▼5.00 |
Add New Post /wp-admin/post-new.php | 1,536 ▼11 | 23.42 ▲5.31 | 594.21 ▼9.65 | 53.65 ▼8.16 |
Media Library /wp-admin/upload.php | 1,392 ▲7 | 4.19 ▲0.03 | 95.74 ▼7.92 | 42.03 ▼2.02 |
Export to CSV /wp-admin/users.php?page=uewm_settings | 1,241 | 2.67 | 46.54 | 28.80 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
Please fix the following items
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 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
Almost there! Just fix the following items
- 18× GET requests to PHP files trigger server-side errors or Error 500 responses (only 10 are shown):
- > PHP Fatal error
require_once(): Failed opening required 'ABSPATHwp-admin/includes/user.php' (include_path='.:/usr/share/php') in wp-content/plugins/user-export-with-their-meta-data/src/Users.php on line 5
- > PHP Warning
require_once(ABSPATHwp-admin/includes/user.php): failed to open stream: No such file or directory in wp-content/plugins/user-export-with-their-meta-data/src/Users.php on line 5
- > PHP Fatal error
Uncaught Error: Class 'SettingsAsWoocommerce\\Woocommerce\\WC_Settings_Page' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/loureirorg/settings-as-woocommerce/src/Tab.php:20
- > PHP Fatal error
Uncaught Error: Class 'SettingsAsWoocommerce\\Tab' not found in wp-content/plugins/user-export-with-their-meta-data/src/SettingsPage.php:18
- > PHP Fatal error
Uncaught Error: Class 'League\\Csv\\AbstractCsv' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/Reader.php:38
- > PHP Fatal error
Uncaught Error: Class 'League\\Csv\\Exception' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/InvalidArgument.php:21
- > PHP Fatal error
Uncaught Error: Interface 'League\\Csv\\ByteSequence' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/AbstractCsv.php:34
- > PHP Fatal error
Uncaught Error: Class 'League\\Csv\\Exception' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/SyntaxError.php:21
- > PHP Fatal error
Uncaught Error: Class 'League\\Csv\\Exception' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/CannotInsertRecord.php:19
- > PHP Fatal error
Uncaught Error: Class 'League\\Csv\\Exception' not found in wp-content/plugins/user-export-with-their-meta-data/vendor/league/csv/src/UnavailableStream.php:16
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 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
3 plugin tags: export, users, meta
user-export-with-their-meta-data/user-export-with-their-meta.php 85% from 13 tests
The entry point to "Export Users With Meta" version 0.6.10 is a PHP file that has certain tags in its header comment area
The following require your attention:
- 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
- Main file name: The principal plugin file should be the same as the plugin slug ("user-export-with-their-meta-data.php" instead of "user-export-with-their-meta.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin23,809 lines of code in 255 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 173 | 4,132 | 1,095 | 16,738 |
PHP | 59 | 1,162 | 3,370 | 4,523 |
Markdown | 5 | 653 | 0 | 1,270 |
Sass | 12 | 169 | 10 | 614 |
CSS | 3 | 59 | 7 | 432 |
JSON | 3 | 0 | 0 | 232 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 13.79 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 157.00 |
Average method complexity | 2.42 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 76.00 |
Code structure | ||
---|---|---|
Namespaces | 7 | |
Interfaces | 3 | |
Traits | 0 | |
Classes | 40 | |
▷ Abstract classes | 3 | 7.50% |
▷ Concrete classes | 37 | 92.50% |
▷ Final classes | 4 | 10.81% |
Methods | 390 | |
▷ Static methods | 80 | 20.51% |
▷ Public methods | 343 | 87.95% |
▷ Protected methods | 40 | 10.26% |
▷ Private methods | 7 | 1.79% |
Functions | 13 | |
▷ Named functions | 5 | 38.46% |
▷ Anonymous functions | 8 | 61.54% |
Constants | 25 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 25 | 100.00% |
▷ Public constants | 21 | 84.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
PNG images were not found in this plugin