participedia / frontend

DEPRECATED - see https://github.com/participedia/api/ instead
MIT License
3 stars 2 forks source link

PERF: Low hanging optimization fruit #230

Open davidascher opened 7 years ago

davidascher commented 7 years ago

Based on yarn analyze, I see a few likely easy wins:

Starting point today: 2.65MB. let's see how low we can take it.

image

davidascher commented 7 years ago

After code-splitting auth0, mapbox, and quill, we're down to 1.48. (see https://github.com/participedia/frontend/pull/299)

screenshot 2017-04-28 23 03 52
davidascher commented 7 years ago

Next best approach is lightening images: #302