Query Metrics
45
Database Queries
7
Different statements
61.22 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 6.98 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM area t0 ORDER BY t0.position ASC
Parameters:
[] |
| 2 | 1.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 ORDER BY t0.position ASC
Parameters:
[] |
| 3 | 14.50 ms |
SELECT count(DISTINCT s0_.id) AS sclr_0 FROM shop s0_ LEFT JOIN location l1_ ON s0_.location_id = l1_.id WHERE s0_.public = 1 AND s0_.ready = 1
Parameters:
[] |
| 4 | 6.11 ms |
SELECT DISTINCT s0_.id AS id_0, (CASE WHEN (s0_.hour_from = s0_.hour_to) THEN RAND(20251214) + 10 ELSE CASE WHEN (s0_.hour_from < s0_.hour_to) THEN CASE WHEN ? >= s0_.hour_from AND ? <= s0_.hour_to THEN RAND(20251214) + 10 ELSE RAND(20251214) END ELSE CASE WHEN ? >= s0_.hour_from OR ? <= s0_.hour_to THEN RAND(20251214) + 10 ELSE RAND(20251214) END END END) AS sclr_1 FROM shop s0_ LEFT JOIN location l1_ ON s0_.location_id = l1_.id WHERE s0_.public = 1 AND s0_.ready = 1 ORDER BY sclr_1 DESC LIMIT 20 OFFSET 320
Parameters:
[ "01:46:00" "01:46:00" "01:46:00" "01:46:00" ] |
| 5 | 13.26 ms |
SELECT s0_.id AS id_0, s0_.email AS email_1, s0_.roles AS roles_2, s0_.password AS password_3, s0_.name AS name_4, s0_.to_go AS to_go_5, s0_.delivery AS delivery_6, s0_.zipcode AS zipcode_7, s0_.address AS address_8, s0_.tel AS tel_9, s0_.notice AS notice_10, s0_.assignee AS assignee_11, s0_.public AS public_12, s0_.hour_from AS hour_from_13, s0_.hour_to AS hour_to_14, s0_.estimated_minutes AS estimated_minutes_15, s0_.reset_token AS reset_token_16, s0_.ready AS ready_17, s0_.paid_plan_next_billing_date AS paid_plan_next_billing_date_18, s0_.gmo_member_id AS gmo_member_id_19, s0_.image AS image_20, s0_.token_valid_after AS token_valid_after_21, s0_.app_estimated_minutes AS app_estimated_minutes_22, s0_.app_hour_from AS app_hour_from_23, s0_.app_hour_to AS app_hour_to_24, s0_.app_closed AS app_closed_25, s0_.rate AS rate_26, s0_.gmo_shop_id AS gmo_shop_id_27, s0_.gmo_shop_password AS gmo_shop_password_28, s0_.fcm_token AS fcm_token_29, s0_.law_name AS law_name_30, s0_.law_address AS law_address_31, s0_.law_representative_name AS law_representative_name_32, s0_.law_representative_name_kana AS law_representative_name_kana_33, s0_.law_url AS law_url_34, s0_.law_email AS law_email_35, s0_.law_tel AS law_tel_36, s0_.law_delivery_days_and_shipping_method AS law_delivery_days_and_shipping_method_37, s0_.law_payment_method AS law_payment_method_38, s0_.law_other_costs AS law_other_costs_39, s0_.law_return_policy AS law_return_policy_40, s0_.law_defective_product AS law_defective_product_41, s0_.law_user_delete AS law_user_delete_42, s0_.law_cancel AS law_cancel_43, s0_.bank_name AS bank_name_44, s0_.bank_code AS bank_code_45, s0_.bank_branch_name AS bank_branch_name_46, s0_.bank_branch_code AS bank_branch_code_47, s0_.bank_account_number AS bank_account_number_48, s0_.bank_account_type AS bank_account_type_49, s0_.bank_account_name AS bank_account_name_50, s0_.created_at AS created_at_51, s0_.updated_at AS updated_at_52, s0_.coordinate_latitude AS coordinate_latitude_53, s0_.coordinate_longitude AS coordinate_longitude_54, (CASE WHEN (s0_.hour_from = s0_.hour_to) THEN RAND(20251214) + 10 ELSE CASE WHEN (s0_.hour_from < s0_.hour_to) THEN CASE WHEN ? >= s0_.hour_from AND ? <= s0_.hour_to THEN RAND(20251214) + 10 ELSE RAND(20251214) END ELSE CASE WHEN ? >= s0_.hour_from OR ? <= s0_.hour_to THEN RAND(20251214) + 10 ELSE RAND(20251214) END END END) AS sclr_55, s0_.location_id AS location_id_56, s0_.shop_plan_id AS shop_plan_id_57 FROM shop s0_ LEFT JOIN location l1_ ON s0_.location_id = l1_.id WHERE s0_.public = 1 AND s0_.ready = 1 AND s0_.id IN (?) ORDER BY sclr_55 DESC
Parameters:
[ "01:46:00" "01:46:00" "01:46:00" "01:46:00" [ 52 197 238 609 269 107 622 216 227 771 156 231 507 463 397 423 758 738 411 374 ] ] |
| 6 | 1.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
507
]
|
| 7 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
507
]
|
| 8 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
107
]
|
| 9 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
107
]
|
| 10 | 0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
622
]
|
| 11 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
622
]
|
| 12 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
397
]
|
| 13 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
397
]
|
| 14 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
156
]
|
| 15 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
156
]
|
| 16 | 1.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
52
]
|
| 17 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
52
]
|
| 18 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
238
]
|
| 19 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
238
]
|
| 20 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
374
]
|
| 21 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
374
]
|
| 22 | 1.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
216
]
|
| 23 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
216
]
|
| 24 | 0.97 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
197
]
|
| 25 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
197
]
|
| 26 | 0.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
423
]
|
| 27 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
423
]
|
| 28 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
231
]
|
| 29 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
231
]
|
| 30 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
758
]
|
| 31 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
758
]
|
| 32 | 2.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
227
]
|
| 33 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
227
]
|
| 34 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
771
]
|
| 35 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
771
]
|
| 36 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
411
]
|
| 37 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
411
]
|
| 38 | 1.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
269
]
|
| 39 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
269
]
|
| 40 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
463
]
|
| 41 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
463
]
|
| 42 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
609
]
|
| 43 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
609
]
|
| 44 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.minutes AS minutes_4, t0.price AS price_5, t0.image AS image_6, t0.position AS position_7, t0.discounted_price AS discounted_price_8, t0.app_stock AS app_stock_9, t0.shop_id AS shop_id_10, t0.group_id AS group_id_11 FROM menu t0 WHERE t0.shop_id = ?
Parameters:
[
738
]
|
| 45 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.image AS image_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
738
]
|
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\Area | No errors. |
| App\Entity\Location | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Coordinate | No errors. |
| App\Entity\Shop | No errors. |
| App\Entity\ShopPlan | No errors. |
| App\Entity\MenuGroup | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\ShopPlanContractHistory | No errors. |
| App\Entity\PaymentMethod | No errors. |
| App\Entity\Invoice |
|
| App\Entity\Payment | No errors. |
| App\Entity\Coupon | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\ShopReview | No errors. |
| App\Entity\ShopSales | No errors. |
| App\Entity\CartItem | No errors. |
| App\Entity\OrderMenu | No errors. |