219.93 ms (70.21%)
|
263 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters: [▼
"1"
"fr"
"App\Entity\Category"
]
SELECT
e0_.content AS content_0,
e0_.field AS field_1
FROM
ext_translations e0_
WHERE
e0_.foreign_key = ?
AND e0_.locale = ?
AND e0_.object_class = ?
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = '1' AND e0_.locale = 'fr' AND e0_.object_class = 'App\\Entity\\Category';
|
54.86 ms (17.51%)
|
54 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.parent_category_id = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.level AS level_4,
t0.image AS image_5,
t0.slug AS slug_6,
t0.parent_category_id AS parent_category_id_7
FROM
category t0
WHERE
t0.parent_category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.parent_category_id = 94;
|
21.19 ms (6.77%)
|
30 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.category AS category_3, t0.composition AS composition_4, t0.quantity AS quantity_5, t0.weight AS weight_6, t0.main_image AS main_image_7, t0.price AS price_8, t0.retail_price AS retail_price_9, t0.description AS description_10, t0.ean AS ean_11, t0.slug AS slug_12, t0.stripe_id AS stripe_id_13, t0.color AS color_14, t0.images AS images_15, t0.promotion_rate AS promotion_rate_16, t0.profit_margin AS profit_margin_17, t0.stripe_obj_id AS stripe_obj_id_18, t0.api_last_updated AS api_last_updated_19, t0.selling_price AS selling_price_20, t0.api_id AS api_id_21, t0.media_path AS media_path_22, t0.product_id AS product_id_23 FROM product_variant t0 WHERE t0.product_id = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.category AS category_3,
t0.composition AS composition_4,
t0.quantity AS quantity_5,
t0.weight AS weight_6,
t0.main_image AS main_image_7,
t0.price AS price_8,
t0.retail_price AS retail_price_9,
t0.description AS description_10,
t0.ean AS ean_11,
t0.slug AS slug_12,
t0.stripe_id AS stripe_id_13,
t0.color AS color_14,
t0.images AS images_15,
t0.promotion_rate AS promotion_rate_16,
t0.profit_margin AS profit_margin_17,
t0.stripe_obj_id AS stripe_obj_id_18,
t0.api_last_updated AS api_last_updated_19,
t0.selling_price AS selling_price_20,
t0.api_id AS api_id_21,
t0.media_path AS media_path_22,
t0.product_id AS product_id_23
FROM
product_variant t0
WHERE
t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.category AS category_3, t0.composition AS composition_4, t0.quantity AS quantity_5, t0.weight AS weight_6, t0.main_image AS main_image_7, t0.price AS price_8, t0.retail_price AS retail_price_9, t0.description AS description_10, t0.ean AS ean_11, t0.slug AS slug_12, t0.stripe_id AS stripe_id_13, t0.color AS color_14, t0.images AS images_15, t0.promotion_rate AS promotion_rate_16, t0.profit_margin AS profit_margin_17, t0.stripe_obj_id AS stripe_obj_id_18, t0.api_last_updated AS api_last_updated_19, t0.selling_price AS selling_price_20, t0.api_id AS api_id_21, t0.media_path AS media_path_22, t0.product_id AS product_id_23 FROM product_variant t0 WHERE t0.product_id = 91;
|
7.29 ms (2.33%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.gender AS gender_5, t0.featured AS featured_6 FROM product_collection t0 WHERE t0.gender = ? AND t0.name = ? LIMIT 8
Parameters: [▼
2
"New Arrival"
]
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.image AS image_4,
t0.gender AS gender_5,
t0.featured AS featured_6
FROM
product_collection t0
WHERE
t0.gender = ?
AND t0.name = ?
LIMIT
8
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.gender AS gender_5, t0.featured AS featured_6 FROM product_collection t0 WHERE t0.gender = 2 AND t0.name = 'New Arrival' LIMIT 8;
|
6.15 ms (1.96%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.composition AS composition_3, t0.quantity AS quantity_4, t0.weight AS weight_5, t0.main_image AS main_image_6, t0.price AS price_7, t0.retail_price AS retail_price_8, t0.description AS description_9, t0.ean AS ean_10, t0.slug AS slug_11, t0.collection_name AS collection_name_12, t0.images AS images_13, t0.profit_margin AS profit_margin_14, t0.promotion_margin AS promotion_margin_15, t0.api_last_updated AS api_last_updated_16, t0.model_id AS model_id_17, t0.api_id AS api_id_18, t0.media_path AS media_path_19, t0.supplier_id AS supplier_id_20 FROM product t0 INNER JOIN product_product_collection ON t0.id = product_product_collection.product_id WHERE product_product_collection.product_collection_id = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.composition AS composition_3,
t0.quantity AS quantity_4,
t0.weight AS weight_5,
t0.main_image AS main_image_6,
t0.price AS price_7,
t0.retail_price AS retail_price_8,
t0.description AS description_9,
t0.ean AS ean_10,
t0.slug AS slug_11,
t0.collection_name AS collection_name_12,
t0.images AS images_13,
t0.profit_margin AS profit_margin_14,
t0.promotion_margin AS promotion_margin_15,
t0.api_last_updated AS api_last_updated_16,
t0.model_id AS model_id_17,
t0.api_id AS api_id_18,
t0.media_path AS media_path_19,
t0.supplier_id AS supplier_id_20
FROM
product t0
INNER JOIN product_product_collection ON t0.id = product_product_collection.product_id
WHERE
product_product_collection.product_collection_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.composition AS composition_3, t0.quantity AS quantity_4, t0.weight AS weight_5, t0.main_image AS main_image_6, t0.price AS price_7, t0.retail_price AS retail_price_8, t0.description AS description_9, t0.ean AS ean_10, t0.slug AS slug_11, t0.collection_name AS collection_name_12, t0.images AS images_13, t0.profit_margin AS profit_margin_14, t0.promotion_margin AS promotion_margin_15, t0.api_last_updated AS api_last_updated_16, t0.model_id AS model_id_17, t0.api_id AS api_id_18, t0.media_path AS media_path_19, t0.supplier_id AS supplier_id_20 FROM product t0 INNER JOIN product_product_collection ON t0.id = product_product_collection.product_id WHERE product_product_collection.product_collection_id = 12;
|
2.31 ms (0.74%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.gender AS gender_5, t0.featured AS featured_6 FROM product_collection t0 WHERE t0.gender = ? AND t0.featured = ? LIMIT 12
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.image AS image_4,
t0.gender AS gender_5,
t0.featured AS featured_6
FROM
product_collection t0
WHERE
t0.gender = ?
AND t0.featured = ?
LIMIT
12
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.gender AS gender_5, t0.featured AS featured_6 FROM product_collection t0 WHERE t0.gender = 2 AND t0.featured = 1 LIMIT 12;
|
0.96 ms (0.31%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.level = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.level AS level_4,
t0.image AS image_5,
t0.slug AS slug_6,
t0.parent_category_id AS parent_category_id_7
FROM
category t0
WHERE
t0.level = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.level = 1;
|
0.53 ms (0.17%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.parent_category_id = ? AND t0.level = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.level AS level_4,
t0.image AS image_5,
t0.slug AS slug_6,
t0.parent_category_id AS parent_category_id_7
FROM
category t0
WHERE
t0.parent_category_id = ?
AND t0.level = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.level AS level_4, t0.image AS image_5, t0.slug AS slug_6, t0.parent_category_id AS parent_category_id_7 FROM category t0 WHERE t0.parent_category_id = 2 AND t0.level = 2;
|