[ad_1]
Hello @maxn19,
The reason for the issue is the presence of a no-cache directive in sacabc.ca’s cache-control header:
cache-control: no-store, no-cache, must-revalidate
pragma: no-cacheThis directive is instructing the server to disable the cache, thus the “The URL is not cached” response:
x-proxy-cache: MISS
x-proxy-cache-info: 0 NC:000000 UP:SKIP_CACHE_NO_CACHEYou can check the headers of your website with online tools such as this one.
We are unable to tell you which plugin is adding the no-cache directive. You should disable them one-by-one until you find the one causing the problem.
Best Regards,
Kuzman Stoyanov
