Cache not clearing when importing data
-
This problem doesn’t always happen, but its very frustrating when it does. Here’s the scenario:
- We have a table that we use in many different ways on many different pages of our site.
- The info in the table is maintained outside of tablepress and so we load updates by importing a CSV
- We flush the WP Engine cache
- When logged into our site, we see the updated information when browsing our site
- When not logged into our site (which is the case with all of our readers), the info is sometimes NOT updated. Flushing the WordPress cache again doesn’t help.
- We can force an update to a particular page by changing the filter even if its in a way that shouldn’t change the results of the filter (e.g. if we had this: [table id=10 show_columns=”23″ filter=”hello” /] we can change it to this to force the new data to display: [table id=10 show_columns=”23″ filter=”hello&&hello” /]
- The problem with the above “fix” is that we display the same table on many different pages so its hard to go to all possible pages to fix it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cache not clearing when importing data’ is closed to new replies.