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:
The issue affects every...
Read more
Continue reading...
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...
A