Question about optimization

I build this page with a parallax background that goes through the whole page.

Currently, it’s set up between 3 sections loading the same background and overlaying the top layer with different colours.

So that’s loading the same background image three times which I understand theoretically take more resources to load the page.

My question is regarding best practise what would have been a more practical way to set up this design in regards to keeping page load speed as fast as possible.

Hello @dmedianik,

Thanks for writing in!
Even if you used the image 3 times, it will be loaded only once. It will not affect the load speed.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.