I would wait on this one if I were you. Use the powerful feature as simply as possible, then determine if you need to optimize anything by using a profiler.
I know it is a bit of an old saw, but premature optimization really is the root of all evil. Stefan Simik wrote: > > Hi boys, > > I would like to ask about Templating ( CssTemplate, ...) versus > performance. > > I see templating as a very powerful feature, but I worry about degraded > performance, > because of much processing when interpolating variables in every request. > I saw some caching mechanism (TextTemplateCache) in sources, which could > solve > my problem. > Could someone knowledgeable more elaborate on this problem/question please > ? > Thanks very much. > > Stefan Simik > > -- View this message in context: http://www.nabble.com/Templating-%2B-performance-question-tp17575292p17576850.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
