Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.10MB] [CPU: ▼7.67ms] Passed 4 tests
This is a short check of server-side resources used by Blogger Importer
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.11 | 37.09 ▼5.99 |
Dashboard /wp-admin | 3.42 ▲0.07 | 46.09 ▼16.38 |
Posts /wp-admin/edit.php | 3.53 ▲0.17 | 43.20 ▼5.10 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 91.12 ▼3.20 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 33.70 ▼1.64 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Blogger Importer
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲3 | 14.35 ▼0.02 | 1.68 ▼0.07 | 39.81 ▼1.21 |
Dashboard /wp-admin | 2,195 ▲15 | 5.53 ▼0.14 | 81.39 ▼6.21 | 37.28 ▼9.55 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.01 ▲0.03 | 36.14 ▼1.10 | 36.12 ▼1.05 |
Add New Post /wp-admin/post-new.php | 1,526 ▼4 | 23.02 ▲0.11 | 641.39 ▼45.73 | 54.00 ▼0.11 |
Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.19 ▲0.02 | 95.16 ▼7.91 | 43.00 ▼3.23 |
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
You still need to fix the following
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though everything seems fine, this is not 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
The following issues need your attention
- 3× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Class 'SimplePie_Sanitize' not found in wp-content/plugins/blogger-importer/blogger-importer-sanitize.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function delete_option() in wp-content/plugins/blogger-importer/uninstall.php:2
- > PHP Fatal error
Uncaught Error: Class 'SimplePie_Item' not found in wp-content/plugins/blogger-importer/blogger-importer-blogitem.php:25
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need to be fixed:
- Screenshots: Add descriptions for screenshots #1, #2 in blogger-importer/assets to your readme.txt
- Donate link: Please fix this invalid url: ""
blogger-importer/blogger-importer.php 92% from 13 tests
The main PHP file in "Blogger Importer" ver. 0.9.2 adds more information about the plugin and also serves as the entry point for this plugin
Please make the necessary changes and fix the following:
- Domain Path: The domain path folder was not found ("/languages")
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
Good job! No executable or dangerous file extensions detected932 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 238 | 264 | 932 |
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.30 |
Average class complexity | 28.60 |
▷ Minimum class complexity | 7.00 |
▷ Maximum class complexity | 93.00 |
Average method complexity | 3.71 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 51 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 51 | 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 | 7 | |
▷ Global constants | 4 | 57.14% |
▷ Class constants | 3 | 42.86% |
▷ Public constants | 3 | 100.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
No PNG images were found in this plugin