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
Installer ran successfully
Server metrics [RAM: ▲0.15MB] [CPU: ▼4.90ms] Passed 4 tests
Analyzing server-side resources used by Bulk Fields Editor
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.62 ▲0.15 | 39.53 ▲1.24 |
Dashboard /wp-admin | 3.46 ▲0.11 | 47.37 ▼9.48 |
Posts /wp-admin/edit.php | 3.57 ▲0.21 | 45.79 ▲0.73 |
Add New Post /wp-admin/post-new.php | 6.06 ▲0.17 | 80.11 ▼11.96 |
Media Library /wp-admin/upload.php | 3.38 ▲0.15 | 36.67 ▲1.10 |
Bulk Edit Users /wp-admin/users.php?page=bulk-edit-users | 3.43 | 31.35 |
Bulk Edit Posts /wp-admin/edit.php?page=bulk-edit-posts | 3.33 | 31.66 |
Server storage [IO: ▲1.34MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 26 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Bulk Fields Editor
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,826 ▲80 | 14.43 ▼0.21 | 1.82 ▲0.20 | 43.39 ▲2.42 |
Dashboard /wp-admin | 2,232 ▲47 | 6.08 ▲1.26 | 107.22 ▲0.01 | 39.14 ▼3.82 |
Posts /wp-admin/edit.php | 2,115 ▲26 | 2.75 ▲0.70 | 47.40 ▲10.73 | 36.51 ▲4.15 |
Add New Post /wp-admin/post-new.php | 1,534 ▲1 | 18.12 ▼4.94 | 643.37 ▼25.28 | 34.79 ▼29.21 |
Media Library /wp-admin/upload.php | 1,414 ▲23 | 5.34 ▲1.10 | 104.77 ▲1.11 | 40.40 ▼4.73 |
Bulk Edit Users /wp-admin/users.php?page=bulk-edit-users | 1,010 | 2.38 | 34.88 | 38.82 |
Bulk Edit Posts /wp-admin/edit.php?page=bulk-edit-posts | 942 | 2.49 | 33.04 | 26.71 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
These errors were triggered by the plugin
- 14 occurences, only the last one shown
- > GET request to /wp-admin/edit.php?page=bulk-edit-posts
- > Notice in wp-content/plugins/bulk-user-editor/bulkUserEditor.php+519
Undefined variable: instance
- 14 occurences, only the last one shown
- > GET request to /wp-admin/edit.php?page=bulk-edit-posts
- > Notice in wp-content/plugins/bulk-user-editor/bulkUserEditor.php+519
Trying to access array offset on value of type null
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
The SRP test was a success
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 88% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
Attributes that require attention:
- Screenshots: Add descriptions for screenshots #1, #2 in bulk-user-editor/assets to your readme.txt
- Tags: You are using too many tags: 12 tag instead of maximum 10
bulk-user-editor/bulkUserEditor.php 92% from 13 tests
The primary PHP file in "Bulk Fields Editor" version 1.8.0 is used by WordPress to initiate all plugin functionality
The following require your attention:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("bulk-user-editor.php" instead of "bulkUserEditor.php")
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
Success! There were no dangerous files found in this plugin24,631 lines of code in 17 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 6 | 5,201 | 3,938 | 20,839 |
CSS | 8 | 88 | 124 | 2,457 |
PHP | 1 | 141 | 66 | 814 |
HTML | 1 | 96 | 16 | 447 |
JSON | 1 | 0 | 0 | 74 |
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.22 |
Average class complexity | 91.00 |
▷ Minimum class complexity | 91.00 |
▷ Maximum class complexity | 91.00 |
Average method complexity | 5.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 22.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 | 20 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 20 | 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 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
6 PNG files occupy 0.04MB with 0.01MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
libs/jqueryui/1.12.1/images/ui-icons_ffffff_256x240.png | 6.17KB | 4.18KB | ▼ 32.17% |
libs/jqueryui/1.12.1/images/ui-icons_777620_256x240.png | 4.57KB | 4.18KB | ▼ 8.43% |
libs/jqueryui/1.12.1/images/ui-icons_cc0000_256x240.png | 4.52KB | 4.18KB | ▼ 7.56% |
libs/jqueryui/1.12.1/images/ui-icons_777777_256x240.png | 6.85KB | 4.18KB | ▼ 38.94% |
libs/jqueryui/1.12.1/images/ui-icons_444444_256x240.png | 6.84KB | 4.18KB | ▼ 38.90% |