Categories > TinyButStrong general >

Slow Rendering

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
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.
By: Skrol29
Date: 2003-07-30
Time: 12:30

Re: Slow Rendering

Strange !

Could you send to me your template and a piece of code in order to reproduce it at home ?