iraklis13
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Caching links from staging when swapping with productionFor now it seems that it does. I just wanted to inform you for this kind of situation so you would be aware of it.
Thanks,
Have a nice day.Forum: Plugins
In reply to: [WP Fastest Cache] Caching links from staging when swapping with productionYes I will, but I would like to know for future reference if the plugin will function properly in this type of situation and will cache be cleared automatically?
Forum: Plugins
In reply to: [WP Fastest Cache] Cached content for Logged-Out usersYes it wasn’t. Shouldn’t it automatically clear cache when post is updated?
Will contact you via email now for more info.
Thank you!
Forum: Plugins
In reply to: [WP Fastest Cache] Cached content for Logged-Out usersNo, 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.
Forum: Plugins
In reply to: [WP Fastest Cache] Cached content for Logged-Out usersIn 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 5 years, 4 months ago by iraklis13.
Forum: Plugins
In reply to: [WP Fastest Cache] Cached content for Logged-Out usersHi 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?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Notice for Undefined indexOk thank you!!!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Notice for Undefined indexSure! I will.
Can you be more specific though for the debug info? What exactly would you need?