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
This allow us to start with a much smaller DOM which will render much more quickly. In a quick test with lighthouse by just showing the first 10 campsites on the list we went from a "First meaningful paint" of 7085.3ms to 872.2ms.
So, let's only add to the campsite list in the DOM when we actually scroll down.
The text was updated successfully, but these errors were encountered:
This allow us to start with a much smaller DOM which will render much more quickly. In a quick test with lighthouse by just showing the first 10 campsites on the list we went from a "First meaningful paint" of 7085.3ms to 872.2ms.
So, let's only add to the campsite list in the DOM when we actually scroll down.
The text was updated successfully, but these errors were encountered: