Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼0.03MB] [CPU: ▼8.62ms] Passed 4 tests
An overview of server-side resources used by Site Builder for Elementor
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.02 ▼0.44 | 20.58 ▼18.99 |
Dashboard /wp-admin | 3.41 ▲0.11 | 46.62 ▼7.07 |
Posts /wp-admin/edit.php | 3.53 ▲0.17 | 44.04 ▼3.75 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.12 | 87.83 ▼4.67 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 35.76 ▼1.70 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 12 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Site Builder for Elementor
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,445 ▼316 | 14.68 ▲0.33 | 0.59 ▼0.99 | 16.30 ▼22.72 |
Dashboard /wp-admin | 2,195 ▲18 | 5.62 ▼0.02 | 84.35 ▼6.92 | 39.49 ▼1.76 |
Posts /wp-admin/edit.php | 2,097 ▼3 | 2.01 ▲0.04 | 35.10 ▼6.73 | 30.30 ▼9.15 |
Add New Post /wp-admin/post-new.php | 1,534 ▲8 | 23.47 ▲0.00 | 645.24 ▼38.59 | 67.00 ▼3.73 |
Media Library /wp-admin/upload.php | 1,400 ▼3 | 4.20 ▼0.02 | 99.40 ▼10.17 | 44.78 ▼3.33 |
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
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- 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
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 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
Almost there! Just fix the following items
- 6× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Plugin' not found in wp-content/plugins/site-builder-for-elementor/src/Templates/BlankPage.php:6
- > PHP Fatal error
Uncaught Error: Call to undefined function ElementorSiteBuilder\\add_action() in wp-content/plugins/site-builder-for-elementor/site-builder-for-elementor.php:34
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Modules\\Library\\Documents\\Library_Document' not found in wp-content/plugins/site-builder-for-elementor/src/Documents/SiteHeader.php:10
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Modules\\Library\\Documents\\Library_Document' not found in wp-content/plugins/site-builder-for-elementor/src/Documents/SiteFooter.php:10
- > PHP Fatal error
Uncaught Error: Call to undefined function do_action() in wp-content/plugins/site-builder-for-elementor/src/Templates/SiteFooter.php:7
- > PHP Fatal error
Uncaught Error: Call to undefined function language_attributes() in wp-content/plugins/site-builder-for-elementor/src/Templates/SiteHeader.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
6 plugin tags: footer-builder, gutenberg, header-builder, template, mega-menu...
site-builder-for-elementor/site-builder-for-elementor.php 92% from 13 tests
The primary PHP file in "Site Builder for Elementor" version 1.0.0 is used by WordPress to initiate all plugin functionality
You should first fix the following items:
- Description: Keep the plugin description shorter than 140 characters (currently 147 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Good job! No executable or dangerous file extensions detected780 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 8 | 128 | 209 | 778 |
JavaScript | 1 | 0 | 0 | 1 |
Markdown | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.48 |
Average class complexity | 21.40 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 64.00 |
Average method complexity | 3.78 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 26.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 5 | 100.00% |
Methods | 37 | |
▷ Static methods | 4 | 10.81% |
▷ Public methods | 24 | 64.86% |
▷ Protected methods | 2 | 5.41% |
▷ Private methods | 11 | 29.73% |
Functions | 1 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 1 | 100.00% |
Constants | 5 | |
▷ Global constants | 2 | 40.00% |
▷ Class constants | 3 | 60.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
There are no PNG files in this plugin