MagicNoCache
Jump to navigation
Jump to search
Extension
Extension | |
---|---|
edit | |
name | MagicNoCache |
url | https://www.mediawiki.org/wiki/Extension:MagicNoCache |
purpose | The MagicNoCache extension creates a new magic word __NOCACHE__ and disables the cache for any page in which it finds it. Thus it makes sure that specific pages never get cached as they get updated extremely frequently |
since | 2012/01/01 |
wiki | capri,q,s,io,merkur |
Freitext
Installation
cd /usr/local/src
sudo wget https://extdist.wmflabs.org/dist/extensions/MagicNoCache-REL1_35-cf368d1.tar.gz
cd /var/www/mediawiki/code/extensions
tar xvfz /usr/local/src/MagicNoCache-REL1_35-cf368d1.tar.gz
wfLoadExtension( 'MagicNoCache' );