Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.16MB] [CPU: ▼2.35ms] Passed 4 tests
Analyzing server-side resources used by Simple Export Import for ACF Data
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.63 ▲0.16 | 40.96 ▲1.45 |
Dashboard /wp-admin | 3.46 ▲0.16 | 49.13 ▲0.33 |
Posts /wp-admin/edit.php | 3.58 ▲0.22 | 46.19 ▲0.93 |
Add New Post /wp-admin/post-new.php | 6.05 ▲0.16 | 91.12 ▼10.98 |
Media Library /wp-admin/upload.php | 3.39 ▲0.16 | 34.21 ▲0.32 |
Simple Export Import /wp-admin/options-general.php?page=seip-simple-export-import | 3.47 | 36.62 |
Server storage [IO: ▲0.55MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 38 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
seip_settings |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
Simple Export Import for ACF Data: 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,794 ▲7 | 14.70 ▲0.35 | 1.74 ▼0.28 | 43.97 ▼0.59 |
Dashboard /wp-admin | 2,202 ▲22 | 5.63 ▼0.02 | 86.28 ▼7.60 | 38.60 ▼4.68 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.94 ▼0.01 | 35.01 ▼5.40 | 34.62 ▼3.21 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.76 ▲0.68 | 668.88 ▲13.70 | 54.49 ▲3.35 |
Media Library /wp-admin/upload.php | 1,407 ▲4 | 4.25 ▲0.08 | 96.94 ▼2.15 | 44.31 ▲1.33 |
Simple Export Import /wp-admin/options-general.php?page=seip-simple-export-import | 1,443 | 2.77 | 66.48 | 86.03 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- This plugin does not fully uninstall, leaving 7 options in the database
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- seip_settings
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
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
- 1× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/simple-export-import-for-acf-data/view/_modal.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 93% 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
7 plugin tags: post, import, custom post type, advanced custom field, page...
simple-export-import-for-acf-data/app.php 85% from 13 tests
The primary PHP file in "Simple Export Import for ACF Data" version 1.3.15 is used by WordPress to initiate all plugin functionality
The following require your attention:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("simple-export-import-for-acf-data.php" instead of "app.php")
- Description: Keep the plugin description shorter than 140 characters (currently 146 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
There were no executable files found in this plugin9,517 lines of code in 32 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 8 | 704 | 216 | 5,543 |
PHP | 15 | 415 | 140 | 2,085 |
CSS | 6 | 84 | 52 | 1,758 |
JSON | 1 | 0 | 0 | 78 |
Markdown | 2 | 22 | 0 | 53 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 22.00 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 71.00 |
Average method complexity | 3.62 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 56 | |
▷ Static methods | 5 | 8.93% |
▷ Public methods | 45 | 80.36% |
▷ Protected methods | 7 | 12.50% |
▷ Private methods | 4 | 7.14% |
Functions | 5 | |
▷ Named functions | 4 | 80.00% |
▷ Anonymous functions | 1 | 20.00% |
Constants | 5 | |
▷ Global constants | 4 | 80.00% |
▷ Class constants | 1 | 20.00% |
▷ Public constants | 1 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
2 compressed PNG files occupy 0.00MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/add-on/chosen-js/chosen-sprite.png | 0.53KB | 0.88KB | 0.00% |
assets/add-on/chosen-js/chosen-sprite@2x.png | 0.72KB | 0.83KB | 0.00% |