Adapt the ParserOutput cache TTL when including special pages
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 30 Aug 2016 19:35:08 +0000 (12:35 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 31 Aug 2016 17:17:38 +0000 (17:17 +0000)
commit97f004694c2688e8682d31f866d18b97653d7965
tree1579c071c1f1fe2d6fa7ff3e6cd4269ef53f63b4
parent2bc631d261451491534f373791420c454760af5c
Adapt the ParserOutput cache TTL when including special pages

For simple pages that transclude special pages, like user pages
including Special:PrefixIndex, the TTL is allowed to drop to 15
seconds if the page parses fast enough.

Bug: T139893
Change-Id: If41885ded648d68352fe3d06336d98aa0ab53966
includes/parser/Parser.php
includes/parser/ParserOutput.php