On 2010-02-16 20:40, brendon wrote:
> I haven't fixed the caching but have dramatically decreased the times
> pages load by 10x by compiling the templates first and rendering them
> with GAE.

In my case (relatively small embedded application) I use
templates only in a very simple, reduced form and I even think
about replacing them with some basic Python string template
functions. I'm happy with web.py Templator, but in my
application I don't make much use of it, so why not drop it?

> app.run(web.http.profiler)

This is a good hint. Thanks!

Btw. what is your experience in using Python and web.py with
only 64 MB of RAM? Any problems?

-- 
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.

Reply via email to