Query Metrics
24
Database Queries
14
Different statements
265.52 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
243.53 ms (91.72%) |
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:
[ "Matériel Wedjets - Cordon élastique" "2024-12-23" ] |
4.81 ms (1.81%) |
6 |
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:
[
660
]
|
2.93 ms (1.10%) |
4 |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.materiel_id AS materiel_id_3, t0.image_id AS image_id_4 FROM materielphoto t0 WHERE t0.materiel_id = ? ORDER BY t0.ordre ASC
Parameters:
[
5072
]
|
1.97 ms (0.74%) |
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 INNER JOIN materiel_categorie ON t0.id = materiel_categorie.categorie_id WHERE materiel_categorie.materiel_id = ?
Parameters:
[
5078
]
|
1.72 ms (0.65%) |
2 |
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:
[
60
]
|
1.71 ms (0.64%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.presentation AS presentation_4, t0.tarif AS tarif_5, t0.code_sc AS code_sc_6, t0.code_pa AS code_pa_7, t0.archive AS archive_8, t0.reference AS reference_9 FROM materiel t0 WHERE t0.id = ?
Parameters:
[
"5078"
]
|
1.66 ms (0.62%) |
2 |
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 = ?
Parameters:
[
505
]
|
1.64 ms (0.62%) |
1 |
"COMMIT"
Parameters:
[] |
1.40 ms (0.53%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.presentation AS presentation_4, t0.tarif AS tarif_5, t0.code_sc AS code_sc_6, t0.code_pa AS code_pa_7, t0.archive AS archive_8, t0.reference AS reference_9 FROM materiel t0 INNER JOIN materiel_materiel ON t0.id = materiel_materiel.materiel_target WHERE materiel_materiel.materiel_source = ?
Parameters:
[
5078
]
|
1.38 ms (0.52%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.resume AS resume_3, t0.protocole AS protocole_4, t0.administration AS administration_5, t0.information AS information_6, t0.code_dent AS code_dent_7, t0.code_fracture AS code_fracture_8, t0.fracture AS fracture_9, t0.urgence AS urgence_10, t0.favori AS favori_11, t0.archive AS archive_12, t0.urlvideo AS urlvideo_13, t0.reference AS reference_14 FROM protocole t0 INNER JOIN protocole_materiel ON t0.id = protocole_materiel.protocole_id WHERE protocole_materiel.materiel_id = ?
Parameters:
[
5078
]
|
1.03 ms (0.39%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.presentation AS presentation_4, t0.tarif AS tarif_5, t0.code_sc AS code_sc_6, t0.code_pa AS code_pa_7, t0.archive AS archive_8, t0.reference AS reference_9 FROM materiel t0 INNER JOIN kitmateriels ON t0.id = kitmateriels.materiel_target WHERE kitmateriels.materiel_source = ?
Parameters:
[
5078
]
|
0.71 ms (0.27%) |
1 |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.datepubli AS datepubli_3, t0.valide AS valide_4, t0.auteur_id AS auteur_id_5, t0.protocole_id AS protocole_id_6, t0.materiel_id AS materiel_id_7 FROM commentaire t0 WHERE t0.materiel_id = ? ORDER BY t0.datepubli DESC
Parameters:
[
5078
]
|
0.53 ms (0.20%) |
1 |
INSERT INTO log_page (url, date_log, nbvues, page, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "/materiel/5078" "2024-12-23" 1 "Matériel Wedjets - Cordon élastique" null ] |
0.52 ms (0.19%) |
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\Materiel | No errors. |
App\Entity\Categorie | No errors. |
App\Entity\Protocole |
|
App\Entity\Commentaire |
|
App\Entity\Materielphoto |
|
App\Entity\Image | No errors. |
App\Entity\LogPage | No errors. |
App\Entity\User | No errors. |
App\Entity\Protocoleinstrimg | No errors. |
App\Entity\Protocolephoto | No errors. |