1.52 ms (55.43%)
|
9 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = 1;
|
0.38 ms (13.83%)
|
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.api_key AS api_key_3, b0_.created_at AS created_at_4, b0_.updated_at AS updated_at_5 FROM brand b0_ WHERE b0_.slug = ?
Parameters: [
"albin-michel"
]
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.api_key AS api_key_3, b0_.created_at AS created_at_4, b0_.updated_at AS updated_at_5 FROM brand b0_ WHERE b0_.slug = 'albin-michel';
|
0.36 ms (12.95%)
|
1 |
SELECT t0.id AS id_1, t0.partnership_extension AS partnership_extension_2, t0.is_active AS is_active_3, t0.position AS position_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.brand_id AS brand_id_7, t0.shop_id AS shop_id_8 FROM brand_shop t0 WHERE t0.brand_id = ? AND t0.is_active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.partnership_extension AS partnership_extension_2, t0.is_active AS is_active_3, t0.position AS position_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.brand_id AS brand_id_7, t0.shop_id AS shop_id_8 FROM brand_shop t0 WHERE t0.brand_id = 1 AND t0.is_active = 1 ORDER BY t0.position ASC;
|
0.30 ms (10.95%)
|
1 |
SELECT b0_.id AS id_0, b0_.position AS position_1, b0_.is_active AS is_active_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.brand_id AS brand_id_5, b0_.physical_shop_id AS physical_shop_id_6 FROM brand_physical_shop b0_ WHERE b0_.brand_id = ? AND b0_.is_active = 1 ORDER BY b0_.position ASC
SELECT b0_.id AS id_0, b0_.position AS position_1, b0_.is_active AS is_active_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.brand_id AS brand_id_5, b0_.physical_shop_id AS physical_shop_id_6 FROM brand_physical_shop b0_ WHERE b0_.brand_id = 1 AND b0_.is_active = 1 ORDER BY b0_.position ASC;
|
0.19 ms (6.83%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.address AS address_5, t0.city AS city_6, t0.zip_code AS zip_code_7, t0.phone AS phone_8, t0.website AS website_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM global_physical_shop t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.address AS address_5, t0.city AS city_6, t0.zip_code AS zip_code_7, t0.phone AS phone_8, t0.website AS website_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM global_physical_shop t0 WHERE t0.id = 1;
|