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
Install script ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼2.37ms] Passed 4 tests
Server-side resources used by Genesis Super Customizer
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 39.69 ▼8.23 |
Dashboard /wp-admin | 3.31 ▲0.00 | 49.59 ▼4.77 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 50.04 ▲1.18 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 95.35 ▲7.60 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 38.79 ▲2.36 |
Server storage [IO: ▲0.17MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 42 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Genesis Super Customizer
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.70 ▲0.30 | 1.89 ▼0.04 | 43.51 ▼2.55 |
Dashboard /wp-admin | 2,198 ▲21 | 5.65 ▲0.03 | 92.40 ▼0.01 | 41.31 ▲1.84 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.00 ▼0.01 | 40.08 ▲1.61 | 35.10 ▼0.10 |
Add New Post /wp-admin/post-new.php | 1,546 ▲1 | 23.32 ▲0.08 | 654.99 ▼63.34 | 61.80 ▲0.24 |
Media Library /wp-admin/upload.php | 1,397 ▼3 | 4.22 ▼0.15 | 101.32 ▼0.56 | 44.04 ▲0.17 |
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
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Good news, no errors were detected
SRP 50% 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 items
- 20× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-buttons.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-comments.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-breadcrumbs.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-media-queries.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-footer-credits.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-sidebars.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-content.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-forms.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-nav.php:13
- > PHP Fatal error
Uncaught Error: Class 'GSC_Base' not found in wp-content/plugins/genesis-super-customizer/public/class-gsc-footer.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
5 plugin tags: supercustomizer, design, customizer, genesis, options
genesis-super-customizer/genesis-super-customizer.php 92% from 13 tests
The principal PHP file in "Genesis Super Customizer" v. 1.2.2 is loaded by WordPress automatically on each request
The following require your attention:
- Description: Keep the plugin description shorter than 140 characters (currently 293 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin4,067 lines of code in 39 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 33 | 590 | 948 | 3,833 |
JavaScript | 4 | 28 | 32 | 118 |
CSS | 2 | 2 | 10 | 116 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 5.81 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 91.00 |
Average method complexity | 2.91 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 43.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 27 | |
▷ Abstract classes | 1 | 3.70% |
▷ Concrete classes | 26 | 96.30% |
▷ Final classes | 0 | 0.00% |
Methods | 68 | |
▷ Static methods | 4 | 5.88% |
▷ Public methods | 42 | 61.76% |
▷ Protected methods | 20 | 29.41% |
▷ Private methods | 6 | 8.82% |
Functions | 21 | |
▷ Named functions | 21 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
No PNG images were found in this plugin