22 Nov
2011
22 Nov
'11
11:25 p.m.
On Mon, Nov 21, 2011 at 4:15 PM, Tom Hanstra <tom@nd.edu> wrote:
Where can I find additional documentation on the use of memcached? I see it is an option on the software install and I've been encouraged to use it, but I don't find much in the line of documentation on how to use it.
You don't have to do something to use it. Koha uses it if present. It will boost several pages as data for them would be cached and serialized in memory instead of calculated each time you access that page (think of saving time that database access takes). For instance, marc frameworks are cached. Regards To+