Nope, the test was done with apache+mod_wsgi+webpy and I did have web.config.debug = False, but actually specifying cache=True makes it work correctly.
2010/6/16 Anand Chitipothu <[email protected]> > 2010/6/15 Emiliano Martinez Contreras <[email protected]>: > > @Anand I did what you said, which effectively is also what @Andrei said, > > however the CPU time does not improve, look at the profiling output: > > Did you run this test using dev server? If so, try again after setting > web.config.debug = False. > > -- > 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] <webpy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- 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.
