Query Metrics
425
Database Queries
13
Different statements
194.72 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
40.39 ms (20.74%) |
114 |
SELECT t0.id AS id_1, t0.`from` AS from_2, t0.`to` AS to_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.booking_id AS booking_id_6, t0.room_id AS room_id_7, t0.user_id AS user_id_8, t0.leaving_inventory_id AS leaving_inventory_id_9, t0.leaving_document_id AS leaving_document_id_10 FROM cal_accommodation_occupancy t0 WHERE t0.id = ?
Parameters:
[
26
]
|
|
33.56 ms (17.23%) |
62 |
SELECT t0.id AS id_1, t0.eco AS eco_2, t0.external_url AS external_url_3, t0.surface AS surface_4, t0.private_bathroom AS private_bathroom_5, t0.private_toilet AS private_toilet_6, t0.private_kitchen AS private_kitchen_7, t0.max_housing_assistance AS max_housing_assistance_8, t0.rent AS rent_9, t0.additional_rent AS additional_rent_10, t0.additional_rent_details AS additional_rent_details_11, t0.entrance_fees AS entrance_fees_12, t0.charges_fees AS charges_fees_13, t0.services_fees AS services_fees_14, t0.cleaning_fees AS cleaning_fees_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.disabled AS disabled_18, t0.booking_disabled AS booking_disabled_19, t0.booking_date_from AS booking_date_from_20, t0.ongoing_booking AS ongoing_booking_21, t0.accommodation_id AS accommodation_id_22, t0.name_id AS name_id_23, t0.description_id AS description_id_24, t0.occupancy_id AS occupancy_id_25, t0.stats_id AS stats_id_26 FROM cal_accommodation_room t0 WHERE t0.accommodation_id = ?
Parameters:
[
18
]
|
|
30.15 ms (15.48%) |
62 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.label_id AS label_id_3, t0.description_id AS description_id_4, t0.image_id AS image_id_5, t0.list_id AS list_id_6 FROM cal_property_list_item t0 INNER JOIN cal_accommodations_transports ON t0.id = cal_accommodations_transports.property_list_item_id WHERE cal_accommodations_transports.accommodation_id = ?
Parameters:
[
18
]
|
|
29.69 ms (15.25%) |
62 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.accommodation_id AS accommodation_id_4 FROM cal_workflow_project t0 WHERE t0.accommodation_id = ?
Parameters:
[
18
]
|
|
24.66 ms (12.66%) |
62 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.private AS private_3, t0.created_at AS created_at_4, t0.position AS position_5, t0.accommodation_id AS accommodation_id_6, t0.room_id AS room_id_7 FROM cal_accommodation_image t0 WHERE t0.accommodation_id = ? ORDER BY t0.position ASC
Parameters:
[
18
]
|
|
17.27 ms (8.87%) |
56 |
SELECT t0.id AS id_1, t0.fr AS fr_2, t0.en AS en_3, t0.es AS es_4 FROM cal_translation t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
11.08 ms (5.69%) |
1 |
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM cal_accommodation c0_ LEFT JOIN cal_address c1_ ON c0_.address_id = c1_.id LEFT JOIN cal_accommodation_image c2_ ON c0_.cover_id = c2_.id LEFT JOIN cal_translation c3_ ON c0_.access_id = c3_.id LEFT JOIN cal_accommodation_room c4_ ON c0_.id = c4_.accommodation_id LEFT JOIN cal_accommodations_equipments c6_ ON c0_.id = c6_.accommodation_id LEFT JOIN cal_property_list_item c5_ ON c5_.id = c6_.property_list_item_id WHERE (c0_.deleted = 0 OR c0_.deleted IS NULL) AND (c0_.disabled = 0 OR c0_.disabled IS NULL)
Parameters:
[] |
|
2.95 ms (1.52%) |
1 |
SELECT CASE WHEN c0_.availability_date IS NULL THEN 1 ELSE 0 END AS sclr_0, c0_.id AS id_1, c0_.name AS name_2, c0_.virtual_tour AS virtual_tour_3, c0_.eco AS eco_4, c0_.pet_friendly AS pet_friendly_5, c0_.girls_only AS girls_only_6, c0_.surface AS surface_7, c0_.type AS type_8, c0_.construction_year AS construction_year_9, c0_.total_bedrooms AS total_bedrooms_10, c0_.total_bathrooms AS total_bathrooms_11, c0_.total_kitchens AS total_kitchens_12, c0_.total_toilets AS total_toilets_13, c0_.garden AS garden_14, c0_.availability_date AS availability_date_15, c0_.created_at AS created_at_16, c0_.updated_at AS updated_at_17, c0_.disabled AS disabled_18, c0_.deleted AS deleted_19, c0_.owner_type AS owner_type_20, c0_.square_meter_price AS square_meter_price_21, c0_.majored_square_meter_price AS majored_square_meter_price_22, c1_.id AS id_23, c1_.auto_lat_lng AS auto_lat_lng_24, c1_.alias AS alias_25, c1_.name AS name_26, c1_.address AS address_27, c1_.zipcode AS zipcode_28, c1_.city AS city_29, c1_.country AS country_30, c1_.informations AS informations_31, c1_.latitude AS latitude_32, c1_.longitude AS longitude_33, c2_.id AS id_34, c2_.name AS name_35, c2_.private AS private_36, c2_.created_at AS created_at_37, c2_.position AS position_38, c3_.id AS id_39, c3_.fr AS fr_40, c3_.en AS en_41, c3_.es AS es_42, c0_.address_id AS address_id_43, c0_.description_id AS description_id_44, c0_.cover_id AS cover_id_45, c0_.plan_id AS plan_id_46, c0_.access_id AS access_id_47, c0_.address_area_id AS address_area_id_48, c0_.district_id AS district_id_49, c0_.owner_id AS owner_id_50, c0_.owner_info_id AS owner_info_id_51, c0_.info_id AS info_id_52, c0_.cleaning_recurrence_id AS cleaning_recurrence_id_53, c2_.accommodation_id AS accommodation_id_54, c2_.room_id AS room_id_55 FROM cal_accommodation c0_ LEFT JOIN cal_address c1_ ON c0_.address_id = c1_.id LEFT JOIN cal_accommodation_image c2_ ON c0_.cover_id = c2_.id LEFT JOIN cal_translation c3_ ON c0_.access_id = c3_.id LEFT JOIN cal_accommodation_room c4_ ON c0_.id = c4_.accommodation_id WHERE (c0_.deleted = 0 OR c0_.deleted IS NULL) AND (c0_.disabled = 0 OR c0_.disabled IS NULL) GROUP BY c0_.id ORDER BY sclr_0 ASC, c0_.availability_date ASC LIMIT 100
Parameters:
[] |
|
2.08 ms (1.07%) |
1 |
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM cal_accommodation_room c0_ LEFT JOIN cal_accommodation c1_ ON c0_.accommodation_id = c1_.id LEFT JOIN cal_accommodation_occupancy c2_ ON c0_.occupancy_id = c2_.id LEFT JOIN cal_accommodation_room_stats c3_ ON c0_.stats_id = c3_.id WHERE (c1_.disabled = 0 OR c1_.disabled IS NULL) AND (c0_.disabled = 0 OR c0_.disabled IS NULL) AND (c0_.ongoing_booking = 0 OR c0_.ongoing_booking IS NULL) AND (c0_.occupancy_id IS NULL OR c2_.`to` < ?) ORDER BY c3_.free_days DESC
Parameters:
[
"2025-12-10 21:55:16"
]
|
|
1.09 ms (0.56%) |
1 |
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c1_.id AS id_2, c1_.fr AS fr_3, c1_.en AS en_4, c1_.es AS es_5, c2_.id AS id_6, c2_.position AS position_7, c3_.id AS id_8, c3_.fr AS fr_9, c3_.en AS en_10, c3_.es AS es_11, c0_.name_id AS name_id_12, c2_.label_id AS label_id_13, c2_.description_id AS description_id_14, c2_.image_id AS image_id_15, c2_.list_id AS list_id_16 FROM cal_property_list c0_ LEFT JOIN cal_translation c1_ ON c0_.name_id = c1_.id LEFT JOIN cal_property_list_item c2_ ON c0_.id = c2_.list_id LEFT JOIN cal_translation c3_ ON c2_.label_id = c3_.id WHERE c0_.slug = ? ORDER BY c2_.position ASC
Parameters:
[
"services"
]
|
|
0.79 ms (0.41%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name_id AS name_id_3 FROM cal_property_list t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"districts"
]
|
|
0.60 ms (0.31%) |
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.label_id AS label_id_3, t0.description_id AS description_id_4, t0.image_id AS image_id_5, t0.list_id AS list_id_6 FROM cal_property_list_item t0 WHERE t0.list_id = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
0.41 ms (0.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.description AS description_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6 FROM cal_address_area 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Accommodation | No errors. |
| App\Entity\AccommodationRoom | No errors. |
| App\Entity\PropertyList | No errors. |
| App\Entity\AddressArea | No errors. |
| App\Entity\Translation | No errors. |
| App\Entity\PropertyListItem | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\AccommodationImage | No errors. |
| App\Entity\AccommodationOwnerInfo | No errors. |
| App\Entity\AccommodationInfo | No errors. |
| App\Entity\CleaningRecurrence | No errors. |
| App\Entity\AccommodationReport | No errors. |
| App\Entity\Booking | No errors. |
| App\Entity\AccommodationZone | No errors. |
| App\Entity\Maintenance | No errors. |
| App\Entity\Survey | No errors. |
| App\Entity\CleaningDate | No errors. |
| App\Entity\Insurance | No errors. |
| App\Entity\WorkflowProject | No errors. |
| App\Entity\WorkflowStatus | No errors. |
| App\Entity\WorkflowStatusHistory | No errors. |
| App\Entity\WorkflowStatusDate | No errors. |
| App\Entity\WorkflowData | No errors. |
| App\Entity\BigBrotherRequest | No errors. |
| App\Entity\AccommodationOccupancy | No errors. |
| App\Entity\RoomStats | No errors. |
| App\Entity\BookingRoom | No errors. |
| App\Entity\UserInfo | No errors. |
| App\Entity\Inventory | No errors. |
| App\Entity\BookingDocument | No errors. |
| App\Entity\AccommodationRoomCleaning | No errors. |
| App\Entity\SpareTimeActivityRegistration | No errors. |