What would be more ideal with respect to server load and speed of download?
Hi,I was wondering which route to go regarding a high traiffic index page, with respect to the users speed in loading the page, and the impact on the server CPU/RAM wise.
1) A PHP page with 4 include statements + ob_gzhandler compression
or
2) same content as 1), but static Html page without compression
Thanks for any input!