On Thursday, September 26, 2013 11:58:26 AM UTC-4, Michael Bayer wrote:

That's why I don't have a caching function included with SQLAlchemy.
Because then I'd be debugging it, not you :)

 

Ha!

 

My caching is pretty lightweight.  I do need to figure out a better system
though -- that's for post-launch / investing though !  I'll toss you a
preview when it's close to launch.  It's built on quite a bit of Bayer-Tech.

[Jeff Peck] 

 

Jonathan,

I'm late to this, but I was debugging a Flask app last night and found an
excellent extension called flask_debugtoolbar. I just did a quick check, and
there appears to be a port of this for Pyramid too. If this works like the
Flask version, it will intercept your page responses and give you a chance
to look at every query you're making via sqlalchemy. You can even click on
the queries to get the EXPLAIN. It also does a complete profile, so you can
see which functions are taking up the most time.

 

https://github.com/Pylons/pyramid_debugtoolbar

 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to