Moodle very slow...

Re: Moodle very slow...

by Howard Miller -
Number of replies: 1
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Just to add - your assumption that is was not your server turned out to be wrong. You have horribly slow disk IO. This is typical for VMs where the physical disk is remote and/or a file somewhere. 

A server with fast, local disks would also solve your problem if that sounds like a better idea - although setting up memcached isn't too difficult.

Also consider Redis instead of memcached. There is some talk of memcached no longer being developed - I'm not sure how true this is. 

Average of ratings: Useful (1)
In reply to Howard Miller

Re: Moodle very slow...

by Andrew Normore -

Just wanted to add my experience with Redis and another project I had going with MongoDB.

Literally thousands of percent better. But they 'do the same thing'.


Redis was pretty crazy to setup tho.

Average of ratings: Useful (1)