pgsql: doc: Further XSLT HTML build performance optimization

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Further XSLT HTML build performance optimization
Date: 2016-11-16 19:55:59
Message-ID: E1c76JL-0002qO-GH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Further XSLT HTML build performance optimization

Cut out some expensive stuff from the HTML head element that we don't
really need.

This was previously discussed as part of
e8306745e3504c642f7abad411139d5630e29fac, but ended up separate because
it changes the output contents slightly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/380895f2deb18ed9e7a8be69961af2ed221ba9d3

Modified Files
--------------
doc/src/sgml/stylesheet-speedup-xhtml.xsl | 41 +++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-11-16 20:38:51 Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Previous Message Robert Haas 2016-11-16 15:33:56 Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default