Page 1 of 1

query question

Posted: Sun Nov 13, 2005 5:24 pm
by elecktricity
how many queries is like a maximum on your page, im unsure if it will make pages load slower on slower connections so is there a set number you would use?

Posted: Sun Nov 13, 2005 5:40 pm
by RobertGonzalez
There isn't a set number (unless your PHP or MySQL config is somehow set to limit the numbers of queries you can run). Just keep in mind that every query you run is a trip to the database server and will eventually slow down the app if the web server and database server are overworked.