Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲4.57MB] [CPU: ▼4.95ms] Passed 4 tests
This is a short check of server-side resources used by WP Conference Schedule
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 8.56 ▲5.10 | 70.60 ▲31.45 |
Dashboard /wp-admin | 8.58 ▲5.28 | 56.38 ▲8.85 |
Posts /wp-admin/edit.php | 8.58 ▲5.23 | 53.66 ▲8.02 |
Add New Post /wp-admin/post-new.php | 8.58 ▲2.70 | 50.54 ▼59.52 |
Media Library /wp-admin/upload.php | 8.58 ▲5.35 | 57.11 ▲22.87 |
Freemius Debug [v.2.4.3] /wp-admin/admin.php?page=freemius | 8.58 | 49.01 |
Tracks /wp-admin/edit-tags.php?taxonomy=wpcs_track&post_type=wpcs_session | 8.58 | 49.71 |
Add New /wp-admin/post-new.php?post_type=wpcs_session | 8.58 | 52.63 |
Locations /wp-admin/edit-tags.php?taxonomy=wpcs_location&post_type=wpcs_session | 8.58 | 55.16 |
Sessions /wp-admin/edit.php?post_type=wpcs_session | 8.58 | 48.17 |
WP Conference Schedule /wp-admin/options-general.php?page=wp-conference-schedule | 8.58 | 50.06 |
Server storage [IO: ▲5.91MB] [DB: ▲0.01MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 515 new files
Database: no new tables, 10 new options
New WordPress options |
---|
fs_debug_mode |
fs_gdpr |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
fs_accounts |
can_compress_scripts |
fs_active_plugins |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by WP Conference Schedule
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,888 ▲142 | 13.32 ▼1.32 | 2.08 ▲0.40 | 32.44 ▼8.23 |
Dashboard /wp-admin | 2,285 ▲100 | 5.18 ▲0.28 | 111.49 ▲8.85 | 43.11 ▲0.67 |
Posts /wp-admin/edit.php | 2,162 ▲73 | 2.08 ▲0.03 | 38.57 ▼1.64 | 33.47 ▼1.60 |
Add New Post /wp-admin/post-new.php | 6,405 ▲4,871 | 27.92 ▲4.67 | 892.95 ▲275.81 | 37.53 ▼13.58 |
Media Library /wp-admin/upload.php | 1,461 ▲70 | 4.28 ▲0.08 | 97.11 ▼3.50 | 45.20 ▼0.33 |
Freemius Debug [v.2.4.3] /wp-admin/admin.php?page=freemius | 1,105 | 1.80 | 26.37 | 27.63 |
Tracks /wp-admin/edit-tags.php?taxonomy=wpcs_track&post_type=wpcs_session | 1,337 | 2.48 | 29.16 | 35.28 |
Add New /wp-admin/post-new.php?post_type=wpcs_session | 6,646 | 19.94 | 826.67 | 36.50 |
Locations /wp-admin/edit-tags.php?taxonomy=wpcs_location&post_type=wpcs_session | 1,340 | 2.39 | 35.19 | 37.05 |
Sessions /wp-admin/edit.php?post_type=wpcs_session | 1,170 | 2.24 | 33.94 | 31.42 |
WP Conference Schedule /wp-admin/options-general.php?page=wp-conference-schedule | 1,034 | 1.77 | 27.14 | 49.49 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.01MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- Uninstall procedure validation failed for this plugin
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
- This plugin does not fully uninstall, leaving 10 options in the database
- can_compress_scripts
- widget_theysaidso_widget
- fs_debug_mode
- fs_active_plugins
- fs_gdpr
- theysaidso_admin_options
- fs_accounts
- widget_recent-comments
- widget_recent-posts
- db_upgraded
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Almost there, just fix the following server-side errors
- 6 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=wp-conference-schedule
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following
- 43× GET requests to PHP files trigger server-side errors or Error 500 responses (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'CMB2_REST_Controller_Boxes' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/rest-api/CMB2_REST_Controller_Fields.php:17
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Multi_Base' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Taxonomy_Base.php:13
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Textarea' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Wysiwyg.php:16
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Textarea' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Textarea_Code.php:13
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Multi_Base' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Radio.php:13
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Taxonomy_Base' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Taxonomy_Multicheck.php:13
- > PHP Fatal error
Uncaught Error: Class 'CMB2_REST_Controller' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/rest-api/CMB2_REST_Controller_Boxes.php:17
- > PHP Fatal error
Uncaught Error: Call to undefined function register_deactivation_hook() in wp-content/plugins/wp-conference-schedule/inc/post-types.php:3
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Text' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_File_Base.php:13
- > PHP Fatal error
Uncaught Error: Class 'CMB2_Type_Select' not found in wp-content/plugins/wp-conference-schedule/cmb2/includes/types/CMB2_Type_Select_Timezone.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% 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
Attributes that require attention:
- Tags: There are too many tags (12 tag instead of maximum 10)
wp-conference-schedule/wp-conference-schedule.php 85% from 13 tests
The main PHP script in "WP Conference Schedule" version 1.1.1 is automatically included on every request by WordPress
Please make the necessary changes and fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 153 characters long)
- Domain Path: The domain path is invalid: folder "/languages" does not exist
Code Analysis 97% from 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 detected80,032 lines of code in 332 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 169 | 9,677 | 22,677 | 38,674 |
PO File | 120 | 14,315 | 18,502 | 32,323 |
CSS | 26 | 362 | 1,240 | 6,222 |
JavaScript | 12 | 406 | 654 | 1,817 |
Markdown | 4 | 312 | 0 | 969 |
JSON | 1 | 0 | 0 | 27 |
PHP code 50% from 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
The following items need your attention
- Please reduce cyclomatic complexity of classes to less than 1000 (currently 2,910)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.59 |
Average class complexity | 47.45 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 2,910.00 |
Average method complexity | 4.20 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 86.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 114 | |
▷ Abstract classes | 11 | 9.65% |
▷ Concrete classes | 103 | 90.35% |
▷ Final classes | 0 | 0.00% |
Methods | 1,689 | |
▷ Static methods | 262 | 15.51% |
▷ Public methods | 1,257 | 74.42% |
▷ Protected methods | 104 | 6.16% |
▷ Private methods | 328 | 19.42% |
Functions | 146 | |
▷ Named functions | 146 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 136 | |
▷ Global constants | 105 | 77.21% |
▷ Class constants | 31 | 22.79% |
▷ Public constants | 31 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
17 PNG files occupy 0.05MB with 0.01MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
cmb2/images/ui-bg_glass_75_dadada_1x400.png | 0.11KB | 0.16KB | 0.00% |
cmb2/images/ui-bg_glass_95_fef1ec_1x400.png | 0.12KB | 0.14KB | 0.00% |
cmb2/images/ui-icons_454545_256x240.png | 4.27KB | 4.11KB | ▼ 3.78% |
cmb2/images/ui-bg_flat_0_aaaaaa_40x100.png | 0.18KB | 0.08KB | ▼ 51.67% |
freemius/assets/img/theme-icon.png | 10.97KB | 5.78KB | ▼ 47.37% |