Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼5.50ms] Passed 4 tests
Analyzing server-side resources used by AnyWhere Elementor
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 42.54 ▼0.01 |
Dashboard /wp-admin | 3.37 ▲0.06 | 48.95 ▼2.81 |
Posts /wp-admin/edit.php | 3.48 ▲0.12 | 46.40 ▼4.08 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 89.20 ▼14.39 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 36.66 ▼0.72 |
Add New /wp-admin/post-new.php?post_type=ae_global_templates | 3.41 | 49.46 |
All AE Templates /wp-admin/edit.php?post_type=ae_global_templates | 3.34 | 38.02 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
AnyWhere Elementor: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,821 ▲35 | 14.35 ▲0.17 | 1.70 ▼0.06 | 44.81 ▼1.20 |
Dashboard /wp-admin | 2,225 ▲48 | 5.51 ▼0.16 | 87.59 ▼5.71 | 40.09 ▼0.02 |
Posts /wp-admin/edit.php | 2,124 ▲24 | 1.96 ▼0.06 | 35.05 ▼2.08 | 35.11 ▼2.14 |
Add New Post /wp-admin/post-new.php | 1,549 ▲23 | 23.58 ▲0.29 | 675.20 ▼24.26 | 55.95 ▼13.33 |
Media Library /wp-admin/upload.php | 1,427 ▲27 | 4.17 ▼0.02 | 95.28 ▼8.17 | 42.99 ▼2.93 |
Add New /wp-admin/post-new.php?post_type=ae_global_templates | 2,224 | 7.62 | 175.76 | 63.46 |
All AE Templates /wp-admin/edit.php?post_type=ae_global_templates | 1,099 | 1.97 | 36.06 | 31.67 |
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
You still need to fix the following
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_theysaidso_widget
- widget_recent-posts
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 4× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function WPV_AE\\add_action() in wp-content/plugins/anywhere-elementor/includes/post-type.php:19
- > PHP Fatal error
Uncaught Error: Call to undefined function WPV_AE\\add_shortcode() in wp-content/plugins/anywhere-elementor/includes/shortcode.php:21
- > PHP Fatal error
Uncaught Error: Call to undefined function WPV_AE\\add_action() in wp-content/plugins/anywhere-elementor/includes/meta-box.php:19
- > PHP Fatal error
Uncaught Error: Call to undefined function WPV_AE\\add_action() in wp-content/plugins/anywhere-elementor/includes/bootstrap.php:19
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
3 plugin tags: elementor addon, page-builder, elementor
anywhere-elementor/anywhere-elementor.php 92% from 13 tests
The primary PHP file in "AnyWhere Elementor" version 1.2.9 is used by WordPress to initiate all plugin functionality
Please make the necessary changes and fix the following:
- Text Domain: The text domain should only use lowercase characters and dashes
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 plugin173 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 69 | 13 | 173 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.19 |
Average class complexity | 3.50 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 6.00 |
Average method complexity | 1.56 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 18 | |
▷ Static methods | 4 | 22.22% |
▷ Public methods | 13 | 72.22% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 27.78% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 6 | 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
There were not PNG files found in your plugin