[Mediawiki-l] cached or rendered pages stored in DB?
Adam Meyer
meyer7 at mindspring.com
Wed Jul 13 12:25:08 UTC 2011
Perfect! Thanks
-Adam
On Jul 13, 2011, at 8:05 AM, Chad wrote:
> On Wed, Jul 13, 2011 at 8:04 AM, Chad <innocentkiller at gmail.com> wrote:
>> On Wed, Jul 13, 2011 at 7:51 AM, Adam Meyer <meyer7 at mindspring.com> 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
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
More information about the MediaWiki-l
mailing list