Thread Starter
linx8
(@linx8)
Thanks for the reply @shethdhaval,
My hosting is Managed WordPress hosting with GoDaddy, not sure if they use WP Engine? I can see that I have a ‘Must Use’ WP Engine plugin which does some caching. Is there any way I can turn it off? Can I just remove the plugin from mu-plugins?
Not sure what you mean by your question. I am saving data to the WP database, and it is working correctly. However querying shows old cached data. I work around this by switching themes which forces the cache to refresh. Simply clearing browser cache doesn’t do it.
Thread Starter
linx8
(@linx8)
@shethdhaval
I was using the latest at the time. I assume it was 0.9.5.*
I’ve checked my .htaccess, wp-config, files and folders and removed all traces of caching. Is there an option in the database that w3 total cache changes? Could WPEngine also be doing some caching?
More info: We have a custom post type and we save data into the database table wp_postmeta. We then query wp_postmeta to get the total value.