Benchmarks
Plugin footprint 83% 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: ▲1.05MB] [CPU: ▲8.24ms] Passed 4 tests
Server-side resources used by VS Event List
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.59 ▲1.12 | 64.95 ▲26.96 |
Dashboard /wp-admin | 4.36 ▲1.05 | 53.41 ▲4.02 |
Posts /wp-admin/edit.php | 4.42 ▲1.06 | 51.93 ▲0.90 |
Add New Post /wp-admin/post-new.php | 7.01 ▲1.12 | 107.56 ▲19.58 |
Media Library /wp-admin/upload.php | 4.22 ▲0.99 | 44.41 ▲8.45 |
All events /wp-admin/edit.php?post_type=event | 4.33 | 40.60 |
Event categories /wp-admin/edit-tags.php?taxonomy=event_cat&post_type=event | 4.22 | 38.95 |
New event /wp-admin/post-new.php?post_type=event | 7.02 | 101.67 |
VS Event List /wp-admin/options-general.php?page=vsel | 4.19 | 40.60 |
Server storage [IO: ▲0.36MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 26 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_vsel_widget |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by VS Event List
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲43 | 14.26 ▼0.14 | 1.66 ▼0.09 | 39.63 ▲0.85 |
Dashboard /wp-admin | 2,230 ▲52 | 5.55 ▼0.11 | 83.86 ▼15.36 | 38.94 ▼3.59 |
Posts /wp-admin/edit.php | 2,132 ▲29 | 2.01 ▲0.04 | 34.57 ▼0.53 | 33.03 ▼4.92 |
Add New Post /wp-admin/post-new.php | 1,555 ▲26 | 23.20 ▲0.05 | 651.63 ▼31.71 | 55.88 ▲1.25 |
Media Library /wp-admin/upload.php | 1,435 ▲38 | 4.22 ▼0.14 | 111.05 ▲6.63 | 47.84 ▲0.13 |
All events /wp-admin/edit.php?post_type=event | 1,171 | 1.91 | 29.81 | 31.18 |
Event categories /wp-admin/edit-tags.php?taxonomy=event_cat&post_type=event | 1,306 | 2.12 | 26.36 | 29.26 |
New event /wp-admin/post-new.php?post_type=event | 2,037 | 17.02 | 882.71 | 46.36 |
VS Event List /wp-admin/options-general.php?page=vsel | 1,061 | 2.16 | 23.64 | 44.90 |
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
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
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 errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
5 plugin tags: events, simple, event manager, event list, event
very-simple-event-list/vsel.php 92% from 13 tests
"VS Event List" version 16.6's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
The following require your attention:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("very-simple-event-list.php" instead of "vsel.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin4,821 lines of code in 17 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 419 | 431 | 4,110 |
CSS | 4 | 43 | 56 | 708 |
JavaScript | 1 | 1 | 1 | 3 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 16.00 |
▷ Minimum class complexity | 16.00 |
▷ Maximum class complexity | 16.00 |
Average method complexity | 4.75 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.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 | 4 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 156 | |
▷ Named functions | 156 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
6 PNG files occupy 0.03MB with 0.01MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
css/images/ui-icons_777620_256x240.png | 4.44KB | 4.17KB | ▼ 6.02% |
css/images/ui-icons_ffffff_256x240.png | 6.15KB | 4.17KB | ▼ 32.13% |
css/images/ui-icons_cc0000_256x240.png | 4.44KB | 4.17KB | ▼ 6.02% |
css/images/ui-icons_777777_256x240.png | 6.83KB | 4.17KB | ▼ 38.92% |
css/images/ui-icons_555555_256x240.png | 6.82KB | 4.17KB | ▼ 38.82% |