MathJax horribly slow with MediaWiki

27 views
Skip to first unread message

porton...@gmail.com

unread,
Jul 22, 2016, 4:49:26 PM7/22/16
to MathJax Users
Rendering MathJax at this page https://conference.portonvictor.org/wiki/Project:Sandbox takes something about 20 secs.

Why so slow?! How to solve this problem?

Davide Cervone

unread,
Jul 27, 2016, 4:01:35 PM7/27/16
to mathja...@googlegroups.com
Your local configuration file’s loadComplete() call is incorrect, and so MathJax doesn’t know that the file has loaded, and so waits for the call to be made, and eventually times out.  The loadComplete() should be either the full URL (including the "https://", which is missing from yours), or one that is based from the “[MathJax]” root.  Since your local configuration file is in the MathJax/config/local folder, I would recommend that you use

MathJax.Ajax.loadComplete("[MathJax]/config/local/mwMathJaxConfig.js”);

in this case.

Davide


On Jul 22, 2016, at 4:49 PM, porton...@gmail.com wrote:

Rendering MathJax at this page https://conference.portonvictor.org/wiki/Project:Sandbox takes something about 20 secs.

Why so slow?! How to solve this problem?

--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages