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.00MB] [CPU: ▼8.35ms] Passed 4 tests
An overview of server-side resources used by Bulk Edit for Learndash
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 44.10 ▲2.88 |
Dashboard /wp-admin | 3.31 ▼0.03 | 51.70 ▼17.12 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 51.94 ▼0.87 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 90.92 ▼18.28 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 36.87 ▲3.23 |
Bulk Edit /wp-admin/admin.php?page=learndash-bulk-edit | 3.18 | 34.06 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
Bulk Edit for Learndash: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.72 ▲0.62 | 1.78 ▲0.15 | 44.61 ▲2.61 |
Dashboard /wp-admin | 2,198 ▲18 | 5.57 ▼0.02 | 84.38 ▼8.24 | 41.18 ▼0.12 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 1.99 ▼0.04 | 35.71 ▼1.05 | 33.33 ▲0.71 |
Add New Post /wp-admin/post-new.php | 1,528 ▼7 | 23.31 ▲5.09 | 626.50 ▼29.95 | 49.01 ▼43.24 |
Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.21 ▲0.11 | 97.67 ▼6.05 | 41.73 ▼8.01 |
Bulk Edit /wp-admin/admin.php?page=learndash-bulk-edit | 908 | 2.01 | 24.37 | 34.08 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Please fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=learndash-bulk-edit
- > Notice in wp-content/plugins/bulk-edit-for-learndash/includes/functions.php+79
Trying to get property 'term_id' of non-object
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=learndash-bulk-edit
- > Notice in wp-content/plugins/bulk-edit-for-learndash/includes/functions.php+79
Trying to get property 'name' of non-object
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 fix the following items
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/bulk-edit-for-learndash/admin/trbe-settings.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 90% 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
Attributes that require attention:
- Requires php: Invalid version format
bulk-edit-for-learndash/learndash-bulk-edit.php 85% from 13 tests
The main file in "Bulk Edit for Learndash" v. 1.2.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
- Main file name: Name the main plugin file the same as the plugin slug ("bulk-edit-for-learndash.php" instead of "learndash-bulk-edit.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
Everything looks great! No dangerous files found in this plugin604 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 47 | 32 | 341 |
CSS | 1 | 20 | 2 | 170 |
JavaScript | 1 | 6 | 8 | 65 |
PO File | 1 | 6 | 9 | 28 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
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 | 16 | |
▷ Named functions | 16 | 100.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
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin