Benchmarks
Plugin footprint 83% 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.12MB] [CPU: ▼1.48ms] Passed 4 tests
Server-side resources used by Sync OPML to Blogroll
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.12 | 37.72 ▼4.37 |
Dashboard /wp-admin | 3.42 ▲0.12 | 46.12 ▼5.72 |
Posts /wp-admin/edit.php | 3.54 ▲0.18 | 50.22 ▲1.69 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.12 | 94.77 ▲2.50 |
Media Library /wp-admin/upload.php | 3.35 ▲0.12 | 36.23 ▲4.04 |
All Links /wp-admin/link-manager.php | 3.37 | 31.56 |
Link Categories /wp-admin/edit-tags.php?taxonomy=link_category | 3.34 | 33.05 |
Sync OPML to Blogroll /wp-admin/options-general.php?page=sync-opml-blogroll | 3.31 | 33.14 |
Add New /wp-admin/link-add.php | 3.32 | 30.44 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_links |
Browser metrics Passed 4 tests
An overview of browser requirements for Sync OPML to Blogroll
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,841 ▲106 | 13.38 ▼1.03 | 1.62 ▼0.66 | 37.49 ▼15.99 |
Dashboard /wp-admin | 2,244 ▲56 | 4.87 ▼0.03 | 109.00 ▼8.05 | 41.97 ▼1.26 |
Posts /wp-admin/edit.php | 2,127 ▲38 | 2.06 ▲0.06 | 41.37 ▲0.25 | 36.59 ▲3.39 |
Add New Post /wp-admin/post-new.php | 1,574 ▲41 | 17.98 ▼5.25 | 612.54 ▼21.51 | 64.42 ▲15.75 |
Media Library /wp-admin/upload.php | 1,426 ▲38 | 4.30 ▲0.04 | 96.53 ▼10.77 | 42.31 ▼3.56 |
All Links /wp-admin/link-manager.php | 1,063 | 1.72 | 27.58 | 32.49 |
Link Categories /wp-admin/edit-tags.php?taxonomy=link_category | 1,303 | 2.14 | 27.47 | 29.99 |
Sync OPML to Blogroll /wp-admin/options-general.php?page=sync-opml-blogroll | 920 | 2.06 | 25.70 | 26.03 |
Add New /wp-admin/link-add.php | 1,648 | 2.24 | 46.96 | 33.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The following items require your attention
- Zombie WordPress options detected upon uninstall: 7 options
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- widget_links
- theysaidso_admin_options
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
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)
No browser errors were detected
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
6 plugin tags: rss, blogroll, feeds, links, opml...
sync-opml-to-blogroll/sync-opml-blogroll.php 85% from 13 tests
The main PHP file in "Sync OPML to Blogroll" ver. 1.5.0 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:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("sync-opml-to-blogroll.php" instead of "sync-opml-blogroll.php")
- 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
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
Everything looks great! No dangerous files found in this plugin410 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 94 | 239 | 410 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.50 |
Average class complexity | 18.50 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 36.00 |
Average method complexity | 4.68 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 34.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 19 | |
▷ Static methods | 3 | 15.79% |
▷ Public methods | 15 | 78.95% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 4 | 21.05% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
PNG files should be compressed to save space and minimize bandwidth usage
No PNG images were found in this plugin