1 |
0.75 ms |
SELECT s0_.name AS name_0, s0_.email AS email_1, s0_.url AS url_2, s0_.country AS country_3, s0_.locale AS locale_4, s0_.currency AS currency_5, s0_.order_base_number AS order_base_number_6, s0_.order_email AS order_email_7, s0_.id AS id_8, s0_.created_at AS created_at_9, s0_.updated_at AS updated_at_10 FROM store s0_ ORDER BY s0_.id ASC
SELECT s0_.name AS name_0, s0_.email AS email_1, s0_.url AS url_2, s0_.country AS country_3, s0_.locale AS locale_4, s0_.currency AS currency_5, s0_.order_base_number AS order_base_number_6, s0_.order_email AS order_email_7, s0_.id AS id_8, s0_.created_at AS created_at_9, s0_.updated_at AS updated_at_10 FROM store s0_ ORDER BY s0_.id ASC;
|
2 |
0.64 ms |
SELECT s0_.id AS id_0, s0_.content_id AS content_id_1, s0_.locale AS locale_2, s0_.slug AS slug_3, s0_.type AS type_4, s0_.previous_slug AS previous_slug_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7 FROM slug s0_ WHERE s0_.slug = ? AND s0_.locale IN (?, ?)
Parameters: [
"modellserie-lg"
"de_AT"
"de"
]
SELECT s0_.id AS id_0, s0_.content_id AS content_id_1, s0_.locale AS locale_2, s0_.slug AS slug_3, s0_.type AS type_4, s0_.previous_slug AS previous_slug_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7 FROM slug s0_ WHERE s0_.slug = 'modellserie-lg' AND s0_.locale IN ('de_AT', 'de');
|
3 |
0.42 ms |
SELECT t0.main_template AS main_template_1, t0.product_template AS product_template_2, t0.filterable AS filterable_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.principal_image_id AS principal_image_id_7 FROM category t0 WHERE t0.id = ?
SELECT t0.main_template AS main_template_1, t0.product_template AS product_template_2, t0.filterable AS filterable_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.principal_image_id AS principal_image_id_7 FROM category t0 WHERE t0.id = 16;
|
4 |
13.19 ms |
SELECT m0_.alias AS alias_0, m0_.lft AS lft_1, m0_.rgt AS rgt_2, m0_.lvl AS lvl_3, m0_.root AS root_4, m0_.id AS id_5, c1_.main_template AS main_template_6, c1_.product_template AS product_template_7, c1_.filterable AS filterable_8, c1_.id AS id_9, c1_.created_at AS created_at_10, c1_.updated_at AS updated_at_11, c2_.slug AS slug_12, c2_.title AS title_13, c2_.h1 AS h1_14, c2_.perex AS perex_15, c2_.description AS description_16, c2_.meta_title AS meta_title_17, c2_.meta_description AS meta_description_18, c2_.meta_keywords AS meta_keywords_19, c2_.locale AS locale_20, c2_.id AS id_21, i3_.name AS name_22, i3_.original_name AS original_name_23, i3_.mime_type AS mime_type_24, i3_.size AS size_25, i3_.width AS width_26, i3_.height AS height_27, i3_.id AS id_28, i3_.created_at AS created_at_29, i3_.updated_at AS updated_at_30, i4_.title AS title_31, i4_.keywords AS keywords_32, i4_.locale AS locale_33, i4_.id AS id_34, m0_.category_id AS category_id_35, m0_.parent_id AS parent_id_36, c1_.principal_image_id AS principal_image_id_37, c2_.translatable_id AS translatable_id_38, i4_.translatable_id AS translatable_id_39 FROM menu_de m0_ LEFT JOIN category c1_ ON m0_.category_id = c1_.id LEFT JOIN category_translation c2_ ON c1_.id = c2_.translatable_id AND (c2_.locale IN (?, ?)) LEFT JOIN image i3_ ON c1_.principal_image_id = i3_.id LEFT JOIN image_translation i4_ ON i3_.id = i4_.translatable_id AND (i4_.locale IN (?, ?)) ORDER BY m0_.lft ASC
Parameters: [
"de_AT"
"de"
"de_AT"
"de"
]
SELECT
m0_.alias AS alias_0,
m0_.lft AS lft_1,
m0_.rgt AS rgt_2,
m0_.lvl AS lvl_3,
m0_.root AS root_4,
m0_.id AS id_5,
c1_.main_template AS main_template_6,
c1_.product_template AS product_template_7,
c1_.filterable AS filterable_8,
c1_.id AS id_9,
c1_.created_at AS created_at_10,
c1_.updated_at AS updated_at_11,
c2_.slug AS slug_12,
c2_.title AS title_13,
c2_.h1 AS h1_14,
c2_.perex AS perex_15,
c2_.description AS description_16,
c2_.meta_title AS meta_title_17,
c2_.meta_description AS meta_description_18,
c2_.meta_keywords AS meta_keywords_19,
c2_.locale AS locale_20,
c2_.id AS id_21,
i3_.name AS name_22,
i3_.original_name AS original_name_23,
i3_.mime_type AS mime_type_24,
i3_.size AS size_25,
i3_.width AS width_26,
i3_.height AS height_27,
i3_.id AS id_28,
i3_.created_at AS created_at_29,
i3_.updated_at AS updated_at_30,
i4_.title AS title_31,
i4_.keywords AS keywords_32,
i4_.locale AS locale_33,
i4_.id AS id_34,
m0_.category_id AS category_id_35,
m0_.parent_id AS parent_id_36,
c1_.principal_image_id AS principal_image_id_37,
c2_.translatable_id AS translatable_id_38,
i4_.translatable_id AS translatable_id_39
FROM
menu_de m0_
LEFT JOIN category c1_ ON m0_.category_id = c1_.id
LEFT JOIN category_translation c2_ ON c1_.id = c2_.translatable_id
AND (
c2_.locale IN (?, ?)
)
LEFT JOIN image i3_ ON c1_.principal_image_id = i3_.id
LEFT JOIN image_translation i4_ ON i3_.id = i4_.translatable_id
AND (
i4_.locale IN (?, ?)
)
ORDER BY
m0_.lft ASC
SELECT m0_.alias AS alias_0, m0_.lft AS lft_1, m0_.rgt AS rgt_2, m0_.lvl AS lvl_3, m0_.root AS root_4, m0_.id AS id_5, c1_.main_template AS main_template_6, c1_.product_template AS product_template_7, c1_.filterable AS filterable_8, c1_.id AS id_9, c1_.created_at AS created_at_10, c1_.updated_at AS updated_at_11, c2_.slug AS slug_12, c2_.title AS title_13, c2_.h1 AS h1_14, c2_.perex AS perex_15, c2_.description AS description_16, c2_.meta_title AS meta_title_17, c2_.meta_description AS meta_description_18, c2_.meta_keywords AS meta_keywords_19, c2_.locale AS locale_20, c2_.id AS id_21, i3_.name AS name_22, i3_.original_name AS original_name_23, i3_.mime_type AS mime_type_24, i3_.size AS size_25, i3_.width AS width_26, i3_.height AS height_27, i3_.id AS id_28, i3_.created_at AS created_at_29, i3_.updated_at AS updated_at_30, i4_.title AS title_31, i4_.keywords AS keywords_32, i4_.locale AS locale_33, i4_.id AS id_34, m0_.category_id AS category_id_35, m0_.parent_id AS parent_id_36, c1_.principal_image_id AS principal_image_id_37, c2_.translatable_id AS translatable_id_38, i4_.translatable_id AS translatable_id_39 FROM menu_de m0_ LEFT JOIN category c1_ ON m0_.category_id = c1_.id LEFT JOIN category_translation c2_ ON c1_.id = c2_.translatable_id AND (c2_.locale IN ('de_AT', 'de')) LEFT JOIN image i3_ ON c1_.principal_image_id = i3_.id LEFT JOIN image_translation i4_ ON i3_.id = i4_.translatable_id AND (i4_.locale IN ('de_AT', 'de')) ORDER BY m0_.lft ASC;
|
5 |
0.42 ms |
SELECT s0_.id AS id_0, s0_.content_id AS content_id_1, s0_.locale AS locale_2, s0_.slug AS slug_3, s0_.type AS type_4, s0_.previous_slug AS previous_slug_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7 FROM slug s0_ WHERE s0_.slug = ? AND s0_.locale IN (?, ?)
Parameters: [
"modellserie-lg"
"de_AT"
"de"
]
SELECT s0_.id AS id_0, s0_.content_id AS content_id_1, s0_.locale AS locale_2, s0_.slug AS slug_3, s0_.type AS type_4, s0_.previous_slug AS previous_slug_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7 FROM slug s0_ WHERE s0_.slug = 'modellserie-lg' AND s0_.locale IN ('de_AT', 'de');
|
6 |
0.52 ms |
SELECT t0.position AS position_1, t0.category_id AS category_id_2, t0.image_id AS image_id_3 FROM category_image t0 WHERE t0.category_id = ? ORDER BY t0.position ASC
SELECT t0.position AS position_1, t0.category_id AS category_id_2, t0.image_id AS image_id_3 FROM category_image t0 WHERE t0.category_id = 16 ORDER BY t0.position ASC;
|
7 |
1.26 ms |
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.enabled AS enabled_4, p1_.slug AS slug_5, p1_.title AS title_6, p1_.h1 AS h1_7, p1_.perex AS perex_8, p1_.description AS description_9, p1_.meta_title AS meta_title_10, p1_.meta_description AS meta_description_11, p1_.meta_keywords AS meta_keywords_12, p1_.locale AS locale_13, p1_.id AS id_14, p0_.principal_category_id AS principal_category_id_15, p0_.principal_image_id AS principal_image_id_16, p0_.manufacturer_id AS manufacturer_id_17, p0_.parent_id AS parent_id_18, p1_.translatable_id AS translatable_id_19 FROM product_class p0_ LEFT JOIN product_class_translation p1_ ON p0_.id = p1_.translatable_id AND (p1_.locale IN (?, ?)) WHERE p0_.principal_category_id = ? AND p0_.enabled = 1 ORDER BY p0_.parent_id ASC, p0_.position ASC LIMIT 25
Parameters: [
"de_AT"
"de"
16
]
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.enabled AS enabled_4, p1_.slug AS slug_5, p1_.title AS title_6, p1_.h1 AS h1_7, p1_.perex AS perex_8, p1_.description AS description_9, p1_.meta_title AS meta_title_10, p1_.meta_description AS meta_description_11, p1_.meta_keywords AS meta_keywords_12, p1_.locale AS locale_13, p1_.id AS id_14, p0_.principal_category_id AS principal_category_id_15, p0_.principal_image_id AS principal_image_id_16, p0_.manufacturer_id AS manufacturer_id_17, p0_.parent_id AS parent_id_18, p1_.translatable_id AS translatable_id_19 FROM product_class p0_ LEFT JOIN product_class_translation p1_ ON p0_.id = p1_.translatable_id AND (p1_.locale IN ('de_AT', 'de')) WHERE p0_.principal_category_id = 16 AND p0_.enabled = 1 ORDER BY p0_.parent_id ASC, p0_.position ASC LIMIT 25;
|
8 |
0.36 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = 1;
|
9 |
0.41 ms |
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = ?
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = 1;
|
10 |
0.33 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 20;
|
11 |
0.32 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 450;
|
12 |
0.38 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 450;
|
13 |
0.28 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 73;
|
14 |
0.28 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 16894;
|
15 |
0.34 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 16894;
|
16 |
0.28 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = 2;
|
17 |
0.34 ms |
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = ?
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = 2;
|
18 |
0.28 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 16;
|
19 |
0.28 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 6897;
|
20 |
0.33 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 6897;
|
21 |
0.29 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 75;
|
22 |
0.30 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 16902;
|
23 |
0.31 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 16902;
|
24 |
0.28 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.position AS position_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.enabled AS enabled_5, t0.principal_category_id AS principal_category_id_6, t0.principal_image_id AS principal_image_id_7, t0.manufacturer_id AS manufacturer_id_8, t0.parent_id AS parent_id_9 FROM product_class t0 WHERE t0.id = 3;
|
25 |
0.32 ms |
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = ?
SELECT t0.slug AS slug_1, t0.title AS title_2, t0.h1 AS h1_3, t0.perex AS perex_4, t0.description AS description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.locale AS locale_9, t0.id AS id_10, t0.translatable_id AS translatable_id_11 FROM product_class_translation t0 WHERE t0.translatable_id = 3;
|
26 |
0.29 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 21;
|
27 |
0.24 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 457;
|
28 |
0.31 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 457;
|
29 |
0.28 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 19;
|
30 |
0.27 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 4420;
|
31 |
0.29 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 4420;
|
32 |
0.28 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 85;
|
33 |
0.29 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 16897;
|
34 |
0.32 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 16897;
|
35 |
0.28 ms |
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = ?
SELECT t0.position AS position_1, t0.product_class_id AS product_class_id_2, t0.image_id AS image_id_3 FROM product_class_image t0 WHERE t0.product_class_id = 76;
|
36 |
0.27 ms |
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.original_name AS original_name_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.width AS width_5, t0.height AS height_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM image t0 WHERE t0.id = 16907;
|
37 |
0.30 ms |
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = ?
SELECT t0.title AS title_1, t0.keywords AS keywords_2, t0.locale AS locale_3, t0.id AS id_4, t0.translatable_id AS translatable_id_5 FROM image_translation t0 WHERE t0.translatable_id = 16907;
|