Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork221
Delay panel rendering#160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
7f3fd63
tobbc898e
Compare2d53b24
to3552156
Compare3552156
to5ee0d72
CompareJanTvrdik commentedMay 21, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@dg This is now ready to merge from my point of view. |
JanTvrdik commentedMay 21, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It did not work before, so it's fine 😄 |
Great! |
Thanks@JanTvrdik - this is awesome! |
@JanTvrdik there is problem when panel contains dumps with LIVE => TRUE, it is not inited. |
Uh oh!
There was an error while loading.Please reload this page.
Similarly to how we delay rendering of invisible dumps we should delay rendering of invisible panels and render them the first time they became visible. This is especially important when bar panel contains a lot of HTML (for example query log).
What do you think?