Replies: 1 comment 1 reply
-
for me it returns as a correct answer For more details, see also #12074 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected behavior
I am currently doing the Senior Course and cannot pass the Caching Chapter. By watching the video, the information about the output cache key is, that it contains the URL, WebP Support and if it is an ajax or a normal request.
When looking at the code inside of the FullPageCacheListener the key is generated by creating a md5 from the request uri, the method and from the pimcore_cache_tag_suffix variable.
The Screenresolution as desktop/mobile is used as an appendix after the md5 hash.
After trying multiple different answers i think that there is an error inside of the validation.
Actual behavior
Question 5: What information is part of output cache key?
Steps to reproduce
Following answers are incorrect:
OR
OR
OR
OR
OR
Beta Was this translation helpful? Give feedback.
All reactions