the browser caching must cause this issue. Did you add any browser caching rule into the htaccess file before?
Hi Emre,
Sorry for late response but I didn’t get any notification. We are using nginx and these are the headers:
#add expired header everywhere
location ~* \.(css|js|gif|png|jpg|svg|json|xml|ttf|otf|eot|woff|woff2)$ {
expires 365d;
add_header Access-Control-Allow-Origin *;
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.(ttc|font)$ {
add_header Access-Control-Allow-Origin *;
}
location ~* \.(pdf|swf)$ {
expires 90d;
}
#expiry headers
location ~* \.(ogg|ogv|svgz|mp4|rss|atom|jpeg|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {
expires 365d;
}
But how could these relate to the state of the user though, whether he is logged-in or logged-out?
can you tell me the url please?
In this post of NLG the first element of the bullet list should be:
1) Eπεξεργασία και ανάπτυξη συλλογών
which it is only when the user is logged-in. If you open the above link from an incognito window it will show this instead:
1) Eπεξεργασία και ανάδειξη συλλογών
which is the previous content of the post.
How is this possible?
-
This reply was modified 6 years, 6 months ago by
iraklis13.
Can you see the changes on https://www.browserling.com/ ?
No, still the same. When I open the article in browserling I see the old content and when i log in inside browserling it shows the new content.
it means that the cache is not cleared. Please contact me via email: https://www.wpfastestcache.com/contact-us/
Yes it wasn’t. Shouldn’t it automatically clear cache when post is updated?
Will contact you via email now for more info.
Thank you!