Query Metrics
2
Database Queries
2
Different statements
5.19 ms
Query time
1
Invalid entities
11
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.80 ms |
SELECT t0.id AS id_1, t0.domain AS domain_2, t0.name AS name_3, t0.check_in_time AS check_in_time_4, t0.check_out_time AS check_out_time_5, t0.is_auto_send AS is_auto_send_6, t0.slug AS slug_7, t0.booking_provider AS booking_provider_8, t0.payment_provider AS payment_provider_9, t0.smart_lock_provider AS smart_lock_provider_10, t0.tourism_registry_provider AS tourism_registry_provider_11, t0.ai_assistant_provider AS ai_assistant_provider_12, t0.city_tax_under7 AS city_tax_under7_13, t0.city_tax7_to18 AS city_tax7_to18_14, t0.city_tax18_and_over AS city_tax18_and_over_15, t0.admin_id AS admin_id_16 FROM hotel t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
"greenslo.receptiongo.com"
]
|
| 2 | 1.40 ms |
SELECT t0.id AS id_1, t0.hotel_name AS hotel_name_2, t0.address AS address_3, t0.rules AS rules_4, t0.checkout_info AS checkout_info_5, t0.call_time AS call_time_6, t0.phone_number AS phone_number_7, t0.how_to_make_it AS how_to_make_it_8, t0.facilities AS facilities_9, t0.extras AS extras_10, t0.instruction AS instruction_11, t0.cash_payment_instruction AS cash_payment_instruction_12, t0.payment_disagree AS payment_disagree_13, t0.locale AS locale_14, t0.hotel_id AS hotel_id_15 FROM info t0 WHERE t0.hotel_id = ?
Parameters:
[
1
]
|
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\Info | 9 |
| App\Entity\Hotel | 1 |
| App\Entity\Admin | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Hotel |
|
| App\Entity\Admin | No errors. |
| App\Entity\Info | No errors. |
| App\Entity\Guest | No errors. |