Book Image

Moodle 2 Administration

Book Image

Moodle 2 Administration

Overview of this book

Moodle has evolved from an academic project to the world's most popular virtual learning environment. During this evolution, its complexity has risen dramatically and so have the skills that are required to administer the system.Moodle 2 Administration is a complete, practical guide to administering Moodle sites. It covers how to set up Moodle in any learning environment, configuration and day-to-day admin tasks, as well as advanced options for customizing and extending Moodle.The author, who has been administering systems for over 20 years, has adopted a problem-solution approach to bring the content in line with your day-to-day operations. The practical examples will help you to set up Moodle for large groups and small courses alike. This is a one-stop reference for any task you will ever come across when administering a Moodle site of any shape and size.
Table of Contents (24 chapters)
Moodle 2 Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
PacktLib.PacktPub.com
Preface

Moodle system settings


Moodle offers a wide range of system-related performance settings that are set at various places in the Site administration menu.

Caching

Caching stores frequently accessed data in a temporary storage, and expedites its access using the cached copy as opposed to re-fetched (from disk) or re-computed (in memory) data. It has proven to be one of the most efficient performance optimization techniques and Moodle is no exception.

Moodle has some basic built-in caching and manages memory allocation and compression automatically. Additionally, you might consider installing a caching system such as eAccelerator, APC or memcached. Please refer to the respective documentation on how to set these up.

The principal trade-off in caching is between refreshing the cache too often (small values), which slows down the server and refreshing it not often enough (larger values), which potentially means values are not updated on time. There are a number of caching-related settings:

  • Language...