Query Metrics
8
Database Queries
8
Different statements
28.60 ms
Query time
1
Invalid entities
8
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.88 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 | 3.75 ms |
SELECT t0.id AS id_1, t0.adults AS adults_2, t0.children AS children_3, t0.check_in_date AS check_in_date_4, t0.check_out_date AS check_out_date_5, t0.canceled AS canceled_6, t0.reservation_id AS reservation_id_7, t0.sub_reservation_id AS sub_reservation_id_8, t0.status AS status_9, t0.building_id AS building_id_10, t0.source AS source_11, t0.third_party_identifier AS third_party_identifier_12, t0.external_entrance_id AS external_entrance_id_13, t0.observation AS observation_14, t0.status_concierge AS status_concierge_15, t0.is_vip AS is_vip_16, t0.is_block AS is_block_17, t0.checkin_status AS checkin_status_18, t0.disable_auto_messages AS disable_auto_messages_19, t0.is_immediate_authorization AS is_immediate_authorization_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t23.id AS id_24, t23.origin AS origin_25, t23.created_at AS created_at_26, t23.updated_at AS updated_at_27, t23.checkin_id AS checkin_id_28, t0.room_id AS room_id_29 FROM checkin t0 LEFT JOIN checkout t23 ON t23.checkin_id = t0.id WHERE t0.id = ?
Parameters:
[
825224
]
|
| 3 | 0.63 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:
[
825224
]
|
| 4 | 1.96 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 5.37 ms |
UPDATE checkin SET is_immediate_authorization = ?, updated_at = ? WHERE id = ?
Parameters:
[ 1 "2026-04-01 10:53:22" 825224 ] |
| 6 | 8.45 ms |
"COMMIT"
Parameters:
[] |
| 7 | 0.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:
[
1133688
]
|
| 8 | 5.88 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:
[
2767374
]
|
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\Document | 2 |
| App\Entity\DocumentValidation | 2 |
| App\Entity\User | 1 |
| App\Entity\Checkin | 1 |
| App\Entity\Room | 1 |
| App\Entity\Guest | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Checkin |
|
| App\Entity\Checkout | No errors. |
| App\Entity\Room | No errors. |
| App\Entity\Guest | No errors. |
| App\Entity\History | 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. |