Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.01MB] [CPU: ▼4.47ms] Passed 4 tests
A check of server-side resources used by Plexx Elementor Extension
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 41.37 ▼1.30 |
Dashboard /wp-admin | 3.32 ▲0.02 | 48.03 ▼4.06 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 49.84 ▲1.26 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 85.11 ▼13.77 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 36.72 ▲5.90 |
Plexx Elementor /wp-admin/options-general.php?page=plexx-elementor-extension | 3.21 | 32.09 |
Server storage [IO: ▲0.23MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 21 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
can_compress_scripts |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Plexx Elementor Extension
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.57 ▼0.80 | 1.77 ▼0.08 | 43.58 ▼0.98 |
Dashboard /wp-admin | 2,210 ▲22 | 4.88 ▼0.01 | 106.23 ▼8.28 | 41.24 ▼6.56 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.05 ▲0.00 | 38.70 ▲0.62 | 34.65 ▲2.31 |
Add New Post /wp-admin/post-new.php | 1,522 ▲8 | 23.44 ▲5.90 | 682.85 ▲10.88 | 53.83 ▼2.27 |
Media Library /wp-admin/upload.php | 1,395 ▲4 | 4.19 ▼0.06 | 95.53 ▼5.03 | 41.76 ▼5.33 |
Plexx Elementor /wp-admin/options-general.php?page=plexx-elementor-extension | 803 | 2.05 | 26.96 | 33.68 |
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
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though everything seems fine, this is not an exhaustive test
SRP 50% 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
Please fix the following
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/plexx-elementor-extension/includes/page-settings.php:224
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: plexx, widget, elementor, page builder, themeforest
plexx-elementor-extension/elementor-plexx.php 85% from 13 tests
The main file in "Plexx Elementor Extension" v. 1.3.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("plexx-elementor-extension.php" instead of "elementor-plexx.php")
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
Code Analysis 97% from 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
Success! There were no dangerous files found in this plugin4,172 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 1,006 | 262 | 3,941 |
CSS | 2 | 36 | 15 | 195 |
SVG | 1 | 0 | 1 | 36 |
JavaScript | 1 | 0 | 1 | 0 |
PHP code 50% from 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Please fix the following
- Method cyclomatic complexity has to be reduced to less than 100 (currently 107)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
Average class complexity | 28.25 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 131.00 |
Average method complexity | 3.81 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 107.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 12 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 12 | 100.00% |
▷ Final classes | 1 | 8.33% |
Methods | 117 | |
▷ Static methods | 1 | 0.85% |
▷ Public methods | 79 | 67.52% |
▷ Protected methods | 36 | 30.77% |
▷ Private methods | 2 | 1.71% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 2 | 33.33% |
▷ Class constants | 4 | 66.67% |
▷ Public constants | 4 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG images were found in this plugin