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.15MB] [CPU: ▼5.11ms] Passed 4 tests
Server-side resources used by Super Simple Event Calendar
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.13 | 38.02 ▼0.80 |
Dashboard /wp-admin | 3.47 ▲0.16 | 46.08 ▼0.87 |
Posts /wp-admin/edit.php | 3.58 ▲0.22 | 48.55 ▼6.68 |
Add New Post /wp-admin/post-new.php | 6.05 ▲0.16 | 80.39 ▼12.10 |
Media Library /wp-admin/upload.php | 3.39 ▲0.16 | 37.41 ▲2.39 |
New Event /wp-admin/post-new.php?post_type=ssec_event | 3.51 | 50.55 |
Season /wp-admin/edit-tags.php?taxonomy=ssec_season&post_type=ssec_event | 3.38 | 32.96 |
Events /wp-admin/edit.php?post_type=ssec_event | 3.43 | 35.79 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 10 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
widget_ssec_widget_calendar |
Browser metrics Passed 4 tests
Checking browser requirements for Super Simple Event Calendar
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,827 ▲66 | 14.33 ▼0.40 | 1.79 ▲0.01 | 42.73 ▲3.08 |
Dashboard /wp-admin | 2,230 ▲56 | 5.57 ▼0.06 | 82.78 ▼6.12 | 39.64 ▲0.14 |
Posts /wp-admin/edit.php | 2,135 ▲32 | 2.02 ▲0.04 | 34.47 ▼10.86 | 40.74 ▼1.99 |
Add New Post /wp-admin/post-new.php | 1,555 ▲28 | 23.56 ▲2.35 | 677.96 ▲74.82 | 58.56 ▲9.45 |
Media Library /wp-admin/upload.php | 1,435 ▲41 | 4.19 ▲0.01 | 94.11 ▼3.84 | 43.31 ▲1.21 |
New Event /wp-admin/post-new.php?post_type=ssec_event | 2,483 | 7.65 | 173.82 | 67.24 |
Season /wp-admin/edit-tags.php?taxonomy=ssec_season&post_type=ssec_event | 1,306 | 2.11 | 26.78 | 31.30 |
Quick Edit /wp-admin/ssec-quick-edit.php | 26 | 0.42 | 0.07 | 11.02 |
Events /wp-admin/edit.php?post_type=ssec_event | 1,096 | 1.98 | 29.98 | 29.59 |
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
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 7 options
- theysaidso_admin_options
- widget_ssec_widget_calendar
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-posts
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% 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
- 7× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/super-simple-event-calendar/ssec-hooks.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-admin-quick-edit.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-posttypes.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-meta-box.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-shortcode.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-taxonomy-content-filter.php
- > /wp-content/plugins/super-simple-event-calendar/ssec-widget-calendar.php
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_basename() in wp-content/plugins/super-simple-event-calendar/super-simple-event-calendar.php:45
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
These are user-side errors you should fix
- > GET request to /wp-admin/ssec-quick-edit.php
- > Network (severe)
wp-admin/ssec-quick-edit.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
4 plugin tags: calendar, simple event calendar, simple calendar, event calendar
super-simple-event-calendar/super-simple-event-calendar.php 92% from 13 tests
"Super Simple Event Calendar" version 2.0.2's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
It is important to fix the following:
- Domain Path: The domain path folder was not found ("/lang/")
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
No dangerous file extensions were detected799 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 8 | 190 | 177 | 799 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 17.00 |
▷ Minimum class complexity | 17.00 |
▷ Maximum class complexity | 17.00 |
Average method complexity | 5.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.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 | 19 | |
▷ Named functions | 19 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 100.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
PNG images were not found in this plugin