... | @@ -176,9 +176,9 @@ A simple test indicates that the output rendering speed varies greatly across pl |
... | @@ -176,9 +176,9 @@ A simple test indicates that the output rendering speed varies greatly across pl |
|
|
|
|
|
For example, on a 2011 macbook pro, rendering (no downloads, everything cached) of https://en.wikipedia.org/wiki/Matrix_multiplication
|
|
For example, on a 2011 macbook pro, rendering (no downloads, everything cached) of https://en.wikipedia.org/wiki/Matrix_multiplication
|
|
|
|
|
|
* Chrome: html: ~2500ms, svg:~1850ms
|
|
* Chrome: html: ~2500ms, svg:~1850ms
|
|
* Safari: html: 1450ms, svg:~1000ms, mathml: ~300ms
|
|
* Safari: html: 1450ms, svg:~1000ms, mathml: ~300ms
|
|
* Firefox: html: ~3300ms, svg:~2400ms, mathml:~880ms
|
|
* Firefox: html: ~3300ms, svg:~2400ms, mathml:~880ms
|
|
|
|
|
|
Notes
|
|
Notes
|
|
|
|
|
... | @@ -186,20 +186,20 @@ Safari SVG output is already close to the performance of Firefox Native MathML. |
... | @@ -186,20 +186,20 @@ Safari SVG output is already close to the performance of Firefox Native MathML. |
|
|
|
|
|
Another comparison: a copy of the page, with SVG output and equation chunking to 100 (so that it's one go).
|
|
Another comparison: a copy of the page, with SVG output and equation chunking to 100 (so that it's one go).
|
|
|
|
|
|
* Nexus 7, Galaxy Nexus/ Chrome: ~18sec
|
|
* Nexus 7, Galaxy Nexus/ Chrome: ~18sec
|
|
* Nexus 7 / Dolphin Browser: ~8.5sec
|
|
* Nexus 7 / Dolphin Browser: ~8.5sec
|
|
* iPad (2013) / Safari: ~3sec
|
|
* iPad (2013) / Safari: ~3sec
|
|
* iPhone 4 / Safari: ~6sec
|
|
* iPhone 4 / Safari: ~6sec
|
|
|
|
|
|
on ubuntu 13.04, i7:
|
|
on ubuntu 13.04, i7:
|
|
|
|
|
|
* Firefox 22: ~2sec
|
|
* Firefox 22: ~2sec
|
|
* Chromium 28: ~1.6sec
|
|
* Chromium 28: ~1.6sec
|
|
* Chrome 29: ~1.7sec
|
|
* Chrome 29: ~1.7sec
|
|
* Windows 8 / IE 10: ~2.5sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 8 / IE 10: ~2.5sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 7 / IE9: ~3sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 7 / IE9: ~3sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 7 / Firefox 22: ~3.8sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 7 / Firefox 22: ~3.8sec (virtualbox + Microsoft's free testing VM)
|
|
* Windows 8.1 / IE11: ~3sec (virtualbox + release candidate)
|
|
* Windows 8.1 / IE11: ~3sec (virtualbox + release candidate)
|
|
|
|
|
|
|
|
|
|
A copy of the page with TeX converted to MathML was ~0.5-1 sec slower. |
|
A copy of the page with TeX converted to MathML was ~0.5-1 sec slower. |
|
|
|
\ No newline at end of file |