302 redirect from GET @categoriefiltrenom_page (52ed11)

GET https://lodeao.com/categoriefiltre/1/1

Query Metrics

302 Database Queries
9 Different statements
418.16 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
227.14 ms
(54.32%)
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 "
  "2024-12-23"
]
86.36 ms
(20.65%)
132
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:
[
  923
]
66.00 ms
(15.78%)
118
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:
[
  288
]
25.31 ms
(6.05%)
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
]
9.66 ms
(2.31%)
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 ORDER BY t0.titre ASC
Parameters:
[]
1.95 ms
(0.47%)
1
"COMMIT"
Parameters:
[]
0.88 ms
(0.21%)
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.id = ?
Parameters:
[
  1
]
0.45 ms
(0.11%)
1
"START TRANSACTION"
Parameters:
[]
0.40 ms
(0.10%)
1
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[
  2
  170767
]

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\Protocole
  • The association App\Entity\Protocole#commentaires refers to the owning side field App\Entity\Commentaire#protocoles which does not exist.
App\Entity\Categorie No errors.
App\Entity\Commentaire
  • The mappings App\Entity\Commentaire#protocole and App\Entity\Protocole#commentaires are inconsistent with each other.
App\Entity\Protocoleinstrimg No errors.
App\Entity\Protocolephoto No errors.
App\Entity\Materiel No errors.
App\Entity\Image No errors.
App\Entity\LogPage No errors.
App\Entity\User No errors.