1
0.37 ms
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . symbol AS symbol_2 , c0_ . rounding AS rounding_3 , c0_ . is_default AS is_default_4 , c0_ . default_locale AS default_locale_5 , c0_ . is_symbol_left AS is_symbol_left_6 , c0_ . is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_ . default_locale = ? LIMIT 1
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . symbol AS symbol_2 , c0_ . rounding AS rounding_3 , c0_ . is_default AS is_default_4 , c0_ . default_locale AS default_locale_5 , c0_ . is_symbol_left AS is_symbol_left_6 , c0_ . is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_ . default_locale = 'cs' LIMIT 1 ;
Copy
2
0.34 ms
SELECT s0_ . value AS value_0 FROM settings s0_ WHERE s0_ . name = ? ORDER BY s0_ . name ASC LIMIT 1
Parameters :
[
"after_registration_discount "
]
SELECT s0_ . value AS value_0 FROM settings s0_ WHERE s0_ . name = 'after_registration_discount' ORDER BY s0_ . name ASC LIMIT 1 ;
Copy
3
0.47 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = ?
Parameters :
[
"screenova-roleta-unirol-z "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = 'screenova-roleta-unirol-z' ;
Copy
4
0.41 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 14 ;
Copy
5
0.40 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
47
"2026-03-15 21:20:58 "
"2026-03-15 21:20:58 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 47 AND p0_ . valid_from < = '2026-03-15 21:20:58' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:58' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
6
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:58 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:58' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
7
0.38 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
47
"2026-03-15 21:20:58 "
"2026-03-15 21:20:58 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 47 AND p0_ . valid_from < = '2026-03-15 21:20:58' AND (p0_ . valid_until > = '2026-03-15 21:20:58' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
8
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3988 ;
Copy
9
0.27 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 47 ;
Copy
10
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . unit AS unit_3 , t0 . class AS class_4 , t0 . is_filter AS is_filter_5 , t0 . type_id AS type_id_6 , t0 . parameter_group_filter_type_id AS parameter_group_filter_type_id_7 , t0 . parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . unit AS unit_3 , t0 . class AS class_4 , t0 . is_filter AS is_filter_5 , t0 . type_id AS type_id_6 , t0 . parameter_group_filter_type_id AS parameter_group_filter_type_id_7 , t0 . parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0 . id = 3 ;
Copy
11
0.29 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
47
"2026-03-15 21:20:58 "
"2026-03-15 21:20:58 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 47 AND p0_ . valid_from < = '2026-03-15 21:20:58' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:58' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
12
0.25 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:58 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:58' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
13
0.27 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
47
"2026-03-15 21:20:58 "
"2026-03-15 21:20:58 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 47 AND p0_ . valid_from < = '2026-03-15 21:20:58' AND (p0_ . valid_until > = '2026-03-15 21:20:58' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
14
0.21 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 FROM product_view_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 FROM product_view_type t0 WHERE t0 . id = 1 ;
Copy
15
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = '4' ;
Copy
16
0.43 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p1_ . id IS NULL AND c2_ . menu_type_id = ? ORDER BY c2_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p1_ . id IS NULL AND c2_ . menu_type_id = 4 ORDER BY c2_ . sequence ASC ;
Copy
17
0.43 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = ?
Parameters :
[
"screenova-roleta-unirol-z "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = 'screenova-roleta-unirol-z' ;
Copy
18
1.08 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . object_class = ? ORDER BY e0_ . locale ASC
Parameters :
[
14
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = 14 AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ORDER BY e0_ . locale ASC ;
Copy
19
0.31 ms
SELECT p0_ . slug AS slug_0 FROM product p0_ WHERE p0_ . id = ?
SELECT p0_ . slug AS slug_0 FROM product p0_ WHERE p0_ . id = 14 ;
Copy
20
0.40 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = ?
Parameters :
[
"screenova-roleta-unirol-z "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = 'screenova-roleta-unirol-z' ;
Copy
21
1.04 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . object_class = ? ORDER BY e0_ . locale ASC
Parameters :
[
14
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = 14 AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ORDER BY e0_ . locale ASC ;
Copy
22
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 4 ;
Copy
23
0.26 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 1 ;
Copy
24
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 15 ;
Copy
25
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = '1' ;
Copy
26
0.72 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p1_ . id IS NULL AND c2_ . menu_type_id = ? ORDER BY c2_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p1_ . id IS NULL AND c2_ . menu_type_id = 1 ORDER BY c2_ . sequence ASC ;
Copy
27
0.41 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = ?
Parameters :
[
"screenova-roleta-unirol-z "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = 'screenova-roleta-unirol-z' ;
Copy
28
1.08 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . object_class = ? ORDER BY e0_ . locale ASC
Parameters :
[
14
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = 14 AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ORDER BY e0_ . locale ASC ;
Copy
29
0.32 ms
SELECT p0_ . slug AS slug_0 FROM product p0_ WHERE p0_ . id = ?
SELECT p0_ . slug AS slug_0 FROM product p0_ WHERE p0_ . id = 14 ;
Copy
30
0.42 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = ?
Parameters :
[
"screenova-roleta-unirol-z "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ WHERE p0_ . slug = 'screenova-roleta-unirol-z' ;
Copy
31
1.03 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . object_class = ? ORDER BY e0_ . locale ASC
Parameters :
[
14
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 , e0_ . locale AS locale_2 FROM ext_translations e0_ WHERE e0_ . foreign_key = 14 AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ORDER BY e0_ . locale ASC ;
Copy
32
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 68 ;
Copy
33
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 7 ;
Copy
34
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = 6 LIMIT 1 ;
Copy
35
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = 68 LIMIT 1 ;
Copy
36
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = 1 LIMIT 1 ;
Copy
37
0.45 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p0_ . id < > ? AND p2_ . category_super_id = ? AND c1_ . menu_type_id = ? ORDER BY p2_ . sequence ASC
Parameters :
[
1
2
68
68
1
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p0_ . id < > 68 AND p2_ . category_super_id = 68 AND c1_ . menu_type_id = 1 ORDER BY p2_ . sequence ASC ;
Copy
38
0.62 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p0_ . id < > ? AND p2_ . category_super_id = ? AND c1_ . menu_type_id = ? ORDER BY p2_ . sequence ASC
Parameters :
[
1
2
354
354
1
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p0_ . id < > 354 AND p2_ . category_super_id = 354 AND c1_ . menu_type_id = 1 ORDER BY p2_ . sequence ASC ;
Copy
39
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4151 ;
Copy
40
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 5 ;
Copy
41
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 72 ;
Copy
42
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3777 ;
Copy
43
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 74 ;
Copy
44
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4191 ;
Copy
45
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 143 ;
Copy
46
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3840 ;
Copy
47
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 101 ;
Copy
48
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3841 ;
Copy
49
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 159 ;
Copy
50
0.44 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p0_ . id < > ? AND p2_ . category_super_id = ? AND c1_ . menu_type_id = ? ORDER BY p2_ . sequence ASC
Parameters :
[
1
2
355
355
1
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p0_ . id < > 355 AND p2_ . category_super_id = 355 AND c1_ . menu_type_id = 1 ORDER BY p2_ . sequence ASC ;
Copy
51
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3807 ;
Copy
52
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 71 ;
Copy
53
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4173 ;
Copy
54
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 356 ;
Copy
55
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4172 ;
Copy
56
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 119 ;
Copy
57
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3935 ;
Copy
58
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 105 ;
Copy
59
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3820 ;
Copy
60
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 114 ;
Copy
61
0.42 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 58 ;
Copy
62
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = 7 LIMIT 1 ;
Copy
63
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = 58 LIMIT 1 ;
Copy
64
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = 1 LIMIT 1 ;
Copy
65
0.53 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p0_ . id < > ? AND p2_ . category_super_id = ? AND c1_ . menu_type_id = ? ORDER BY p2_ . sequence ASC
Parameters :
[
1
2
58
58
1
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p0_ . id < > 58 AND p2_ . category_super_id = 58 AND c1_ . menu_type_id = 1 ORDER BY p2_ . sequence ASC ;
Copy
66
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 369 ;
Copy
67
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 370 ;
Copy
68
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 371 ;
Copy
69
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 372 ;
Copy
70
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 374 ;
Copy
71
0.43 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 375 ;
Copy
72
0.66 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 365 ;
Copy
73
0.50 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 373 ;
Copy
74
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 376 ;
Copy
75
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 128 ;
Copy
76
0.37 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5447 ;
Copy
77
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5448 ;
Copy
78
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5449 ;
Copy
79
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5450 ;
Copy
80
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5451 ;
Copy
81
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5452 ;
Copy
82
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5453 ;
Copy
83
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5454 ;
Copy
84
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5457 ;
Copy
85
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5455 ;
Copy
86
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 59 ;
Copy
87
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 WHERE t0 . id = 7 LIMIT 1 ;
Copy
88
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id = 59 LIMIT 1 ;
Copy
89
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM menu_type t0 WHERE t0 . id = 1 LIMIT 1 ;
Copy
90
0.49 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p0_ . id < > ? AND p2_ . category_super_id = ? AND c1_ . menu_type_id = ? ORDER BY p2_ . sequence ASC
Parameters :
[
1
2
59
59
1
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_menu_type c1_ ON p0_ . id = c1_ . category_id LEFT JOIN p_category_category p2_ ON p0_ . id = p2_ . category_sub_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p0_ . id < > 59 AND p2_ . category_super_id = 59 AND c1_ . menu_type_id = 1 ORDER BY p2_ . sequence ASC ;
Copy
91
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 361 ;
Copy
92
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 362 ;
Copy
93
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 366 ;
Copy
94
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 133 ;
Copy
95
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 134 ;
Copy
96
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sequence AS sequence_5 , t0 . label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN category_label ON t0 . id = category_label . label_id WHERE category_label . category_id = 142 ;
Copy
97
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5459 ;
Copy
98
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5458 ;
Copy
99
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 3932 ;
Copy
100
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5462 ;
Copy
101
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5463 ;
Copy
102
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5460 ;
Copy
103
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 60 ;
Copy
104
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 50 ;
Copy
105
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . controller_name AS controller_name_4 FROM sub_menu_type t0 INNER JOIN category_sub_menu_type ON t0 . id = category_sub_menu_type . sub_menu_type_id WHERE category_sub_menu_type . category_id = 63 ;
Copy
106
0.46 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p1_ . id IS NULL AND c2_ . menu_type_id = ? ORDER BY c2_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id LEFT JOIN category_menu_type c2_ ON p0_ . id = c2_ . category_id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p1_ . id IS NULL AND c2_ . menu_type_id = 4 ORDER BY c2_ . sequence ASC ;
Copy
107
0.66 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 11 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
108
0.60 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . is_active = 1 AND p0_ . category_type_id = 11 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
109
0.55 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . is_active = 1 AND p0_ . category_type_id = 11 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
110
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 1163 ;
Copy
111
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id IS NULL LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . category_type_id AS category_type_id_19 , t0 . upload_id AS upload_id_20 FROM p_category t0 WHERE t0 . id IS NULL LIMIT 1 ;
Copy
112
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . producer_id AS producer_id_18 , t0 . upload_id AS upload_id_19 , t0 . product_type_id AS product_type_id_20 , t0 . product_view_type_id AS product_view_type_id_21 FROM product t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . producer_id AS producer_id_18 , t0 . upload_id AS upload_id_19 , t0 . product_type_id AS product_type_id_20 , t0 . product_view_type_id AS product_view_type_id_21 FROM product t0 WHERE t0 . id = '14' LIMIT 1 ;
Copy
113
0.68 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . category_type_id IS NOT NULL AND p0_ . category_type_id NOT IN (? , ? , ? ) ORDER BY p0_ . category_type_id ASC
Parameters :
[
14
10
8
11
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . category_type_id IS NOT NULL AND p0_ . category_type_id NOT IN (10 , 8 , 11 ) ORDER BY p0_ . category_type_id ASC ;
Copy
114
0.35 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 143 ORDER BY t0 . sequence ASC ;
Copy
115
0.32 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 354 ORDER BY t0 . sequence ASC ;
Copy
116
0.29 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 68 ORDER BY t0 . sequence ASC ;
Copy
117
0.28 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 209 ORDER BY t0 . sequence ASC ;
Copy
118
0.31 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 63 ORDER BY t0 . sequence ASC ;
Copy
119
0.29 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 203 ORDER BY t0 . sequence ASC ;
Copy
120
0.32 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 211 ORDER BY t0 . sequence ASC ;
Copy
121
0.33 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 207 ORDER BY t0 . sequence ASC ;
Copy
122
0.29 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_sub_id = 208 ORDER BY t0 . sequence ASC ;
Copy
123
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 14 ;
Copy
124
0.61 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . is_active = 1 AND p0_ . category_type_id = 11 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
125
0.52 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
126
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 14 AND p0_ . is_active = 1 AND p0_ . category_type_id = 12 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
127
0.50 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 5 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
128
0.48 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 1 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
129
0.35 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 3 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
130
0.31 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 4 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
131
0.30 ms
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = ? AND i1_ . id = ? AND p2_ . product_id = ? ORDER BY p2_ . sequence ASC
SELECT i0_ . id AS id_0 , i0_ . name AS name_1 , i0_ . title AS title_2 , i0_ . text AS text_3 , i0_ . is_active AS is_active_4 , i0_ . state AS state_5 , i0_ . is_reusable AS is_reusable_6 , i0_ . information_block_type_id AS information_block_type_id_7 FROM information_block i0_ LEFT JOIN information_block_type i1_ ON i0_ . information_block_type_id = i1_ . id LEFT JOIN product_information_block p2_ ON i0_ . id = p2_ . information_block_id WHERE i0_ . is_active = 1 AND i1_ . id = 14 AND p2_ . product_id = 14 ORDER BY p2_ . sequence ASC ;
Copy
132
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sequence AS sequence_3 FROM parameter_group_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sequence AS sequence_3 FROM parameter_group_type t0 WHERE t0 . id = 8 ;
Copy
133
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 , p1_ . unit AS unit_2 , p2_ . name AS name_3 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id LEFT JOIN parameter_group_filter_type p2_ ON p1_ . parameter_group_filter_type_id = p2_ . id WHERE p1_ . type_id = ? AND p0_ . product_variant_id IN (? )
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 , p1_ . unit AS unit_2 , p2_ . name AS name_3 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id LEFT JOIN parameter_group_filter_type p2_ ON p1_ . parameter_group_filter_type_id = p2_ . id WHERE p1_ . type_id = 8 AND p0_ . product_variant_id IN (47 );
Copy
134
0.55 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = ? AND p0_ . category_type_id IN (? , ? ) LIMIT 1
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = 14 AND p0_ . category_type_id IN (5 , 6 ) LIMIT 1 ;
Copy
135
0.47 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = 13 AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC ;
Copy
136
0.52 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = 5 AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC ;
Copy
137
0.38 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . title AS title_4 , t0 . description AS description_5 , t0 . html AS html_6 , t0 . is_menu AS is_menu_7 , t0 . slug AS slug_8 , t0 . upload_id AS upload_id_9 FROM producer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . title AS title_4 , t0 . description AS description_5 , t0 . html AS html_6 , t0 . is_menu AS is_menu_7 , t0 . slug AS slug_8 , t0 . upload_id AS upload_id_9 FROM producer t0 WHERE t0 . id = 1 ;
Copy
138
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4088 ;
Copy
139
0.26 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = 194 ;
Copy
140
0.26 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = 68 ;
Copy
141
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = 68 ;
Copy
142
0.27 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = 341 ;
Copy
143
0.25 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = 228 ;
Copy
144
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = 228 ;
Copy
145
0.27 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = 150 ;
Copy
146
0.23 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = 32 ;
Copy
147
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = 32 ;
Copy
148
0.24 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = 151 ;
Copy
149
0.23 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = 31 ;
Copy
150
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = 31 ;
Copy
151
0.24 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . upload_group_id AS upload_group_id_3 , t0 . category_id AS category_id_4 FROM category_upload_group t0 WHERE t0 . category_id = 152 ;
Copy
152
0.23 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 FROM upload_group t0 WHERE t0 . id = 30 ;
Copy
153
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . upload_group_id = 30 ;
Copy
154
0.28 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 14 AND u0_ . type = 1 ;
Copy
155
0.33 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = ? AND p0_ . category_type_id IN (? , ? ) LIMIT 1
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = 14 AND p0_ . category_type_id IN (5 , 6 ) LIMIT 1 ;
Copy
156
0.25 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_super_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . category_super_id AS category_super_id_4 , t0 . category_sub_id AS category_sub_id_5 FROM p_category_category t0 WHERE t0 . category_super_id = 143 ORDER BY t0 . sequence ASC ;
Copy
157
0.70 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE c1_ . category_id IN (? ) AND p0_ . is_active = ?
SELECT DISTINCT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . title AS title_4 , p0_ . slug AS slug_5 , p0_ . is_active AS is_active_6 , p0_ . is_visible AS is_visible_7 , p0_ . sequence AS sequence_8 , p0_ . javascript AS javascript_9 , p0_ . text_general AS text_general_10 , p0_ . state AS state_11 , p0_ . external_id AS external_id_12 , p0_ . is_indexable AS is_indexable_13 , p0_ . meta_description AS meta_description_14 , p0_ . has_variant_picture AS has_variant_picture_15 , p0_ . sold_amount AS sold_amount_16 , p0_ . producer_id AS producer_id_17 , p0_ . upload_id AS upload_id_18 , p0_ . product_type_id AS product_type_id_19 , p0_ . product_view_type_id AS product_view_type_id_20 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE c1_ . category_id IN (143 ) AND p0_ . is_active = 1 ;
Copy
158
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 12 ;
Copy
159
0.30 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
12
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 12 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
160
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
161
0.34 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
12
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 12 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
162
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4380 ;
Copy
163
0.26 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 12 ;
Copy
164
0.29 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
12
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 12 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
165
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
166
0.29 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
12
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 12 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
167
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 13 ;
Copy
168
0.29 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
46
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 46 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
169
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
170
0.32 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
46
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 46 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
171
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4206 ;
Copy
172
0.29 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 46 ;
Copy
173
0.29 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
46
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 46 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
174
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
175
0.32 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
46
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 46 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
176
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 16 ;
Copy
177
0.34 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
49
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 49 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
178
0.38 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
179
0.44 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
49
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 49 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
180
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4147 ;
Copy
181
0.31 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 49 ;
Copy
182
0.37 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
49
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 49 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
183
0.36 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
184
0.38 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
49
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 49 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
185
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 28 ;
Copy
186
0.36 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
51
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 51 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
187
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
188
0.34 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
51
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 51 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
189
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4144 ;
Copy
190
0.32 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 51 ;
Copy
191
0.35 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
51
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 51 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
192
0.35 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
193
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
51
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 51 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
194
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . stock AS stock_3 , t0 . external_id AS external_id_4 , t0 . avg_restock_days AS avg_restock_days_5 , t0 . expected_restock_date AS expected_restock_date_6 , t0 . is_active AS is_active_7 , t0 . product_id AS product_id_8 , t0 . availability_id AS availability_id_9 , t0 . upload_id AS upload_id_10 FROM product_variant t0 WHERE t0 . product_id = 101 ;
Copy
195
0.39 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
77
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 77 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
196
0.34 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
197
0.40 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
77
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 77 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
198
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 4390 ;
Copy
199
0.27 ms
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = ?
SELECT t0 . id AS id_1 , t0 . data AS data_2 , t0 . sequence AS sequence_3 , t0 . parameter_group_id AS parameter_group_id_4 , t0 . category_id AS category_id_5 , t0 . product_variant_id AS product_variant_id_6 , t0 . person_id AS person_id_7 FROM parameter t0 WHERE t0 . product_variant_id = 77 ;
Copy
200
0.40 ms
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = ? ) ORDER BY p0_ . minimal_amount ASC
Parameters :
[
77
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT DISTINCT p0_ . minimal_amount AS minimal_amount_0 FROM price p0_ WHERE p0_ . product_variant_id = 77 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until IS NULL OR p0_ . valid_until > = '2026-03-15 21:20:59' ) ORDER BY p0_ . minimal_amount ASC ;
Copy
201
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
1
"2026-03-15 21:20:59 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 1 AND c0_ . valid_from < = '2026-03-15 21:20:59' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
202
0.40 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = ? AND p0_ . valid_from < = ? AND (p0_ . valid_until > = ? OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1
Parameters :
[
77
"2026-03-15 21:20:59 "
"2026-03-15 21:20:59 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , p0_ . product_variant_id AS product_variant_id_10 , p0_ . event_id AS event_id_11 FROM price p0_ WHERE p0_ . product_variant_id = 77 AND p0_ . valid_from < = '2026-03-15 21:20:59' AND (p0_ . valid_until > = '2026-03-15 21:20:59' OR p0_ . valid_until IS NULL ) ORDER BY p0_ . minimal_amount ASC LIMIT 1 ;
Copy
203
0.32 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 12 AND u0_ . type = 0 ;
Copy
204
0.49 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
352
4380
2
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (352 ) AND u0_ . id < > 4380 AND u0_ . upload_type_id = 2 ;
Copy
205
0.36 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 12 AND u0_ . type = 0 ;
Copy
206
0.37 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
352
4380
3
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (352 ) AND u0_ . id < > 4380 AND u0_ . upload_type_id = 3 ;
Copy
207
0.73 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 12 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
208
0.68 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 12 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
209
0.32 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 3 AND p0_ . product_variant_id IN (12 );
Copy
210
0.28 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 2 AND p0_ . product_variant_id IN (12 );
Copy
211
0.30 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 13 AND u0_ . type = 0 ;
Copy
212
0.36 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
390
4206
2
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (390 ) AND u0_ . id < > 4206 AND u0_ . upload_type_id = 2 ;
Copy
213
0.30 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 13 AND u0_ . type = 0 ;
Copy
214
0.34 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
390
4206
3
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (390 ) AND u0_ . id < > 4206 AND u0_ . upload_type_id = 3 ;
Copy
215
0.54 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 13 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
216
0.52 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 13 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
217
0.28 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 3 AND p0_ . product_variant_id IN (46 );
Copy
218
0.28 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 2 AND p0_ . product_variant_id IN (46 );
Copy
219
0.26 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 101 AND u0_ . type = 0 ;
Copy
220
0.32 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
385
4390
2
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (385 ) AND u0_ . id < > 4390 AND u0_ . upload_type_id = 2 ;
Copy
221
0.31 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 101 AND u0_ . type = 0 ;
Copy
222
0.33 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
385
4390
3
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (385 ) AND u0_ . id < > 4390 AND u0_ . upload_type_id = 3 ;
Copy
223
0.57 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 101 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
224
0.53 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 101 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
225
0.31 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 3 AND p0_ . product_variant_id IN (77 );
Copy
226
0.28 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 2 AND p0_ . product_variant_id IN (77 );
Copy
227
0.30 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 28 AND u0_ . type = 0 ;
Copy
228
0.38 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
351
4144
2
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (351 ) AND u0_ . id < > 4144 AND u0_ . upload_type_id = 2 ;
Copy
229
0.27 ms
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = ? AND u0_ . type = ?
SELECT u0_ . id AS id_0 , u0_ . type AS type_1 FROM upload_group u0_ LEFT JOIN product_upload_group p1_ ON u0_ . id = p1_ . upload_group_id WHERE p1_ . product_id = 28 AND u0_ . type = 0 ;
Copy
230
0.31 ms
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (? ) AND u0_ . id < > ? AND u0_ . upload_type_id = ?
Parameters :
[
351
4144
3
]
SELECT u0_ . id AS id_0 , u0_ . name AS name_1 , u0_ . extension AS extension_2 , u0_ . mime AS mime_3 , u0_ . title AS title_4 , u0_ . short_description AS short_description_5 , u0_ . description AS description_6 , u0_ . created AS created_7 , u0_ . path AS path_8 , u0_ . original_name AS original_name_9 , u0_ . width AS width_10 , u0_ . height AS height_11 , u0_ . sequence AS sequence_12 , u0_ . restriction AS restriction_13 , u0_ . upload_group_id AS upload_group_id_14 , u0_ . upload_type_id AS upload_type_id_15 FROM upload u0_ WHERE u0_ . upload_group_id IN (351 ) AND u0_ . id < > 4144 AND u0_ . upload_type_id = 3 ;
Copy
231
0.56 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 28 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
232
0.55 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = ? AND p0_ . is_active = ? AND p0_ . category_type_id = ? AND p0_ . id > 10 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE c1_ . product_id = 28 AND p0_ . is_active = 1 AND p0_ . category_type_id = 10 AND p0_ . id > 10 ORDER BY p0_ . sequence ASC ;
Copy
233
0.31 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 3 AND p0_ . product_variant_id IN (51 );
Copy
234
0.31 ms
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = ? AND p0_ . product_variant_id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , p0_ . data AS data_1 , p0_ . sequence AS sequence_2 , p0_ . parameter_group_id AS parameter_group_id_3 , p0_ . category_id AS category_id_4 , p0_ . product_variant_id AS product_variant_id_5 , p0_ . person_id AS person_id_6 FROM parameter p0_ LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p1_ . id = 2 AND p0_ . product_variant_id IN (51 );
Copy
235
0.43 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ WHERE p0_ . category_type_id = 13 AND p0_ . is_active = 1 ORDER BY p0_ . sequence ASC ;
Copy
236
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = ? AND p0_ . category_type_id IN (? , ? ) LIMIT 1
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . category_type_id AS category_type_id_18 , p0_ . upload_id AS upload_id_19 FROM p_category p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . category_id WHERE p0_ . is_active = 1 AND c1_ . product_id = 14 AND p0_ . category_type_id IN (5 , 6 ) LIMIT 1 ;
Copy