Query Metrics
62
Database Queries
2
Different statements
32.67 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
18.14 ms (55.53%) |
32 |
SELECT r0_.id AS id_0, r0_.opening_days AS opening_days_1, r0_.opening_hours AS opening_hours_2, r0_.max_group_size AS max_group_size_3, r0_.auto_validation_percentage AS auto_validation_percentage_4, r0_.average_meal_duration AS average_meal_duration_5, r0_.reservation_interval AS reservation_interval_6, r0_.is_active AS is_active_7, r0_.restaurant_name AS restaurant_name_8, r0_.restaurant_logo AS restaurant_logo_9, r0_.restaurant_address AS restaurant_address_10, r0_.restaurant_phone AS restaurant_phone_11, r0_.restaurant_email AS restaurant_email_12, r0_.reservation_email_template AS reservation_email_template_13, r0_.confirmation_email_template AS confirmation_email_template_14, r0_.rejection_email_template AS rejection_email_template_15, r0_.reminder_email_template AS reminder_email_template_16, r0_.reminder_before_hours AS reminder_before_hours_17, r0_.send_reminders AS send_reminders_18, r0_.email_validation_expiration_hours AS email_validation_expiration_hours_19, r0_.enable_no_show AS enable_no_show_20, r0_.max_advance_reservation_days AS max_advance_reservation_days_21, r0_.min_time_before_reservation AS min_time_before_reservation_22, r0_.facebook_url AS facebook_url_23, r0_.instagram_url AS instagram_url_24, r0_.tripadvisor_url AS tripadvisor_url_25, r0_.updated_at AS updated_at_26 FROM restaurant_settings r0_ WHERE r0_.is_active = ? ORDER BY r0_.id DESC LIMIT 1
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
14.53 ms (44.47%) |
30 |
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.start_date AS start_date_2, r0_.end_date AS end_date_3, r0_.description AS description_4, r0_.is_active AS is_active_5, r0_.created_at AS created_at_6 FROM restaurant_vacation r0_ WHERE r0_.is_active = ? AND (? BETWEEN r0_.start_date AND r0_.end_date)
Parameters:
[ 1 "2026-01-13 15:20:27" ]
|
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\RestaurantSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\RestaurantSettings | No errors. |
| App\Entity\RestaurantVacation | No errors. |