Consider lazy loading images
-
Userland performance could be improved by adding the browser native
loading="lazy"
attribute to the images fetched and displayed by this plugin. This is the WordPress default for media library images anyway. There’s a filter to disable this functionality in WP core, which you could also reference for the plugin’s behavior:add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Consider lazy loading images’ is closed to new replies.