Mobile app version of vmapp.org
Login or Join
Murray432

: Background Image Loading Optimization for SEO I am implementing a product image slider for an ecommerce website. I want to make sure that the page is nice and fast for SEO purposes (as site

@Murray432

Posted in: #BackgroundImage #Optimization #PageSpeed #Seo

I am implementing a product image slider for an ecommerce website.

I want to make sure that the page is nice and fast for SEO purposes (as site speed is a factor in ranking). I'm not sure if it matters as the images should be loaded in the background by the web browser.

Is it ok to have all the images load up or should I load the additional images with javascript?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

2 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

Load a couple of images immediately (enough) to display the page. Then load a couple of extras images asynchronously in background to anticipate requests from users as necessary.

10% popularity Vote Up Vote Down


 

@Sherry384

i would suggest you should load all images faster on the page. Compress it or use css sprite feature to make your website load faster.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme