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 successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.01MB] [CPU: ▼5.12ms] Passed 4 tests
This is a short check of server-side resources used by Easy Modules for Beaver Builder
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.01 | 41.30 ▼3.51 |
Dashboard /wp-admin | 3.32 ▲0.02 | 51.02 ▼1.25 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 49.30 ▲1.88 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 84.14 ▼10.94 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 33.13 ▼4.79 |
Server storage [IO: ▲0.89MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 56 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Easy Modules for Beaver Builder
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲54 | 14.76 ▲0.00 | 1.89 ▼0.53 | 46.80 ▲4.07 |
Dashboard /wp-admin | 2,206 ▲15 | 4.88 ▲0.01 | 98.92 ▼18.66 | 42.65 ▼1.13 |
Posts /wp-admin/edit.php | 2,089 ▼0 | 2.13 ▲0.08 | 40.87 ▲2.89 | 36.70 ▲0.77 |
Add New Post /wp-admin/post-new.php | 1,533 ▲5 | 23.34 ▲4.93 | 691.41 ▲23.97 | 64.62 ▲0.88 |
Media Library /wp-admin/upload.php | 1,391 ▼0 | 4.23 ▼0.03 | 95.96 ▼4.93 | 45.01 ▲0.31 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options were found after uninstall: 6 options
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 50% 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 0% 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
Please fix the following items
- 2× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/easy-modules/modules/em-team/includes/frontend.php
- > /wp-content/plugins/easy-modules/modules/em-services/includes/frontend.php
- 86× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Notice
Trying to get property 'lh_row_justify' of non-object in wp-content/plugins/easy-modules/modules/em-gallery/includes/frontend.js.php on line 2
- > PHP Fatal error
Uncaught Error: Class 'FLBuilderCSS' not found in wp-content/plugins/easy-modules/modules/em-services/includes/frontend.css.php:2
- > PHP Notice
Undefined variable: settings in wp-content/plugins/easy-modules/modules/em-cta/includes/frontend.php on line 10
- > PHP Notice
Undefined variable: settings in wp-content/plugins/easy-modules/modules/em-services/includes/frontend.php on line 9
- > PHP Fatal error
Uncaught Error: Class 'FLBuilderModule' not found in wp-content/plugins/easy-modules/modules/em-dual-heading/em-dual-heading.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-modules/classes/class-easy-module-loader.php:14
- > PHP Notice
Trying to get property 'lh_team_items' of non-object in wp-content/plugins/easy-modules/modules/em-team/includes/frontend.php on line 9
- > PHP Fatal error
Uncaught Error: Class 'FLBuilderCSS' not found in wp-content/plugins/easy-modules/modules/em-flip-box/includes/frontend.css.php:2
- > PHP Notice
Trying to get property 'lh_autoplay_speed' of non-object in wp-content/plugins/easy-modules/modules/em-testimonial-quote/includes/frontend.js.php on line 8
- > PHP Notice
Undefined variable: settings in wp-content/plugins/easy-modules/modules/em-dual-heading/includes/frontend.php on line 11
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that require attention:
- Screenshots: Screenshot #1 (Image gallery) image not found
easy-modules/easy-module.php 85% from 13 tests
This is the main PHP file of "Easy Modules for Beaver Builder" version 1.1.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("easy-modules.php" instead of "easy-module.php")
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
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
Good job! No executable or dangerous file extensions detected15,601 lines of code in 51 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 15 | 2,247 | 36 | 9,991 |
JavaScript | 6 | 667 | 635 | 2,838 |
PHP | 30 | 162 | 232 | 2,772 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.16 |
Average class complexity | 1.11 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 2.00 |
Average method complexity | 1.08 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 12 | |
▷ Static methods | 4 | 33.33% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
No PNG files were detected