justanotheruser123
Forum Replies Created
-
Having the same issue. Categories, etc. work fine. But single posts cannot be excluded correctly. Using the latest version of the plugin.
It even says “2 unchecked item(s) will no longer be added to your sitemap..”, then I go to the Dashboard and update the sitemap, open it, and the pages are still there.
Forum: Plugins
In reply to: [W3 Total Cache] CDN not serving minified files@vmarko: It’s very weird. I’m basically running in circles. After a few rounds of purging caches, loading the page as logged in and non-logged in user, I got it to work.
I also always get the “The unsuccessful transfer queue has unresolved errors. Empty the queue to restore normal operation.” after loading the website as not logged in user. Whereas as logged in user, it automatically uploads the minified files to the CDN.
At the same time, I ran into another issue, after activating the “cache control headers” and exporting the files to S3 again, the max-age was only set for a few files. So I had to delete the entire S3 bucket content and re-upload it from scratch.
Is there a best practice workflow I should follow? E.g. if I create and / or change a page, what’s the correct order of:
– Purging all caches
– Purging only page cache
– Invalidating CloudFront distribution
– (Re-)Exporting files to S3
– Loading page logged in
– Loading page not logged in
?Does re-exporting overwrite the metadata of the S3 objects? And does “Purge all caches” also invalidate the CloudFront distribution?
- This reply was modified 6 years, 5 months ago by justanotheruser123.
Forum: Plugins
In reply to: [W3 Total Cache] CDN not serving minified filesHi @vmarko,
thanks for your quick reply. The issue was partially resolved by emptying the upload queue manually. However, it only works when I empty the queue manually, the minified files seem to not be uploaded automatically, is that intended?
Also, when logged in, everything works as it should, but when visiting as an anonymous user, I see some files pulled from the server some from the CDN.
I still see these script tags in the inspector:
<script src=”https://example.com/wp-content/cache/minify/3d9a8.js”></script>but it should be:
<script src=”https://cdn.example.com/wp-content/cache/minify/3d9a8.js”></script>Any idea what the issue is and how it can be solved?