302 redirect from GET @categoriefiltrenom_page (59431f)

GET https://lodeao.com/categoriefiltre/2/69

Query Metrics

113 Database Queries
10 Different statements
337.64 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
243.01 ms
(71.97%)
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ériels Odontologie Conservatrice"
  "2024-12-23"
]
61.37 ms
(18.18%)
99
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:
[
  2
]
7.08 ms
(2.10%)
1
"COMMIT"
Parameters:
[]
6.91 ms
(2.05%)
1
SELECT m0_.id AS id_0, m0_.nom AS nom_1, m0_.description AS description_2, m0_.presentation AS presentation_3, m0_.tarif AS tarif_4, m0_.code_sc AS code_sc_5, m0_.code_pa AS code_pa_6, m0_.archive AS archive_7, m0_.reference AS reference_8 FROM materiel m0_ INNER JOIN materiel_categorie m2_ ON m0_.id = m2_.materiel_id INNER JOIN categorie c1_ ON c1_.id = m2_.categorie_id WHERE c1_.id = 69 AND m0_.archive = 0 ORDER BY m0_.nom ASC
Parameters:
[]
5.29 ms
(1.57%)
3
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 LIMIT 1
Parameters:
[
  9059
]
4.57 ms
(1.35%)
3
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:
[
  655
]
3.58 ms
(1.06%)
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:
[
  69
]
2.20 ms
(0.65%)
1
"START TRANSACTION"
Parameters:
[]
2.18 ms
(0.65%)
1
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[
  5
  170450
]
1.48 ms
(0.44%)
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:
[
  69
]

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