Query Metrics
24
Database Queries
2
Different statements
8.60 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.30 ms (84.93%) |
23 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.profile_picture AS profile_picture_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t10.id AS id_11, t10.user_id AS user_id_12 FROM user t0 LEFT JOIN basket t10 ON t10.user_id = t0.id WHERE t0.id = ?
Parameters:
[
26
]
|
|
1.30 ms (15.07%) |
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.description AS description_2, b0_.images_url AS images_url_3, b0_.book_condition AS book_condition_4, b0_.author AS author_5, b0_.publishing_house AS publishing_house_6, b0_.price AS price_7, b0_.created_at AS created_at_8, b0_.updated_at AS updated_at_9, b0_.user_id AS user_id_10 FROM book_ad b0_ ORDER BY b0_.created_at DESC LIMIT 25
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\BookAd | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Basket | No errors. |
| App\Entity\Address | No errors. |