You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a lot of tooltips. Something like several thousands. Since the template for the tooltip is compiled for each of them, the page is quite slow to render and spent a lot of time in parsing HTML. Would it be possible to compute tooltip template later in the life-cycle? For example, only when the tooltip has to be displayed.
I am using a lot of tooltips. Something like several thousands. Since the template for the tooltip is compiled for each of them, the page is quite slow to render and spent a lot of time in parsing HTML. Would it be possible to compute tooltip template later in the life-cycle? For example, only when the tooltip has to be displayed.
Thanks.