Featured Image from URL (FIFU) 3.8.7

Does Featured Image from URL (FIFU) work with WordPress 5.9.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
No PHP errors, warnings or notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Looks good! No problems were detected.
Performance

Memory usage: 121.82 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.043 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.9.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 90,000+
WordPress.org page https://wordpress.org/plugins/featured-image-from-url/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 10

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=featured-image-from-url%2Ffeatured-image-from-url.php&plugin_status=all&paged=1&s&_wpnonce=993e6a066f
Aspect after-activation
HTTP status 200
Load time 0.610 s
Memory usage 3.38 MiB
JS errors None
Resource errors None

FIFU

Page screenshot: FIFU
URL /wp-admin/admin.php?page=featured-image-from-url
Aspect menu-item
HTTP status 200
Load time 1.350 s
Memory usage 5.04 MiB
JS errors None
Resource errors None

FIFU → Cloud

Page screenshot: FIFU → Cloud
URL /wp-admin/admin.php?page=fifu-cloud
Aspect menu-item
HTTP status 200
Load time 0.375 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

FIFU → Troubleshooting

Page screenshot: FIFU → Troubleshooting
URL /wp-admin/admin.php?page=fifu-troubleshooting
Aspect menu-item
HTTP status 200
Load time 0.282 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

FIFU → Status

Page screenshot: FIFU → Status
URL /wp-admin/admin.php?page=fifu-support-data
Aspect menu-item
HTTP status 200
Load time 0.242 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

FIFU → → Upgrade to PRO

Page screenshot: FIFU →  → Upgrade to PRO
URL /wp-admin/
Aspect menu-item
HTTP status 200
Load time 0.286 s
Memory usage 3.48 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.241 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 1.051 s
Memory usage 6.28 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 1.057 s
Memory usage 6.27 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.540 s
Memory usage 5.35 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.345 s0.318 s-0.027 s3.37 MiB3.48 MiB+ 116.16 KiB
/wp-admin/edit.php0.170 s0.275 s+0.105 s3.4 MiB3.53 MiB+ 127.66 KiB
/wp-admin/post-new.php1.017 s1.279 s+0.262 s6.14 MiB6.28 MiB+ 137.11 KiB
/wp-admin/upload.php0.375 s0.539 s+0.164 s3.25 MiB3.36 MiB+ 118.64 KiB
/wp-admin/options-writing.php0.259 s0.158 s-0.101 s3.24 MiB3.34 MiB+ 104.37 KiB
/wp-admin/media-new.php0.255 s0.215 s-0.040 s3.23 MiB3.34 MiB+ 120.06 KiB
/wp-admin/edit-tags.php?taxonomy=category0.172 s0.212 s+0.040 s3.27 MiB3.38 MiB+ 112.45 KiB
/wp-admin/post-new.php?post_type=page0.945 s1.068 s+0.123 s6.14 MiB6.27 MiB+ 131.76 KiB
/wp-admin/options-discussion.php0.267 s0.243 s-0.024 s3.22 MiB3.34 MiB+ 121.63 KiB
/wp-admin/edit-comments.php0.223 s0.221 s-0.002 s3.27 MiB3.44 MiB+ 177.7 KiB
/0.257 s0.234 s-0.023 s3.4 MiB3.47 MiB+ 72.43 KiB
Average 0.390 s0.433 s+0.043 s3.81 MiB3.93 MiB+ 121.82 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

HTML
PHP
CSS
Language % Lines of code Comment lines Files
HTML47.0%6,7841113
PHP36.1%5,21528220
CSS10.4%1,4995310
JavaScript6.3%9103811
XML0.2%2901
Total 14,437 384 55

PHP Code Analysis | More results »

Lines of code 5,217
Total complexity 863
Median class complexity 7.0
Median method complexity 1.0
Most complex class FifuDb
Most complex function fifu_get_strings_settings()
Classes 7
Methods 98
Functions 203

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 37

Sidebar Widgets 3

ID Name
fifu_widget_image(FIFU) Featured media
fifu_widget_grid(FIFU) Featured grid
fifu_widget_gallery(FIFU) Product gallery

Meta Boxes

{
    "post": {
        "imageUrlMetaBox": {
            "title": "Featured image",
            "context": "side"
        }
    },
    "page": {
        "imageUrlMetaBox": {
            "title": "Featured image",
            "context": "side"
        }
    }
}

PHP Error Log

The log file is empty.

See also: All tests for this plugin, How to Hide Featured Image from URL (FIFU) Admin Menus and Meta Boxes