shell icon indicating copy to clipboard operation
shell copied to clipboard

tabbing through timeline and grid from summary can be slow

Open rabbah opened this issue 6 years ago • 3 comments

run summary --batches 32, the click timeline or grid in the sidecar, nothing happens. the console log shows activations fetched and no errors.

maybe should caches the fetches and avoid refetching for several minutes.... it could be just slowness and cycling through the tabs causes refetches.

rabbah avatar Mar 05 '18 13:03 rabbah

agreed re: caching

re: bug, i can't replicate it. can you capture the js console output?

starpit avatar Mar 05 '18 13:03 starpit

what i was observing is the result of a lack of caching and the delay in fetching 32 batches. every time you click a tab it restarts the process and so it just seems like nothing is happening but in fact it's just fetching and fetching...

rabbah avatar Mar 05 '18 14:03 rabbah

ok, got it! yes, this is indeed a performance issue. thanks

starpit avatar Mar 05 '18 14:03 starpit