Benchmarks
Plugin footprint 82% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.17MB] [CPU: ▲0.19ms] Passed 4 tests
A check of server-side resources used by Podigee Wordpress Quick Publish – now with Gutenberg support!
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.61 ▲0.15 | 41.09 ▲2.37 |
Dashboard /wp-admin | 3.46 ▲0.16 | 47.74 ▼1.52 |
Posts /wp-admin/edit.php | 3.58 ▲0.22 | 47.09 ▲0.17 |
Add New Post /wp-admin/post-new.php | 6.10 ▲0.20 | 84.76 ▲0.12 |
Media Library /wp-admin/upload.php | 3.39 ▲0.15 | 34.21 ▲2.00 |
Server storage [IO: ▲0.81MB] [DB: ▲0.00MB] 67% from 3 tests
How much does this plugin use your filesystem and database?
It is recommended to fix the following issues
- There were 2 files (0.00KB) illegally modified outside of "wp-content/plugins/podigee/" and "wp-content/uploads/"
- (new file) "wp-content/plugins/podigee/assets/banner-772\303\227250.jpg"
- (new file) "wp-content/plugins/podigee/assets/banner-1544\303\227500.jpg"
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-comments |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Podigee Wordpress Quick Publish – now with Gutenberg support!
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,809 ▲48 | 14.56 ▲0.00 | 1.69 ▲0.05 | 43.12 ▼7.03 |
Dashboard /wp-admin | 2,209 ▲32 | 5.67 ▼0.01 | 97.73 ▼1.62 | 44.06 ▲1.73 |
Posts /wp-admin/edit.php | 2,120 ▲20 | 2.13 ▲0.11 | 34.70 ▼1.25 | 34.41 ▲0.69 |
Add New Post /wp-admin/post-new.php | 6,211 ▲4,683 | 18.92 ▼4.58 | 827.61 ▲117.34 | 76.98 ▲14.49 |
Media Library /wp-admin/upload.php | 1,420 ▲17 | 4.22 ▼0.05 | 97.25 ▼1.07 | 42.91 ▼4.34 |
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
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Almost there! Just fix the following items
- 2× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/podigee/admin/class-podigee-qp.php
- > /wp-content/plugins/podigee/podigee-quick-publish.php
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 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
2 plugin tags: podcast, feed
podigee/podigee-quick-publish.php 77% from 13 tests
The main file in "Podigee Wordpress Quick Publish – now with Gutenberg support!" v. 1.3.5 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please make the necessary changes and fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 205 characters long)
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("podigee.php" instead of "podigee-quick-publish.php")
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
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
Everything looks great! No dangerous files found in this plugin1,161 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 124 | 141 | 920 |
CSS | 1 | 27 | 6 | 134 |
JavaScript | 1 | 19 | 20 | 78 |
Markdown | 1 | 24 | 0 | 29 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 12.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 22.00 |
Average method complexity | 2.38 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 16 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 16 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 23 | |
▷ Named functions | 23 | 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 50% from 2 tests
Image compression 50% from 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
6 PNG files occupy 0.49MB with 0.28MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/screenshot-1.png | 202.77KB | 73.95KB | ▼ 63.53% |
assets/screenshot-2.png | 151.79KB | 52.37KB | ▼ 65.50% |
assets/icon-128x128.png | 3.94KB | 2.64KB | ▼ 32.92% |
assets/icon-256x256.png | 4.30KB | 2.08KB | ▼ 51.58% |
assets/screenshot-3.png | 137.80KB | 42.25KB | ▼ 69.34% |