Book Image

Moodle Administration

Book Image

Moodle Administration

Overview of this book

Table of Contents (22 chapters)
Moodle Administration
Credits
About the Author
About the Reviewer
Preface
Index

Performance and Optimization Overview


LAMP software in general and Moodle in particular have very distinct application layers consisting of the operating system, web server, database server and the application developed in a programming language. Each layer has its own idiosyncrasies when it comes to optimization. We will mainly focus on the application layer, which is the focus of this book.

The following areas are not dealt with in any detail in the following pages, and it is necessary to refer to the respective documentation on performance and optimization issues:

  • Operating system performance

    The choice of operating system and its configuration will have a major impact on how Moodle will perform. In principle, Linux or any other Unix derivative performs better than any other operating system. PHP applications such as Moodle run significantly slower in the Windows environment than on Linux. Some aspects of this have been covered in Chapter 2 when we dealt with the installation of Moodle...