--- Ryan A <[EMAIL PROTECTED]> wrote: > Just one last question, you guys can reply to this off list or on: > does using a templating engine slow down pages a lot (as i have > heard) or increase speed (as i have heard again) ? :-D
Things like Smarty are slow in terms of performance alone, yes. The tradeoff is that the design these solutions allow might make life easier for the developers. If your applications are serving ten million requests a day, Smarty is going to be problematic, but you can still overcome this with some good server-side caching (for example, is it necessary to dynamically generate a response for every request if the data isn't very volatile?). Chris ===== My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php