Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲1.10MB] [CPU: ▲2.47ms] Passed 4 tests
This is a short check of server-side resources used by Uix Page Builder - Compatible with Gutenberg
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.18 ▲0.72 | 43.04 ▲0.14 |
Dashboard /wp-admin | 4.53 ▲1.23 | 52.05 ▲1.00 |
Posts /wp-admin/edit.php | 4.64 ▲1.29 | 57.26 ▲13.45 |
Add New Post /wp-admin/post-new.php | 7.11 ▲1.22 | 95.74 ▼1.14 |
Media Library /wp-admin/upload.php | 4.45 ▲1.22 | 41.35 ▲9.88 |
How to use? /wp-admin/admin.php?page=uix-page-builder-helper&tab=usage | 4.48 | 248.31 |
Template Files /wp-admin/admin.php?page=uix-page-builder-helper&tab=temp | 4.48 | 51.50 |
For Theme Developer /wp-admin/admin.php?page=uix-page-builder-helper&tab=for-developer | 4.48 | 38.68 |
Settings /wp-admin/admin.php?page=uix-page-builder-helper&tab=general-settings | 4.48 | 40.66 |
Custom CSS /wp-admin/admin.php?page=uix-page-builder-helper&tab=custom-css | 4.74 | 45.90 |
Helper /wp-admin/admin.php?page=uix-page-builder-helper | 4.48 | 39.35 |
Server storage [IO: ▲8.50MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 456 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for Uix Page Builder - Compatible with Gutenberg
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,966 ▲231 | 13.80 ▼0.64 | 9.09 ▲7.20 | 37.53 ▼7.16 |
Dashboard /wp-admin | 2,249 ▲61 | 4.89 ▼0.00 | 105.27 ▼13.73 | 40.51 ▼7.07 |
Posts /wp-admin/edit.php | 2,129 ▲40 | 2.03 ▼0.10 | 40.12 ▲1.34 | 34.44 ▲0.55 |
Add New Post /wp-admin/post-new.php | 1,546 ▲6 | 17.76 ▼5.45 | 670.59 ▲13.95 | 61.05 ▲2.89 |
Media Library /wp-admin/upload.php | 1,422 ▲40 | 4.21 ▲0.03 | 97.01 ▼1.37 | 40.92 ▼1.24 |
How to use? /wp-admin/admin.php?page=uix-page-builder-helper&tab=usage | 1,603 | 9.29 | 309.98 | 77.60 |
Template Files /wp-admin/admin.php?page=uix-page-builder-helper&tab=temp | 864 | 2.07 | 28.99 | 31.77 |
For Theme Developer /wp-admin/admin.php?page=uix-page-builder-helper&tab=for-developer | 923 | 2.19 | 23.92 | 42.12 |
Settings /wp-admin/admin.php?page=uix-page-builder-helper&tab=general-settings | 872 | 2.08 | 25.10 | 26.08 |
Custom CSS /wp-admin/admin.php?page=uix-page-builder-helper&tab=custom-css | 991 | 2.08 | 26.43 | 34.46 |
Helper /wp-admin/admin.php?page=uix-page-builder-helper | 1,107 | 2.03 | 23.45 | 35.74 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- This plugin does not fully uninstall, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Almost there! Just fix the following items
- 10× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/uix-page-builder/includes/uixpbform/fontawesome/font-awesome-custom.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/general-settings.php
- > /wp-content/plugins/uix-page-builder/includes/uixpbform/fontawesome/font-awesome-social.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/credits.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/about.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/usage.php
- > /wp-content/plugins/uix-page-builder/includes/uixpbform/functions/google-map.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/temp.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/for-developer.php
- > /wp-content/plugins/uix-page-builder/helper/tabs/custom-css.php
- 24× GET requests to PHP files have triggered server-side errors or warnings (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/list-clone.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function language_attributes() in wp-content/plugins/uix-page-builder/uixpb_templates/tmpl-uix_page_builder.php:15
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/multiselect.php:2
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/color.php:2
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/margin-padding.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/uix-page-builder/includes/uixpbform/fontawesome/font-awesome-custom.php:474
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/note.php:2
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/editor.php:2
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/short-text.php:2
- > PHP Fatal error
Uncaught Error: Class 'UixPBFormCore' not found in wp-content/plugins/uix-page-builder/includes/uixpbform/controls/image.php:2
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please take a look at the following user-side issues
- > GET request to /wp-admin/admin.php?page=uix-page-builder-helper&tab=usage
- > Other (warning) in unknown
/wp-admin/admin.php?page=uix-page-builder-helper&tab=usage 181 Unrecognized feature: 'web-share'.
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
9 plugin tags: builder, visual composer, visual builder, blocks, page builder...
uix-page-builder/uix-page-builder.php Passed 13 tests
"Uix Page Builder - Compatible with Gutenberg" version 1.7.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
81 characters long description:
Uix Page Builder is a design system that it is simple content creation interface.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Success! There were no dangerous files found in this plugin66,762 lines of code in 204 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 84 | 5,173 | 5,807 | 28,157 |
CSS | 31 | 5,774 | 760 | 16,017 |
PHP | 83 | 6,146 | 3,498 | 13,912 |
SVG | 3 | 0 | 0 | 8,611 |
XML | 1 | 19 | 0 | 59 |
HTML | 2 | 0 | 0 | 6 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 24.95 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 175.00 |
Average method complexity | 6.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 51.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 42 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 42 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 201 | |
▷ Static methods | 171 | 85.07% |
▷ Public methods | 192 | 95.52% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 9 | 4.48% |
Functions | 28 | |
▷ Named functions | 28 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 12 | |
▷ Global constants | 3 | 25.00% |
▷ Class constants | 9 | 75.00% |
▷ Public constants | 9 | 100.00% |
Plugin size 50% from 2 tests
Image compression 50% from 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
172 PNG files occupy 0.65MB with 0.28MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
includes/uixpbform/images/social/color/Vine.png | 2.82KB | 1.29KB | ▼ 54.30% |
includes/uixpbform/images/social/color/Linkedin.png | 2.14KB | 1.02KB | ▼ 52.33% |
uixpb_templates/images/UixPageBuilderTmpl/social/blank/Facebook.png | 1.88KB | 0.95KB | ▼ 49.48% |
includes/uixpbform/images/column-style3/3_4-1_4.png | 0.23KB | 0.23KB | 0.00% |
uixpb_templates/images/UixPageBuilderTmpl/social/color/Dribbble.png | 3.56KB | 1.38KB | ▼ 61.18% |