https://bugzilla.wikimedia.org/show_bug.cgi?id=11685
--- Comment #4 from Bawolff <[email protected]> 2011-11-10 18:39:15 UTC --- >The third-party DPL seems to >have a specific config entry for the parser cache, I am not sure if this is of >any use: >http://www.mediawiki.org/wiki/Extension:DynamicPageList_(third- The third party dpl basically disables cache totally, which is not an option... (And then tries to re-invent its own cache, which is isn't that great an idea) However, we could shorten the parser cache length with a call to $parser->getOutput()->updateCacheExpiry( foo );. I'm not sure what an appropriate value of foo would be (72 hours maybe?) [this was recently suggested by Aaron I'm told] In long term, we could possibly record which page has dpls involving which categories in a table somewhere, and then invalidate pages when someone adds/removes things from that category. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
