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
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.07MB] [CPU: ▼5.49ms] Passed 4 tests
A check of server-side resources used by SuperSaaS - online appointment scheduling
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.06 | 42.71 ▼2.67 |
Dashboard /wp-admin | 3.38 ▲0.08 | 47.24 ▼3.74 |
Posts /wp-admin/edit.php | 3.44 ▲0.08 | 49.69 ▼1.35 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 81.44 ▼14.21 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 39.00 ▲2.07 |
SuperSaaS /wp-admin/options-general.php?page=supersaas-settings | 3.28 | 36.09 |
Server storage [IO: ▲0.16MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 27 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by SuperSaaS - online appointment scheduling
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,795 ▲34 | 14.24 ▼0.11 | 1.93 ▲0.06 | 42.53 ▼1.69 |
Dashboard /wp-admin | 2,204 ▲24 | 5.63 ▼0.03 | 86.95 ▼10.51 | 39.25 ▼6.38 |
Posts /wp-admin/edit.php | 2,103 ▲3 | 2.02 ▲0.06 | 36.54 ▼0.71 | 33.66 ▼4.01 |
Add New Post /wp-admin/post-new.php | 1,531 ▲5 | 23.16 ▲0.03 | 659.75 ▼38.05 | 61.05 ▲3.77 |
Media Library /wp-admin/upload.php | 1,406 ▲6 | 4.19 ▲0.02 | 102.90 ▼7.60 | 43.51 ▼2.17 |
SuperSaaS /wp-admin/options-general.php?page=supersaas-settings | 981 | 1.69 | 24.50 | 45.02 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
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
Please fix the following
- 5× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/supersaas-appointment-scheduling/includes/admin.php
- > /wp-content/plugins/supersaas-appointment-scheduling/supersaas.php
- > /wp-content/plugins/supersaas-appointment-scheduling/index.php
- > /wp-content/plugins/supersaas-appointment-scheduling/includes/index.php
- > /wp-content/plugins/supersaas-appointment-scheduling/includes/shortcode.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
These attributes need to be fixed:
- Tags: Please reduce the number of tags, currently 19 tag instead of maximum 10
supersaas-appointment-scheduling/supersaas.php 77% from 13 tests
Analyzing the main PHP file in "SuperSaaS - online appointment scheduling" version 2.1.9
You should first fix the following items:
- Description: Please keep the plugin description shorter than 140 characters (currently 341 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
- Main file name: The principal plugin file should be the same as the plugin slug ("supersaas-appointment-scheduling.php" instead of "supersaas.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin1,203 lines of code in 15 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 9 | 324 | 27 | 729 |
PHP | 4 | 56 | 111 | 358 |
JavaScript | 1 | 10 | 6 | 90 |
Markdown | 1 | 9 | 0 | 26 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity problems
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 | 9 | |
▷ Named functions | 9 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.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