Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.16MB] [CPU: ▼6.49ms] Passed 4 tests
This is a short check of server-side resources used by 쇼플릭 우커머스 결제
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.62 ▲0.16 | 35.36 ▼5.34 |
Dashboard /wp-admin | 3.46 ▲0.15 | 46.18 ▼3.61 |
Posts /wp-admin/edit.php | 3.57 ▲0.22 | 43.74 ▼3.09 |
Add New Post /wp-admin/post-new.php | 6.04 ▲0.15 | 83.26 ▼13.91 |
Media Library /wp-admin/upload.php | 3.38 ▲0.15 | 32.94 ▲2.16 |
Server storage [IO: ▲1.14MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 164 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
쇼플릭 우커머스 결제: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.61 ▼0.82 | 1.67 ▼0.18 | 42.82 ▼4.92 |
Dashboard /wp-admin | 2,209 ▲21 | 4.85 ▼1.05 | 103.01 ▼13.43 | 38.90 ▼7.72 |
Posts /wp-admin/edit.php | 2,089 ▼3 | 2.00 ▼0.03 | 37.80 ▲3.33 | 33.40 ▲2.88 |
Add New Post /wp-admin/post-new.php | 1,538 ▲5 | 23.19 ▼0.17 | 666.04 ▲2.71 | 57.02 ▲3.62 |
Media Library /wp-admin/upload.php | 1,382 ▼6 | 4.25 ▲0.08 | 105.59 ▲6.57 | 43.65 ▼4.54 |
Uninstaller [IO: ▲1.14MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attentionZombie WordPress options detected upon uninstall: 6 options
- This plugin has failed uninstalling correctly, leaving 164 files (1.14MB) in the plugin directory
- (new file) assets/css/admins/shop-order-payment-data.css
- (new file) assets/js/dist/wc-status-api-log.asset.php
- (new file) assets/img/nicepay-01.jpg
- (new file) assets/img/nicepay-logo.jpg
- (new file) assets/img/icon-kakao-pay.png
- (new file) assets/js/dist/payment-fields.js
- (new file) assets/js/dist/payment-fields.asset.php
- (new file) assets/img/nicepay-02.jpg
- (new file) assets/js/dist/payment-fields.css
- (new file) LICENSE
- ...
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Everything seems fine, however this is by no means an exhaustive test
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
9 plugin tags: store, payment, checkout, e-commerce, woocommerce...
shoplic-payment-gateway/index.php 85% from 13 tests
The main file in "쇼플릭 우커머스 결제" v. 1.1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
- Main file name: The principal plugin file should be the same as the plugin slug ("shoplic-payment-gateway.php" instead of "index.php")
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
No dangerous file extensions were detected11,034 lines of code in 152 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 128 | 1,441 | 3,592 | 7,242 |
JSON | 4 | 0 | 0 | 2,334 |
JavaScript | 10 | 74 | 20 | 862 |
PO File | 1 | 143 | 242 | 327 |
XML | 1 | 22 | 25 | 106 |
Markdown | 2 | 9 | 0 | 100 |
CSS | 6 | 16 | 0 | 63 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.51 |
Average class complexity | 7.59 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 61.00 |
Average method complexity | 2.61 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 45.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 4 | |
Traits | 4 | |
Classes | 86 | |
▷ Abstract classes | 26 | 30.23% |
▷ Concrete classes | 60 | 69.77% |
▷ Final classes | 1 | 1.67% |
Methods | 387 | |
▷ Static methods | 38 | 9.82% |
▷ Public methods | 332 | 85.79% |
▷ Protected methods | 50 | 12.92% |
▷ Private methods | 5 | 1.29% |
Functions | 54 | |
▷ Named functions | 42 | 77.78% |
▷ Anonymous functions | 12 | 22.22% |
Constants | 13 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 13 | 100.00% |
▷ Public constants | 11 | 84.62% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/img/icon-kakao-pay.png | 0.68KB | 0.70KB | 0.00% |