• Resolved eclev91

    (@eclev91)


    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)
  • Plugin Author designemotions

    (@designemotions)

    Hi @eclev91,
    The solution you propose is excellent but it only works on the latest generation browsers. In any case we are developing the lazy load and it will be available in the next versions.
    In any case, thank you very much for reporting, we will do a test..

Viewing 1 replies (of 1 total)
  • The topic ‘Consider lazy loading images’ is closed to new replies.