Laurence Rowe wrote > > Using the plone.org theme (compiled with an old version of xdv which > produces slightly slower XSLT) against a 563KB page (the source to > http://plone.org/documentation/manual/theme-reference/referencemanual-all-pages) > is > > $ xsltproc --html --timing --noout default.xsl > theme-reference-all-pages.html > Parsing stylesheet default.xsl took 1 ms > # lots of warnings about invalid html, they are ignored so don't worry. > Parsing document theme-reference-all-pages.html took 35 ms > Applying stylesheet took 217 ms >
For comparison, the same rules.xml compiled with Diazo instead of XDV runs in approximately half the time: $ xsltproc --html --timing --noout diazo-default.xsl theme-reference-all-pages.html Parsing stylesheet diazo-default.xsl took 0 ms # Same invalid html parsing warnings Parsing document theme-reference-all-pages.html took 35 ms Applying stylesheet took 113 ms Laurence -- View this message in context: http://plone.293351.n2.nabble.com/huge-performance-issues-using-Diazo-tp7372056p7380708.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
