Query Metrics
3
Database Queries
3
Different statements
11.33 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.27 ms |
SELECT c0_.id AS id_0, c0_.order_pos_id AS order_pos_id_1, c0_.order_status AS order_status_2, c0_.is_sent AS is_sent_3, c0_.total_price AS total_price_4, c0_.original_total_price AS original_total_price_5, c0_.pickup_time AS pickup_time_6, c0_.restaurant_id AS restaurant_id_7, c0_.user_uuid AS user_uuid_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.order_items_json AS order_items_json_11, c0_.used_reward AS used_reward_12, c0_.gained_reward AS gained_reward_13, c0_.wallet_deduct AS wallet_deduct_14, c0_.order_items_names AS order_items_names_15, c0_.order_reward_items AS order_reward_items_16, c0_.remote_order_id AS remote_order_id_17, c0_.stripe_id AS stripe_id_18, c0_.remote_response AS remote_response_19, c0_.discounts AS discounts_20 FROM customer_orders c0_ WHERE c0_.order_status = ? AND c0_.restaurant_id = ? AND (c0_.created_at BETWEEN ? AND ?) ORDER BY c0_.id DESC
Parameters:
[ "dispatched" 2 "2025-04-05 00:00:00" "2025-04-05 23:59:59" ] |
2 | 5.81 ms |
SELECT c0_.id AS id_0, c0_.order_pos_id AS order_pos_id_1, c0_.order_status AS order_status_2, c0_.is_sent AS is_sent_3, c0_.total_price AS total_price_4, c0_.original_total_price AS original_total_price_5, c0_.pickup_time AS pickup_time_6, c0_.restaurant_id AS restaurant_id_7, c0_.user_uuid AS user_uuid_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.order_items_json AS order_items_json_11, c0_.used_reward AS used_reward_12, c0_.gained_reward AS gained_reward_13, c0_.wallet_deduct AS wallet_deduct_14, c0_.order_items_names AS order_items_names_15, c0_.order_reward_items AS order_reward_items_16, c0_.remote_order_id AS remote_order_id_17, c0_.stripe_id AS stripe_id_18, c0_.remote_response AS remote_response_19, c0_.discounts AS discounts_20 FROM customer_orders c0_ WHERE c0_.order_status IN (?, ?) AND c0_.restaurant_id = ? AND (c0_.created_at BETWEEN ? AND ?) ORDER BY c0_.id DESC
Parameters:
[ "sent" "rejected" 2 "2025-04-05 00:00:00" "2025-04-05 23:59:59" ] |
3 | 0.25 ms |
SELECT t0.id AS id_1, t0.order_id AS order_id_2, t0.name AS name_3, t0.pos_id AS pos_id_4, t0.pos_id_1050 AS pos_id_1050_5, t0.pos_id_10202 AS pos_id_10202_6, t0.image AS image_7, t0.price AS price_8, t0.is_active AS is_active_9, t0.description AS description_10, t0.category_id AS category_id_11 FROM food_item t0 WHERE t0.id = ?
Parameters:
[
17
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Order |
|
App\Entity\FoodItem | No errors. |
App\Entity\FoodCategory | No errors. |
App\Entity\Toppings | No errors. |