Hi, so with Redis Cache turned on backend of the website is slower because i allways have 17 HTTP API Calls (DB Queries are faster).
When im turn off Redis Cache i have 0 HTTP API Calls so DB Queires are slower but in general backend work faster.
I tested that with query monitor. How can i make 0 API Calls when redis is turned on? I tested that on 2 websites.
EDIT: I turned on Redis on LiteSpeed and there is no HTTP API Calls so it’s definitely problem with your plugin…