GET https://proviter.fr/api/ilots?property=232

Query Metrics

3 Database Queries
3 Different statements
2.47 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.93 ms
SELECT t0.id AS id_1, t0.property_name AS property_name_2, t0.commune AS commune_3, t0.surface_totale AS surface_totale_4, t0.contract_name AS contract_name_5, t0.adresse_1 AS adresse_1_6, t0.adresse_2 AS adresse_2_7, t0.code_postal AS code_postal_8, t0.departement_id AS departement_id_9 FROM property t0 WHERE t0.id = ?
Parameters:
[
  "232"
]
2 1.01 ms
SELECT COUNT(DISTINCT i0_.id) AS sclr_0 FROM ilot i0_ LEFT JOIN property p1_ ON i0_.property_id = p1_.id LEFT JOIN secteur s2_ ON i0_.secteur_id = s2_.id LEFT JOIN parcelle p3_ ON i0_.id = p3_.ilot_id WHERE i0_.id IN (SELECT i4_.id FROM ilot i4_ LEFT JOIN property p5_ ON i4_.property_id = p5_.id WHERE p5_.id = ?)
Parameters:
[
  "232"
]
3 0.52 ms
SELECT DISTINCT i0_.id AS id_0, i0_.id AS id_1 FROM ilot i0_ LEFT JOIN property p1_ ON i0_.property_id = p1_.id LEFT JOIN secteur s2_ ON i0_.secteur_id = s2_.id LEFT JOIN parcelle p3_ ON i0_.id = p3_.ilot_id WHERE i0_.id IN (SELECT i4_.id FROM ilot i4_ LEFT JOIN property p5_ ON i4_.property_id = p5_.id WHERE p5_.id = ?) ORDER BY i0_.id ASC LIMIT 30
Parameters:
[
  "232"
]

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.