Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Caching.

Caching: Difference between revisions

From MoodleDocs
(brief intro)
(useful links thanks to Nadav Kavalerchik)
Line 3: Line 3:


Moodle 2.4 saw the implementation of MUC Stage 1: Implement some core caching architecture.
Moodle 2.4 saw the implementation of MUC Stage 1: Implement some core caching architecture.
Two links, that might be useful to anyone considering testing the new features on their own servers:
* [http://www.iteachwithmoodle.com/2012/10/12/moodle-performance-testing-how-much-more-horsepower-do-each-new-versions-of-moodle-require/ Moodle performance testing: how much more horsepower do each new versions of Moodle require?]
* [http://www.iteachwithmoodle.com/2012/10/11/how-to-stress-test-your-moodle-server-using-loadstorm/ How to load test your Moodle server using Loadstorm]


==See also==
==See also==

Revision as of 10:53, 4 December 2012

New feature
in Moodle 3.1!

A cache is a collection of data that is kept on hand and made readily available in order to avoid costly fetching and moulding upon every request.

Moodle 2.4 saw the implementation of MUC Stage 1: Implement some core caching architecture.

Two links, that might be useful to anyone considering testing the new features on their own servers:

See also

Developer documentation: