The Site Administration Pages are very slow

Re: The Site Administration Pages are very slow

by Visvanath Ratnaweera -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Translators
So you moved from
$CFG->tempdir = '/mnt/moodledata/tempdir';
$CFG->cachedir = '/mnt/moodledata/cachedir';
external volumes (mounted through the network?) to
$CFG->tempdir = '/var/moodledata/tempdir';
$CFG->cachedir = '/var/moodledata/cachedir';
which are local drives - or the equivalent in Azure and that improved performance?

Not surprising. You can convince yourself by running Moodle benchmark https://moodle.org/plugins/report_benchmark.
Average of ratings: Useful (2)