Web Application
https://developers.google.com/web/fundamentals/performance/why-performance-matters/
According to a Google study, it was found that sites loading within 5 seconds had 70% longer sessions, 35% lower bounce rates, and 25% higher ad viewability than sites taking nearly four times longer at 19 seconds.
Development
Production
<link rel="preload" as="style" href="styles.css" />
<link rel="prefetch" href="script.js" />
Click on image to view article
By Joseph K
How to improve your web application's load performance