Last modified: 2011-04-14 15:13:02 UTC
DPG2 doesn't work with caching! "$wgUseFileCache = true;" So I need to click edit and change the content a very little bit to update the DPG listing! Could you find a way to create a stop cache value in DPG2 or look into making some kind of __NOCACHE__ magic word?
This would also be the case with regular parser caches.
*** Bug 7999 has been marked as a duplicate of this bug. ***
(In reply to comment #0) > DPG2 doesn't work with caching! > > "$wgUseFileCache = true;" > So I need to click edit and change the content a very little bit to update the > DPG listing! > Which MW version are your running?
MediaWiki: 1.8.2 DPG2 Version: 0.8.1 Running file caching!
FileCache fixes made in r41274. DPL will still need to set $wgParser->disableCache() along with the tag hooks. This would have a performance impact though.