16 messages in com.googlegroups.pylons-discussRe: performance
FromSent OnAttachments
George V. Reilly24 Jun 2008 14:35 
Ben Bangert24 Jun 2008 15:16 
EricHolmberg24 Jun 2008 15:31 
Ben Bangert24 Jun 2008 15:37 
Jonathan Vanasco24 Jun 2008 17:38 
Ben Bangert25 Jun 2008 10:22 
Jonathan Vanasco25 Jun 2008 10:59 
Ben Bangert25 Jun 2008 11:33 
TJ Ninneman25 Jun 2008 11:40 
Mike Orr25 Jun 2008 12:37 
Ben Bangert25 Jun 2008 13:21 
Jonathan Vanasco25 Jun 2008 15:06 
Jonathan Vanasco25 Jun 2008 15:14 
Ben Bangert25 Jun 2008 15:31 
Damian26 Jun 2008 06:14 
Ben Bangert26 Jun 2008 09:37 
Subject:Re: performance
From:Ben Bangert (be@groovie.org)
Date:06/26/2008 09:37:57 AM
List:com.googlegroups.pylons-discuss

On Jun 26, 2008, at 6:14 AM, Damian wrote:

A good tip indeed - although I can't quite figure out where to set TemplateLookup's filesystem_checks variable? Can I set that somewhere in config.init_app in environment.py or is there a configuration file option I can set?

For a 0.9.6.x project, in environment.py:

# Customize templating options via this variable tmpl_options = config['buffet.template_options'] tmpl_options['mako.filesystem_checks'] = False

Should do the trick. It's more obvious in 0.9.7 since you'll see the TemplateLookup object itself being created in environment.py.

Cheers, Ben