Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.01MB] [CPU: ▼13.27ms] Passed 4 tests
This is a short check of server-side resources used by Genesis Sermons CPT
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 33.75 ▼11.99 |
Dashboard /wp-admin | 3.31 ▼0.04 | 50.28 ▼17.28 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 48.58 ▼5.45 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 85.62 ▼18.36 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.02 ▼2.16 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Genesis Sermons CPT
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲43 | 14.39 ▲0.11 | 1.66 ▼0.25 | 40.53 ▼2.87 |
Dashboard /wp-admin | 2,192 ▲15 | 5.60 ▼0.02 | 94.41 ▲2.17 | 42.60 ▲0.73 |
Posts /wp-admin/edit.php | 2,100 ▲18 | 2.02 ▼0.00 | 38.77 ▲1.95 | 36.29 ▲1.39 |
Add New Post /wp-admin/post-new.php | 1,531 ▲3 | 23.06 ▼0.17 | 662.97 ▲38.01 | 70.69 ▲21.69 |
Media Library /wp-admin/upload.php | 1,400 ▼0 | 4.20 ▲0.01 | 98.57 ▼5.14 | 44.65 ▲2.68 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- 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
Good news, no errors were detected
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
- 4× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function remove_action() in wp-content/plugins/genesis-sermons-cpt/templates/single-sermons.php:16
- > PHP Fatal error
Uncaught Error: Call to undefined function remove_action() in wp-content/plugins/genesis-sermons-cpt/templates/archive-sermons.php:13
- > PHP Fatal error
Uncaught Error: Call to undefined function remove_action() in wp-content/plugins/genesis-sermons-cpt/trunk/templates/archive-sermons.php:13
- > PHP Fatal error
Uncaught Error: Call to undefined function remove_action() in wp-content/plugins/genesis-sermons-cpt/trunk/templates/single-sermons.php:16
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Please fix the following attributes:
- Plugin Name: Please replace "Plugin Name" with the name of your plugin on the first line (
=== genesis-sermons-cpt ===
) - Screenshots: No descriptions were found for these screenshots #1, #2, #3, #4 in genesis-sermons-cpt/assets to your readme.txt
genesis-sermons-cpt/genesis-sermons-cpt.php 92% from 13 tests
The main file in "Genesis Sermons CPT" v. 0.4.3 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Domain Path: The domain path folder was not found ("/languages/")
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
Success! There were no dangerous files found in this plugin228 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 60 | 144 | 227 |
CSS | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.23 |
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 | 24 | |
▷ Named functions | 24 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 10 | |
▷ Global constants | 10 | 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
There were not PNG files found in your plugin