Cache store performance reporting

Cache store performance reporting

by Andrey Kladiti -
Number of replies: 5

Hello friends,

Could anyone please explain me what exactly values which are displayed in this report mean?

As far as I understood from the context of some forum discussions, the lower those values are, the better the performance, but what are those numbers?

Our Moodle works quite slowly, and our results look like this:

Cache store performance reporting - 100 unique requests per operation.

Store requests when used as an application cache.
PluginResultSetGet - HitGet - MissDelete
APC user cache (APCu)Invalid plugin----
File cacheTested15.99670.68080.08501.0973

Thanks in advance!

Average of ratings: -
In reply to Andrey Kladiti

Re: Cache store performance reporting

by Hendy Irawan -

I'm also asking the same thing here: https://moodle.org/mod/forum/discuss.php?d=376713#p1573660

My gut feel is that these are "duration in seconds, per cache operation". Which means that a single "set" in your file cache takes almost 16 seconds, so there is something wrong with your file cache directory/filesystem.

Disclaimer: It is just my guess. That page has no explanation as of Moodle 3.7.

In reply to Andrey Kladiti

Re: Cache store performance reporting

by Hendy Irawan -
Correction: "It is the time, in seconds, to run the SPECIFIED number of requests." (not per request) https://moodle.org/mod/forum/discuss.php?d=376713#p1573666
Average of ratings: Useful (3)
In reply to Andrey Kladiti

Re: Cache store performance reporting

by Anze Pratnemer -
Why would one have larger numbers then while use memcached in comparison to file cache?

Plugin Result Set Get - Hit Get - Miss Delete
File cache Tested 0.8821 0.1648 0.0237 0.1032
Memcached Tested 1.0247 1.8083 0.9286 1.2330