dadamssg87 Posted June 4, 2011 Share Posted June 4, 2011 I'm curious to know how many queries you guys think is too many per web page load/script? I'm trying to optimize some of my scripts and i really don't have the slightest clue on this subject. Quote Link to comment https://forums.phpfreaks.com/topic/238366-acceptable-number-of-queries/ Share on other sites More sharing options...
Philip Posted June 4, 2011 Share Posted June 4, 2011 Its not always how many you're running, but about how efficient you are using them. These forums run 15+ queries on most pages, created within 0.023 seconds Do some testing to find your bottlenecks. I'm not an expert on the subject, but I'm sure we can find someone around here that has plenty of experience with profiling scripts. Quote Link to comment https://forums.phpfreaks.com/topic/238366-acceptable-number-of-queries/#findComment-1224997 Share on other sites More sharing options...
dadamssg87 Posted June 4, 2011 Author Share Posted June 4, 2011 i know nothing of optimization but i'm trying to learn. What's the best way to test for bottlenecks? or tools or statistics to look at and where to find them and assess them? Quote Link to comment https://forums.phpfreaks.com/topic/238366-acceptable-number-of-queries/#findComment-1225142 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.