Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.07MB] [CPU: ▼3.29ms] Passed 4 tests
An overview of server-side resources used by Moortak portfolio hover effect for Elementor
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 48.65 ▲3.84 |
Dashboard /wp-admin | 3.38 ▲0.07 | 51.22 ▼2.02 |
Posts /wp-admin/edit.php | 3.43 ▲0.07 | 53.83 ▲1.71 |
Add New Post /wp-admin/post-new.php | 6.03 ▲0.14 | 95.54 ▼16.68 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 42.81 ▲4.63 |
Add New /wp-admin/post-new.php?post_type=portfolio | 6.02 | 85.66 |
Portfolio Categories /wp-admin/edit-tags.php?taxonomy=portfolio_category&post_type=portfolio | 3.29 | 38.47 |
All Portfolios /wp-admin/edit.php?post_type=portfolio | 3.34 | 40.74 |
Portfolio Tags /wp-admin/edit-tags.php?taxonomy=portfolio_tag&post_type=portfolio | 3.29 | 32.75 |
Server storage [IO: ▲0.31MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 12 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Moortak portfolio hover effect for Elementor
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲68 | 14.34 ▼0.24 | 1.74 ▼0.01 | 45.55 ▲1.98 |
Dashboard /wp-admin | 2,233 ▲55 | 5.57 ▼0.17 | 91.38 ▼17.27 | 41.25 ▼3.87 |
Posts /wp-admin/edit.php | 2,135 ▲35 | 2.00 ▲0.03 | 34.88 ▼4.26 | 35.08 ▲1.23 |
Add New Post /wp-admin/post-new.php | 1,555 ▲29 | 23.31 ▲0.20 | 741.49 ▲70.65 | 62.89 ▼9.81 |
Media Library /wp-admin/upload.php | 1,435 ▲35 | 4.26 ▲0.12 | 114.88 ▲6.94 | 46.83 ▲0.87 |
Add New /wp-admin/post-new.php?post_type=portfolio | 6,219 | 22.35 | 896.65 | 30.56 |
Portfolio Categories /wp-admin/edit-tags.php?taxonomy=portfolio_category&post_type=portfolio | 1,306 | 2.12 | 27.12 | 31.97 |
All Portfolios /wp-admin/edit.php?post_type=portfolio | 1,158 | 1.98 | 31.65 | 30.65 |
Portfolio Tags /wp-admin/edit-tags.php?taxonomy=portfolio_tag&post_type=portfolio | 1,278 | 2.12 | 27.70 | 30.77 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
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
The following issues need your attention
- 3× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/moortak-ephe/moortak-ephe.php:12
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/moortak-ephe/includes/widget.php:7
- > PHP Fatal error
Uncaught Error: Call to undefined function post_type_exists() in wp-content/plugins/moortak-ephe/includes/post-type.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 81% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Please fix the following attributes:
- Screenshots: These screenshots do not have images: #1 (Elementor Editor view), #2 (query options), #3 (style options)
- Requires php: Invalid version format
- Requires at least: Invalid version format
moortak-ephe/moortak-ephe.php Passed 13 tests
Analyzing the main PHP file in "Moortak portfolio hover effect for Elementor" version 2.0.1
57 characters long description:
uses for show your portfolios with a pretty hover effect.
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
No dangerous file extensions were detected807 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 13 | 25 | 544 |
PO File | 1 | 87 | 91 | 191 |
CSS | 1 | 15 | 11 | 72 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.17 |
Average class complexity | 9.00 |
▷ Minimum class complexity | 9.00 |
▷ Maximum class complexity | 9.00 |
Average method complexity | 2.33 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 6 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 66.67% |
▷ Protected methods | 2 | 33.33% |
▷ Private methods | 0 | 0.00% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
3 PNG files occupy 0.26MB with 0.17MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-3.png | 46.03KB | 13.46KB | ▼ 70.76% |
screenshot-1.png | 201.11KB | 77.51KB | ▼ 61.46% |
screenshot-2.png | 16.84KB | 5.86KB | ▼ 65.22% |