Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Please fix the following installer errors
- The plugin cannot be installed
- > Deprecated in wp-content/plugins/feed-seo/feed-seo.php+84
Methods with the same name as their class will not be constructors in a future version of PHP; MyFeed has a deprecated constructor
Server metrics [RAM: ▼1.92MB] [CPU: ▼55.39ms] Passed 4 tests
This is a short check of server-side resources used by Feed SEO
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.07 ▼1.39 | 4.21 ▼36.90 |
Dashboard /wp-admin | 2.09 ▼1.22 | 6.16 ▼46.50 |
Posts /wp-admin/edit.php | 2.09 ▼1.27 | 7.83 ▼41.76 |
Add New Post /wp-admin/post-new.php | 2.09 ▼3.80 | 7.01 ▼96.41 |
Media Library /wp-admin/upload.php | 2.09 ▼1.14 | 5.34 ▼36.90 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin installed successfully
Filesystem: 6 new files
Database: 2 new tables, 6 new options
New tables |
---|
wp_feed_seo |
wp_post_feed_seo |
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by Feed SEO
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,820 ▲85 | 13.26 ▼0.99 | 2.49 ▲0.63 | 40.56 ▼7.40 |
Dashboard /wp-admin | 2,229 ▲41 | 4.95 ▼0.95 | 103.38 ▼2.68 | 98.73 ▲58.46 |
Posts /wp-admin/edit.php | 2,109 ▲17 | 2.05 ▲0.04 | 36.21 ▼8.59 | 32.64 ▼1.82 |
Add New Post /wp-admin/post-new.php | 1,540 ▲26 | 22.84 ▲5.41 | 759.03 ▲114.83 | 51.63 ▼23.83 |
Media Library /wp-admin/upload.php | 1,405 ▲23 | 4.20 ▲0.02 | 119.35 ▼8.46 | 50.06 ▲3.23 |
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
These items require your attention
- The plugin did not uninstall gracefully
- > Deprecated in wp-content/plugins/feed-seo/feed-seo.php+84
Methods with the same name as their class will not be constructors in a future version of PHP; MyFeed has a deprecated constructor
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
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)
Good news, no errors were detected
SRP 0% 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/feed-seo/manager-feed-seo.php
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/feed-seo/feed-seo.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function feed_content_type() in wp-content/plugins/feed-seo/feed.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
6 plugin tags: rss, optimisation, long tail, feed, seo...
feed-seo/feed-seo.php Passed 13 tests
The principal PHP file in "Feed SEO" v. 0.92 is loaded by WordPress automatically on each request
86 characters long description:
Plugin permettant de créer plusieurs flux RSS en créant de nouveaux titre d'article.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Success! There were no dangerous files found in this plugin410 lines of code in 3 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 108 | 22 | 410 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
Average class complexity | 1.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 1.00 |
Average method complexity | 1.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 1.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 | 2 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 2 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 9 | |
▷ Named functions | 9 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
2 compressed PNG files occupy 0.00MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/icon_16.png | 0.80KB | 0.71KB | ▼ 11.52% |
images/icon.png | 1.84KB | 1.55KB | ▼ 15.42% |