Skip to content

Commit ad2669e

Browse files
authored
Fix Perf typo (#3271)
1 parent 4167633 commit ad2669e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/en/2022/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The second most popular LCP element type is `div`. This is a generic HTML contai
182182
)
183183
}}
184184

185-
We see that 72% of mobile pages and 82% of desktop pages have images as their LCP. For example, these images may be traditional `img` elements or CSS background images.This suggests that the vast majority of the `div` elements seen in the previous figure are images as well. 26% of mobile pages and 17% of desktop pages have text-based content as their LCP.
185+
We see that 72% of mobile pages and 82% of desktop pages have images as their LCP. For example, these images may be traditional `img` elements or CSS background images. This suggests that the vast majority of the `div` elements seen in the previous figure are images as well. 26% of mobile pages and 17% of desktop pages have text-based content as their LCP.
186186

187187
1% of pages actually use inline images as their LCP content. This is almost always a bad idea for a number of reasons, mostly around caching and complexity.
188188

0 commit comments

Comments
 (0)