Error establishing a Redis connection
-
Hi,
I recently migrated two of our shops to Hetzner servers. Previously they were hosted on a platform using LiteSpeed and Redis. One of the shops is running smoothly, but the other – despite having only around 100 visitors per hour (and being heavily cached through Cloudflare) frequently throws error.
To temporarily fix the issue, I have to remove theobject-cache.phpfile.I doubt it’s a server configuration problem, since it’s a managed Hetzner server and the other shop works fine. The databases are also isolated (different paths, and I’ve set different Redis DB numbers).
From what I can see, occasional spikes occur in the number of calls or data usage. I suspect a plugin might be causing this. How can I debug it effectively?
Previously, I had a plugin that fetched all products into an external database, and Redis usage spikes were so large that they caused the database to hang. After adding pagination, the issue was resolved. However, it seems that another plugin is still generating usage spikes and I’m not sure how to debug this further.
How can I identify which plugin is responsible? Thank you
You must be logged in to reply to this topic.