Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Add Metrics about database #28

Open
mpoiriert opened this issue Mar 16, 2018 · 0 comments
Open

Add Metrics about database #28

mpoiriert opened this issue Mar 16, 2018 · 0 comments

Comments

@mpoiriert
Copy link

Normally the issue on big project is the scalping of the database not as much the frontal server where php executed.

What would be interesting (minimally) is the amount of queries made when the orm is properly configure. Mean if I have a relation on another table does it do a join or a extra queries ? If I am reloading a the same entity again by primary key does it load it from a pool of instances (context cache) or hitting the database again ? Etc.

Using blackfire would help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant