Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▼2.23ms] Passed 4 tests
Server-side resources used by Bulk Term Generator - Import multiple tags, categories, and taxonomies easily
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 36.30 ▼2.89 |
Dashboard /wp-admin | 3.37 ▲0.07 | 45.94 ▼3.64 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 47.09 ▼4.12 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.09 | 89.88 ▲1.73 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 38.06 ▲2.56 |
Bulk Term Generator /wp-admin/tools.php?page=bulk_term_generator_options | 3.33 | 31.39 |
Server storage [IO: ▲0.83MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 33 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Bulk Term Generator - Import multiple tags, categories, and taxonomies easily
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,794 ▲32 | 14.44 ▼0.26 | 1.71 ▼0.07 | 38.83 ▼4.14 |
Dashboard /wp-admin | 2,202 ▲25 | 5.67 ▲0.09 | 94.42 ▼3.49 | 42.38 ▼2.78 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▲0.05 | 38.53 ▼2.44 | 36.00 ▼0.34 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.23 ▲0.15 | 653.28 ▼48.43 | 62.58 ▼6.08 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.22 ▲0.03 | 110.07 ▲0.13 | 43.88 ▼3.00 |
Bulk Term Generator /wp-admin/tools.php?page=bulk_term_generator_options | 858 | 1.99 | 28.25 | 31.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
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
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/bulk-term-generator/views/admin/templates/generate-terms-page.php:12
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/bulk-term-generator/views/admin/templates/settings-page-default.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Tags: Please reduce the number of tags, currently 12 tag instead of maximum 10
bulk-term-generator/bulk-term-generator.php 92% from 13 tests
"Bulk Term Generator - Import multiple tags, categories, and taxonomies easily" version 1.3.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
You should first fix the following items:
- Plugin Name: A shorter plugin name is better (currently 77 characters long instead of max. 70)
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 detected2,240 lines of code in 21 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 13 | 197 | 423 | 683 |
SVG | 1 | 0 | 0 | 565 |
JavaScript | 1 | 117 | 55 | 433 |
PO File | 2 | 88 | 94 | 292 |
CSS | 2 | 6 | 23 | 242 |
HTML | 2 | 0 | 11 | 25 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 7.14 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 22.00 |
Average method complexity | 2.05 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.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 | 41 | |
▷ Static methods | 2 | 4.88% |
▷ Public methods | 30 | 73.17% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 11 | 26.83% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.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
2 PNG files occupy 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
views/admin/css/images/delete.png | 1.21KB | 0.35KB | ▼ 70.63% |
views/admin/css/images/edit.png | 1.35KB | 0.43KB | ▼ 68.14% |