Benchmarks
Plugin footprint 23% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Please fix the following installer errors
- Install procedure validation failed for this plugin
- > Notice in wp-content/plugins/mx-pagebuilder-html/includes/core/helpers.php+39
Undefined index: post
Server metrics [RAM: ▼1.88MB] [CPU: ▼50.87ms] Passed 4 tests
Server-side resources used by MX PageBuilder HTML
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.10 ▼1.36 | 4.88 ▼35.44 |
Dashboard /wp-admin | 2.12 ▼1.18 | 7.16 ▼48.60 |
Posts /wp-admin/edit.php | 2.12 ▼1.23 | 8.33 ▼41.57 |
Add New Post /wp-admin/post-new.php | 2.12 ▼3.76 | 7.71 ▼77.88 |
Media Library /wp-admin/upload.php | 2.12 ▼1.10 | 6.69 ▼25.11 |
Server storage [IO: ▲1.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 54 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_mxmph_mx_builder_options |
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for MX PageBuilder HTML
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,907 ▲161 | 13.63 ▼1.13 | 7.45 ▲5.57 | 38.66 ▼4.62 |
Dashboard /wp-admin | 2,228 ▲40 | 5.87 ▲1.00 | 107.76 ▼24.63 | 42.73 ▼5.96 |
Posts /wp-admin/edit.php | 2,111 ▲19 | 2.08 ▲0.06 | 40.59 ▼1.81 | 37.23 ▲1.51 |
Add New Post /wp-admin/post-new.php | 1,545 ▲12 | 23.17 ▼0.04 | 597.86 ▼97.72 | 53.95 ▲0.54 |
Media Library /wp-admin/upload.php | 1,413 ▲22 | 4.22 ▲0.02 | 96.84 ▼7.61 | 41.94 ▼5.53 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 25% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- This plugin did not uninstall without warnings or errors
- > Notice in wp-content/plugins/mx-pagebuilder-html/includes/core/helpers.php+39
Undefined index: post
- Zombie tables detected upon uninstall: 1 table
- wp_mxmph_mx_builder_options
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 0% 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× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/mx-pagebuilder-html/includes/admin/build-templates/1.php
- > /wp-content/plugins/mx-pagebuilder-html/includes/admin/build-templates/0.php
- 3× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/mx-pagebuilder-html/includes/admin/views/sub-page.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/mx-pagebuilder-html/includes/admin/views/hidemenu-page.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/mx-pagebuilder-html/includes/admin/views/main-page.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
2 plugin tags: editor, page builder
mx-pagebuilder-html/mx-pagebuilder-html.php Passed 13 tests
The entry point to "MX PageBuilder HTML" version 1.0 is a PHP file that has certain tags in its header comment area
72 characters long description:
This plugin will help you create fully editable content on your website.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
There were no executable files found in this plugin4,423 lines of code in 45 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 4 | 13 | 29 | 2,439 |
PHP | 35 | 701 | 462 | 961 |
SVG | 1 | 0 | 0 | 685 |
JavaScript | 4 | 291 | 145 | 305 |
PO File | 1 | 8 | 8 | 33 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 2.88 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 17.00 |
Average method complexity | 1.58 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 26 | |
▷ Abstract classes | 1 | 3.85% |
▷ Concrete classes | 25 | 96.15% |
▷ Final classes | 1 | 4.00% |
Methods | 77 | |
▷ Static methods | 20 | 25.97% |
▷ Public methods | 77 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 14 | |
▷ Named functions | 7 | 50.00% |
▷ Anonymous functions | 7 | 50.00% |
Constants | 7 | |
▷ Global constants | 7 | 100.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
PNG images were not found in this plugin