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
Install script ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼1.08ms] Passed 4 tests
This is a short check of server-side resources used by Meta Store Elements
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 39.47 ▼3.78 |
Dashboard /wp-admin | 3.38 ▲0.08 | 67.54 ▲21.58 |
Posts /wp-admin/edit.php | 3.50 ▲0.14 | 47.36 ▲0.10 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.08 | 86.11 ▼1.79 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 35.97 ▲1.14 |
Server storage [IO: ▲1.10MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 44 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Meta Store Elements
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,843 ▲108 | 14.48 ▲0.19 | 1.92 ▼0.51 | 44.61 ▼6.24 |
Dashboard /wp-admin | 2,224 ▲33 | 5.78 ▲0.88 | 114.09 ▼0.21 | 44.41 ▼0.53 |
Posts /wp-admin/edit.php | 2,106 ▲14 | 2.06 ▲0.06 | 43.40 ▲2.69 | 37.14 ▲0.19 |
Add New Post /wp-admin/post-new.php | 1,546 ▲32 | 23.36 ▲5.82 | 681.31 ▲65.71 | 60.18 ▲11.14 |
Media Library /wp-admin/upload.php | 1,409 ▲18 | 4.26 ▲0.03 | 102.42 ▼2.55 | 43.24 ▼1.87 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- 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 short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
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
Please fix the following items
- 14× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/product-category-grid.php:8
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/blog-grid2.php:10
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/product-list.php:8
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/countdown.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/slider.php:14
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/product-tabs-grid.php:8
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/product-category-block1.php:12
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/vertical-menu.php:11
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/testimonial-slider.php:10
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/meta-store-elements/widgets/cta.php:9
- > PHP Fatal error
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 Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
2 plugin tags: editor, elementor
meta-store-elements/meta-store-elements.php Passed 13 tests
The entry point to "Meta Store Elements" version 1.0.9 is a PHP file that has certain tags in its header comment area
39 characters long description:
Elementor blocks for Ecommerce Websites
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected17,705 lines of code in 40 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 23 | 1,071 | 306 | 7,264 |
JavaScript | 10 | 990 | 1,918 | 5,211 |
CSS | 6 | 354 | 103 | 3,398 |
SVG | 1 | 0 | 0 | 1,832 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 12.64 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 28.00 |
Average method complexity | 2.79 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 25.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 22 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 22 | 100.00% |
▷ Final classes | 1 | 4.55% |
Methods | 143 | |
▷ Static methods | 8 | 5.59% |
▷ Public methods | 82 | 57.34% |
▷ Protected methods | 59 | 41.26% |
▷ Private methods | 2 | 1.40% |
Functions | 14 | |
▷ Named functions | 14 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 4 | 57.14% |
▷ Class constants | 3 | 42.86% |
▷ 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
No PNG files were detected