Query Metrics
2
Database Queries
2
Different statements
0.27 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.13 ms |
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:
[
"79"
]
|
| 2 | 0.15 ms |
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:
[
79
]
|
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. |