1 |
0.37 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2 FROM static_page t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"categories"
]
SELECT t0.id AS id_1, t0.slug AS slug_2 FROM static_page t0 WHERE t0.slug = 'categories' LIMIT 1;
|
2 |
0.67 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.parent_id IS NULL AND c0_.slug = ? AND c0_.is_enabled = 1
Parameters: [
"categories"
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.parent_id IS NULL AND c0_.slug = 'categories' AND c0_.is_enabled = 1;
|
3 |
13.45 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.is_new AS is_new_3, p0_.is_popular AS is_popular_4, p0_.width AS width_5, p0_.length AS length_6, p0_.business_id AS business_id_7, p0_.is_active AS is_active_8, p0_.is_sold AS is_sold_9, p0_.sold_date AS sold_date_10, p0_.is_enabled AS is_enabled_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.brand_id AS brand_id_14 FROM product p0_ LEFT JOIN product_category p2_ ON p0_.id = p2_.product_id LEFT JOIN category c1_ ON c1_.id = p2_.category_id LEFT JOIN category c3_ ON c1_.parent_id = c3_.id LEFT JOIN product_variant p4_ ON p0_.id = p4_.product_id LEFT JOIN product_translations p5_ ON p0_.id = p5_.translatable_id LEFT JOIN variant_properties v7_ ON p4_.id = v7_.variant_id LEFT JOIN value v6_ ON v6_.id = v7_.value_id LEFT JOIN property p8_ ON v6_.property_id = p8_.id INNER JOIN variant_properties v10_ ON p4_.id = v10_.variant_id INNER JOIN value v9_ ON v9_.id = v10_.value_id INNER JOIN property p11_ ON v9_.property_id = p11_.id WHERE p0_.is_active = 1 AND p11_.id = ? AND v9_.id = ?
Parameters: [
"16"
"1354"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.is_new AS is_new_3, p0_.is_popular AS is_popular_4, p0_.width AS width_5, p0_.length AS length_6, p0_.business_id AS business_id_7, p0_.is_active AS is_active_8, p0_.is_sold AS is_sold_9, p0_.sold_date AS sold_date_10, p0_.is_enabled AS is_enabled_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.brand_id AS brand_id_14 FROM product p0_ LEFT JOIN product_category p2_ ON p0_.id = p2_.product_id LEFT JOIN category c1_ ON c1_.id = p2_.category_id LEFT JOIN category c3_ ON c1_.parent_id = c3_.id LEFT JOIN product_variant p4_ ON p0_.id = p4_.product_id LEFT JOIN product_translations p5_ ON p0_.id = p5_.translatable_id LEFT JOIN variant_properties v7_ ON p4_.id = v7_.variant_id LEFT JOIN value v6_ ON v6_.id = v7_.value_id LEFT JOIN property p8_ ON v6_.property_id = p8_.id INNER JOIN variant_properties v10_ ON p4_.id = v10_.variant_id INNER JOIN value v9_ ON v9_.id = v10_.value_id INNER JOIN property p11_ ON v9_.property_id = p11_.id WHERE p0_.is_active = 1 AND p11_.id = '16' AND v9_.id = '1354';
|
4 |
0.37 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551021;
|
5 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551134;
|
6 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551617;
|
7 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551676;
|
8 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551872;
|
9 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 551977;
|
10 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552186;
|
11 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552187;
|
12 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552188;
|
13 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552199;
|
14 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552205;
|
15 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552374;
|
16 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552670;
|
17 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552756;
|
18 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552757;
|
19 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552766;
|
20 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552824;
|
21 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552853;
|
22 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552885;
|
23 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552910;
|
24 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552913;
|
25 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552914;
|
26 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552915;
|
27 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552916;
|
28 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552917;
|
29 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552918;
|
30 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552919;
|
31 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552920;
|
32 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552921;
|
33 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552963;
|
34 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552964;
|
35 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552965;
|
36 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552966;
|
37 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552970;
|
38 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552971;
|
39 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552972;
|
40 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552973;
|
41 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552974;
|
42 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552975;
|
43 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552976;
|
44 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552977;
|
45 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552979;
|
46 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552980;
|
47 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552981;
|
48 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552982;
|
49 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552983;
|
50 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552984;
|
51 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552985;
|
52 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552986;
|
53 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552987;
|
54 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552989;
|
55 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552990;
|
56 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552991;
|
57 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552992;
|
58 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552993;
|
59 |
0.24 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552994;
|
60 |
0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552995;
|
61 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552996;
|
62 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552997;
|
63 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552998;
|
64 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 552999;
|
65 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553000;
|
66 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553001;
|
67 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553002;
|
68 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553003;
|
69 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553006;
|
70 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553015;
|
71 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553016;
|
72 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553017;
|
73 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553018;
|
74 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553019;
|
75 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553020;
|
76 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553021;
|
77 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553022;
|
78 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553023;
|
79 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553024;
|
80 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553025;
|
81 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553026;
|
82 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553027;
|
83 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553028;
|
84 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553029;
|
85 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553030;
|
86 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553059;
|
87 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553061;
|
88 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553071;
|
89 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553079;
|
90 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553085;
|
91 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553087;
|
92 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553089;
|
93 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553091;
|
94 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553092;
|
95 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553096;
|
96 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553122;
|
97 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553132;
|
98 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553141;
|
99 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553143;
|
100 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553146;
|
101 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553321;
|
102 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553362;
|
103 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553367;
|
104 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553375;
|
105 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553380;
|
106 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553382;
|
107 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553383;
|
108 |
0.42 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553384;
|
109 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553385;
|
110 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553386;
|
111 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553387;
|
112 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553388;
|
113 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553389;
|
114 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553390;
|
115 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553391;
|
116 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553392;
|
117 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553393;
|
118 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553394;
|
119 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553396;
|
120 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553397;
|
121 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553398;
|
122 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553399;
|
123 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553442;
|
124 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553460;
|
125 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553927;
|
126 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553928;
|
127 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553930;
|
128 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 553931;
|
129 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554138;
|
130 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554141;
|
131 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554142;
|
132 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554144;
|
133 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554149;
|
134 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554295;
|
135 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554299;
|
136 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554307;
|
137 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554316;
|
138 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554372;
|
139 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554373;
|
140 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554374;
|
141 |
0.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554375;
|
142 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554454;
|
143 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554616;
|
144 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554620;
|
145 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554625;
|
146 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554626;
|
147 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554627;
|
148 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554628;
|
149 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554639;
|
150 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554645;
|
151 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554770;
|
152 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554867;
|
153 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554983;
|
154 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 554990;
|
155 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555057;
|
156 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555073;
|
157 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555126;
|
158 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555172;
|
159 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555186;
|
160 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555283;
|
161 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555513;
|
162 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555524;
|
163 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555677;
|
164 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555684;
|
165 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555827;
|
166 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555829;
|
167 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555830;
|
168 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555910;
|
169 |
0.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555911;
|
170 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555912;
|
171 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555913;
|
172 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555914;
|
173 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555915;
|
174 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555916;
|
175 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555929;
|
176 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555930;
|
177 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555931;
|
178 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555932;
|
179 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555933;
|
180 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555934;
|
181 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555935;
|
182 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555936;
|
183 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 555937;
|
184 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556027;
|
185 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556028;
|
186 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556092;
|
187 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556099;
|
188 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556100;
|
189 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556102;
|
190 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556160;
|
191 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556161;
|
192 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556163;
|
193 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556166;
|
194 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556167;
|
195 |
0.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556172;
|
196 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556185;
|
197 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556189;
|
198 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556190;
|
199 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556207;
|
200 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556391;
|
201 |
0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 556394;
|
202 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 557165;
|
203 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.is_available AS is_available_4, t0.product_id AS product_id_5 FROM product_variant t0 WHERE t0.product_id = 557278;
|
204 |
855.99 ms |
SELECT p0_.id AS id_0, p1_.name AS name_1, v2_.id AS id_2, v3_.name AS name_3 FROM product p4_ LEFT JOIN product_category p6_ ON p4_.id = p6_.product_id LEFT JOIN category c5_ ON c5_.id = p6_.category_id LEFT JOIN category c7_ ON c5_.parent_id = c7_.id LEFT JOIN category c8_ ON c7_.parent_id = c8_.id INNER JOIN product_variant p9_ ON p4_.id = p9_.product_id INNER JOIN variant_properties v10_ ON p9_.id = v10_.variant_id INNER JOIN value v2_ ON v2_.id = v10_.value_id INNER JOIN property p0_ ON v2_.property_id = p0_.id LEFT JOIN property_translations p1_ ON p0_.id = p1_.translatable_id LEFT JOIN value_translations v3_ ON v2_.id = v3_.translatable_id ORDER BY p1_.name ASC, v3_.name ASC
SELECT p0_.id AS id_0, p1_.name AS name_1, v2_.id AS id_2, v3_.name AS name_3 FROM product p4_ LEFT JOIN product_category p6_ ON p4_.id = p6_.product_id LEFT JOIN category c5_ ON c5_.id = p6_.category_id LEFT JOIN category c7_ ON c5_.parent_id = c7_.id LEFT JOIN category c8_ ON c7_.parent_id = c8_.id INNER JOIN product_variant p9_ ON p4_.id = p9_.product_id INNER JOIN variant_properties v10_ ON p9_.id = v10_.variant_id INNER JOIN value v2_ ON v2_.id = v10_.value_id INNER JOIN property p0_ ON v2_.property_id = p0_.id LEFT JOIN property_translations p1_ ON p0_.id = p1_.translatable_id LEFT JOIN value_translations v3_ ON v2_.id = v3_.translatable_id ORDER BY p1_.name ASC, v3_.name ASC;
|
205 |
0.69 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.is_enabled = ? ORDER BY c0_.left_id ASC
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.is_enabled = 1 ORDER BY c0_.left_id ASC;
|
206 |
0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 120 ORDER BY t0.left_id ASC;
|
207 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 129 ORDER BY t0.left_id ASC;
|
208 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 130 ORDER BY t0.left_id ASC;
|
209 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 207 ORDER BY t0.left_id ASC;
|
210 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 215 ORDER BY t0.left_id ASC;
|
211 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 216 ORDER BY t0.left_id ASC;
|
212 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 121 ORDER BY t0.left_id ASC;
|
213 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 136 ORDER BY t0.left_id ASC;
|
214 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 137 ORDER BY t0.left_id ASC;
|
215 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 229 ORDER BY t0.left_id ASC;
|
216 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 122 ORDER BY t0.left_id ASC;
|
217 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 297 ORDER BY t0.left_id ASC;
|
218 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 302 ORDER BY t0.left_id ASC;
|
219 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 303 ORDER BY t0.left_id ASC;
|
220 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 304 ORDER BY t0.left_id ASC;
|
221 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 123 ORDER BY t0.left_id ASC;
|
222 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 144 ORDER BY t0.left_id ASC;
|
223 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 145 ORDER BY t0.left_id ASC;
|
224 |
0.24 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 126 ORDER BY t0.left_id ASC;
|
225 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 132 ORDER BY t0.left_id ASC;
|
226 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 133 ORDER BY t0.left_id ASC;
|
227 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 134 ORDER BY t0.left_id ASC;
|
228 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 135 ORDER BY t0.left_id ASC;
|
229 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 152 ORDER BY t0.left_id ASC;
|
230 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 189 ORDER BY t0.left_id ASC;
|
231 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 190 ORDER BY t0.left_id ASC;
|
232 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 191 ORDER BY t0.left_id ASC;
|
233 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 192 ORDER BY t0.left_id ASC;
|
234 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 193 ORDER BY t0.left_id ASC;
|
235 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 146 ORDER BY t0.left_id ASC;
|
236 |
0.45 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 230 ORDER BY t0.left_id ASC;
|
237 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 186 ORDER BY t0.left_id ASC;
|
238 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 217 ORDER BY t0.left_id ASC;
|
239 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 218 ORDER BY t0.left_id ASC;
|
240 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 219 ORDER BY t0.left_id ASC;
|
241 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 221 ORDER BY t0.left_id ASC;
|
242 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 223 ORDER BY t0.left_id ASC;
|
243 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 226 ORDER BY t0.left_id ASC;
|
244 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 243 ORDER BY t0.left_id ASC;
|
245 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 245 ORDER BY t0.left_id ASC;
|
246 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 247 ORDER BY t0.left_id ASC;
|
247 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 248 ORDER BY t0.left_id ASC;
|
248 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 269 ORDER BY t0.left_id ASC;
|
249 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 270 ORDER BY t0.left_id ASC;
|
250 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 273 ORDER BY t0.left_id ASC;
|
251 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 274 ORDER BY t0.left_id ASC;
|
252 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 338 ORDER BY t0.left_id ASC;
|
253 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 275 ORDER BY t0.left_id ASC;
|
254 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 276 ORDER BY t0.left_id ASC;
|
255 |
0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 280 ORDER BY t0.left_id ASC;
|
256 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 281 ORDER BY t0.left_id ASC;
|
257 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 287 ORDER BY t0.left_id ASC;
|
258 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 288 ORDER BY t0.left_id ASC;
|
259 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 289 ORDER BY t0.left_id ASC;
|
260 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 293 ORDER BY t0.left_id ASC;
|
261 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 307 ORDER BY t0.left_id ASC;
|
262 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 312 ORDER BY t0.left_id ASC;
|
263 |
0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 314 ORDER BY t0.left_id ASC;
|
264 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 315 ORDER BY t0.left_id ASC;
|
265 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 323 ORDER BY t0.left_id ASC;
|
266 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 329 ORDER BY t0.left_id ASC;
|
267 |
0.23 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 330 ORDER BY t0.left_id ASC;
|
268 |
0.59 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 331 ORDER BY t0.left_id ASC;
|
269 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 332 ORDER BY t0.left_id ASC;
|
270 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 339 ORDER BY t0.left_id ASC;
|
271 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 340 ORDER BY t0.left_id ASC;
|
272 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 WHERE t0.parent_id = 344 ORDER BY t0.left_id ASC;
|
273 |
0.27 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.parent_id IS NULL AND c0_.is_enabled = ? ORDER BY c0_.left_id ASC
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.show_in_main_page AS show_in_main_page_7, c0_.is_enabled AS is_enabled_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.parent_id AS parent_id_11, c0_.media_id AS media_id_12 FROM category c0_ WHERE c0_.parent_id IS NULL AND c0_.is_enabled = 1 ORDER BY c0_.left_id ASC;
|
274 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 120;
|
275 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 129;
|
276 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 130;
|
277 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 207;
|
278 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 215;
|
279 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 216;
|
280 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 121;
|
281 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 136;
|
282 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 137;
|
283 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 229;
|
284 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 122;
|
285 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 297;
|
286 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 302;
|
287 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 303;
|
288 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 304;
|
289 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 123;
|
290 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 144;
|
291 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 145;
|
292 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 126;
|
293 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 132;
|
294 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 133;
|
295 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 134;
|
296 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 135;
|
297 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 152;
|
298 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 189;
|
299 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 190;
|
300 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 191;
|
301 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 192;
|
302 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 193;
|
303 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 146;
|
304 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 230;
|
305 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 186;
|
306 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 217;
|
307 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 218;
|
308 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 219;
|
309 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 221;
|
310 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 223;
|
311 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 226;
|
312 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 243;
|
313 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 245;
|
314 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 247;
|
315 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 248;
|
316 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 269;
|
317 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 270;
|
318 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 273;
|
319 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 274;
|
320 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 338;
|
321 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 275;
|
322 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 276;
|
323 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 280;
|
324 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 281;
|
325 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 287;
|
326 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 288;
|
327 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 289;
|
328 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 293;
|
329 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 307;
|
330 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 312;
|
331 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 314;
|
332 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 315;
|
333 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 323;
|
334 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 329;
|
335 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 330;
|
336 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 331;
|
337 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 332;
|
338 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 339;
|
339 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 340;
|
340 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.seo_text AS seo_text_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM category_translations t0 WHERE t0.translatable_id = 344;
|
341 |
0.24 ms |
SELECT t0.id AS id_1, t0.invoice_amount AS invoice_amount_2, t0.invoice_amount_net AS invoice_amount_net_3, t0.order_time AS order_time_4, t0.transaction_id AS transaction_id_5, t0.comment AS comment_6, t0.is_quick_buy AS is_quick_buy_7, t0.user_id AS user_id_8, t0.order_billing_address_id AS order_billing_address_id_9, t0.coupon_id AS coupon_id_10 FROM `order` t0 WHERE t0.id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.invoice_amount AS invoice_amount_2, t0.invoice_amount_net AS invoice_amount_net_3, t0.order_time AS order_time_4, t0.transaction_id AS transaction_id_5, t0.comment AS comment_6, t0.is_quick_buy AS is_quick_buy_7, t0.user_id AS user_id_8, t0.order_billing_address_id AS order_billing_address_id_9, t0.coupon_id AS coupon_id_10 FROM `order` t0 WHERE t0.id IS NULL LIMIT 1;
|
342 |
0.43 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556027;
|
343 |
0.28 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556027;
|
344 |
0.27 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379527;
|
345 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556027;
|
346 |
0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556028;
|
347 |
0.24 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556028;
|
348 |
0.22 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379538;
|
349 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556028;
|
350 |
0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556092;
|
351 |
0.22 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556092;
|
352 |
0.25 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379793;
|
353 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556092;
|
354 |
0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556099;
|
355 |
0.20 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556099;
|
356 |
0.24 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379841;
|
357 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556099;
|
358 |
0.26 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556100;
|
359 |
0.20 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556100;
|
360 |
0.18 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379849;
|
361 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556100;
|
362 |
0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556102;
|
363 |
0.18 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556102;
|
364 |
0.18 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12379864;
|
365 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556102;
|
366 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556160;
|
367 |
0.15 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556160;
|
368 |
0.19 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380122;
|
369 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556160;
|
370 |
0.47 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556161;
|
371 |
0.16 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556161;
|
372 |
0.19 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380129;
|
373 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556161;
|
374 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556163;
|
375 |
0.15 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556163;
|
376 |
0.17 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380145;
|
377 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556163;
|
378 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556166;
|
379 |
0.17 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556166;
|
380 |
0.16 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380169;
|
381 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556166;
|
382 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556167;
|
383 |
0.19 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556167;
|
384 |
0.22 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380177;
|
385 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556167;
|
386 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.show_in_main_page AS show_in_main_page_8, t0.is_enabled AS is_enabled_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12, t0.media_id AS media_id_13 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 556172;
|
387 |
0.17 ms |
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.media_id AS media_id_2, t0.product_id AS product_id_3 FROM product_gallery t0 WHERE t0.product_id = 556172;
|
388 |
0.16 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = 12380217;
|
389 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product_translations t0 WHERE t0.translatable_id = 556172;
|