ftlabs / perf-widget

22 stars 2 forks source link

Return individual insights as soon as they are ready #65

Closed JakeChampion closed 8 years ago

JakeChampion commented 8 years ago

In the future we imagine their to be a lot of different insight providers, currently we wait until all insights are collected before returning any data to the widget. We should look into returning individual insights as soon as they are ready. This will be a bit of a refactor as the current caching logic assumes all insights to be collected before returning data to the widget.