Query Metrics
12
Database Queries
10
Different statements
310.95 ms
Query time
2
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 4.87 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.content AS content_4, t0.description AS description_5 FROM page t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"pourquoi-nos-protocoles"
]
|
2 | 0.98 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.content AS content_4, t0.description AS description_5 FROM page t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"organisation-du-cabinet"
]
|
3 | 0.90 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.url AS url_3, t0.content AS content_4, t0.description AS description_5 FROM page t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"la-bonne-selection-du-materiel"
]
|
4 | 3.14 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.dtpubli AS dtpubli_3, t0.description AS description_4, t0.url AS url_5, t0.content AS content_6 FROM article t0 ORDER BY t0.dtpubli DESC LIMIT 4
Parameters:
[] |
5 | 5.86 ms |
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.titre = ? LIMIT 1
Parameters:
[
"Protocoles"
]
|
6 | 7.24 ms |
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 WHERE t0.favori = ? ORDER BY t0.titre ASC
Parameters:
[
"1"
]
|
7 | 282.79 ms |
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:
[ "accueil" "2024-12-23" ] |
8 | 0.38 ms |
"START TRANSACTION"
Parameters:
[] |
9 | 0.47 ms |
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[ 32 170249 ] |
10 | 1.34 ms |
"COMMIT"
Parameters:
[] |
11 | 1.58 ms |
SELECT t0.id AS id_1, t0.photo AS photo_2, t0.titre1 AS titre1_3, t0.titre2 AS titre2_4, t0.soustitre AS soustitre_5, t0.url AS url_6 FROM slider t0
Parameters:
[] |
12 | 1.40 ms |
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
]
|
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\Page | No errors. |
App\Entity\Article | No 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\LogPage | No errors. |
App\Entity\User | No errors. |
App\Entity\Slider | No errors. |