Query Metrics
90
Database Queries
6
Different statements
45.62 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.22 ms (42.14%) |
41 |
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.created_at AS created_at_3, t0.type AS type_4, t0.updated_at AS updated_at_5, t0.legend AS legend_6, t0.book_id AS book_id_7 FROM picture_book t0 WHERE t0.book_id = ?
Parameters:
[
252
]
|
|
10.53 ms (23.09%) |
23 |
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.created_at AS created_at_3, t0.type AS type_4, t0.updated_at AS updated_at_5, t0.web_id AS web_id_6 FROM picture_web t0 WHERE t0.web_id = ?
Parameters:
[
68
]
|
|
10.32 ms (22.63%) |
23 |
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.created_at AS created_at_3, t0.position AS position_4, t0.updated_at AS updated_at_5, t0.web_id AS web_id_6 FROM slide_web t0 WHERE t0.web_id = ?
Parameters:
[
68
]
|
|
2.79 ms (6.11%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.hover AS hover_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.url_rwr AS url_rwr_7, t0.published AS published_8, t0.categorie_id AS categorie_id_9 FROM book t0 WHERE t0.published = ? ORDER BY t0.created_at DESC
Parameters:
[
true
]
|
|
1.77 ms (3.88%) |
1 |
SELECT t0.id AS id_1, t0.colonne AS colonne_2, t0.position AS position_3, t0.title AS title_4, t0.customer AS customer_5, t0.partnership AS partnership_6, t0.web_link AS web_link_7, t0.description AS description_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.published AS published_11 FROM web t0 WHERE t0.published = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
0.98 ms (2.16%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM categorie 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\Book | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\PictureBook | No errors. |
| App\Entity\Web | No errors. |
| App\Entity\PictureWeb | No errors. |
| App\Entity\SlideWeb | No errors. |