[ad_1]
Hi @gabehh95
Thank you for your message. Based on the information you provided, it still seems like a caching issue. To further investigate the problem, could you please provide us with a link to test the issue? This will help us to determine the cause of the problem and provide a solution.
Hi @templateinvaders
Yes, of course, my website is https://diverko.com/.
Thank you!
@gabehh95
The wishlist page response header includes the following HTTP response headers related to caching:
x-cache: uncached
x-cache-hit: MISS
x-cacheable: YES:ForcedHere is what each of them means:
- x-cache: uncached – This header indicates that the requested resource was not found in the cache and was retrieved directly from the server.
- x-cache-hit: MISS – This header indicates that the requested resource was not found in the cache and was retrieved from the server.
- x-cacheable: YES:Forced – This header indicates that the requested resource can be cached, and that caching is forced. This means that the resource will be cached even if the client has set headers that would normally prevent caching.
So you need to investigate why this page is being forced to cache. It could be due to settings in Cloudflare.
