teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

Notebook freezes completely when search time is long #250

Open ronja-ui opened 3 months ago

ronja-ui commented 3 months ago

Description Investigate what causes that a notebook becomes unusable when one paragraph loading takes longer than 10min (or in worst case scenario, the loading keeps going on hours). The user should be able to work on the notebook effortlessly without making the whole UI to lag, even if some paragraphs are loading.

BVVLD commented 3 months ago

first thing to check: during the paragraph run server floods the UI with meaningless messages. Check the storages and buffers for memory overload. Second possible culprit - the old way of checking the Angular element being loaded, should be removed in new versions.