On Wed, Oct 17, 2012 at 7:03 PM, Brion Vibber <[email protected]> wrote: > A proper caching setup that covers both article views and ResourceLoader > (load.php stuff) should be able to avoid a *lot* of hits to PHP as long as > people are just clicking around. >
This. The database-backed caches (default for ResourceLoader & L10n) work well enough for out of the box users, but you definitely want something that scales. As long as you're on a single host, something like APC's shared memory cache would probably go a long way towards performance. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
