Our website currently takes forever to load. The site is divided in strips with different content in it, and I was thinking if the strips were hidden until they came into view it would allow for the site to load faster. I.e., instead of everything downloading at once, only the view-able portion is downloaded at a time.
How would I do this? Is this possible? I tried collapsing the strips and having them expand onViewPortEnter but it didn’t seem to work.