Back to Developer Roadmap

Optimize Assets

src/data/question-groups/frontend/content/optimize-assets.md

4.0418 B
Original Source

There are different techniques to improve loading times, depending on the asset type, for example:

  • CSS & JavaScript files should be minimized and compressed.
  • Images can be compressed when you’re saving them or through the use of specialized software, like JPEGOptim or ImageOptim. Just make sure you don’t lose any quality during the process.