GET http://www.home-search.org/location

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.62 ms
(26.56%)
1
SELECT t0_.id AS id_0, t0_.nom AS nom_1 FROM type t0_
Parameters:
[]
0.56 ms
(24.03%)
1
SELECT count(DISTINCT m0_.id) AS sclr_0 FROM maison m0_ WHERE m0_.sold = ? AND m0_.is_visible = ?
Parameters:
[
  0
  1
]
0.36 ms
(15.66%)
1
SELECT t0.id AS id_1, t0.image AS image_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.maison_id AS maison_id_5 FROM images_maison t0 WHERE t0.maison_id = ?
Parameters:
[
  1
]
0.26 ms
(11.15%)
1
SELECT o0_.id AS id_0, o0_.name AS name_1 FROM `option` o0_
Parameters:
[]
0.21 ms
(9.08%)
1
SELECT m0_.id AS id_0, m0_.titre AS titre_1, m0_.adresse AS adresse_2, m0_.dimension AS dimension_3, m0_.loyer AS loyer_4, m0_.typelectrification AS typelectrification_5, m0_.created_at AS created_at_6, m0_.updated_at AS updated_at_7, m0_.description AS description_8, m0_.piece AS piece_9, m0_.bedrooms AS bedrooms_10, m0_.sold AS sold_11, m0_.garage AS garage_12, m0_.devise AS devise_13, m0_.is_visible AS is_visible_14, m0_.utilisateur_id AS utilisateur_id_15, m0_.type_id AS type_id_16 FROM maison m0_ WHERE m0_.sold = ? AND m0_.is_visible = ? AND m0_.id IN (?)
Parameters:
[
  0
  1
  1
]
0.17 ms
(7.28%)
1
SELECT DISTINCT m0_.id AS id_0 FROM maison m0_ WHERE m0_.sold = ? AND m0_.is_visible = ? LIMIT 12
Parameters:
[
  0
  1
]
0.14 ms
(6.24%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM type t0
Parameters:
[]

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\Option 9
App\Entity\Type 4
App\Entity\Maison 1

Entities Mapping

Class Mapping errors
App\Entity\Type No errors.
App\Entity\Option No errors.
App\Entity\Maison No errors.
App\Entity\Utilisateur No errors.
App\Entity\ImagesMaison No errors.