Benchmarks
Plugin footprint 82% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▼0.20MB] [CPU: ▲342.61ms] 75% from 4 tests
This is a short check of server-side resources used by Elementor Parallax Effects Addon
Please have a look at the following items
- Extra CPU: Extra CPU usage must be kept under 200.00ms (currently 342.61ms on /wp-admin/index.php?page=pae-setup)
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 39.33 ▲2.47 |
Dashboard /wp-admin | 3.15 ▼0.16 | 489.97 ▲441.90 |
Posts /wp-admin/edit.php | 3.22 ▼0.14 | 487.86 ▲439.22 |
Add New Post /wp-admin/post-new.php | 5.46 ▼0.43 | 622.26 ▲519.52 |
Media Library /wp-admin/upload.php | 3.17 ▼0.06 | 519.85 ▲486.84 |
/wp-admin/index.php?page=pae-setup | 3.06 | 23.17 |
Server storage [IO: ▲0.54MB] [DB: ▲0.07MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 21 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Elementor Parallax Effects Addon
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,832 ▲86 | 13.73 ▼0.79 | 1.62 ▼0.17 | 42.60 ▼4.29 |
Dashboard /wp-admin | 2,235 ▲47 | 5.84 ▼0.02 | 100.36 ▼11.67 | 39.34 ▼2.79 |
Posts /wp-admin/edit.php | 2,120 ▲31 | 2.01 ▲0.02 | 38.93 ▲3.84 | 33.84 ▲0.04 |
Add New Post /wp-admin/post-new.php | 1,554 ▲15 | 23.19 ▲0.21 | 679.31 ▲89.15 | 61.89 ▲12.80 |
Media Library /wp-admin/upload.php | 1,417 ▲29 | 4.29 ▲0.14 | 103.25 ▲9.11 | 47.01 ▲6.23 |
/wp-admin/index.php?page=pae-setup | 78 | 0.48 | 0.81 | 12.57 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
These server-side errors were triggered
- > GET request to /wp-admin/index.php?page=pae-setup
- > Notice in wp-content/plugins/startup-gym-elementor-parallax-section-effect/parallax-addons.php+230
Undefined variable: address
SRP Passed 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
Congratulations! This plugin passed the SRP test
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (Screenshot_1.png showcase admin backend option for set parallax layer for elementor page builder.), #2 (Screenshot_2.png show all option of parallax effect.)
startup-gym-elementor-parallax-section-effect/parallax-addons.php 85% from 13 tests
The entry point to "Elementor Parallax Effects Addon" version 1.0.0 is a PHP file that has certain tags in its header comment area
It is important to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("startup-gym-elementor-parallax-section-effect.php" instead of "parallax-addons.php")
- Description: The description should be shorter than 140 characters (currently 200 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
No dangerous file extensions were detected602 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 114 | 24 | 450 |
JavaScript | 1 | 0 | 0 | 150 |
CSS | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
Average class complexity | 12.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 27.00 |
Average method complexity | 2.18 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 28 | |
▷ Static methods | 3 | 10.71% |
▷ Public methods | 28 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 3 | 100.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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
13 PNG files occupy 0.45MB with 0.24MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/banner-772x250.png | 15.55KB | 6.94KB | ▼ 55.39% |
assets/images/icon-128x1282.png | 4.56KB | 2.50KB | ▼ 45.28% |
assets/Screenshot_2.png | 83.74KB | 40.59KB | ▼ 51.53% |
assets/icon-256x256.png | 28.55KB | 7.99KB | ▼ 72.02% |
assets/images/icon-128x1283.png | 4.95KB | 2.71KB | ▼ 45.22% |