Page
Caching
Meridium comes complete with both a page and query caching
engine. Unlike traditional caching solutions that cache
the page and then store this for all browser types,
Meridium has the ability to cache different versions of
a page for each separate combination of operating system
and browser.
Page Caching
Pages are cached on an individual basis. Once a Page
has been set to cache, the first time the Page is called
its rendered output is stored on the server and reduces
the overhead and speed to send the page back to the
browser to virtually nothing.
Query Caching
If a site runs database queries that return a large
number of results or have to search a large number of
records (hence take a long time to run) then Meridium can
store the resultant recordset in memory.
|