How can I preload slideshow images to resolve higher LCP issue?

Solved

How can I preload slideshow images to resolve higher LCP issue?

Not applicable

Hi,

The store I am working on have slideshow images on homepage. I want to preload that slideshow images. How can I do this?

For this I need to access section data in head and this object is not accessible there.

Accepted Solution (1)

oreoorbitz
Shopify Partner
261 31 134

This is an accepted solution.

Yup, there is no liquid based solution.

You will need to build a service that checks for the LCP image then injects a preload hint. Or just manually change the preload hint each time the LCP image is changed.

Available for pagespeed consulting
https://www.upwork.com/freelancers/~01a19b6cd90193f4f6?viewMode=1&s=1017484851352698949

View solution in original post

Replies 2 (2)

oreoorbitz
Shopify Partner
261 31 134

This is an accepted solution.

Yup, there is no liquid based solution.

You will need to build a service that checks for the LCP image then injects a preload hint. Or just manually change the preload hint each time the LCP image is changed.

Available for pagespeed consulting
https://www.upwork.com/freelancers/~01a19b6cd90193f4f6?viewMode=1&s=1017484851352698949
Not applicable

Yes, this will work as the slideshow images does not change frequently.

Thanks for the solution.