Theme components and Largest Contentful Paint (LCP)

If your banner is larger than the element we use for the Introducing Discourse Splash - A visual preloader displayed while site assets load you gonna have a bad time for LCP.

If you think that the main issue is the download of the image asset, you can add something like

<link rel="prefetch" href="http://example.com/myimage.webp" />

to your HEAD element in a theme.

2 Likes