Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▼0.01MB] [CPU: ▼9.97ms] Passed 4 tests
This is a short check of server-side resources used by Astra Bulk Edit
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 38.32 ▲1.28 |
Dashboard /wp-admin | 3.31 ▼0.04 | 44.29 ▼14.52 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 42.89 ▼5.10 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 79.99 ▼20.07 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 34.10 ▼0.20 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Astra Bulk Edit
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.29 ▼1.10 | 1.70 ▼0.02 | 43.94 ▲3.85 |
Dashboard /wp-admin | 2,209 ▲20 | 4.87 ▼0.03 | 99.78 ▼13.29 | 37.41 ▼6.82 |
Posts /wp-admin/edit.php | 2,089 ▼3 | 1.99 ▼0.02 | 34.61 ▼7.48 | 31.14 ▼5.11 |
Add New Post /wp-admin/post-new.php | 1,533 ▼9 | 23.06 ▲5.07 | 661.76 ▲24.92 | 68.18 ▼0.35 |
Media Library /wp-admin/upload.php | 1,391 ▲6 | 4.19 ▼0.02 | 101.41 ▼1.57 | 41.87 ▼1.24 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- 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
Everything seems fine, however this is by no means an exhaustive test
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 fix the following
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_template() in wp-content/plugins/astra-bulk-edit/astra-bulk-edit.php:15
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/astra-bulk-edit/classes/class-astra-blk-meta-boxes-bulk-edit.php:50
- > PHP Fatal error
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)
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 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: astra meta settings, post bulk edit, wordpress bulk edit plugin, meta settings bulk edit, bulk edit astra meta settings...
astra-bulk-edit/astra-bulk-edit.php Passed 13 tests
This is the main PHP file of "Astra Bulk Edit" version 1.2.8, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
46 characters long description:
Easier way to edit Astra meta options in bulk.
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 detected703 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 95 | 127 | 553 |
JavaScript | 1 | 32 | 9 | 134 |
CSS | 1 | 3 | 1 | 16 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.36 |
Average class complexity | 73.00 |
▷ Minimum class complexity | 73.00 |
▷ Maximum class complexity | 73.00 |
Average method complexity | 7.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 24.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 12 | |
▷ Static methods | 2 | 16.67% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
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
There were not PNG files found in your plugin