Tag:caching
All the articles with the tag "caching".
Using Memcached with MediaWiki and WordPress
Pointing MediaWiki and WordPress at a remote memcached takes one LocalSettings.php block and one sed against W3 Total Cache's config file.
Using APC to Speed Up PHP
APC caches PHP's compiled bytecode so it isn't recompiled on every request, which speeds up an application without touching a line of its code.