Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
158 views
in Technique[技术] by (71.8m points)

javascript - Using pre-rendered Mathjax formulas

I'm building a webapp that requires a lot of LaTeX formulas be displayed at once on a webpage.

Those formulas are pulled from a database in which they are saved as TeX code, and are then rendered by Mathjax plugin. I have noticed a performance drop with 10 or more pieces of equations at once on the same page. The page is laggy and slow to respond and it takes up to 15 seconds more or less for it to get back to working properly.

As a possible fix, I've been considering using Mathjax to render the pieces of TeX and saving the generated HTML to the database instead. Are there any possible issues with this approach?

If so, what are other ways I could increase the performance of Mathjax on my app?

question from:https://stackoverflow.com/questions/65889430/using-pre-rendered-mathjax-formulas

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...