[PHP-DB] Site optimization

2004-12-28 Thread veditio
While my PHP/MySQL-based sites work quickly on my development computer, as well on servers where I know the traffic load is low, I'm concerned about how they'll perform under heavy loads, and whether or not I need to simplify MySQL queries or PHP code in order to speed up page delivery. Does

Re: [PHP-DB] Site optimization

2004-12-28 Thread Joseph Crawford
i was wondering this as well :D are there any tools out there to simulate high traffic on your web server say where you specify how many users hit the site at one time and the tool actually hits your server that many times? -- Joseph Crawford Jr. Codebowl Solutions [EMAIL PROTECTED] -- PHP

Re: [PHP-DB] Site optimization

2004-12-28 Thread Peter Jay Salzman
On Tue 28 Dec 04, 12:11 PM, Joseph Crawford [EMAIL PROTECTED] said: i was wondering this as well :D are there any tools out there to simulate high traffic on your web server say where you specify how many users hit the site at one time and the tool actually hits your server that many times?