Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.10MB] [CPU: ▼1.36ms] Passed 4 tests
A check of server-side resources used by RSS Antenna
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 42.45 ▲3.26 |
Dashboard /wp-admin | 3.40 ▲0.10 | 49.01 ▲1.47 |
Posts /wp-admin/edit.php | 3.52 ▲0.16 | 49.21 ▲0.20 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.10 | 86.38 ▼3.97 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 34.92 ▼3.15 |
RSS Antenna設定 /wp-admin/options-general.php?page=rss-antenna/rss-antenna.php | 3.29 | 32.59 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_recent-posts |
theysaidso_admin_options |
widget_theysaidso_widget |
rss_antenna_options |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for RSS Antenna
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,795 ▲34 | 14.39 ▼0.03 | 1.68 ▲0.17 | 45.24 ▲3.63 |
Dashboard /wp-admin | 2,196 ▲16 | 5.57 ▼0.00 | 92.07 ▲4.80 | 47.81 ▲5.28 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▲0.03 | 34.74 ▼0.30 | 36.48 ▼2.23 |
Add New Post /wp-admin/post-new.php | 1,544 ▲18 | 22.70 ▼0.46 | 672.60 ▼23.54 | 57.86 ▲6.24 |
Media Library /wp-admin/upload.php | 1,398 ▲1 | 4.17 ▼0.01 | 104.02 ▲3.43 | 46.92 ▼1.32 |
RSS Antenna設定 /wp-admin/options-general.php?page=rss-antenna/rss-antenna.php | 934 | 2.00 | 23.22 | 74.27 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- Uninstall procedure had uncaught errors
- > Warning in wp-content/plugins/rss-antenna/rss-antenna.php+48
rmdir(wp-content/uploads/rsscache/): Directory not empty
- Zombie WordPress options were found after uninstall: 7 options
- theysaidso_admin_options
- db_upgraded
- rss_antenna_options
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please take a closer look at the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/rss-antenna/rss-antenna-view.php
- 6× PHP files trigger server errors when accessed directly:
- > PHP Warning
Invalid argument supplied for foreach() in wp-content/plugins/rss-antenna/rss-antenna-view.php on line 2
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/rss-antenna/rss-antenna.php:78
- > PHP Notice
Undefined variable: info in wp-content/plugins/rss-antenna/rss-antenna-view.php on line 2
- > PHP Notice
Trying to get property 'items' of non-object in wp-content/plugins/rss-antenna/rss-antenna-view.php on line 2
- > PHP Notice
Undefined variable: shortcode in wp-content/plugins/rss-antenna/admin-view.php on line 12
- > PHP Fatal error
Uncaught Error: Call to undefined function settings_fields() in wp-content/plugins/rss-antenna/admin-view.php:15
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need your attention:
- Donate link: Please fix this invalid url: ""
rss-antenna/rss-antenna.php Passed 13 tests
The primary PHP file in "RSS Antenna" version 2.2.0 is used by WordPress to initiate all plugin functionality
120 characters long description:
Webサイトの更新情報をRSSから取得し更新日時の新しい順に一覧表示するプラグインです。
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
No dangerous file extensions were detected582 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 79 | 27 | 512 |
CSS | 1 | 0 | 0 | 70 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
Average class complexity | 15.20 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 23.00 |
Average method complexity | 2.48 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 48 | |
▷ Static methods | 7 | 14.58% |
▷ Public methods | 36 | 75.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 12 | 25.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 12 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 12 | 100.00% |
▷ Public constants | 12 | 100.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
There were not PNG files found in your plugin