Datenschule / jedeschule.de

MIT License
7 stars 4 forks source link

Speed up rendering of map #20

Closed k-nut closed 7 years ago

k-nut commented 7 years ago

This moves around some code, uses more lodash instead of custom functions and adds some timing information for easier debugging.

It should drastically reduce the load time.

Note: This requires Angular 1.3's $watchGroup and $watchCollection so the bower PR should be merged first since that includes the new angular version.