Caching issue affecting drafts in Safari only
-
Putting this here for anyone experiencing this issue and the solution!
Was having issue with clients using the Safari browser saying the content was not showing up in drafts once resuming their work from a unique draft ID link that is generated. Then adding more content and revisiting and the new content was not there.
It turned out to be memcaching (which caches database requests) on the host level that was only causing this issue in Safari. Chromium and Firefox for some reason circumvents the caching issue.
(Would be interesting to know if plugin developer has any thoughts why the plugin requesting fresh database content worked fine around caching with Chromium/Firefox but not Safari.)
Clearing the site cache at the host’s speed plugin level solved the issue but is not practical for forms with drafts since clients/customers will constantly be creating new content in the database.
Turning off memcaching on the host speed plugin solved for Safari.
You must be logged in to reply to this topic.