Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.23MB] [CPU: ▼1.00ms] Passed 4 tests
Server-side resources used by iTunes Podcast Review Manager
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.68 ▲0.22 | 40.02 ▼0.57 |
Dashboard /wp-admin | 3.53 ▲0.22 | 50.42 ▲3.88 |
Posts /wp-admin/edit.php | 3.64 ▲0.28 | 50.99 ▲0.40 |
Add New Post /wp-admin/post-new.php | 6.13 ▲0.24 | 84.25 ▼6.39 |
Media Library /wp-admin/upload.php | 3.45 ▲0.22 | 36.08 ▲2.57 |
Podcast Reviews /wp-admin/admin.php?page=iprm_main_page | 3.40 | 30.29 |
Premium /wp-admin/admin.php?page=iprm_premium_page | 3.42 | 32.16 |
Server storage [IO: ▲0.44MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 266 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
iprm_current_version |
iprm_active_product |
theysaidso_admin_options |
can_compress_scripts |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for iTunes Podcast Review Manager
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,833 ▲87 | 13.25 ▼1.12 | 1.81 ▼0.22 | 44.81 ▼0.70 |
Dashboard /wp-admin | 2,236 ▲45 | 5.84 ▼0.06 | 136.67 ▲36.22 | 40.38 ▼3.84 |
Posts /wp-admin/edit.php | 2,122 ▲33 | 2.13 ▲0.10 | 49.25 ▲9.20 | 34.71 ▼0.32 |
Add New Post /wp-admin/post-new.php | 1,380 ▼153 | 16.68 ▼6.48 | 581.44 ▼47.07 | 53.86 ▲0.07 |
Media Library /wp-admin/upload.php | 1,415 ▲33 | 4.24 ▲0.01 | 94.78 ▼5.74 | 43.74 ▲3.07 |
Podcast Reviews /wp-admin/admin.php?page=iprm_main_page | 856 | 2.05 | 23.77 | 43.35 |
Premium /wp-admin/admin.php?page=iprm_premium_page | 789 | 2.06 | 24.05 | 27.53 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
You still need to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
These server-side errors were triggered
- 10 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=iprm_main_page
- > Notice in wp-content/plugins/itunes-podcast-review-manager/includes/class-iprm-podcast.php+38
Trying to access array offset on value of type bool
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
The SRP test was a success
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Please take a look at the following user-side issues
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=iprm_premium_page
- > Javascript (severe) in unknown
/wp-content/plugins/itunes-podcast-review-manager/includes//js/irpm_tables.js?ver=6.3.1 11:39 Uncaught TypeError: Cannot read properties of null (reading 'rows')
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
10 plugin tags: audio, review, podcasts, country, international...
itunes-podcast-review-manager/itunes-podcast-review-manager.php Passed 13 tests
The main PHP script in "iTunes Podcast Review Manager" version 3.7 is automatically included on every request by WordPress
134 characters long description:
Get your iTunes podcast reviews from all countries. Checks iTunes automatically and displays your podcast reviews in a sortable table.
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
Good job! No executable or dangerous file extensions detected2,109 lines of code in 13 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 10 | 111 | 146 | 1,497 |
CSS | 1 | 35 | 47 | 324 |
JavaScript | 2 | 41 | 42 | 288 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
Average class complexity | 43.00 |
▷ Minimum class complexity | 43.00 |
▷ Maximum class complexity | 43.00 |
Average method complexity | 8.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 26.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 | 6 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 6 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 21 | |
▷ Named functions | 21 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
250 compressed PNG files occupy 0.38MB
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/flags/gg.png | 1.08KB | 1.24KB | 0.00% |
images/flags/gn.png | 0.94KB | 1.34KB | 0.00% |
images/flags/mw.png | 1.23KB | 1.41KB | 0.00% |
images/flags/gs.png | 2.56KB | 1.72KB | ▼ 33.09% |
images/flags/kn.png | 2.27KB | 1.60KB | ▼ 29.48% |