On Thu, Feb 23, 2012 at 1:38 PM, Platonides Platonides@gmail.com wrote:
The parser cache expires much earlier in that case. Although we don't reduce it to lower than one hour due to the presence of such words.
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/MagicWord.ph...
This is not applied to the s-maxage header sent to Squid, unfortunately. It would be really easy to do that, though, something like $this->setSquidMaxage( $parserOutput->getCacheTime() ); in OutputPage::addParserOutput() . Thoughts?
Roan