By: Will Robertson
Date: 2003-07-30
Time: 01:25
|
Slow Rendering
I have noticed on my script that uses TBS for display, that if slows down the generation of the page significantly.
My script currently lists a directory, for each directory entry it handles 2 if statements in the TBS template. In the directory I have been using, there are 194 entries in the directory. Having these if statement make the difference between taking less than a second to generate and more than 30 seconds to generate. At this rate, I wonder if there is some memory leak or sort in the if statement, that the more you have, they take exponencially longer to process. Just an idea. Don't know... thought I would report it.
|