On 02/04/2010 08:02 AM, Mike Orr wrote: > It does, but the speed of that is imperceptible. Reading the template > from disk is a thousand times slower. > >
But with Mako the templates are compiled as Python code, hence loaded from disk only once (per file change), no? Vlad -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
