Query Metrics
5
Database Queries
5
Different statements
7.74 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.33 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.etat AS etat_7, t0.telephone AS telephone_8, t0.date_creation AS date_creation_9, t0.date_modification AS date_modification_10, t0.is_verified AS is_verified_11, t0.remarque AS remarque_12, t0.projet_id AS projet_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
18
]
|
2 | 1.06 ms |
SELECT DISTINCT o0_.id AS id_0, o0_.ordre AS ordre_1 FROM objet o0_ ORDER BY o0_.ordre ASC LIMIT 30
Parameters:
[] |
3 | 1.30 ms |
SELECT o0_.id AS id_0, o0_.label AS label_1, o0_.actif AS actif_2, o0_.ordre AS ordre_3, o0_.capture AS capture_4, o0_.description AS description_5, o0_.remarque AS remarque_6, o0_.position AS position_7, o0_.date_debut AS date_debut_8, o0_.date_fin AS date_fin_9, o0_.date_creation AS date_creation_10, o0_.date_modification AS date_modification_11, o0_.visibility AS visibility_12, o0_.id_import AS id_import_13, o0_.section_id AS section_id_14 FROM objet o0_ WHERE o0_.id IN (?) ORDER BY o0_.ordre ASC
Parameters:
[ [ 3 8 9 11 12 14 15 ] ] |
4 | 0.59 ms |
SELECT count(o0_.id) AS sclr_0 FROM objet o0_
Parameters:
[] |
5 | 2.46 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.code_html AS code_html_3, t0.code_css AS code_css_4, t0.code_js AS code_js_5, t0.code_block AS code_block_6, t0.date_creation AS date_creation_7, t0.date_modification AS date_modification_8, t0.id_import AS id_import_9, t0.code_inner_block AS code_inner_block_10, t0.projet_id AS projet_id_11 FROM section t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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\Projet | No errors. |
App\Entity\UserRole | No errors. |
App\Entity\Objet | No errors. |
App\Entity\Section | No errors. |
App\Entity\ConfigObjet | No errors. |
App\Entity\BlockObjet | No errors. |