Rails app hung up in the database layer?

That's the best way I can describe the weird behavior I'm seeing. Anybody else ever seen this?

A page that has no database calls (verified in mysql log), shows this in its log:

Completed in 2ms (View: 1, DB: 663)

Which is obviously fishy. And the query genuinely takes about 700 ms.

??