Query Metrics
4
Database Queries
4
Different statements
2.06 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.25 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.titre AS titre_3, t0.description AS description_4, t0.lieu AS lieu_5, t0.date AS date_6, t0.video AS video_7, t0.code AS code_8, t0.couverture AS couverture_9, t0.creation AS creation_10, t0.modification AS modification_11, t0.user_id AS user_id_12, t0.userupdate_id AS userupdate_id_13 FROM activite t0 WHERE t0.id = ?
Parameters:
[
"91"
]
|
| 2 | 0.29 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.titre AS titre_3, t0.description AS description_4, t0.lieu AS lieu_5, t0.date AS date_6, t0.video AS video_7, t0.code AS code_8, t0.couverture AS couverture_9, t0.creation AS creation_10, t0.modification AS modification_11, t0.user_id AS user_id_12, t0.userupdate_id AS userupdate_id_13 FROM activite t0 ORDER BY t0.id DESC LIMIT 4
Parameters:
[] |
| 3 | 0.31 ms |
SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.titre AS titre_2, a0_.description AS description_3, a0_.lieu AS lieu_4, a0_.date AS date_5, a0_.video AS video_6, a0_.code AS code_7, a0_.couverture AS couverture_8, a0_.creation AS creation_9, a0_.modification AS modification_10, a0_.user_id AS user_id_11, a0_.userupdate_id AS userupdate_id_12 FROM activite a0_ WHERE a0_.id < ? ORDER BY a0_.id DESC LIMIT 1
Parameters:
[
91
]
|
| 4 | 0.21 ms |
SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.titre AS titre_2, a0_.description AS description_3, a0_.lieu AS lieu_4, a0_.date AS date_5, a0_.video AS video_6, a0_.code AS code_7, a0_.couverture AS couverture_8, a0_.creation AS creation_9, a0_.modification AS modification_10, a0_.user_id AS user_id_11, a0_.userupdate_id AS userupdate_id_12 FROM activite a0_ WHERE a0_.id > ? ORDER BY a0_.id ASC LIMIT 1
Parameters:
[
91
]
|
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\Activite | No errors. |
| App\Entity\User | No errors. |