mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Slow query logging #5129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Slavenin on GitHub (May 19, 2016).
Originally assigned to: @Ocramius on GitHub.
Hi!
Doctrine supports slow query log?
@Ocramius commented on GitHub (May 19, 2016):
Doctrine supports logging via the
SQLLogger.In-depth analysis of query performance is up to the db layer, though.