📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
N

RSS loading="lazy" on LCP images in core templates hurts PageSpeed scores

N

new_view

Guest
Guest or Bot
Core templates apply loading="lazy" to LCP images, hurting PageSpeed scores

XenForo's bb_code_tag_attach, bb_code_tag_img, and attachment_macros templates apply loading="lazy" to all images indiscriminately, including the first visible image on a page, which is typically the Largest Contentful Paint (LCP) element.

This causes two PageSpeed Insights failures:
  • "lazy load not applied" (flagged as incorrect usage)
  • "fetchpriority=high should be applied."

The issue affects every...

Read more

Continue reading...
 
Back
Top