Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Moodle Administration

You're reading from   Moodle Administration

Arrow left icon
Product type Paperback
Published in Sep 2008
Publisher Packt
ISBN-13 9781847195623
Length 376 pages
Edition Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (22) Chapters Close

Moodle Administration
Credits
About the Author
About the Reviewer
1. Preface
1. Introduction FREE CHAPTER 2. Moodle Installation 3. The Moodle System 4. Course Management 5. User Management 6. Roles and Permissions 7. Moodle: Look and Feel 8. Moodle Configuration 9. Monitoring User Activity 10. Moodle Security 11. Moodle Performance and Optimization 12. Backup and Restore 13. Installing Third-Party Add-Ons 14. Moodle Networking Moodle Health Check Configuration Settings Reference Index

Moodle Performance Profiling and Monitoring


When you set up your Moodle system, you will be able to take some initial precautions to optimize the performance of your VLE. However, the real test is when Moodle is in full operation, that is, when the system is under load.

Moodle provides some basic profiling information that you turn on in Server | Debugging, where you have to enable the Performance info option. This will display information about execution time, RAM usage, number of files in use, CPU usage, and load as well as the record cache hit/miss ratio (less information will be shown on a Windows-based installation). The data will be displayed in the footer of Moodle as long as it is supported by the theme in use:

To get Moodle to display more granular profiling information and additional measures, add the following four lines to your config.php file:

define('MDL_PERF' , true);
define('MDL_PERFDB' , true);
define('MDL_PERFTOLOG' , true);
define('MDL_PERFTOFOOT', true);

In addition to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image