View Single Post
Old 11-14-2007, 05:53 PM   #3 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Reduce the number of SQL queries you execute on each page load. Every SQL query is a call to the SQL server which takes some time.
__________________
Eric
wGEric is offline  
Reply With Quote