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.13MB] [CPU: ▼1.22ms] Passed 4 tests
An overview of server-side resources used by Anchor Episodes Index (Spotify for Podcasters)
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.59 ▲0.13 | 36.40 ▼2.03 |
Dashboard /wp-admin | 3.43 ▲0.13 | 49.30 ▲2.48 |
Posts /wp-admin/edit.php | 3.55 ▲0.19 | 48.16 ▼1.30 |
Add New Post /wp-admin/post-new.php | 6.01 ▲0.13 | 92.23 ▼4.02 |
Media Library /wp-admin/upload.php | 3.36 ▲0.13 | 37.87 ▲4.34 |
Anchor Episodes /wp-admin/options-general.php?page=jes_anchor_settings | 3.32 | 31.40 |
Server storage [IO: ▲0.05MB] [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: 13 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
jesaei_jun23_sale_transient_deleted |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for Anchor Episodes Index (Spotify for Podcasters)
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,827 ▲70 | 13.21 ▼1.20 | 5.13 ▲2.89 | 41.69 ▼2.13 |
Dashboard /wp-admin | 2,236 ▲51 | 5.90 ▲0.01 | 107.09 ▲5.20 | 42.74 ▼1.00 |
Posts /wp-admin/edit.php | 2,118 ▲29 | 2.02 ▼0.01 | 40.61 ▲4.13 | 36.53 ▲1.04 |
Add New Post /wp-admin/post-new.php | 1,535 ▲2 | 17.50 ▼5.50 | 653.29 ▲1.76 | 54.24 ▲1.09 |
Media Library /wp-admin/upload.php | 1,409 ▲18 | 4.21 ▲0.00 | 102.20 ▼1.11 | 47.61 ▲3.02 |
Anchor Episodes /wp-admin/options-general.php?page=jes_anchor_settings | 847 | 2.16 | 25.28 | 31.55 |
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 detected upon uninstall: 7 options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- jesaei_jun23_sale_transient_deleted
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means 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
The following issues need your attention
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Class 'Anchor_Episodes_Index\\Functions' not found in wp-content/plugins/anchor-episodes-index/includes/main.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 96% 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
3 plugin tags: podcast, embed, anchorfm
anchor-episodes-index/anchor-episodes-index.php 92% from 13 tests
The main PHP file in "Anchor Episodes Index (Spotify for Podcasters)" ver. 2.1.8 adds more information about the plugin and also serves as the entry point for this plugin
It is important to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 239 characters long)
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 detected473 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 123 | 82 | 457 |
Markdown | 1 | 8 | 0 | 10 |
CSS | 2 | 1 | 0 | 5 |
JavaScript | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.19 |
Average class complexity | 10.00 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 18.00 |
Average method complexity | 2.13 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 12.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 32 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 32 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 1 | 50.00% |
▷ Anonymous functions | 1 | 50.00% |
Constants | 5 | |
▷ Global constants | 5 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
PNG images were not found in this plugin