Have you done any profiling to know exactly how much time your application is spending rendering? Most of the time bottlenecks are in other places (specially in the database).

By the way, Tapestry does not have a rendering tree, but a rendering queue. No recursion is used when rendering a page or component.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to