Three things I learn after fighting with Google PageSpeed
Recently, I have a chance to maintain a landing page, which has a new design, but with loading performance issue and conversion drops a lot compared to the old page.
What I learn is these:
- Optimize images (compress / lazy load)
- Optimize CSS/JS loading (critical path rendering)
- Code splitting
More …