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
This plugin's installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼7.22ms] Passed 4 tests
This is a short check of server-side resources used by Super Simple Events List
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 40.82 ▼5.87 |
Dashboard /wp-admin | 3.33 ▼0.01 | 50.54 ▼23.15 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 51.57 ▲2.15 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 96.66 ▼0.53 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 36.64 ▲0.69 |
Shortcodes /wp-admin/edit.php?post_type=bcssel_events&page=bcssel_shortcodes | 3.22 | 33.96 |
All Events /wp-admin/edit.php?post_type=bcssel_events | 3.31 | 33.36 |
New /wp-admin/post-new.php?post_type=bcssel_events | 3.37 | 46.03 |
Server storage [IO: ▲0.51MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Super Simple Events List
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,838 ▲92 | 14.39 ▼0.08 | 1.77 ▼0.09 | 44.96 ▲1.86 |
Dashboard /wp-admin | 2,239 ▲51 | 5.10 ▲0.19 | 102.33 ▼14.00 | 39.81 ▼6.76 |
Posts /wp-admin/edit.php | 2,122 ▲33 | 2.07 ▲0.08 | 39.09 ▲1.81 | 35.53 ▲1.12 |
Add New Post /wp-admin/post-new.php | 1,565 ▲33 | 18.20 ▼5.18 | 636.25 ▲4.07 | 59.65 ▲3.45 |
Media Library /wp-admin/upload.php | 1,424 ▲36 | 4.21 ▲0.03 | 100.66 ▼3.45 | 43.28 ▼2.11 |
Shortcodes /wp-admin/edit.php?post_type=bcssel_events&page=bcssel_shortcodes | 895 | 2.03 | 21.99 | 39.17 |
All Events /wp-admin/edit.php?post_type=bcssel_events | 1,102 | 1.93 | 32.66 | 31.68 |
New /wp-admin/post-new.php?post_type=bcssel_events | 2,318 | 7.68 | 164.78 | 61.48 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 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
Please fix the following
- 6× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/super-simple-events-list/includes/init.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/super-simple-events-list/includes/init.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/super-simple-events-list/includes/content.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/super-simple-events-list/includes/docs.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/super-simple-events-list/includes/shortcode.php:116
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/super-simple-events-list/includes/wpadmin.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser errors were detected
Optimizations
Plugin configuration 79% from 29 tests
readme.txt 88% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need to be fixed:
- Requires php: Invalid version format
- Screenshots: These screenshots require images: #1 (Create an event like any other post type. Just add a date, time, venue and location.), #2 (When published the event is visible and extra details are put above the the_content();.), #3 (There is also some help with the shortcodes if needed.), #4 (A list of your events in the WP-admin), #5 (The output of the shortcode, this is the list. Simple!)
super-simple-events-list/ssel.php 69% from 13 tests
The principal PHP file in "Super Simple Events List" v. 0.9 is loaded by WordPress automatically on each request
You should first fix the following items:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("super-simple-events-list.php" instead of "ssel.php")
- Description: Keep the plugin description shorter than 140 characters (currently 174 characters long)
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
- Domain Path: The domain path is invalid: folder "/lang" does not exist
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin540 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 166 | 48 | 462 |
CSS | 2 | 15 | 2 | 78 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 17 | |
▷ Named functions | 17 | 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
PNG files should be compressed to save space and minimize bandwidth usage
5 PNG files occupy 0.49MB with 0.34MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-5.png | 125.75KB | 32.88KB | ▼ 73.85% |
screenshot-2.png | 61.08KB | 18.36KB | ▼ 69.94% |
screenshot-3.png | 102.03KB | 31.69KB | ▼ 68.94% |
screenshot-4.png | 100.79KB | 30.66KB | ▼ 69.58% |
screenshot-1.png | 110.26KB | 33.29KB | ▼ 69.80% |