• Resolved pkrueck

    (@pkrueck)


    Hey, I’ve a CSS background Image set through Stackable on the top of my Website. It’s the first thing in the Viewport of a visitor and my LCP of the homepage.

    Is there an option to set something like link rel=”preload” to help with speeding up the delivery?

    Thank you for your time.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    We do not have this, but you can probably manually add some HTML snippet inside your head for this:

    <link rel="preload" as="image"  />

    I’m interested to know if it speeds things in your site.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Background Image – Preload’ is closed to new replies.