Hello @meggranit
Thank you for reaching out and I am happy to assist you with this.
I’ve checked the page you shared, and this page contains a Query string. I can see that you are using Disk: Enhanced as a caching method for Page Caching, and by default, the URL’s with query strings are not cached, therefore, this page is not being cached. You can also see this when inspecting the page source:
Page Caching using disk: enhanced (Requested URI contains query)In general, if you want to exclude any page from being cached (lets assume the page does not contain query string), just add the page to Performance>Page Cache>Advanced>”Never Cache following pages” filed:
/some-page/
This is the same if you want to exclude pages from being minified in Performance>Minify>Advanced>”Never Minify following pages” filed:
/some-page/
Make sure to save all settings and purge the cache once the pages are added to exclusion
I hope this helps!
Thanks!
