-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show query time in profiler #319
Comments
Yeah, to make it happen you have to do something like doctrine/mongodb#153 |
Note: the command monitoring functionality in the newer |
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 |
Implemented in #652 - will be released as 4.4.0 soon. |
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.
The text was updated successfully, but these errors were encountered: