Hi, I am testing heroku as a platform to deploy pyramid apps.
I notice an extremely low performance (2 seconds to provide a page) and I
am wondering what can be the reason. I am not using sqlalchemy, I have my
custom sql methods with psycopg2 and that have proven on other platforms to
be fast.
I still suspect that the database is the bottleneck, particularly with
establishing the connection. Do you have experience with heroku? Are you
facing the same problem? And how do you solve it? I am thinking about using
a persistent connection, but I don't know how to do it...