erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Reduce supervision tree loading time #28

Open baransu opened 7 years ago

baransu commented 7 years ago

It's very annoying when switching back and forth between tabes you have to wait few seconds to get tree view. We definitely should improve that.

arkgil commented 7 years ago

Couldn't we cache the data and not remove the trees when we switch tabs? But this thinking might be related to my lack of frontend knowledge.

baransu commented 7 years ago

I'm thinking about something like this. It all depends on VivaGraph API and how complex workaround I have to do.