GET https://www.test.annonce221.com/mentions-legales

Query Metrics

121 Database Queries
4 Different statements
93.70 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
83.29 ms
(88.90%)
109
SELECT COUNT(a0_.id) AS sclr_0 FROM annonce a0_ INNER JOIN categorie c1_ ON a0_.categorie_id = c1_.id WHERE a0_.statut = ? AND c1_.id = ?
Parameters:
[
  "Publié"
  243
]
5.43 ms
(5.80%)
8
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5, t0.parent_id AS parent_id_6 FROM categorie t0 WHERE t0.parent_id = ?
Parameters:
[
  235
]
2.78 ms
(2.97%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5, t0.parent_id AS parent_id_6 FROM categorie t0 WHERE t0.is_active = ? AND t0.parent_id IS NULL
Parameters:
[
  1
]
2.20 ms
(2.34%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.label AS label_4 FROM options t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "app_adresse"
]

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\Annonce
  • The field App\Entity\Annonce#contactAnnonces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ContactAnnonce#annonce does not contain the required 'inversedBy="contactAnnonces"' attribute.
App\Entity\CategorieChamp No errors.
App\Entity\Options No errors.