Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.04MB] [CPU: ▼5.93ms] Passed 4 tests
An overview of server-side resources used by Full Calendar Js
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.05 | 35.38 ▼3.82 |
Dashboard /wp-admin | 3.34 ▲0.04 | 44.79 ▼1.99 |
Posts /wp-admin/edit.php | 3.39 ▲0.04 | 44.33 ▲0.13 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 79.00 ▼18.04 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 36.28 ▲3.00 |
Full Calender Settings /wp-admin/options-general.php?page=full-calendar-js/Full-Calendar-Js.php | 3.23 | 33.74 |
Server storage [IO: ▲0.82MB] [DB: ▲0.07MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 42 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
An overview of browser requirements for Full Calendar Js
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,887 ▲101 | 13.93 ▼0.33 | 11.00 ▲9.09 | 42.37 ▲5.20 |
Dashboard /wp-admin | 2,196 ▲22 | 5.53 ▼0.07 | 82.83 ▼7.02 | 36.69 ▼3.32 |
Posts /wp-admin/edit.php | 2,104 ▲1 | 1.98 ▲0.02 | 35.71 ▲0.06 | 32.65 ▼5.58 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.34 ▼0.31 | 609.79 ▼9.39 | 74.98 ▲7.93 |
Media Library /wp-admin/upload.php | 1,401 ▲10 | 4.23 ▲0.04 | 97.62 ▼5.25 | 42.00 ▼1.18 |
Full Calender Settings /wp-admin/options-general.php?page=full-calendar-js/Full-Calendar-Js.php | 886 | 2.01 | 26.92 | 24.11 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/full-calendar-js/js/fullcalendar-1.5.4/demos/json-events.php
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/full-calendar-js/Full-Calendar-Js.php:57
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Tags: Please reduce the number of tags, currently 15 tag instead of maximum 10
full-calendar-js/Full-Calendar-Js.php 92% from 13 tests
The entry point to "Full Calendar Js" version 1.6 is a PHP file that has certain tags in its header comment area
It is important to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("full-calendar-js.php" instead of "Full-Calendar-Js.php")
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 detected14,975 lines of code in 19 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 6 | 3,057 | 991 | 13,412 |
CSS | 3 | 185 | 121 | 679 |
HTML | 8 | 97 | 0 | 671 |
PHP | 2 | 51 | 50 | 213 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.06 |
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 | 7 | |
▷ Named functions | 7 | 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
16 PNG files occupy 0.16MB with 0.04MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-2.png | 71.22KB | 17.58KB | ▼ 75.31% |
js/fullcalendar-1.5.4/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png | 0.10KB | 0.14KB | 0.00% |
js/fullcalendar-1.5.4/demos/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png | 0.25KB | 0.15KB | ▼ 38.25% |
js/fullcalendar-1.5.4/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png | 0.17KB | 0.16KB | ▼ 6.82% |
js/fullcalendar-1.5.4/demos/cupertino/images/ui-icons_3d80b3_256x240.png | 4.27KB | 4.11KB | ▼ 3.78% |