- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,438
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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...
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...
