GET https://www.test.annonce221.com/creer-un-compte-annonceur

Query Metrics

122 Database Queries
5 Different statements
88.54 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
80.76 ms
(91.21%)
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
]
4.56 ms
(5.15%)
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.69 ms
(1.90%)
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"
]
0.80 ms
(0.90%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.icon AS icon_3, t0.es_active AS es_active_4 FROM centre_interet t0
Parameters:
[]
0.74 ms
(0.83%)
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
]

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\CentreInteret No errors.
App\Entity\User No 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.