photonix icon indicating copy to clipboard operation
photonix copied to clipboard

Tune page load performance

Open damianmoore opened this issue 5 years ago • 0 comments

There are a few tools online tools to improve how quickly the page loads and is usable.

Seems like a good tool for doing a first pass: https://web.dev/measure This has some more React-specific optimisations: https://web.dev/react

Expected tweaks:

  • [ ] Gzip compression
  • [ ] Long caching of assets
  • [ ] Optimisation of JPEG (+progressive)
  • [ ] Use code spitting - https://serverless-stack.com/chapters/code-splitting-in-create-react-app.html

damianmoore avatar Jan 02 '19 17:01 damianmoore