RE: [PHP] Speeding up PHP or MySQL

2002-07-25 Thread David Buerer
To: 'Richard Baskett'; 'PHP General' Subject: RE: [PHP] Speeding up PHP or MySQL Is there anyways to speed up MySQL queries? Or showing the results through PHP? I have several queries that have about 8 left joins or so.. Yes very huge and when you have lots of people using these functions

RE: [PHP] Speeding up PHP or MySQL

2002-07-24 Thread John Holmes
Is there anyways to speed up MySQL queries? Or showing the results through PHP? I have several queries that have about 8 left joins or so.. Yes very huge and when you have lots of people using these functions at once it really slows down.. Are there any practices that you can think of that