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.01MB] [CPU: ▼5.57ms] Passed 4 tests
This is a short check of server-side resources used by codex elementor all in one slider
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 34.22 ▼2.05 |
Dashboard /wp-admin | 3.31 ▼0.03 | 45.00 ▼12.92 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 48.87 ▲5.05 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 90.13 ▼2.72 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.05 ▼4.59 |
Server storage [IO: ▲2.96MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin installed successfully
Filesystem: 29 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by codex elementor all in one slider
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲72 | 13.30 ▼0.96 | 1.93 ▲0.42 | 41.18 ▼0.99 |
Dashboard /wp-admin | 2,227 ▲38 | 4.87 ▼1.21 | 109.34 ▲4.09 | 44.41 ▲5.10 |
Posts /wp-admin/edit.php | 2,109 ▲20 | 1.98 ▼0.04 | 53.46 ▲18.89 | 42.47 ▲9.58 |
Add New Post /wp-admin/post-new.php | 1,555 ▲36 | 18.48 ▼4.72 | 597.70 ▼76.28 | 58.63 ▲5.27 |
Media Library /wp-admin/upload.php | 1,406 ▲21 | 4.19 ▲0.01 | 95.08 ▼7.81 | 41.31 ▼4.59 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
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)
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Almost there! Just fix the following items
- 2× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/codex-elementor-all-in-one-slider/widgets/basic-slider.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_js() in wp-content/plugins/codex-elementor-all-in-one-slider/widgets/basic-slider/slider-style-1.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
3 plugin tags: full slider, slider slider, logo slider
codex-elementor-all-in-one-slider/codex-elementor-slider.php 85% from 13 tests
Analyzing the main PHP file in "codex elementor all in one slider" version 1.0.0
The following require your attention:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("codex-elementor-all-in-one-slider.php" instead of "codex-elementor-slider.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Everything looks great! No dangerous files found in this plugin10,038 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 3 | 0 | 12 | 9,026 |
PHP | 4 | 212 | 237 | 882 |
Markdown | 1 | 30 | 0 | 67 |
CSS | 6 | 15 | 21 | 59 |
JavaScript | 2 | 1 | 5 | 4 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.07 |
Average class complexity | 6.00 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 8.00 |
Average method complexity | 1.56 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 4.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 1 | 50.00% |
Methods | 18 | |
▷ Static methods | 1 | 5.56% |
▷ Public methods | 16 | 88.89% |
▷ Protected methods | 2 | 11.11% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 3 | 100.00% |
▷ 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
There are no PNG files in this plugin