Sylvain Machefert escribió:
Hi!Just a few ideas. Maybe you could
- enable the file caching for non logged visitors $wgMainCacheType = CACHE_NONE; $wgMemCachedServers = array(); $wgUseFileCache = true; $wgFileCacheDirectory = "{$wgUploadDirectory}/cache"; $wgShowIPinHeader = false;//because html result of page is cached
It doesn't need to be *file* caching. Using memcached could work pretty much as well. Use a bytecode cache.