Can <link rel="preload" ...> be used on a specific one page?

281 views Asked by At

I have a BigCommerce store with customized code, on my home page I have an image carousel & for site speed purposes I would like to preload the carousel images. I added the code to preload all my images in the carousel, but when I pushed my code live I noticed that the images were being preloaded on all pages of my site, (which was causing warnings to popup on those pages) even though the code was on the home.html page specifically. Is there a way to avoid these warnings from popping up? Can I preload images for a specific page only?

0

There are 0 answers