Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.15MB] [CPU: ▼0.53ms] Passed 4 tests
An overview of server-side resources used by CIO Custom Fields Importer
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.62 ▲0.16 | 41.17 ▼0.17 |
Dashboard /wp-admin | 3.45 ▲0.15 | 46.83 ▼3.25 |
Posts /wp-admin/edit.php | 3.56 ▲0.21 | 49.87 ▲3.29 |
Add New Post /wp-admin/post-new.php | 6.03 ▲0.15 | 91.93 ▲0.74 |
Media Library /wp-admin/upload.php | 3.37 ▲0.15 | 38.79 ▲0.56 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 3 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by CIO Custom Fields Importer
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,823 ▲88 | 13.29 ▼1.01 | 1.86 ▼0.49 | 38.87 ▼9.44 |
Dashboard /wp-admin | 2,229 ▲41 | 5.86 ▲0.85 | 132.70 ▲15.85 | 42.04 ▼4.21 |
Posts /wp-admin/edit.php | 2,112 ▲23 | 2.07 ▲0.06 | 38.72 ▲0.66 | 37.90 ▼0.17 |
Add New Post /wp-admin/post-new.php | 1,540 ▼2 | 23.19 ▲4.92 | 642.01 ▲9.73 | 54.85 ▼4.43 |
Media Library /wp-admin/upload.php | 1,408 ▲17 | 4.23 ▲0.06 | 99.66 ▼5.41 | 43.05 ▼2.02 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
The smoke test was a success, however most plugin functionality was not tested
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
Almost there! Just fix the following items
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to a member function get_blog_prefix() on null in wp-content/plugins/custom-fields-csv-xml-importer/wp-all-import-pods-addon.php:18
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Tags: Please reduce the number of tags, currently 45 tag instead of maximum 10
- Screenshots: These screenshots lack descriptions #13, #14, #15, #16, #17, #18 in custom-fields-csv-xml-importer/assets to your readme.txt
custom-fields-csv-xml-importer/wp-all-import-pods-addon.php 85% from 13 tests
The principal PHP file in "CIO Custom Fields Importer" v. 1.0.3 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("custom-fields-csv-xml-importer.php" instead of "wp-all-import-pods-addon.php")
- Description: Keep the plugin description shorter than 140 characters (currently 538 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Success! There were no dangerous files found in this plugin851 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 310 | 107 | 851 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.66 |
Average class complexity | 165.00 |
▷ Minimum class complexity | 165.00 |
▷ Maximum class complexity | 165.00 |
Average method complexity | 4.81 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 24.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 43 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 43 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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
There are no PNG files in this plugin