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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.44MB] [CPU: ▼1.54ms] Passed 4 tests
This is a short check of server-side resources used by T.C Kimlik & Vergi No Dogrulama - Kolay Kimlik Doğrulama
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.93 ▲0.47 | 43.29 ▲0.34 |
Dashboard /wp-admin | 3.77 ▲0.47 | 52.40 ▼5.04 |
Posts /wp-admin/edit.php | 3.82 ▲0.47 | 52.40 ▲2.04 |
Add New Post /wp-admin/post-new.php | 6.29 ▲0.40 | 88.85 ▼3.50 |
Media Library /wp-admin/upload.php | 3.63 ▲0.40 | 40.24 ▲6.38 |
Server storage [IO: ▲0.17MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 34 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
can_compress_scripts |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
T.C Kimlik & Vergi No Dogrulama - Kolay Kimlik Doğrulama: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲68 | 14.23 ▼0.12 | 1.62 ▼0.16 | 47.41 ▲5.40 |
Dashboard /wp-admin | 2,232 ▲55 | 5.59 ▼0.07 | 85.78 ▼3.71 | 40.49 ▼5.20 |
Posts /wp-admin/edit.php | 2,144 ▲44 | 2.13 ▲0.18 | 41.48 ▲3.03 | 36.68 ▼1.92 |
Add New Post /wp-admin/post-new.php | 1,563 ▲37 | 23.07 ▼0.36 | 666.22 ▼7.49 | 51.57 ▲3.10 |
Media Library /wp-admin/upload.php | 1,440 ▲37 | 4.12 ▼0.01 | 102.38 ▼0.45 | 42.70 ▼3.49 |
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
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% 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 fix the following
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Warning
Use of undefined constant WP_CONTENT_DIR - assumed 'WP_CONTENT_DIR' (this will throw an Error in a future version of PHP) in wp-content/plugins/kolaykimlik/vendor/appsero/client/src/Client.php on line 152
- > PHP Fatal error
Uncaught Error: Call to undefined function Appsero\\plugin_basename() in wp-content/plugins/kolaykimlik/vendor/appsero/client/src/Client.php:153
- > PHP Warning
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 90% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
3 plugin tags: kimlik, tc, vergino
kolaykimlik/kolaykimlik.php 77% from 13 tests
Analyzing the main PHP file in "T.C Kimlik & Vergi No Dogrulama - Kolay Kimlik Doğrulama" version 1.4.1
It is important to fix the following:
- Requires at least: Required version does not match the one declared in readme.txt ("5.9" instead of "4.9")
- Description: The description should be shorter than 140 characters (currently 236 characters long)
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin3,179 lines of code in 25 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 20 | 586 | 972 | 2,784 |
Markdown | 1 | 65 | 0 | 179 |
PO File | 2 | 48 | 48 | 140 |
JSON | 2 | 0 | 0 | 76 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
Average class complexity | 29.67 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 70.00 |
Average method complexity | 3.28 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 24.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 12 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 12 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 152 | |
▷ Static methods | 19 | 12.50% |
▷ Public methods | 116 | 76.32% |
▷ Protected methods | 6 | 3.95% |
▷ Private methods | 30 | 19.74% |
Functions | 7 | |
▷ Named functions | 6 | 85.71% |
▷ Anonymous functions | 1 | 14.29% |
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
3 PNG files occupy 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/woocommerceVergi.png | 1.11KB | 0.85KB | ▼ 23.33% |
assets/woocommerce.png | 2.32KB | 1.26KB | ▼ 45.83% |
assets/contactform7.png | 1.13KB | 0.61KB | ▼ 45.76% |