[PHP] for loops performance

2004-08-21 Thread Xongoo!com: Central unit
Holla, Maybe someone knows how to improve for loops performance? When generating 1000's of pages, it oads in 10-20 seconds. Maybe there is some solution I don't know about? Thanks! -- Tadas Talaikis [EMAIL PROTECTED] http://www.xongoo.com -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] for loops performance

2004-08-21 Thread Robert Cummings
On Sat, 2004-08-21 at 12:17, Xongoo!com: Central unit wrote: Holla, Maybe someone knows how to improve for loops performance? When generating 1000's of pages, it oads in 10-20 seconds. Maybe there is some solution I don't know about? Give us an example of your for loop that is having

Re: [PHP] for loops performance

2004-08-21 Thread raditha dissanayake
Xongoo!com: Central unit wrote: Holla, Maybe someone knows how to improve for loops performance? When generating 1000's of pages, it oads in 10-20 seconds. Maybe there is some solution I don't know about? prey what is your algorithm? Thanks! -- Tadas Talaikis [EMAIL PROTECTED]

Re: [PHP] for loops performance

2004-08-21 Thread Xongoo!com: Central unit
: Central unit [EMAIL PROTECTED] Cc: PHP-General [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 7:32 PM Subject: Re: [PHP] for loops performance On Sat, 2004-08-21 at 12:17, Xongoo!com: Central unit wrote: Holla, Maybe someone knows how to improve for loops performance? When generating 1000's

Re: [PHP] for loops performance

2004-08-21 Thread Shawn McKenzie
PROTECTED] To: Xongoo!com: Central unit [EMAIL PROTECTED] Cc: PHP-General [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 7:32 PM Subject: Re: [PHP] for loops performance On Sat, 2004-08-21 at 12:17, Xongoo!com: Central unit wrote: Holla, Maybe someone knows how to improve for loops performance? When

Re: [PHP] for loops performance

2004-08-21 Thread John Holmes
Xongoo!com: Central unit wrote: Maybe someone knows how to improve for loops performance? When generating 1000's of pages, it oads in 10-20 seconds. Maybe there is some solution I don't know about? If you only generate 100s of pages, it'll probably load about ten times faster... -- ---John