neo4j-php / neo4j-symfony

Symfony Bundle for the Neo4j Graph Database
MIT License
78 stars 41 forks source link

Improve the profiler and data collector #10

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

Using Symfonys event dispatcher Created a service for connection manager Updated the DataCollector and profiler page Using a LoggerSubscriber

xavismeh commented 7 years ago

Why not enabling this feature by default for dev environment ?

Nyholm commented 7 years ago

It does not care about the environment. It only cares if the Kernel is in debug or not. (As it usually is in dev environment). By default, it is on when kernel.debug = true.

Nyholm commented 7 years ago

Is this the last PR to be merged before we can finish the test app?

Nyholm commented 7 years ago

Hey @xavismeh. Do you have time to review this? Should we find a date together where we can create a first version of this project?

Nyholm commented 7 years ago

Thank you for the review and the fixes.