Posts made by Howard Miller

Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
https://github.com/moodle/moodle

At the time of writing, the 'main' branch is the development version of 4.4. But with 4.3 only just out, this branch will be exactly that, a development version. So expect trouble.
Average of ratings: Useful (1)
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Yes - Moodle performance is very reliant on its cache system. By default, data is cached to a directory in the file store. This isn't great at the best of times but will more than likely cause performance problems if you use a shared files area (e.g. NFS).

Moodle can (and should) be configured to use a dedicated cache server. We generally recommend Redis. See Caching
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
If by 'content' you mean the 'moodledata' or files area, then absolutely yes. Add a cache server to your list, though...
- web server
- database server
- file server
- cache server (Redis)

It's not always a good idea, though. You may be adding more complication for no benefit. As always... it depends. 
Average of ratings: Useful (1)