I am using Lite-speed server. I have over 3k community pages that displays real estate listings. When the page runs we have various complex queries that we run on our API and return those values back into transients. We have about 10,000 transients. If I pre-cache the community pages the main page runs very fast. However when we start paging to see more listings the page slows which I am not sure why because the transients have all the data on the page. When I page ie. abc.com/p2 I am not seeing those pages being cached so the main cached page must be reused for the paging. The big question is why are the corresponding pages slow ?
Also I have tired to use mem and Redis cache for the transients but I am not seeing any speed performance increase.
Also I have tired to use mem and Redis cache for the transients but I am not seeing any speed performance increase.