Using IntersectionObserver() to defer javascript loading
One technique I often use to improve page load time and decrease first CPU idle is entirely deferring the load of js file(s).
One technique I often use to improve page load time and decrease first CPU idle is entirely deferring the load of js file(s).