> Looks like you are running the application with web.config.debug = > True. Any reason for doing that?
Thanks again Anand I overlooked the web.config.debug it wasn't set to True or False in the code I added web.config.debug = True. I also tried using GAE as you suggested and compiled my template folder using python web/template.py --compile templates here are my new results: http://pastebin.com/m5954a153 Which is a huge improvement going from 22.7 secs down to 2.7 secs :) - brendon -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
