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 want globals like `editor` to be accessible from JS console.
This particular reordering makes firebase connection a bit later
in the code and might regress loading speed a bit (#68).
On a math-heavy 100K doc, speeds up "All math rendered" from 38s to 18s!
#68, cben/CodeMirror-MathJax#14
I was doing early hookMath() and postponing renderAllMath() on the theory
"Queuing this allows text to appear before math."
But doing hookMath() before firepad load already renders all math,
and renderAllMath() does all the work again because there is no caching
(cben/CodeMirror-MathJax#15).
[See also ideas on #7. But this deserves it's own tracking issue.]
WebPageTest, e.g. http://www.webpagetest.org/result/150210_D3_EYF/ has a lot of useful things to say.
Visually, the critical path is time to firepad load. Most important:
</html>
? If yes:The text was updated successfully, but these errors were encountered: