Query Metrics
4
Database Queries
2
Different statements
1.80 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.72 ms |
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
]
|
||||||||||||||||||||||||||||||
| 2 | 0.42 ms |
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
]
|
||||||||||||||||||||||||||||||
| 3 | 0.33 ms |
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
]
|
||||||||||||||||||||||||||||||
| 4 | 0.32 ms |
SELECT z0_.id AS id_0, z0_.name AS name_1, z0_.max_capacity AS max_capacity_2, z0_.is_active AS is_active_3, z0_.description AS description_4 FROM zone z0_ WHERE z0_.is_active = ? ORDER BY z0_.name ASC
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\Zone | 4 |
| App\Entity\RestaurantSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\RestaurantSettings | No errors. |
| App\Entity\Zone | No errors. |
| App\Entity\RestaurantTable | No errors. |
| App\Entity\Reservation | No errors. |