I am using Doxygen (for documentation).
I also use mathjax, as there is a lot of mathematical formula in my documentation.
Usually endless runs are great, but today I noticed very slow navigation on HTML pages (e.g. 10 seconds or more to load).
I found (using the CHROME network tool) that the problem is http GET for mathjax.js on the mathjax server.
Is this something rare that doesn't happen often or is there a problem with the mathjax server?
This is common, is there another way to create latex formulas for HTML documentation without using an Internet connection?
source share