TrueKuehli/PruneTree

Improve app performance

Closed this issue · 1 comments

The app seems to load quite a bit of (at least initially) unused JavaScript, so we may want to take a look at some code splitting approaches to improve the initial page load. The scripts also don't seem to be minified for our production build, which we should fix!

Tasks:

  • Minify scripts and styles
  • Investigate compressing other page assets (e.g. images)
  • Investiage code splitting approaches for both JS and CSS
  • Are the used polyfills still required? Some dependencies may not support older browsers anyway, and there really isn't a need for us to support decades old browsers.

Closed by 38d8228 and 6ef2a59