Il giorno mercoledì 20 giugno 2012 20:39:29 UTC+2, Alexandre Conrad ha scritto: > > I'd recommend you log the time it takes for your pyramid views to respond, > as well as the model functions you call to make DB access to try to narrow > down where the bottleneck comes from. >
Well, after making some tests and by using the debug toolbar, I was able to find that the problem was establishing connections to the db. Thus I inserted a mechanism for connection pooling and I was able to get a 16x speed increase. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/lGVhuJTKHqEJ. 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.
