I’ve been trying to optimize my EE site with all the recommendations from the documentation and these forums. I have a load balanced server and have all the relevant caching enabled. I rebuilt the page in Codeigniter to compare the speed of the page. The CI page queries the EE database. The EE page with caching enabled takes almost 5 times the time to render as the same page in Codeigniter with no caching. I’ve tested the site using Seige.
Siege test results:
EE: .23 seconds per transaction
CI: .05 seconds per transaction
Is there anything else I can do to reduce the EE overhead?
Thanks.