Hi, I'm trying to use Fast Templates to render a 10 row table with expandable links so that when you click on the links that table can expand adding more rows. The data in the rows and expanded rows are reterived from a database. Each time I expand a new row it has to retreieve the rows that are already expanded from the database and re render the entire table form scratch. The problem is that the FastTemplate times out and I get a red php error saying that it exceeded the execution time of 30 seconds. I was wondering if anyone has experience similar problems with Fast Templates (Keep in mind that 30 seconds is along time to wait for a page to load) If anyone has a solution to this problem please feel free to email me.
Best Regards,
Brian Lee
You sure it's not your query? 30 seconds sounds contrary to "fast templates"....
Positive, we made 2 versions of the application, with the same query but one with and one with out Fast Templates. The one without Fast Templates just echos the values on to the page, which worked fine.
-Brian
The only time I have a performance hit with FT is when using dynamic templates and parse them 100's to 1000's of times in a page.