Re: [PHP] Saving loading time at counting rows

2008-07-13 Thread Eric Butera
On Sat, Jul 12, 2008 at 8:26 PM, Joep Roebroek <[EMAIL PROTECTED]> wrote: > I had this question, which I didn't really know where to ask, so I > thought to begin at this mailing list. > > Very basicly said, I count the rows of a table which had approx 5 > or more rows. > > The problem is, there

Re: [PHP] Saving loading time at counting rows

2008-07-13 Thread Per Jessen
Joep Roebroek wrote: > I had this question, which I didn't really know where to ask, so I > thought to begin at this mailing list. > > Very basicly said, I count the rows of a table which had approx 5 > or more rows. > > The problem is, there is a notable difference in loading time with > ot

Re: [PHP] Saving loading time at counting rows

2008-07-12 Thread Robert Cummings
On Sat, 2008-07-12 at 23:22 -0400, tedd wrote: > At 2:26 AM +0200 7/13/08, Joep Roebroek wrote: > >I had this question, which I didn't really know where to ask, so I > >thought to begin at this mailing list. > > > >Very basicly said, I count the rows of a table which had approx 5 > >or more row

Re: [PHP] Saving loading time at counting rows

2008-07-12 Thread tedd
At 2:26 AM +0200 7/13/08, Joep Roebroek wrote: I had this question, which I didn't really know where to ask, so I thought to begin at this mailing list. Very basicly said, I count the rows of a table which had approx 5 or more rows. The problem is, there is a notable difference in loading t

[PHP] Saving loading time at counting rows

2008-07-12 Thread Joep Roebroek
I had this question, which I didn't really know where to ask, so I thought to begin at this mailing list. Very basicly said, I count the rows of a table which had approx 5 or more rows. The problem is, there is a notable difference in loading time with other pages. Is there a technique to est