diff options
author | intrigeri <intrigeri@boum.org> | 2016-12-28 17:50:47 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-12-28 18:22:44 +0000 |
commit | 29d3d41b8d4ca7680e2074c0988c9710d44be20f (patch) | |
tree | 787874e524cda29f2394172ee275daff03efb822 /wiki/src/install/debian/clone | |
parent | 8044f99f7632f0bff87cee7f4dad37efba1fec06 (diff) |
Website: explicitly add sort="age" to all inline directives I can easily & mechanically patch (refs: #12053).
A serious performance regression was brought by ikiwiki 3.20150614. One of the
few changes introduced in that release was to change the default sorting, for
inline directives, from "age" to "age title". Presumably the latter is
substantially slower, possibly since it has to process the *content* of all
included pages in order to retrieve their title, which may mean that a subset of
pages are processed more than once.
Diffstat (limited to 'wiki/src/install/debian/clone')
-rw-r--r-- | wiki/src/install/debian/clone/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/src/install/debian/clone/overview.html b/wiki/src/install/debian/clone/overview.html index 6a0b025..16ae184 100644 --- a/wiki/src/install/debian/clone/overview.html +++ b/wiki/src/install/debian/clone/overview.html @@ -5,13 +5,13 @@ [[!meta stylesheet="inc/stylesheets/overview" rel="stylesheet" title=""]] [[!meta stylesheet="inc/stylesheets/install-clone" rel="stylesheet" title=""]] -[[!inline pages="install/inc/tails-installation-assistant.inline" raw="yes"]] +[[!inline pages="install/inc/tails-installation-assistant.inline" raw="yes" sort="age"]] <div id="back">[[Back|install/debian]]</div> <h1 class="text-center">Install from <strong>another Tails</strong></h1> -[[!inline pages="install/inc/overview" raw="yes"]] +[[!inline pages="install/inc/overview" raw="yes" sort="age"]] [[ <div class="panel panel-primary"> |