Query Metrics

103 Database Queries
9 Different statements
38.40 ms Query time
0 Invalid entities
206 Managed entities

Grouped Statements

Show all queries

Time Count Info
29.73 ms
(77.41%)
95
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.default_image AS default_image_4, t0.is_vegetarian AS is_vegetarian_5, t0.is_vegan AS is_vegan_6, t0.has_gluten AS has_gluten_7, t0.has_sugar AS has_sugar_8, t0.has_lactose AS has_lactose_9, t0.is_spicy AS is_spicy_10, t0.allergens AS allergens_11, t0.preparation_time AS preparation_time_12, t0.sku AS sku_13, t0.owner_token AS owner_token_14, t0.group_id AS group_id_15 FROM menu_item t0 WHERE t0.id = ?
Parameters:
[
  101
]
2.16 ms
(5.62%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.slug AS slug_2, r0_.address AS address_3, r0_.phone AS phone_4, r0_.token_takeway AS token_takeway_5, r0_.token_reservation AS token_reservation_6, r0_.business_hours AS business_hours_7, r0_.off_days AS off_days_8, r0_.default_photo AS default_photo_9, r0_.default_logo AS default_logo_10, r0_.description AS description_11, r0_.access_token AS access_token_12, r0_.owner_token AS owner_token_13, r0_.stripe_secret_key AS stripe_secret_key_14, r0_.stripe_publishable_key AS stripe_publishable_key_15, r0_.group_id AS group_id_16 FROM restaurant r0_ WHERE r0_.access_token = ? OR r0_.token_reservation = ? OR r0_.token_takeway = ?
Parameters:
[
  "a87f50e62513fc05fcd8bc6d8456ab7d"
  "a87f50e62513fc05fcd8bc6d8456ab7d"
  "a87f50e62513fc05fcd8bc6d8456ab7d"
]
1.65 ms
(4.30%)
1
"COMMIT"
Parameters:
[]
1.19 ms
(3.09%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.schedule AS schedule_7, t0.is_default AS is_default_8, t0.type AS type_9, t0.cover_image AS cover_image_10, t0.owner_token AS owner_token_11, t0.restaurant_id AS restaurant_id_12 FROM menu t0 WHERE t0.restaurant_id = ?
Parameters:
[
  3
]
1.03 ms
(2.69%)
1
SELECT t0.id AS id_1, t0.price AS price_2, t0.categories AS categories_3, t0.days_override AS days_override_4, t0.position AS position_5, t0.is_featured AS is_featured_6, t0.is_available AS is_available_7, t0.special_description AS special_description_8, t0.owner_token AS owner_token_9, t0.menu_id AS menu_id_10, t0.item_id AS item_id_11 FROM menu_item_in_menu t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC
Parameters:
[
  3
]
0.91 ms
(2.37%)
1
INSERT INTO widget_tokens (token, created_at, valid_until, restaurant_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "993811e03addaf1d99aad05c89e92179"
  "2025-12-22 16:50:50"
  "2025-12-22 18:50:50"
  3
]
0.72 ms
(1.87%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.owner_token AS owner_token_4, t0.group_id AS group_id_5 FROM menu_category t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
]
0.69 ms
(1.80%)
1
SELECT t0.id AS id_1, t0.width AS width_2, t0.height AS height_3, t0.restaurant_id AS restaurant_id_4 FROM seat_map t0 WHERE t0.restaurant_id = ?
Parameters:
[
  3
]
0.32 ms
(0.84%)
1
"START TRANSACTION"
Parameters:
[]

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\MenuItemInMenu 95
App\Entity\MenuFoodItem 95
App\Entity\MenuCategory 12
App\Entity\Restaurant 1
App\Entity\RestaurantGroup 1
App\Entity\WidgetToken 1
App\Entity\Menu 1

Entities Mapping