GET http://checkinapp-services.checkin.svc.cluster.local/api/portaria/checkins/306335

Query Metrics

66 Database Queries
10 Different statements
156.78 ms Query time
1 Invalid entities
116 Managed entities

Queries

Group similar statements

# Time Info
1 3.72 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 8.20 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:
[
  "306335"
  "2026-04-01"
  "checked_out"
  "canceled"
  "not_confirmed"
  "no_show"
]
3 2.74 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:
[
  825179
]
4 4.41 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:
[
  631110
]
5 1.46 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:
[
  631111
]
6 1.47 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:
[
  631112
]
7 1.17 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:
[
  798594
]
8 2.29 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:
[
  822188
]
9 5.30 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:
[
  825179
]
10 2.11 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:
[
  825179
]
11 3.94 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:
[
  1133649
]
12 4.54 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:
[
  825179
]
13 3.47 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:
[
  1133649
]
14 2.63 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:
[
  54908
]
15 4.48 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:
[
  631110
]
16 3.54 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:
[
  631110
]
17 2.69 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:
[
  902308
]
18 1.54 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:
[
  2725363
]
19 3.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:
[
  1112383
]
20 3.83 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:
[
  2725385
]
21 3.18 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:
[
  631110
]
22 4.23 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:
[
  902308
]
23 2.89 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:
[
  2757096
]
24 1.30 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:
[
  54858
]
25 1.79 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:
[
  1112383
]
26 3.65 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:
[
  2757095
]
27 3.54 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:
[
  631111
]
28 1.54 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:
[
  631111
]
29 2.97 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:
[
  902309
]
30 1.86 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:
[
  2725405
]
31 3.63 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:
[
  1116284
]
32 1.66 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:
[
  2733448
]
33 5.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:
[
  631111
]
34 3.60 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:
[
  902309
]
35 1.57 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:
[
  2757093
]
36 3.65 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:
[
  54859
]
37 1.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:
[
  1116284
]
38 3.86 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:
[
  2757094
]
39 1.35 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:
[
  631112
]
40 1.40 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:
[
  631112
]
41 1.38 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:
[
  902310
]
42 1.27 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:
[
  2725410
]
43 1.24 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:
[
  631112
]
44 1.21 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:
[
  902310
]
45 1.32 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:
[
  2757092
]
46 1.26 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:
[
  54860
]
47 1.46 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:
[
  798594
]
48 1.35 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:
[
  798594
]
49 1.20 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:
[
  1101898
]
50 1.24 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:
[
  2767320
]
51 1.30 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:
[
  1133686
]
52 1.92 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:
[
  2767345
]
53 1.23 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:
[
  798594
]
54 1.20 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:
[
  1101898
]
55 1.18 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:
[
  2767321
]
56 1.25 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:
[
  56471
]
57 1.26 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:
[
  1133686
]
58 1.39 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:
[
  2767346
]
59 1.39 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:
[
  822188
]
60 1.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:
[
  822188
]
61 1.18 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:
[
  1129899
]
62 1.19 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:
[
  2768784
]
63 1.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:
[
  822188
]
64 1.57 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:
[
  1129899
]
65 1.93 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:
[
  2768785
]
66 1.27 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:
[
  54872
]

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 48
App\Entity\Document 16
App\Entity\DocumentValidation 16
App\Entity\Guest 9
App\Entity\Room 7
App\Entity\GuestRoom 7
App\Entity\Checkin 6
App\Entity\AuthenticatedToken 6
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Checkin
  • The field App\Entity\Checkin#authenticatedTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AuthenticatedToken#checkin does not contain the required 'inversedBy="authenticatedTokens"' attribute.
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.