ICTatRTI / coconut-analytics

Browserified & backboned version of coconut-reports
Other
2 stars 3 forks source link

Performance issue with Compare Weekly Facilities Report #325

Open scloo opened 6 years ago

scloo commented 6 years ago

There is a performance issue. When we switch the filter attributes, example, switching from District to Facility before the processing ends, it will still continue to process for District and then proceed to process Facility. Hence it takes a bit longer than desired to get the result for Facility in this case. Suspect that it is due to using Promises which is asynchronous.