Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.52MB] [CPU: ▲1.41ms] Passed 4 tests
An overview of server-side resources used by Ultimate Social Feed Gallery
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.84 ▲0.39 | 39.87 ▼1.72 |
Dashboard /wp-admin | 3.87 ▲0.57 | 48.73 ▲0.92 |
Posts /wp-admin/edit.php | 3.98 ▲0.63 | 53.91 ▼1.09 |
Add New Post /wp-admin/post-new.php | 6.47 ▲0.58 | 100.62 ▲16.46 |
Media Library /wp-admin/upload.php | 3.79 ▲0.56 | 41.96 ▲7.54 |
Settings ⇪ /wp-admin/admin.php?page=ultimate-instagram-integrations | 3.84 | 44.09 |
Upgrade ➤ /wp-admin/admin.php?page=ultimate-instagram-upgrade | 3.82 | 43.91 |
Dashboard /wp-admin/admin.php?page=ultimate-instagram | 3.83 | 41.20 |
New Campaigns /wp-admin/admin.php?page=ultimate-instagram-campaign-wizard | 3.87 | 43.35 |
Campaigns /wp-admin/admin.php?page=ultimate-instagram-campaign | 3.86 | 45.39 |
Server storage [IO: ▲1.08MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 93 new files
Database: no new tables, 8 new options
New WordPress options |
---|
ultimate_instagram_addons |
widget_theysaidso_widget |
ultimate_instagram_recent_log_file |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Ultimate Social Feed Gallery
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,987 ▲230 | 14.29 ▼0.39 | 12.58 ▲10.50 | 38.08 ▼0.92 |
Dashboard /wp-admin | 2,283 ▲98 | 5.93 ▲0.14 | 103.98 ▲1.11 | 40.91 ▲0.93 |
Posts /wp-admin/edit.php | 2,169 ▲77 | 2.23 ▲0.24 | 42.16 ▲4.64 | 38.81 ▲2.99 |
Add New Post /wp-admin/post-new.php | 1,585 ▲71 | 23.39 ▲5.90 | 641.49 ▼48.86 | 47.21 ▼5.84 |
Media Library /wp-admin/upload.php | 1,465 ▲74 | 4.32 ▲0.09 | 101.98 ▲3.62 | 49.29 ▲4.36 |
Settings ⇪ /wp-admin/admin.php?page=ultimate-instagram-integrations | 1,575 | 5.31 | 74.61 | 154.89 |
Upgrade ➤ /wp-admin/admin.php?page=ultimate-instagram-upgrade | 1,581 | 5.19 | 63.76 | 50.34 |
Dashboard /wp-admin/admin.php?page=ultimate-instagram | 1,529 | 5.16 | 65.16 | 134.46 |
New Campaigns /wp-admin/admin.php?page=ultimate-instagram-campaign-wizard | 1,879 | 5.32 | 57.03 | 82.52 |
Campaigns /wp-admin/admin.php?page=ultimate-instagram-campaign | 1,418 | 5.16 | 60.50 | 112.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 8 options
- theysaidso_admin_options
- widget_recent-comments
- ultimate_instagram_addons
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- ultimate_instagram_recent_log_file
- db_upgraded
Smoke tests 25% 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)
Even though no errors were found, this is by no means an exhaustive test
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
Almost there! Just fix the following items
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/ultimate-feed-gallery/admin/views/shortcode/components/youtube.php
- 28× GET requests to PHP files trigger server-side errors or Error 500 responses (only 10 are shown):
- > PHP Notice
Undefined variable: feeds_data in wp-content/plugins/ultimate-feed-gallery/admin/views/shortcode/components/youtube.php on line 2
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/wizard/components/layout.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/wizard/sections/tab-save.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/wizard/components/cols-and-rows.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/wizard/components/instagram-source.php:4
- > PHP Warning
Invalid argument supplied for foreach() in wp-content/plugins/ultimate-feed-gallery/admin/views/shortcode/components/youtube.php on line 2
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/wizard/content.php:21
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/ultimate-feed-gallery/admin/views/integrations/sections/tab-others.php:13
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/ultimate-feed-gallery/admin/views/campaigns/list/header.php:1
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/ultimate-feed-gallery/admin/views/dashboard/content.php:2
- > PHP Notice
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following browser errors
- 5 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=ultimate-instagram-campaign
- > Console-api (warning) in unknown
https://unpkg.com/ionicons@5.0.0/dist/ionicons.js?ver=1.7.13 26:10 "[ionicons] Deprecated script, please remove: \u003Cscript src=\"https://unpkg.com/ionicons@5.0.0/dist/ionicons.js?ver=1.7.13\" id=\"ionicons-js\">\u003C/script>\nTo improve performance it is recommended to set the differential scripts in the head as follows:\n\u003Cscript type=\"module\" src=\"https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js\">\u003C/script>\n\u003Cscript nomodule=\"\" src=\"https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js\">\u003C/script>"
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need your attention:
- Screenshots: No descriptions were found for these screenshots #1, #10, #11, #2, #3, #4, #5, #6, #7, #8, #9 in ultimate-feed-gallery/assets to your readme.txt
ultimate-feed-gallery/ultimate-feed-gallery.php Passed 13 tests
The main PHP script in "Ultimate Social Feed Gallery" version 1.7.13 is automatically included on every request by WordPress
69 characters long description:
Display instagram feed as gallery of images in your WordPress Website
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
Success! There were no dangerous files found in this plugin10,958 lines of code in 81 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 58 | 1,180 | 1,961 | 4,359 |
CSS | 8 | 487 | 63 | 3,662 |
JavaScript | 14 | 1,185 | 380 | 2,924 |
SVG | 1 | 1 | 0 | 13 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 10.96 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 51.00 |
Average method complexity | 2.36 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 32.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 26 | |
▷ Abstract classes | 5 | 19.23% |
▷ Concrete classes | 21 | 80.77% |
▷ Final classes | 0 | 0.00% |
Methods | 194 | |
▷ Static methods | 28 | 14.43% |
▷ Public methods | 175 | 90.21% |
▷ Protected methods | 7 | 3.61% |
▷ Private methods | 12 | 6.19% |
Functions | 34 | |
▷ Named functions | 34 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 9 | |
▷ Global constants | 5 | 55.56% |
▷ Class constants | 4 | 44.44% |
▷ Public constants | 4 | 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
5 PNG files occupy 0.42MB with 0.24MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/buy.png | 4.64KB | 3.54KB | ▼ 23.59% |
assets/images/ultimate-instagram-shortcode.png | 47.89KB | 16.04KB | ▼ 66.50% |
assets/images/instagram-sketched.png | 147.11KB | 58.68KB | ▼ 60.11% |
assets/images/ultimate.png | 21.69KB | 8.41KB | ▼ 61.26% |
assets/images/ultimate-instagram-feed-screenshot.png | 205.26KB | 59.46KB | ▼ 71.03% |