That’s strange, a cache flush should fix this issue. If it doesn’t, please reach out to the WooCommerce support about it, since they have control over what being cached.
Alternatively you could ignore the WC groups from being cached.
Thread Starter
marv2
(@marv2)
Thank you for your prompt reply Till!
I already tried flushing redis cache, nginx cache, and cloudflare cache. Browser cache too 😉
I really need to get this working and disabling WC groups from being cached isn’t really an option for me as that’s the main thing I’m caching.
Any other ideas on what I should try?
I’d definitivly speak with the WC support first.
You or your web developer needs to dig into why the data isn’t cached properly.
If your business is highly dependent on object caching, you might want to get the business edition of this plugin, which makes debugging issues like this much easier.
Thread Starter
marv2
(@marv2)
Ok thank you, and I will check out the business edition. Take care.
@marv2: Alright 👍🏻
The sales page is still a work in progress, I’ve been onboarding businesses individually. Feel free to email me anytime with questions.
Thread Starter
marv2
(@marv2)
I contacted WooCommerce and they said I should contact you 🙂
I checked my MySQL database and the info IS there. I’m just not sure why it disappears when I disable redis cache via your plugin….
Another thing to note, when I disable your plugin entirely, the attributes disappear as well.
EDIT:
I uninstalled redis from my server using apt-get purge --auto-remove redis-server and then checked my website and the info was still missing. But when when I activated your plugin, the info came back. Even though redis is no longer on the server.
Here is the diagnostic info from the plugin now:
Status: Not Connected
Client: PhpRedis (v4.3.0)
Drop-in: Valid
Connection Exception: Connection refused (RedisException)
Redis Extension: 4.3.0
Predis Client: 1.1.1
PHP Version: 7.3.6-1+ubuntu18.04.1+deb.sury.org+1
-
This reply was modified 6 years, 5 months ago by
marv2.
-
This reply was modified 6 years, 5 months ago by
marv2.
That particular case is because the data is only stored in Redis and not MySQL.
The only reason for that being the case is WC or another plugin itself. Remember this plugin is just a backend and doesn’t do anything by itself.
WooCommerce is quite the shitshow, hence the Redis Cache Pro for business that need reliable cache insights.
Thread Starter
marv2
(@marv2)
The info does show up in mysql.
Also, did you see my last edit?
What’s the actual issue you’re having?
Thread Starter
marv2
(@marv2)
Sorry if I wasn’t clear in my original post.
I imported many attributes to WooCommerce products. However I find that when I disable your plugin, they all seem to disappear (But MYSQL still shows them). When I reactivate your plugin they re-appear.
I tried flushing my Nginx Cache, Redis Cache, Cloudflare Cache, Browser cache, and the issue persists.
I even tried un-installing Redis from my server, and the issue is still there. If I enable your plugin, the attributes show up properly, and when I disable you plugin, the attributes disappear.
Thread Starter
marv2
(@marv2)
Clearing all caches, de-activating and re-activating all plugins seems to have fixed it.