Re: [PHP-DB] Re: Performance problems?

2002-11-02 Thread Manuel Lemos
Hello, On 11/02/2002 04:04 AM, Leif K-Brooks wrote: Aha - thanks. The problem is, I also need to retrieve other data asscociated with it. I'll alter the table to order by id, but is there anything long-term I can do? What I meant is that if you make two queries, one to fetch max(id) and ano

Re: [PHP-DB] Re: Performance problems?

2002-11-01 Thread Leif K-Brooks
Aha - thanks. The problem is, I also need to retrieve other data asscociated with it. I'll alter the table to order by id, but is there anything long-term I can do? Manuel Lemos wrote: Hello, On 11/02/2002 03:21 AM, Leif K-Brooks wrote: I've been optimizing scripts in an attempt to speed m

[PHP-DB] Re: Performance problems?

2002-11-01 Thread Manuel Lemos
Hello, On 11/02/2002 03:21 AM, Leif K-Brooks wrote: I've been optimizing scripts in an attempt to speed my friend's site up, and I believe I've found the source of the performance problems. When I comment the following page load time changes from around 6 seconds to less than .5 of a second.