• Resolved chicharron

    (@chicharron)


    Hello,

    I have entered the WordPress link to the image file in the LCP field. Nevertheless, Pingdom, GTMetrix and Google Page Speed show me that I can “preload” exactly the image.

    Message: You can preload the image used by the LCP element to improve the LCP time.

    What am I doing wrong that doesn’t preload this?

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter chicharron

    (@chicharron)

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Sure, but that same footer image is also referenced as main image in the meta-tags (so it might also show up when sharing on social networks).

    based on that it *looks* like something (your theme? your SEO plugin? a code snippet?) is using Autoptimize’s API to alter the metabox settings to have AO preload the featured (?) image and in doing so incorrectly overriding the image you set. to troubleshoot further you’ll probably have to disable (and re-enable) plugins one by one (and/ or change themes briefly) to find out which one is responsible for this (you can check the HTML source, it now has;

    <!doctype html ><html lang="de-DE"><head><meta charset="UTF-8" /><link rel="preload" href="https://www.fehnblogger.de/wp-content/uploads/2021/02/fehnblogger_bildpost.jpg" as="image">

    but it should have

    <!doctype html ><html lang="de-DE"><head><meta charset="UTF-8" /><link rel="preload" href="https://www.fehnblogger.de/wp-content/uploads/2022/11/19.-November-2022-fehnblogger-0410-2-696%C3%97392.webp" as="image">

    feel free to keep me posted here, I’m always interested in finding out what other software is hooking into AO and helping them improve ??

    Thread Starter chicharron

    (@chicharron)

    Yes, the Newspaper theme (tagdiv) is quite extensive.

    Otherwise I only use the one favored by the theme manufacturer
    WP Super Cache
    Auto Optimize with the theme manufacturer’s recommended settings

    and for the database WP Optimize (but without caching and other functions, only for optimization and automatic backup.

    I don’t think others could access the functions at all.

    Otherwise I would have to ask Tagdiv what’s going on.

    Thread Starter chicharron

    (@chicharron)

    Thank you, you gave me a thought with the hint for the social media image!

    It is the fallback image that is displayed in case there is no featured image or fails to load.

    I exchanged that accordingly, now it’s running smoothly!

    Thx for your time!

    Thomas

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    super! so is that a tagdiv setting Thomas, or a plugin?

    Thread Starter chicharron

    (@chicharron)

    as well as. The file was stored in the theme panel of the theme, as well as in Yoast Seo as a fallback image. I exchanged both.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘LCP’ is closed to new replies.