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 gracefully, with no errors
Server metrics [RAM: ▲0.07MB] [CPU: ▲1.82ms] Passed 4 tests
Analyzing server-side resources used by Woocommerce Products Reorder Drag Drop Multiple Sort - Sortable, Rearrange Products Vagonic
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.07 | 47.82 ▲5.84 |
Dashboard /wp-admin | 3.38 ▲0.07 | 54.52 ▼1.55 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 60.97 ▲7.71 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.07 | 102.23 ▲1.87 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 45.67 ▲1.12 |
Vagonic Sortable Lite /wp-admin/edit.php?post_type=product&page=vagonic-sortable-lite-page | 3.07 | 30.58 |
Server storage [IO: ▲0.39MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 24 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
vagonic_sortable_lite_plugin_name |
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Woocommerce Products Reorder Drag Drop Multiple Sort - Sortable, Rearrange Products Vagonic
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.72 ▲0.35 | 1.73 ▼0.15 | 44.06 ▲0.76 |
Dashboard /wp-admin | 2,195 ▲21 | 5.62 ▲0.06 | 92.19 ▲1.13 | 37.81 ▼2.08 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.01 ▲0.05 | 39.78 ▲0.55 | 39.16 ▲2.08 |
Add New Post /wp-admin/post-new.php | 1,528 ▲2 | 23.63 ▲0.09 | 674.68 ▲6.59 | 67.72 ▲7.38 |
Media Library /wp-admin/upload.php | 1,403 ▲6 | 4.19 ▲0.05 | 102.30 ▲2.06 | 44.51 ▲1.61 |
Vagonic Sortable Lite /wp-admin/edit.php?post_type=product&page=vagonic-sortable-lite-page | 28 | 0.42 | 0.06 | 3.93 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 7 options
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- vagonic_sortable_lite_plugin_name
- db_upgraded
- widget_recent-comments
- widget_recent-posts
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 0% 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
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/vagonic-sortable/inc/page_footer.php
- 3× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/vagonic-sortable/inc/page_home.php:15
- > PHP Fatal error
Uncaught Error: Call to undefined function delete_option() in wp-content/plugins/vagonic-sortable/inc/functions.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/vagonic-sortable/inc/page_header.php:15
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please fix the following browser errors
- > GET request to /wp-admin/edit.php?post_type=product&page=vagonic-sortable-lite-page
- > Network (severe)
wp-admin/edit.php?post_type=product&page=vagonic-sortable-lite-page - Failed to load resource: the server responded with a status of 403 (Forbidden)
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
10 plugin tags: reorder, products, woocommerce, sort, sortable...
vagonic-sortable/vagonic-sortable.php 92% from 13 tests
The primary PHP file in "Woocommerce Products Reorder Drag Drop Multiple Sort - Sortable, Rearrange Products Vagonic" version 1.7 is used by WordPress to initiate all plugin functionality
It is important to fix the following:
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Good job! No executable or dangerous file extensions detected1,830 lines of code in 20 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 5 | 196 | 36 | 923 |
PHP | 6 | 76 | 29 | 590 |
JavaScript | 7 | 35 | 33 | 223 |
PO File | 2 | 34 | 0 | 94 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 1.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 1.00 |
Average method complexity | 1.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 1.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 2 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 2 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 11 | |
▷ Named functions | 11 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
There are no PNG files in this plugin