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.07MB] [CPU: ▼4.18ms] Passed 4 tests
Server-side resources used by Exclusive Divi Modules for Divi Theme, Divi Builder and Extra Theme
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 48.18 ▲8.30 |
Dashboard /wp-admin | 3.37 ▲0.07 | 43.86 ▼5.86 |
Posts /wp-admin/edit.php | 3.42 ▲0.07 | 46.32 ▼0.00 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 86.60 ▼17.09 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 35.79 ▲6.25 |
Server storage [IO: ▲1.18MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 90 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
edm_settings |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
A check of browser resources used by Exclusive Divi Modules for Divi Theme, Divi Builder and Extra Theme
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,845 ▲88 | 14.48 ▲0.08 | 1.73 ▼0.19 | 42.70 ▲1.08 |
Dashboard /wp-admin | 2,251 ▲66 | 5.88 ▲0.89 | 106.36 ▲5.93 | 37.67 ▼6.80 |
Posts /wp-admin/edit.php | 2,138 ▲46 | 2.05 ▲0.01 | 39.40 ▼0.58 | 33.02 ▼0.00 |
Add New Post /wp-admin/post-new.php | 1,546 ▲4 | 23.55 ▲5.34 | 668.20 ▲35.75 | 56.23 ▲2.96 |
Media Library /wp-admin/upload.php | 1,436 ▲51 | 4.18 ▼0.13 | 98.63 ▼2.52 | 42.97 ▼1.50 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options detected upon uninstall: 7 options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- theysaidso_admin_options
- edm_settings
- widget_recent-posts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
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
Please take a closer look at the following
- 26× GET requests to PHP files have triggered server-side errors or warnings (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/MultiButtonItem/MultiButtonItem.php:3
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/MouseParallax/MouseParallax.php:3
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/EDMCore/EDMCore.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/exclusive-divi/public/script-handler.php:58
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/TypingText/TypingText.php:3
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/ScrollingText/ScrollingText.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/exclusive-divi/exclusive-divi.php:35
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/exclusive-divi/public/preloader.php:81
- > PHP Fatal error
Uncaught Error: Class 'EDM_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/BusinessHourChild/BusinessHourChild.php:2
- > PHP Fatal error
Uncaught Error: Class 'ET_Builder_Module' not found in wp-content/plugins/exclusive-divi/includes/modules/GlitchText/GlitchText.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
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
5 plugin tags: divi builder, divi module, divi theme, divi modules, divi
exclusive-divi/exclusive-divi.php 92% from 13 tests
Analyzing the main PHP file in "Exclusive Divi Modules for Divi Theme, Divi Builder and Extra Theme" version 1.3
The following require your attention:
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
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
Success! There were no dangerous files found in this plugin12,686 lines of code in 79 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 28 | 1,569 | 267 | 9,393 |
PO File | 1 | 636 | 884 | 1,332 |
CSS | 12 | 123 | 17 | 1,097 |
JavaScript | 17 | 181 | 161 | 663 |
SVG | 21 | 0 | 0 | 201 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
Average class complexity | 20.86 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 241.00 |
Average method complexity | 3.65 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 39.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 22 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 22 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 140 | |
▷ Static methods | 4 | 2.86% |
▷ Public methods | 112 | 80.00% |
▷ Protected methods | 28 | 20.00% |
▷ Private methods | 0 | 0.00% |
Functions | 24 | |
▷ Named functions | 18 | 75.00% |
▷ Anonymous functions | 6 | 25.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
2 PNG files occupy 0.01MB with 0.00MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
admin/icons/default.png | 1.65KB | 1.47KB | ▼ 10.95% |
admin/icons/edm_mouse_parallax.png | 3.56KB | 1.80KB | ▼ 49.27% |