Friday, October 30th, 2009
Minimize PHP and Database Queries
Why?
Because each time a page on your site loads, if your browser has to execute any PHP queries, it adds to the load time. So, the obvious thing to do to reuce this waste of time is to replace the PHP queries with static HTML. That way, every time a page loads, your browser just [...]