Hi there,
Been trying for a while to figure this one out, but nothing is working. We have an EE site that was just launched and is working very slow - was lightning fast on the development server.
We’ve put in all the cache stuff and removing the unnecessary queries stuff, and that has improved things, but when when it is actually loading everything to write the cache, it takes from 7-23 seconds according to the profiler.
In the Template debugger, we see this over and over again:
(0.575854) -> Method Called: entries
(1.752673) -> Data ReturnedA large jump in execution time for calling the “entries” method when running the channels. Has anyone experienced this? Is it indicative of a MySQL problem maybe? I know that there are queries in the entries function.