Query Metrics
3
Database Queries
2
Different statements
13.74 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.97 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.deleted AS deleted_4, t0.api_url AS api_url_5, t0.second_api_url AS second_api_url_6, t0.email AS email_7, t0.phone AS phone_8, t0.whatsapp AS whatsapp_9, t0.tax_type AS tax_type_10, t0.logo_image AS logo_image_11, t0.icon_image AS icon_image_12, t0.output_type AS output_type_13, t0.slug AS slug_14, t0.emails_notification AS emails_notification_15, t0.max_age_child AS max_age_child_16, t0.accommodation_child_text AS accommodation_child_text_17, t0.site AS site_18, t0.time_from AS time_from_19, t0.time_to AS time_to_20, t0.interactions_id AS interactions_id_21, t0.pms_type AS pms_type_22, t0.resort_fee AS resort_fee_23, t0.request_reservation_id AS request_reservation_id_24, t0.reservation_id AS reservation_id_25, t0.external_terminal_id AS external_terminal_id_26, t0.work_time_start AS work_time_start_27, t0.vk AS vk_28, t0.telegram AS telegram_29, t0.address AS address_30, t0.active AS active_31, t0.for_storage AS for_storage_32, t0.company_id AS company_id_33 FROM hotel t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"hotel-portomare.stage.upro.group"
]
|
| 2 | 2.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.deleted AS deleted_4, t0.api_url AS api_url_5, t0.second_api_url AS second_api_url_6, t0.email AS email_7, t0.phone AS phone_8, t0.whatsapp AS whatsapp_9, t0.tax_type AS tax_type_10, t0.logo_image AS logo_image_11, t0.icon_image AS icon_image_12, t0.output_type AS output_type_13, t0.slug AS slug_14, t0.emails_notification AS emails_notification_15, t0.max_age_child AS max_age_child_16, t0.accommodation_child_text AS accommodation_child_text_17, t0.site AS site_18, t0.time_from AS time_from_19, t0.time_to AS time_to_20, t0.interactions_id AS interactions_id_21, t0.pms_type AS pms_type_22, t0.resort_fee AS resort_fee_23, t0.request_reservation_id AS request_reservation_id_24, t0.reservation_id AS reservation_id_25, t0.external_terminal_id AS external_terminal_id_26, t0.work_time_start AS work_time_start_27, t0.vk AS vk_28, t0.telegram AS telegram_29, t0.address AS address_30, t0.active AS active_31, t0.for_storage AS for_storage_32, t0.company_id AS company_id_33 FROM hotel t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"hotel-portomare.stage.upro.group"
]
|
| 3 | 9.51 ms |
SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.guest_group AS guest_group_2, r0_.json_request AS json_request_3, r0_.json_response AS json_response_4, r0_.date_time AS date_time_5, r0_.guest_name AS guest_name_6, r0_.created AS created_7, r0_.request_reservation_id AS request_reservation_id_8, r0_.reservation_id AS reservation_id_9, r0_.reservation_status AS reservation_status_10, r0_.request_order_id AS request_order_id_11, r0_.order_status AS order_status_12, r0_.request_cancel_reservation_id AS request_cancel_reservation_id_13, r0_.request_date_cancel_reservation AS request_date_cancel_reservation_14, r0_.guarantee_type AS guarantee_type_15, r0_.first_name AS first_name_16, r0_.last_name AS last_name_17, r0_.second_name AS second_name_18, r0_.hotel_id AS hotel_id_19 FROM reservation r0_ WHERE r0_.date_time > ? AND r0_.date_time < ? AND r0_.hotel_id = ? ORDER BY r0_.id ASC
Parameters:
[ "2025-12-15 06:40:02" "2025-12-16 06:40:02" 13 ] |
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\Booking\Domain\Entity\Hotel | 1 |
| App\Booking\Domain\Entity\Company | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Booking\Domain\Entity\Hotel | No errors. |
| App\Booking\Domain\Entity\Company | No errors. |
| App\Booking\Domain\Entity\HotelRate | No errors. |
| App\Booking\Domain\Entity\HotelRoomType | No errors. |
| App\Booking\Domain\Entity\Building | No errors. |
| App\Booking\Domain\Entity\HotelRoomTypeEquipment | No errors. |
| App\Booking\Domain\Entity\HotelRoomTypeEquipmentCategory | No errors. |
| App\Booking\Domain\Entity\Reservation | No errors. |
| App\Booking\Domain\Entity\PaymentMethod | No errors. |
| App\Booking\Domain\Entity\RulesPayBack | No errors. |
| App\Booking\Domain\Entity\RestrictionItem | No errors. |
| App\Booking\Domain\Entity\DiscountItem | No errors. |
| App\Booking\Domain\Entity\TypeAge | No errors. |
| App\Booking\Domain\Entity\AccommodationType | No errors. |