Query Metrics
48
Database Queries
10
Different statements
95.24 ms
Query time
1
Invalid entities
53
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.81 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.roles AS roles_4, t0.ext_building_id AS ext_building_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"checkin_api"
]
|
| 2 | 4.12 ms |
SELECT c0_.id AS id_0, c0_.adults AS adults_1, c0_.children AS children_2, c0_.check_in_date AS check_in_date_3, c0_.check_out_date AS check_out_date_4, c0_.canceled AS canceled_5, c0_.reservation_id AS reservation_id_6, c0_.sub_reservation_id AS sub_reservation_id_7, c0_.status AS status_8, c0_.building_id AS building_id_9, c0_.source AS source_10, c0_.third_party_identifier AS third_party_identifier_11, c0_.external_entrance_id AS external_entrance_id_12, c0_.observation AS observation_13, c0_.status_concierge AS status_concierge_14, c0_.is_vip AS is_vip_15, c0_.is_block AS is_block_16, c0_.checkin_status AS checkin_status_17, c0_.disable_auto_messages AS disable_auto_messages_18, c0_.is_immediate_authorization AS is_immediate_authorization_19, c0_.created_at AS created_at_20, c0_.updated_at AS updated_at_21, c0_.room_id AS room_id_22 FROM checkin c0_ INNER JOIN guest g1_ ON (g1_.checkin_id = c0_.id) WHERE c0_.building_id = ? AND (? BETWEEN c0_.check_in_date AND c0_.check_out_date) AND c0_.status NOT IN (?, ?, ?, ?) AND c0_.status_concierge IS NULL GROUP BY c0_.id
Parameters:
[ "213046" "2026-04-03" "checked_out" "canceled" "not_confirmed" "no_show" ] |
| 3 | 0.55 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
827462
]
|
| 4 | 1.30 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
828000
]
|
| 5 | 5.15 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
826805
]
|
| 6 | 1.72 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
827769
]
|
| 7 | 0.83 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
827992
]
|
| 8 | 0.50 ms |
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.checkin_id AS checkin_id_5 FROM checkout t0 WHERE t0.checkin_id = ?
Parameters:
[
817356
]
|
| 9 | 5.51 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
827462
]
|
| 10 | 2.23 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
827462
]
|
| 11 | 3.10 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1136557
]
|
| 12 | 1.85 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
827462
]
|
| 13 | 3.37 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1136557
]
|
| 14 | 1.38 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
46705
]
|
| 15 | 0.60 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
828000
]
|
| 16 | 2.85 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
828000
]
|
| 17 | 3.52 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1137254
]
|
| 18 | 2.17 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
828000
]
|
| 19 | 2.97 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1137254
]
|
| 20 | 0.53 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
50603
]
|
| 21 | 0.58 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
826805
]
|
| 22 | 2.15 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
826805
]
|
| 23 | 1.59 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1135707
]
|
| 24 | 2.77 ms |
SELECT t0.id AS id_1, t0.lighthouse_user_id AS lighthouse_user_id_2, t0.status AS status_3, t0.motive AS motive_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t7.id AS id_8, t7.number AS number_9, t7.first_url AS first_url_10, t7.second_url AS second_url_11, t7.type AS type_12, t7.created_at AS created_at_13, t7.updated_at AS updated_at_14, t7.guest_id AS guest_id_15, t7.document_validation_id AS document_validation_id_16 FROM document_validation t0 LEFT JOIN document t7 ON t7.document_validation_id = t0.id WHERE t0.id = ?
Parameters:
[
2771134
]
|
| 25 | 2.49 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
826805
]
|
| 26 | 1.73 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1135707
]
|
| 27 | 1.90 ms |
SELECT t0.id AS id_1, t0.lighthouse_user_id AS lighthouse_user_id_2, t0.status AS status_3, t0.motive AS motive_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t7.id AS id_8, t7.number AS number_9, t7.first_url AS first_url_10, t7.second_url AS second_url_11, t7.type AS type_12, t7.created_at AS created_at_13, t7.updated_at AS updated_at_14, t7.guest_id AS guest_id_15, t7.document_validation_id AS document_validation_id_16 FROM document_validation t0 LEFT JOIN document t7 ON t7.document_validation_id = t0.id WHERE t0.id = ?
Parameters:
[
2771135
]
|
| 28 | 3.53 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
52277
]
|
| 29 | 1.76 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
827769
]
|
| 30 | 1.12 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
827769
]
|
| 31 | 0.74 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1136953
]
|
| 32 | 0.67 ms |
SELECT t0.id AS id_1, t0.lighthouse_user_id AS lighthouse_user_id_2, t0.status AS status_3, t0.motive AS motive_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t7.id AS id_8, t7.number AS number_9, t7.first_url AS first_url_10, t7.second_url AS second_url_11, t7.type AS type_12, t7.created_at AS created_at_13, t7.updated_at AS updated_at_14, t7.guest_id AS guest_id_15, t7.document_validation_id AS document_validation_id_16 FROM document_validation t0 LEFT JOIN document t7 ON t7.document_validation_id = t0.id WHERE t0.id = ?
Parameters:
[
2772890
]
|
| 33 | 2.10 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
827769
]
|
| 34 | 3.66 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1136953
]
|
| 35 | 0.81 ms |
SELECT t0.id AS id_1, t0.lighthouse_user_id AS lighthouse_user_id_2, t0.status AS status_3, t0.motive AS motive_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t7.id AS id_8, t7.number AS number_9, t7.first_url AS first_url_10, t7.second_url AS second_url_11, t7.type AS type_12, t7.created_at AS created_at_13, t7.updated_at AS updated_at_14, t7.guest_id AS guest_id_15, t7.document_validation_id AS document_validation_id_16 FROM document_validation t0 LEFT JOIN document t7 ON t7.document_validation_id = t0.id WHERE t0.id = ?
Parameters:
[
2772891
]
|
| 36 | 2.84 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
33724
]
|
| 37 | 1.05 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
827992
]
|
| 38 | 0.64 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
827992
]
|
| 39 | 0.90 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1137244
]
|
| 40 | 3.41 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
827992
]
|
| 41 | 3.54 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1137244
]
|
| 42 | 1.37 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
53468
]
|
| 43 | 0.70 ms |
SELECT t0.id AS id_1, t0.cpf AS cpf_2, t0.guest_id AS guest_id_3, t0.name AS name_4, t0.email AS email_5, t0.country AS country_6, t0.state AS state_7, t0.city AS city_8, t0.phone AS phone_9, t0.main_guest AS main_guest_10, t0.building_id AS building_id_11, t0.is_child AS is_child_12, t0.external_entrance_id AS external_entrance_id_13, t0.cerberus_id AS cerberus_id_14, t0.status_document AS status_document_15, t0.birth_date AS birth_date_16, t0.is_gate_system_registered AS is_gate_system_registered_17, t0.is_block AS is_block_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.checkin_id AS checkin_id_21 FROM guest t0 WHERE t0.checkin_id = ?
Parameters:
[
817356
]
|
| 44 | 0.56 ms |
SELECT t0.id AS id_1, t0.action AS action_2, t0.agent AS agent_3, t0.date_time AS date_time_4, t0.checkin_id AS checkin_id_5 FROM history t0 WHERE t0.checkin_id = ?
Parameters:
[
817356
]
|
| 45 | 0.51 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.first_url AS first_url_3, t0.second_url AS second_url_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.guest_id AS guest_id_8, t0.document_validation_id AS document_validation_id_9 FROM document t0 WHERE t0.guest_id = ?
Parameters:
[
1124280
]
|
| 46 | 2.51 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.checkin_id AS checkin_id_6 FROM authenticated_tokens t0 WHERE t0.checkin_id = ?
Parameters:
[
817356
]
|
| 47 | 3.95 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.guest_id AS guest_id_3 FROM guest_room t0 WHERE t0.guest_id = ?
Parameters:
[
1124280
]
|
| 48 | 0.60 ms |
SELECT t0.id AS id_1, t0.room_id AS room_id_2, t0.sku AS sku_3, t0.room_name AS room_name_4, t0.max_guests AS max_guests_5, t0.is_private AS is_private_6, t0.room_type_id AS room_type_id_7, t0.building_id AS building_id_8, t0.description AS description_9, t0.external_id AS external_id_10, t0.housekeeping_status AS housekeeping_status_11, t0.room_name_gatekeeper AS room_name_gatekeeper_12 FROM room t0 WHERE t0.id = ?
Parameters:
[
54732
]
|
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\History | 18 |
| App\Entity\Room | 8 |
| App\Entity\Checkin | 6 |
| App\Entity\Guest | 6 |
| App\Entity\GuestRoom | 6 |
| App\Entity\Document | 4 |
| App\Entity\DocumentValidation | 4 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Checkin |
|
| App\Entity\Guest | No errors. |
| App\Entity\Room | No errors. |
| App\Entity\History | No errors. |
| App\Entity\Checkout | No errors. |
| App\Entity\Extension | No errors. |
| App\Entity\Auditor | No errors. |
| App\Entity\AuthenticatedToken | No errors. |
| App\Entity\Document | No errors. |
| App\Entity\GuestRoom | No errors. |
| App\Entity\DocumentValidation | No errors. |