Thread
:
Optimizing PHP Code
View Single Post
11-14-2007, 05:53 PM
#
3
(
permalink
)
wGEric
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
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
View Public Profile
Send a private message to wGEric
Visit wGEric's homepage!
Find More Posts by wGEric