Query Metrics
2
Database Queries
2
Different statements
0.27 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.14 ms (51.84%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.notes AS notes_3, t0.company_id AS company_id_4 FROM potential_customer_company t0 WHERE t0.id = ?
Parameters:
[
"98"
]
|
|
0.13 ms (48.16%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.phone AS phone_4, t0.role AS role_5, t0.company_id AS company_id_6 FROM potential_customer_company_contact t0 WHERE t0.company_id = ? ORDER BY t0.name ASC
Parameters:
[
98
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\PotentialCustomerCompany | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\PotentialCustomerCompanyContact | No errors. |