doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
382 stars 230 forks source link

Show query time in profiler #319

Closed marijnotte closed 3 years ago

marijnotte commented 9 years ago

In dev mode, it would be great to see the query time for each query (like the Doctrine ORM profiler does: http://take.ms/37ILV). This makes it a lot easier to identify queries that are subject for performance improvement.

ChubV commented 8 years ago

Yeah, to make it happen you have to do something like https://github.com/doctrine/mongodb/pull/153

jmikola commented 6 years ago

Note: the command monitoring functionality in the newer mongodb extension may be helpful, as the information could be captured without requiring any modifications to ODM.

alcaeus commented 6 years ago

Scheduling for 4.0.0 which will be the first major version to require ODM 2.0, which will require the new driver. We can then finally start implementing this feature. In the meantime, please show your support using emotions instead of +1 comments 😉

IonBazan commented 3 years ago

Implemented in #652 - will be released as 4.4.0 soon.