In the Mist

A record of my learning journey.

Home About Others CSS Javascript Others Performance

© 2021. In the Mist.

Newer

Three things I learn after fighting with Google PageSpeed

14 Dec 2018 • performance

placeholder

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:

  1. Optimize images (compress / lazy load)
  2. Optimize CSS/JS loading (critical path rendering)
  3. Code splitting

More …