Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Best regards,

    Thread Starter michaelxxx

    (@michaelxxx)

    Hi,

    the Report Number is EEHLQYFP

    Plugin Support qtwrk

    (@qtwrk)

    from the HTML source code

    <img loading="lazy" class="aligncenter size-full wp-image-93147" src="https://one-million-places.com/wp-content/uploads/2019/titelbild-one-million-places-2020.jpg" alt="Reiseblog One Million Places" width="1900" height="500" />

    that image is not lazyloaded

    Thread Starter michaelxxx

    (@michaelxxx)

    But the source code of thsi image contains: loading=”lazy”
    Does this not mean that it′s lazyloaded? How can I see if an image is lazyloaded?

    Plugin Support qtwrk

    (@qtwrk)

    that is wordpress’s own lazy attribute , not added by LiteSpeed Cache plugin

    for our plugin , if you see , in HTML source code , image code like

    <img data-lazyloaded="1" .......

    this attribute indicates it is lazyloaded by LSCWP

    If you want to handle all lazy loading by LiteSpeed you need to disable default WordPress lazy loading by adding this line to your functions:

    add_filter( 'wp_lazy_loading_enabled', '__return_false' );

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Exclude images from Lazy Load don′t work’ is closed to new replies.