http://82-65-225-53.subs.proxad.net/coupdcoeurimmo/public/category/Location

Query Metrics

16 Database Queries
9 Different statements
14.54 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 3.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.describ AS describ_3 FROM category t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Location"
]
2 1.18 ms
SELECT t0.id AS id_1, t0.room_number AS room_number_2, t0.rent AS rent_3, t0.price AS price_4, t0.garden AS garden_5, t0.title AS title_6, t0.content AS content_7, t0.created_at AS created_at_8, t0.harea AS harea_9, t0.year_built AS year_built_10, t0.heating AS heating_11, t0.favorit_number AS favorit_number_12, t0.is_available AS is_available_13, t0.housing_type_id AS housing_type_id_14, t0.user_id AS user_id_15, t16.id AS id_17, t16.date_start AS date_start_18, t16.date_end AS date_end_19, t16.tenant_id AS tenant_id_20, t16.property_id AS property_id_21, t0.address_id AS address_id_22, t0.category_id AS category_id_23, t0.sub_type_id AS sub_type_id_24 FROM properties t0 LEFT JOIN rental t16 ON t16.property_id = t0.id WHERE t0.category_id = ?
Parameters:
[
  3
]
3 0.77 ms
SELECT t0.id AS id_1, t0.payment_date AS payment_date_2, t0.paid AS paid_3, t0.amount_paid AS amount_paid_4, t0.amount_remaining AS amount_remaining_5, t0.comment AS comment_6, t0.payment_method AS payment_method_7, t0.rental_id AS rental_id_8 FROM rent t0 WHERE t0.rental_id = ?
Parameters:
[
  1
]
4 0.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.describ AS describ_3 FROM category t0
Parameters:
[]
5 0.71 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.describ AS describ_2 FROM housing_type h0_
Parameters:
[]
6 0.65 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.describ AS describ_2 FROM category c0_
Parameters:
[]
7 0.78 ms
SELECT t0.id AS id_1, t0.zip_code AS zip_code_2, t0.street AS street_3, t0.city AS city_4, t0.place_type AS place_type_5, t0.place_number AS place_number_6 FROM address t0 WHERE t0.id = ?
Parameters:
[
  50
]
8 0.75 ms
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.properties_id AS properties_id_5 FROM image t0 WHERE t0.properties_id = ?
Parameters:
[
  6
]
9 0.70 ms
SELECT t0.id AS id_1, t0.zip_code AS zip_code_2, t0.street AS street_3, t0.city AS city_4, t0.place_type AS place_type_5, t0.place_number AS place_number_6 FROM address t0 WHERE t0.id = ?
Parameters:
[
  52
]
10 0.75 ms
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.properties_id AS properties_id_5 FROM image t0 WHERE t0.properties_id = ?
Parameters:
[
  7
]
11 0.75 ms
SELECT t0.id AS id_1, t0.zip_code AS zip_code_2, t0.street AS street_3, t0.city AS city_4, t0.place_type AS place_type_5, t0.place_number AS place_number_6 FROM address t0 WHERE t0.id = ?
Parameters:
[
  55
]
12 0.70 ms
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.properties_id AS properties_id_5 FROM image t0 WHERE t0.properties_id = ?
Parameters:
[
  9
]
13 0.69 ms
SELECT t0.id AS id_1, t0.zip_code AS zip_code_2, t0.street AS street_3, t0.city AS city_4, t0.place_type AS place_type_5, t0.place_number AS place_number_6 FROM address t0 WHERE t0.id = ?
Parameters:
[
  56
]
14 0.72 ms
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.properties_id AS properties_id_5 FROM image t0 WHERE t0.properties_id = ?
Parameters:
[
  10
]
15 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM sub_type t0 WHERE t0.id = ?
Parameters:
[
  3
]
16 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM sub_type t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Category No errors.
App\Entity\Properties
  • The mappings App\Entity\Properties#rentalInterests and App\Entity\HomeInterest#properties are inconsistent with each other.
  • The association App\Entity\Properties#appointments refers to the owning side field App\Entity\Appointment#property which does not exist.
App\Entity\HousingType No errors.
App\Entity\User No errors.
App\Entity\Rental No errors.
App\Entity\Address No errors.
App\Entity\SubType No errors.
App\Entity\Image No errors.
App\Entity\HomeInterest
  • The association App\Entity\HomeInterest#properties refers to the inverse side field App\Entity\Properties#homeInterests which does not exist.
App\Entity\RentalApplication No errors.
App\Entity\Appointment
  • The mappings App\Entity\Appointment#properties and App\Entity\Properties#appointments are inconsistent with each other.
App\Entity\Rent No errors.
App\Entity\Contact No errors.
Vich\UploaderBundle\Entity\File No errors.