Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼6.46ms] Passed 4 tests
This is a short check of server-side resources used by Meta Box - Beaver Themer Integrator
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.02 | 36.93 ▼0.73 |
Dashboard /wp-admin | 3.32 ▼0.02 | 47.13 ▼11.68 |
Posts /wp-admin/edit.php | 3.43 ▲0.08 | 45.89 ▼0.38 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 79.42 ▼11.69 |
Media Library /wp-admin/upload.php | 3.24 ▲0.02 | 35.41 ▼1.75 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 22 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Meta Box - Beaver Themer Integrator
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.39 ▲0.03 | 1.73 ▲0.17 | 44.57 ▼0.38 |
Dashboard /wp-admin | 2,198 ▲18 | 5.62 ▼0.06 | 98.17 ▲11.78 | 43.94 ▲2.21 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 1.98 ▼0.01 | 34.82 ▼1.37 | 33.76 ▼1.49 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 22.98 ▼0.25 | 591.99 ▼72.34 | 52.69 ▼5.25 |
Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.28 ▲0.04 | 95.23 ▼17.98 | 41.54 ▼5.26 |
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
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
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
The smoke test was a success, however most plugin functionality was not tested
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
The following issues need your attention
- 5× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class 'MBBTI\\Base' not found in wp-content/plugins/meta-box-beaver-themer-integrator/src/Posts.php:14
- > PHP Fatal error
Uncaught Error: Class 'MBBTI\\Base' not found in wp-content/plugins/meta-box-beaver-themer-integrator/src/Users.php:6
- > PHP Fatal error
Uncaught Error: Class 'MBBTI\\Base' not found in wp-content/plugins/meta-box-beaver-themer-integrator/src/Settings.php:14
- > PHP Fatal error
Uncaught Error: Class 'MBBTI\\Base' not found in wp-content/plugins/meta-box-beaver-themer-integrator/src/Authors.php:6
- > PHP Fatal error
Uncaught Error: Class 'MBBTI\\Base' not found in wp-content/plugins/meta-box-beaver-themer-integrator/src/Terms.php:14
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 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
8 plugin tags: beaver builder, meta box, beaver themer, custom fields, custom field...
meta-box-beaver-themer-integrator/meta-box-beaver-themer-integrator.php 92% from 13 tests
"Meta Box - Beaver Themer Integrator" version 2.1.1's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
Please take the time to fix the following:
- Domain Path: The domain path folder was not found ("/languages")
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
There were no executable files found in this plugin1,282 lines of code in 19 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 17 | 243 | 589 | 1,221 |
JavaScript | 1 | 0 | 0 | 56 |
JSON | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.50 |
Average class complexity | 18.64 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 72.00 |
Average method complexity | 3.48 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 31.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 11 | |
▷ Abstract classes | 1 | 9.09% |
▷ Concrete classes | 10 | 90.91% |
▷ Final classes | 0 | 0.00% |
Methods | 80 | |
▷ Static methods | 19 | 23.75% |
▷ Public methods | 69 | 86.25% |
▷ Protected methods | 5 | 6.25% |
▷ Private methods | 6 | 7.50% |
Functions | 3 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 3 | 100.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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
No PNG images were found in this plugin