-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
Was just trawling the logs for some sites and noticed that this page was one of the most requested urls which seemed very weird and so did a bit of digging. It was being loaded on every single page for every single person and basically adds nothing of value to the UX unless you happen to then bookmark the page and then it check this metadata for the offline experience, even though moodle doesn't even support offline web stuff. So it's just wasted cpu cycles.
- In chrome open dev tools > network, and add the column for Set-Cookies
- Turn on the config for:
enablemobilewebservice
enablesmartappbanners - Load any page in chrome
- Note that the web manifest is reloaded on every page view, ie its not cached even though it is essentially static or extremely slow moving data
- Note that the request has fresh new session cookies sent on every request