Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.03MB] [CPU: ▼9.35ms] Passed 4 tests
This is a short check of server-side resources used by Add RSS feed Link to Single Posts (Promote RSS Link)
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 34.33 ▼3.61 |
Dashboard /wp-admin | 3.34 ▼0.00 | 44.19 ▼12.89 |
Posts /wp-admin/edit.php | 3.39 ▲0.04 | 47.49 ▼3.44 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 90.84 ▼17.44 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 35.87 ▲4.71 |
RSS Feed Link to Post /wp-admin/options-general.php?page=rfltp_itc | 3.21 | 30.35 |
Server storage [IO: ▲0.01MB] [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: 2 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Add RSS feed Link to Single Posts (Promote RSS Link)
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲33 | 13.29 ▼1.52 | 1.73 ▼0.09 | 45.08 ▲2.60 |
Dashboard /wp-admin | 2,210 ▲22 | 4.85 ▼0.05 | 115.18 ▲14.39 | 41.83 ▼1.74 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.00 ▼0.06 | 39.83 ▼3.17 | 35.24 ▼4.01 |
Add New Post /wp-admin/post-new.php | 1,523 ▲9 | 22.82 ▲4.99 | 652.03 ▲20.67 | 57.69 ▼1.64 |
Media Library /wp-admin/upload.php | 1,392 ▲7 | 4.21 ▼0.04 | 98.07 ▼13.67 | 43.24 ▼4.81 |
RSS Feed Link to Post /wp-admin/options-general.php?page=rfltp_itc | 890 | 2.05 | 21.70 | 46.80 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
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)
Almost there, just fix the following server-side errors
- 12 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=rfltp_itc
- > Notice in wp-content/plugins/rss-feed-link-to-post/rss-feed-link-to-post-inthiscode.php+150
Trying to access array offset on value of type bool
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
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/rss-feed-link-to-post/rss-feed-link-to-post-inthiscode.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
4 plugin tags: rss link to post, rss feed link, rss, rss feed
rss-feed-link-to-post/rss-feed-link-to-post-inthiscode.php 85% from 13 tests
The main PHP script in "Add RSS feed Link to Single Posts (Promote RSS Link)" version 1.3.1 is automatically included on every request by WordPress
It is important to fix the following:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("rss-feed-link-to-post.php" instead of "rss-feed-link-to-post-inthiscode.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin141 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 23 | 29 | 141 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
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 | 13 | |
▷ Named functions | 13 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin