Categories > TinyButStrong general >

Performance

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: george
Date: 2005-07-03
Time: 13:03

Performance

Hello,
I am examining a lot of template systems lately and I 've come across tbs. I wonder how tbs is doing against its competition. You say it's only one file, but it's a 100K file. So I am wondering what performance issues this has.
Thanks,
george
By: george
Date: 2005-07-03
Time: 18:01

Re: Performance

You can ignore this one, since I found an earlier post that compares it with Smarty. However, I am still interested in my question regarding large datasets. Does it load the whole recordset in order to do paging?
By: RwD
Date: 2005-07-05
Time: 12:39

Re: Performance

It loads the whole dataset, that is, it queries the database with the original query. And from the result it seeks the records needed and uses those.

(For as far as I know)