Benchmarks
Plugin footprint 65% 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.21MB] [CPU: ▲1.08ms] Passed 4 tests
Server-side resources used by Blogger Importer Extended
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.67 ▲0.21 | 44.51 ▲2.85 |
Dashboard /wp-admin | 3.51 ▲0.21 | 54.35 ▲0.86 |
Posts /wp-admin/edit.php | 3.62 ▲0.27 | 52.45 ▲0.30 |
Add New Post /wp-admin/post-new.php | 6.09 ▲0.21 | 97.44 ▲1.55 |
Media Library /wp-admin/upload.php | 3.43 ▲0.21 | 38.83 ▲1.60 |
Blogger Importer /wp-admin/options-general.php?page=bie-settings | 3.41 | 265.61 |
Blogger Importer /wp-admin/tools.php?page=bie-importer | 3.40 | 34.34 |
Server storage [IO: ▲0.16MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 15 new files
Database: 1 new table, 7 new options
New tables |
---|
wp_bie_redirects |
New WordPress options |
---|
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
can_compress_scripts |
bie_installed_date |
widget_recent-posts |
Browser metrics Passed 4 tests
Blogger Importer Extended: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,808 ▲62 | 13.63 ▼0.72 | 2.04 ▲0.21 | 43.27 ▲0.51 |
Dashboard /wp-admin | 2,214 ▲26 | 4.84 ▼1.01 | 105.88 ▼0.41 | 41.62 ▼6.47 |
Posts /wp-admin/edit.php | 2,097 ▲5 | 2.00 ▲0.02 | 40.76 ▼2.33 | 35.27 ▼5.90 |
Add New Post /wp-admin/post-new.php | 1,539 ▲25 | 22.95 ▲5.38 | 640.40 ▼34.35 | 63.91 ▲0.51 |
Media Library /wp-admin/upload.php | 1,396 ▲11 | 4.18 ▲0.00 | 100.89 ▼1.59 | 46.65 ▲0.38 |
Blogger Importer /wp-admin/options-general.php?page=bie-settings | 893 | 2.20 | 25.17 | 42.71 |
Blogger Importer /wp-admin/tools.php?page=bie-importer | 929 | 2.20 | 28.09 | 29.05 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- Zombie tables were found after uninstall: 1 table
- wp_bie_redirects
- Zombie WordPress options were found after uninstall: 7 options
- db_upgraded
- bie_installed_date
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function status_header() in wp-content/plugins/blogger-importer-extended/uninstall.php:4
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
3 plugin tags: blogger, blogspot, importer
blogger-importer-extended/bootstrap.php 92% from 13 tests
"Blogger Importer Extended" version 3.2.2's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please make the necessary changes and fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("blogger-importer-extended.php" instead of "bootstrap.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
No dangerous file extensions were detected1,331 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 469 | 143 | 1,326 |
SVG | 5 | 0 | 0 | 5 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
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 | 30 | |
▷ Named functions | 10 | 33.33% |
▷ Anonymous functions | 20 | 66.67% |
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
3 compressed PNG files occupy 0.08MB
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
img/find_blog_id.png | 40.88KB | 43.26KB | 0.00% |
img/blogger_public.png | 18.92KB | 19.37KB | 0.00% |
img/pretty_permalinks.png | 23.44KB | 24.08KB | 0.00% |