I have been troubleshooting our install of EE2.3.1, Build: 20111017 for a couple days now and cannot seem to pinpoint where the issue is with our site loading so slow. I have turned on Output Profiler and Template Debugging and the output is as follows:
Loading Time: Base Classes 0.0030
Controller Execution Time ( Ee / Index ) 17.4297
Total Execution Time 17.4329The template debugging output shows that:
(0.000011 / 0.86MB) - Begin Template Processing -
(17.011323 / 0.87MB) URI:
(17.011350 / 0.87MB) Path.php Template: site/indexI have tried the following:
- disabling third party addons
- disabled unnecessary template/channel/entry features
- turned template cache on/off
The SQL queries total under 0.003 seconds so it is not the database and the CP pages load relatively fast (under 1-2sec) so it is not really the server bandwidth. I have tried testing the same HTML, JS and images from the home page on a different server and it loads under 2sec so its not the HTML code per se. I also tried to create a static template of our home page with the entire HTML code loaded into the template. Still takes over 18sec to load the page with no embeds, no snippets or any EE addons.
I am completely stumped and would appreciate any other help in troubleshooting the reason the Controller Execution Time is so slow.