Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼8.92ms] Passed 4 tests
A check of server-side resources used by Dynamic Currency Converter
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 41.48 ▲1.78 |
Dashboard /wp-admin | 3.32 ▼0.02 | 44.02 ▼24.57 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 44.42 ▼3.13 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 84.69 ▼9.76 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 37.82 ▲5.53 |
Dynamic Currency Converter /wp-admin/options-general.php?page=dyccmenu | 3.21 | 34.49 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 3 new files
Database: no new tables, 8 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
dycc_woocommerceCheck |
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
dycc_scriptcode |
Browser metrics Passed 4 tests
An overview of browser requirements for Dynamic Currency Converter
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲47 | 14.22 ▼0.05 | 1.83 ▲0.04 | 49.61 ▲11.35 |
Dashboard /wp-admin | 2,202 ▲28 | 5.62 ▲0.01 | 84.71 ▼22.80 | 40.33 ▼3.34 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.97 ▼0.01 | 36.77 ▼0.71 | 30.67 ▼1.42 |
Add New Post /wp-admin/post-new.php | 1,538 ▲12 | 18.04 ▼5.21 | 636.15 ▲14.02 | 59.95 ▲2.34 |
Media Library /wp-admin/upload.php | 1,404 ▲10 | 4.16 ▼0.16 | 101.02 ▼3.90 | 41.76 ▲0.17 |
Dynamic Currency Converter /wp-admin/options-general.php?page=dyccmenu | 863 | 1.99 | 27.48 | 26.31 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 8 options in the database
- dycc_woocommerceCheck
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- dycc_scriptcode
- db_upgraded
- widget_recent-comments
Smoke tests Passed 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 Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need your attention:
- Screenshots: Please add an image for screenshot #1 (Live Demo of the Dynamic Currency Converter)
dynamic-currency-converter/dynamicCurrencyConverter.php 85% from 13 tests
"Dynamic Currency Converter" version 1.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
You should first fix the following items:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("dynamic-currency-converter.php" instead of "dynamicCurrencyConverter.php")
- Description: Please keep the plugin description shorter than 140 characters (currently 167 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Everything looks great! No dangerous files found in this plugin122 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 33 | 51 | 95 |
JavaScript | 1 | 5 | 2 | 27 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.14 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 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
There are no PNG files in this plugin