Query Metrics
63
Database Queries
10
Different statements
345.86 ms
Query time
2
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
288.44 ms (83.40%) |
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.date_log AS date_log_3, t0.nbvues AS nbvues_4, t0.page AS page_5, t0.user_id AS user_id_6 FROM log_page t0 WHERE t0.page = ? AND t0.date_log = ? AND t0.user_id IS NULL LIMIT 1
Parameters:
[ "Protocoles Etapes communes à tout les traitements endodontiques" "2024-12-23" ] |
32.51 ms (9.40%) |
46 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.description AS description_4, t0.image AS image_5, t0.resume AS resume_6, t0.parent_id AS parent_id_7 FROM categorie t0 WHERE t0.parent_id = ?
Parameters:
[
1
]
|
6.70 ms (1.94%) |
1 |
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.resume AS resume_2, p0_.protocole AS protocole_3, p0_.administration AS administration_4, p0_.information AS information_5, p0_.code_dent AS code_dent_6, p0_.code_fracture AS code_fracture_7, p0_.fracture AS fracture_8, p0_.urgence AS urgence_9, p0_.favori AS favori_10, p0_.archive AS archive_11, p0_.urlvideo AS urlvideo_12, p0_.reference AS reference_13 FROM protocole p0_ INNER JOIN protocole_categorie p2_ ON p0_.id = p2_.protocole_id INNER JOIN categorie c1_ ON c1_.id = p2_.categorie_id WHERE c1_.id = 164 AND p0_.archive = 0 ORDER BY p0_.titre ASC
Parameters:
[] |
6.43 ms (1.86%) |
4 |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.protocole_id AS protocole_id_3, t0.image_id AS image_id_4 FROM protocolephoto t0 WHERE t0.protocole_id = ? ORDER BY t0.ordre ASC LIMIT 1
Parameters:
[
506
]
|
5.63 ms (1.63%) |
4 |
SELECT t0.id AS id_1, t0.nomfichier AS nomfichier_2, t0.extension AS extension_3, t0.urlfichier AS urlfichier_4, t0.legende AS legende_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
417
]
|
3.22 ms (0.93%) |
3 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.description AS description_4, t0.image AS image_5, t0.resume AS resume_6, t0.parent_id AS parent_id_7 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
164
]
|
1.03 ms (0.30%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.description AS description_4, t0.image AS image_5, t0.resume AS resume_6, t0.parent_id AS parent_id_7 FROM categorie t0 WHERE t0.parent_id = ? ORDER BY t0.titre ASC
Parameters:
[
164
]
|
0.97 ms (0.28%) |
1 |
"COMMIT"
Parameters:
[] |
0.50 ms (0.14%) |
1 |
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[ 2 170587 ] |
0.44 ms (0.13%) |
1 |
"START TRANSACTION"
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\Categorie | No errors. |
App\Entity\Materiel | No errors. |
App\Entity\Protocole |
|
App\Entity\Commentaire |
|
App\Entity\Protocoleinstrimg | No errors. |
App\Entity\Protocolephoto | No errors. |
App\Entity\Image | No errors. |
App\Entity\LogPage | No errors. |
App\Entity\User | No errors. |