Benjamin Lees wrote:
File caching is definitely worth it ... fetching a page stored in the file cache was about 5 times faster than Memcached/eAccelerator. <...> In any event, you still need the other cache types, since the file cache only works for anonymous users. <...> Just to be sure, did you look at http://www.mediawiki.org/wiki/Manual:Cache ?
Thank you for answering, it was helpful to realize how all the cache types cooperate.
( I also had missed the above link! <looking blushed> )
// Rolf Lampa