DEV Community

Discussion on: How we improved website performance by 24% with 3 unusual changes

Collapse
 
harrylincoln profile image
Harry Lincoln • Edited

Chrome's Lighthouse audit plugin suggests:

  • change your .pngs for .jpgs
  • minify your js
  • quite a bit of unused css

Great site though!

Collapse
 
swissgreg profile image
SwissGreg

Thanks for the suggestions.

Are you using the built-in Lighthouse performance audit in Chrome?

Asking, because On My Machine™ it does not show anything about minifying JS (should be done by default in CRA npm build)

As for images - do you mean jpgs or maybe some of the new formats like WebP?

And the last thing - CSS, do you know any straight forward solution here for Create React App?