• Resolved rudolfl

    (@rudolfl)


    Hi all

    I am having trouble getting support from Optimole on this one. Seem to be some misunderstanding between myself and new support person. So, while I am trying to sort it out via “proper” channel, I will ask here too.

    PageSpeed suggests pre-loading LCP image, so, I added preload of the LCP image, but, when Optimole replaces image URL with its own one, it generates different URL in preload and in main page body. See following code.

    <link rel="preload" as="image" >
    
    <img src="https://mlla0xuxwlls.i.optimole.com/fZh4Wl4.WjF4~2ac73/w:auto/h:auto/q:90/https://www.hatsfromoz.com.au/wp-content/uploads/2021/04/SpringSummer1.jpg">

    Any ideas how to fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support iSaumya

    (@isaumya)

    Hi,
    So the issue is coming from the id. For the body image I see the ID as /fZh4Wl4.WjF4~2ac73/ whereas for the preload I see it as /cb:WjF4~2ac73/

    Now if you look at the below two URLs:

    // Body img
    https://mlla0xuxwlls.i.optimole.com/fZh4Wl4.WjF4~2ac73/w:auto/h:auto/q:90/https://www.hatsfromoz.com.au/wp-content/uploads/2021/04/SpringSummer1.jpg
    
    // Preload img
    https://mlla0xuxwlls.i.optimole.com/cb:WjF4~2ac73/w:auto/h:auto/q:90/ig:avif/f:best/https://www.hatsfromoz.com.au/wp-content/uploads/2021/04/SpringSummer1.jpg

    I can see that for the preload image you are adding additional parameters to the URL like /ig:avif/f:best maybe that’s what’s causing the different ID generation.

    Have you contacted our team via this mode: https://optimole.com/contact about this matter?

    Thread Starter rudolfl

    (@rudolfl)

    I was advised to exclude the file from lazyload as this affects how image is processed. Playing with it at the moment. I think, it is working, but only tried one scenario. Will need to run more tests

    Plugin Support iSaumya

    (@isaumya)

    OK. Please test and let us know if you continue to face this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Preload problem’ is closed to new replies.