You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't need to load every image right when we load the page. Wait until the image is just about to come into view and then load it. We can also break the background (parallax(FILLER).png) up into a few images and tile it with lazy loading since it's also a huge image. This should help make the landing section load faster right when users gets to the site.
The text was updated successfully, but these errors were encountered:
Looks like we're only using ~60% of parallax(FILLER).png anyway, we could manually cut it down until we need more content / add tiling with lazy loading which will do it for us.
We don't need to load every image right when we load the page. Wait until the image is just about to come into view and then load it. We can also break the background (
parallax(FILLER).png
) up into a few images and tile it with lazy loading since it's also a huge image. This should help make the landing section load faster right when users gets to the site.The text was updated successfully, but these errors were encountered: