Query Metrics
5
Database Queries
4
Different statements
7.09 ms
Query time
3
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.26 ms (46.02%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.status AS status_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.phone AS phone_9, t0.photo AS photo_10, t0.civility AS civility_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.sage_id AS sage_id_14, t0.created AS created_15, t0.updated AS updated_16, t0.local_area_id AS local_area_id_17, t0.commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0.sage_id = ? LIMIT 1
Parameters:
[
"21458_DTL0009914"
]
|
||||||||||||||||||||||||
|
2.26 ms (31.89%) |
2 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.status AS status_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.phone AS phone_9, t0.photo AS photo_10, t0.civility AS civility_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.sage_id AS sage_id_14, t0.created AS created_15, t0.updated AS updated_16, t0.local_area_id AS local_area_id_17, t0.commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"415a7875fa0841846q@melis.com"
]
|
||||||||||||||||||||||||
|
1.16 ms (16.39%) |
1 |
SELECT t0.id AS id_1, t0.address AS address_2, t0.city AS city_3, t0.zip AS zip_4, t0.country AS country_5 FROM address t0 INNER JOIN user_address ON t0.id = user_address.address_id WHERE user_address.user_id = ?
Parameters:
[
170900
]
|
||||||||||||||||||||||||
|
0.40 ms (5.70%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.local AS local_3, t0.sage_id AS sage_id_4 FROM local_area t0 WHERE t0.sage_id = ? LIMIT 1
Parameters:
[
"3"
]
|
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\User |
|
| App\Entity\LocalArea | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\Order |
|
| App\Entity\OrderHistory | No errors. |
| App\Entity\EquipmentAttribution |
|