doctrine / DoctrineMongoDBBundle

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

improve collector view #708

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

This PR adds command time to the toolbar just like in ORM bundle:

image

The ms unit has been grayed out in the profiler to match other tabs: image

I've also skipped check for profiler_markup_version as 1 means it's Symfony <2.8 which is no longer supported by the bundle.

I rephrased the "Query count" to "command count" but I'm not really sure how to name the "Query time".

malarzm commented 2 years ago

I rephrased the "Query count" to "command count" but I'm not really sure how to name the "Query time".

How about "Command time"? :)