Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▼0.01MB] [CPU: ▼9.99ms] Passed 4 tests
An overview of server-side resources used by Genesis Extra Settings Transporter - Migrate Settings between Genesis Sites
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 42.07 ▲0.60 |
Dashboard /wp-admin | 3.31 ▼0.04 | 51.87 ▼16.08 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 49.35 ▲1.15 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 83.82 ▼25.64 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 42.36 ▲4.22 |
Server storage [IO: ▲0.28MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 28 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by Genesis Extra Settings Transporter - Migrate Settings between Genesis Sites
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲28 | 14.35 ▼0.25 | 1.72 ▼0.01 | 43.68 ▼0.94 |
Dashboard /wp-admin | 2,198 ▲27 | 5.61 ▼0.08 | 85.96 ▼3.37 | 37.39 ▼5.31 |
Posts /wp-admin/edit.php | 2,100 ▼5 | 1.95 ▼0.01 | 42.14 ▲4.98 | 37.43 ▲3.65 |
Add New Post /wp-admin/post-new.php | 1,526 ▼2 | 23.01 ▼0.18 | 670.52 ▼3.32 | 60.69 ▲4.05 |
Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.21 ▲0.11 | 107.92 ▼11.36 | 46.32 ▼3.89 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- This plugin did not uninstall successfully, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- db_upgraded
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
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 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
The following issues need your attention
- 9× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-admin-help.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-admin-functions.php
- > /wp-content/plugins/genesis-extra-settings-transporter/genesis-extra-settings-transporter.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-options-child-themes.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-options-premise.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/ddwlib-plir/ddwlib-plugin-installer-recommendations.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-options-plugins.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-functions-global.php
- > /wp-content/plugins/genesis-extra-settings-transporter/includes/gest-admin-extras.php
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)
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Tags: There are too many tags (13 tag instead of maximum 10)
genesis-extra-settings-transporter/genesis-extra-settings-transporter.php Passed 13 tests
"Genesis Extra Settings Transporter - Migrate Settings between Genesis Sites" version 1.4.1's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
130 characters long description:
Adds support for exporting settings of various Genesis Framework specific plugins & Child Themes via the Genesis Exporter feature.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
There were no executable files found in this plugin2,780 lines of code in 18 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 11 | 801 | 835 | 1,653 |
PO File | 2 | 214 | 450 | 636 |
Markdown | 3 | 164 | 0 | 341 |
CSS | 1 | 36 | 11 | 128 |
JSON | 1 | 0 | 0 | 22 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 35.00 |
▷ Minimum class complexity | 35.00 |
▷ Maximum class complexity | 35.00 |
Average method complexity | 3.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 17 | |
▷ Static methods | 16 | 94.12% |
▷ Public methods | 17 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 28 | |
▷ Named functions | 28 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 7 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
1 PNG file occupies 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
includes/ddwlib-plir/deckerweb-plugins-logo.png | 15.80KB | 6.20KB | ▼ 60.78% |