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.26MB] [CPU: ▼2.21ms] Passed 4 tests
A check of server-side resources used by Skizzar Admin Theme Lite
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.67 ▲0.21 | 34.08 ▼7.89 |
Dashboard /wp-admin | 3.63 ▲0.32 | 53.81 ▲4.10 |
Posts /wp-admin/edit.php | 3.69 ▲0.33 | 57.87 ▲9.39 |
Add New Post /wp-admin/post-new.php | 6.15 ▲0.26 | 85.41 ▼6.44 |
Media Library /wp-admin/upload.php | 3.47 ▲0.24 | 38.79 ▲1.40 |
Admin Theme /wp-admin/themes.php?page=sat-options-general | 3.62 | 39.43 |
Server storage [IO: ▲1.66MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 35 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Skizzar Admin Theme Lite
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,767 ▲32 | 15.09 ▲0.70 | 0.98 ▼0.93 | 24.92 ▼19.73 |
Dashboard /wp-admin | 2,341 ▲153 | 6.52 ▲1.61 | 134.89 ▲17.02 | 73.59 ▲26.16 |
Posts /wp-admin/edit.php | 2,212 ▲123 | 3.88 ▲1.83 | 71.98 ▲35.00 | 49.88 ▲16.06 |
Add New Post /wp-admin/post-new.php | 1,592 ▲56 | 22.18 ▼1.10 | 657.05 ▲66.86 | 45.19 ▼3.50 |
Media Library /wp-admin/upload.php | 1,395 ▲7 | 4.30 ▲0.09 | 100.11 ▲5.04 | 54.89 ▲14.02 |
Admin Theme /wp-admin/themes.php?page=sat-options-general | 1,067 | 3.26 | 42.86 | 50.59 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though everything seems fine, this is not an exhaustive test
SRP 50% 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
The following issues need your attention
- 9× PHP files trigger server errors when accessed directly:
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/skizzar-admin-theme-lite/inc/page-coming-soon.php on line 3
- > PHP Notice
Undefined variable: page_info in wp-content/plugins/skizzar-admin-theme-lite/inc/page-coming-soon.php on line 3
- > PHP Notice
Undefined variable: page_info in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-general.php on line 3
- > PHP Fatal error
Uncaught Error: Call to undefined function is_multisite() in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-general.php:6
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-general.php on line 3
- > PHP Fatal error
Uncaught Error: Class 'Skizzar_Admin_Theme_Pages' not found in wp-content/plugins/skizzar-admin-theme-lite/inc/page-coming-soon.php:5
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-network.php on line 3
- > PHP Fatal error
Uncaught Error: Class 'Skizzar_Admin_Theme_Pages' not found in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-network.php:5
- > PHP Notice
Undefined variable: page_info in wp-content/plugins/skizzar-admin-theme-lite/inc/page-options-network.php on line 3
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need your attention:
- Screenshots: These screenshots do not have images: #1 (Screenshot 1), #2 (Screenshot 2), #3 (Screenshot 3)
- Contributors: Plugin contributors field is missing
skizzar-admin-theme-lite/index.php 92% from 13 tests
The main file in "Skizzar Admin Theme Lite" v. 1.1.3 serves as a complement to information provided in readme.txt and as the entry point to the plugin
It is important to fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("skizzar-admin-theme-lite.php" instead of "index.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
No dangerous file extensions were detected18,583 lines of code in 28 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 10 | 2,670 | 493 | 16,577 |
PHP | 16 | 472 | 326 | 1,668 |
JavaScript | 2 | 147 | 300 | 338 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 17.83 |
▷ Minimum class complexity | 7.00 |
▷ Maximum class complexity | 69.00 |
Average method complexity | 3.27 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 12 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 12 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 89 | |
▷ Static methods | 79 | 88.76% |
▷ Public methods | 88 | 98.88% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 1 | 1.12% |
Functions | 4 | |
▷ Named functions | 4 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
4 PNG files occupy 0.22MB with 0.14MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/skizzar-logo-new-white.png | 40.34KB | 22.03KB | ▼ 45.39% |
assets/screenshot-1.png | 79.00KB | 27.27KB | ▼ 65.48% |
assets/screenshot-3.png | 44.76KB | 11.18KB | ▼ 75.01% |
assets/screenshot-2.png | 61.84KB | 18.95KB | ▼ 69.36% |