Query Metrics
5
Database Queries
4
Different statements
4.37 ms
Query time
3
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.56 ms |
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"
]
|
||||||||||||||||||||||||
| 2 | 0.44 ms |
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"
]
|
||||||||||||||||||||||||
| 3 | 0.33 ms |
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"
]
|
||||||||||||||||||||||||
| 4 | 1.11 ms |
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:
[
"14646_22654112000"
]
|
||||||||||||||||||||||||
| 5 | 0.93 ms |
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:
[
164195
]
|
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 |
|