Query Metrics

7 Database Queries
7 Different statements
5.51 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.02 ms
(18.48%)
1
SELECT a0_.id AS id_0, a0_.description AS description_1, a0_.nom AS nom_2, a0_.date_naissance AS date_naissance_3, a0_.maladie AS maladie_4, a0_.etat AS etat_5, a0_.sexe AS sexe_6, a0_.image_name AS image_name_7, a0_.image_size AS image_size_8, a0_.updated_at AS updated_at_9, a0_.num_iden_valid AS num_iden_valid_10, a0_.num_iden AS num_iden_11, a0_.datepublication AS datepublication_12, a0_.vaccine AS vaccine_13, a0_.dresse AS dresse_14, a0_.sterile AS sterile_15, a0_.couleur AS couleur_16, a0_.poil AS poil_17, a0_.possedeallergie AS possedeallergie_18, a0_.allergie AS allergie_19, a0_.traiter AS traiter_20, a0_.goodwith AS goodwith_21, a0_.raison AS raison_22, a0_.custom_id AS custom_id_23, a0_.etape AS etape_24, a0_.race_id AS race_id_25, a0_.ville_id AS ville_id_26, a0_.donneur_id AS donneur_id_27 FROM annonce a0_ INNER JOIN race r1_ ON a0_.race_id = r1_.id INNER JOIN espece e2_ ON r1_.espece_id = e2_.id WHERE a0_.nom = ? AND e2_.nom = ? AND r1_.race_slug = ? AND a0_.custom_id = ?
Parameters:
[
  "Sylvie de la Devaux"
  "Chien"
  "barbado-de-terceira"
  "A100021"
]
0.85 ms
(15.36%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code_postal AS code_postal_3, t0.longitude AS longitude_4, t0.latitude AS latitude_5, t0.departement_id AS departement_id_6 FROM ville t0 WHERE t0.id = ?
Parameters:
[
  20843
]
0.82 ms
(14.83%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.race_slug AS race_slug_3, t0.poids_min AS poids_min_4, t0.poids_max AS poids_max_5, t0.taille_min AS taille_min_6, t0.taille_max AS taille_max_7, t0.vie_min AS vie_min_8, t0.vie_max AS vie_max_9, t0.temps_balade AS temps_balade_10, t0.avantage AS avantage_11, t0.inconvenient AS inconvenient_12, t0.description AS description_13, t0.lof AS lof_14, t0.espece_id AS espece_id_15 FROM race t0 WHERE t0.id = ?
Parameters:
[
  10
]
0.80 ms
(14.44%)
1
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.type AS type_3, t0.montant AS montant_4, t0.date_paiement AS date_paiement_5, t0.status AS status_6, t0.helloasso_id AS helloasso_id_7, t0.annonce_id AS annonce_id_8, t0.user_id AS user_id_9 FROM paiement t0 WHERE t0.annonce_id = ?
Parameters:
[
  21
]
0.71 ms
(12.93%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM espece t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.68 ms
(12.33%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.region_id AS region_id_4 FROM departement t0 WHERE t0.id = ?
Parameters:
[
  15
]
0.64 ms
(11.63%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM region t0 WHERE t0.id = ?
Parameters:
[
  4
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Annonce 1
App\Entity\Race 1
App\Entity\Ville 1
App\Entity\User 1
App\Entity\Departement 1
App\Entity\Espece 1
App\Entity\Region 1

Entities Mapping

Class Mapping errors
App\Entity\Annonce No errors.
App\Entity\Race No errors.
App\Entity\Espece No errors.
App\Entity\Ville No errors.
App\Entity\User No errors.
App\Entity\FormAdoption No errors.
App\Entity\Paiement No errors.
App\Entity\AnnoncePreuve No errors.
App\Entity\AnnonceHistorique No errors.
App\Entity\Conversation No errors.
App\Entity\Departement No errors.
App\Entity\Article No errors.
App\Entity\RaceCaractere No errors.
App\Entity\Region No errors.