GET https://www.test.annonce221.com/listes-des-annonces?sous_categorie=Services

Query Metrics

234 Database Queries
7 Different statements
204.18 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
191.54 ms
(93.81%)
218
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
]
6.32 ms
(3.10%)
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
]
1.74 ms
(0.85%)
2
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
]
1.42 ms
(0.69%)
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"
]
1.18 ms
(0.58%)
1
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.description AS description_2, c0_.is_active AS is_active_3, c0_.slug AS slug_4, c0_.parent_id AS parent_id_5 FROM categorie c0_ WHERE c0_.is_active = ? AND c0_.parent_id IS NOT NULL
Parameters:
[
  1
]
1.01 ms
(0.49%)
1
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM annonce a0_ LEFT JOIN categorie c1_ ON a0_.categorie_id = c1_.id LEFT JOIN categorie c2_ ON c1_.parent_id = c2_.id WHERE a0_.statut = ? AND c1_.slug = ?
Parameters:
[
  "Publié"
  "Services"
]
0.97 ms
(0.48%)
1
SELECT DISTINCT a0_.id AS id_0, a0_.publication_at AS publication_at_1 FROM annonce a0_ LEFT JOIN categorie c1_ ON a0_.categorie_id = c1_.id LEFT JOIN categorie c2_ ON c1_.parent_id = c2_.id WHERE a0_.statut = ? AND c1_.slug = ? ORDER BY a0_.publication_at DESC LIMIT 12
Parameters:
[
  "Publié"
  "Services"
]

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\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\Categorie No errors.
App\Entity\CategorieChamp No errors.
App\Entity\Options No errors.