Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
3.10
-
MOODLE_310_STABLE
-
MOODLE_310_STABLE
-
MDL-68665-assign-stamp-cache -
Description
Today we had 40k requests like this:
/pluginfile.php/12345/assignfeedback_editpdf/stamps/12345/tick.png
Almost all of them are unique urls (31k urls) with different ids for each assignment activity and I think possibly for each individual assignment. As far as I can tell these 40k urls map to 4 unique stamps: smile, sad, tick, cross.
Proposing:
1) These all map to the same urls so they get cached
2) All 'stamp' files are served as public cache control immutable so varnish / cdn's can serve these instead of hitting php land
Attachments
Issue Links
- Testing discovered
-
MDL-70120 Fix expires length typo in mod assign edit feedback stamps plugin files
-
- Closed
-