On Wed, Jul 13, 2011 at 8:04 AM, Chad <[email protected]> wrote: > On Wed, Jul 13, 2011 at 7:51 AM, Adam Meyer <[email protected]> wrote: >> When a page is rendered by the parser, is that stored in the Data Base for >> cache? Or is it rendered every time it is loaded? >> >> If it is stored, does anyone know what table it is stored in in the DB? >> > > The parse tree is cached by default (unless you disable it). If you have > APC or eAccelerator, it will be stored in the shared memory cache. If you > don't have these it will fall back to the database and be in the 'objectcache' > table. >
Wow should learn to proofread my e-mails. The ParserOutput object is what's cached, not the parse tree. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
