Skip to content

The Performance category

Rémy Greinhofer edited this page Oct 22, 2018 · 3 revisions

In this category we also start very low, with only 10 points 😰

However lighthouse only reports 2 items to improve:

  1. Enable text compression (9.9s)
  2. Minify JavaScript (3.3s)

By exporting the application to static HTML with next export, we reach a score of 97. So it is good for now.

But even with the export, there are other opportunities for improvement:

  1. Serve images in next-gen formats (5.7s). Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more.
  2. Enable text compression (0.75s). Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more.

⬅️ The PWA category | 🏠 PWA

Clone this wiki locally