Hey guys, since they are many developers out there, I want to get a estimated number of times that I could hit mysql with queries and not feel degradation when the user requests a single page.
If any of you have developed any web apps, please reply and let me know how many queries you've used to generate a page. As it stands, my web app will be hitting mysql with 4 or 5 queries for a single page. (simple select from where statements.) Did I over do it, or am I just being too kind to the system. I am expecting about 500-1000 hits per day starting off, and we will temporarily be running on two servers. (1 web, 1 db). This is an e-commerce application.
I'd appreciate hearing from you. Thanks.