Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼3.72ms] Passed 4 tests
An overview of server-side resources used by 클레이풀 쇼핑 위젯 (썬더)
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 28.22 ▼12.16 |
Dashboard /wp-admin | 3.36 ▲0.06 | 43.45 ▼3.74 |
Posts /wp-admin/edit.php | 3.48 ▲0.12 | 48.70 ▲0.34 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.06 | 119.30 ▲18.38 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 34.50 ▲0.70 |
클레이풀 쇼핑 위젯 /wp-admin/options-general.php?page=clayful-thunder | 3.25 | 29.68 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 22 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for 클레이풀 쇼핑 위젯 (썬더)
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 14.41 ▲0.03 | 1.65 ▼0.13 | 40.38 ▼1.22 |
Dashboard /wp-admin | 2,207 ▲16 | 5.79 ▼0.26 | 95.30 ▼10.40 | 43.64 ▲4.28 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.00 ▲0.01 | 39.51 ▼2.01 | 41.10 ▲4.93 |
Add New Post /wp-admin/post-new.php | 1,536 ▲22 | 23.45 ▲5.59 | 685.86 ▲20.29 | 56.45 ▲4.82 |
Media Library /wp-admin/upload.php | 1,389 ▼2 | 4.24 ▼0.02 | 102.36 ▼1.04 | 48.66 ▲4.82 |
클레이풀 쇼핑 위젯 /wp-admin/options-general.php?page=clayful-thunder | 833 | 2.02 | 23.28 | 60.34 |
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
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- widget_recent-comments
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
These server-side errors were triggered
- 2 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=clayful-thunder
- > Notice in wp-content/plugins/clayful-thunder/admin/partials/clayful-thunder-admin-display.php+27
Trying to access array offset on value of type bool
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please take a closer look at the following
- 1× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/clayful-thunder/public/partials/clayful-thunder-public-display.php
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html() in wp-content/plugins/clayful-thunder/admin/partials/clayful-thunder-admin-display.php:19
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that need to be fixed:
- Donate link: Please fix this invalid url: ""
clayful-thunder/clayful-thunder.php Passed 13 tests
"클레이풀 쇼핑 위젯 (썬더)" version 1.0.0's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
120 characters long description:
클레이풀 쇼핑 위젯(썬더)의 설치 및 위젯 디스플레이를 위한 워드프레스 플러그인입니다.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin276 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 158 | 580 | 270 |
JavaScript | 2 | 4 | 54 | 6 |
CSS | 2 | 0 | 8 | 0 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.13 |
Average class complexity | 2.29 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 7.00 |
Average method complexity | 1.29 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 31 | |
▷ Static methods | 2 | 6.45% |
▷ Public methods | 26 | 83.87% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 16.13% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.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
No PNG images were found in this plugin