On Wed, Jul 13, 2011 at 7:51 AM, Adam Meyer meyer7@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.
-Chad