Query Metrics
10
Database Queries
4
Different statements
74.35 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 71.49 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.username AS username_6, t0.phone_number AS phone_number_7, t0.last_login_at AS last_login_at_8, t0.is_active AS is_active_9, t0.cle AS cle_10, t0.status AS status_11, t0.is_verified AS is_verified_12, t0.first_name AS first_name_13, t0.last_name AS last_name_14, t0.api_key AS api_key_15, t16.id AS id_17, t16.user_id AS user_id_18, t0.delivery_space_id AS delivery_space_id_19, t0.adresse_id AS adresse_id_20 FROM user t0 LEFT JOIN client t16 ON t16.user_id = t0.id
Parameters:
[] |
2 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.is_active AS is_active_3, t0.slug AS slug_4, t0.category2_id AS category2_id_5 FROM category t0
Parameters:
[] |
3 | 0.36 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
1
]
|
4 | 0.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.icon AS icon_4 FROM category3 t0 WHERE t0.id = ?
Parameters:
[
1
]
|
5 | 0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
2
]
|
6 | 0.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
3
]
|
7 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
4
]
|
8 | 0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
5
]
|
9 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.category3_id AS category3_id_5 FROM category2 t0 WHERE t0.id = ?
Parameters:
[
6
]
|
10 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.is_active AS is_active_3, t0.slug AS slug_4, t0.category2_id AS category2_id_5 FROM category t0
Parameters:
[] |
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 | No errors. |
App\Entity\Client | No errors. |
App\Entity\DeliverySpace | No errors. |
App\Entity\Adresse | No errors. |
App\Entity\Comment | No errors. |
App\Entity\Order | No errors. |
App\Entity\Article | No errors. |
App\Entity\Phone | No errors. |
App\Entity\ArticleBuy | No errors. |
App\Entity\Category | No errors. |
App\Entity\Category2 | No errors. |
App\Entity\Category3 | No errors. |