https://d4y.stage.smartlabs.at/shop/category/sonnenschutz/62

Query Metrics

83 Database Queries
14 Different statements
19.85 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.enabled AS enabled_1, t0.name AS name_2, t0.relative_path AS relative_path_3, t0.host AS host_4, t0.enabled_from AS enabled_from_5, t0.enabled_to AS enabled_to_6, t0.is_default AS is_default_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.locale AS locale_10, t0.title AS title_11, t0.meta_keywords AS meta_keywords_12, t0.meta_description AS meta_description_13, t0.id AS id_14 FROM page__site t0 WHERE t0.host IN (?) AND t0.enabled = ? ORDER BY t0.is_default DESC
Parameters:
[
  [
    "d4y.stage.smartlabs.at"
    "localhost"
  ]
  1
]
2 0.40 ms
SELECT t0.route_name AS route_name_1, t0.page_alias AS page_alias_2, t0.type AS type_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.decorate AS decorate_6, t0.edited AS edited_7, t0.name AS name_8, t0.slug AS slug_9, t0.url AS url_10, t0.custom_url AS custom_url_11, t0.request_method AS request_method_12, t0.title AS title_13, t0.meta_keyword AS meta_keyword_14, t0.meta_description AS meta_description_15, t0.javascript AS javascript_16, t0.stylesheet AS stylesheet_17, t0.raw_headers AS raw_headers_18, t0.template AS template_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.id AS id_22, t0.site_id AS site_id_23, t0.parent_id AS parent_id_24, t0.target_id AS target_id_25 FROM page__page t0 WHERE t0.url = ? AND t0.site_id = ? LIMIT 1
Parameters:
[
  "/shop/category/sonnenschutz/62"
  1
]
3 0.32 ms
SELECT t0.route_name AS route_name_1, t0.page_alias AS page_alias_2, t0.type AS type_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.decorate AS decorate_6, t0.edited AS edited_7, t0.name AS name_8, t0.slug AS slug_9, t0.url AS url_10, t0.custom_url AS custom_url_11, t0.request_method AS request_method_12, t0.title AS title_13, t0.meta_keyword AS meta_keyword_14, t0.meta_description AS meta_description_15, t0.javascript AS javascript_16, t0.stylesheet AS stylesheet_17, t0.raw_headers AS raw_headers_18, t0.template AS template_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.id AS id_22, t0.site_id AS site_id_23, t0.parent_id AS parent_id_24, t0.target_id AS target_id_25 FROM page__page t0 WHERE t0.route_name = ? AND t0.site_id = ? LIMIT 1
Parameters:
[
  "shop_category"
  1
]
4 0.57 ms
SELECT p0_.name AS name_0, p0_.type AS type_1, p0_.settings AS settings_2, p0_.enabled AS enabled_3, p0_.position AS position_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.id AS id_7, p0_.blocks AS blocks_8, p0_.layout AS layout_9, p0_.headline AS headline_10, p0_.headline_align AS headline_align_11, p0_.headline_width AS headline_width_12, p0_.headline2 AS headline2_13, p0_.headline_color AS headline_color_14, p0_.intro_text AS intro_text_15, p0_.text AS text_16, p0_.text2 AS text2_17, p0_.text_color AS text_color_18, p0_.media_crop AS media_crop_19, p0_.media_effect AS media_effect_20, p0_.media_crop_variant AS media_crop_variant_21, p0_.media2_crop AS media2_crop_22, p0_.media2_effect AS media2_effect_23, p0_.media2_crop_variant AS media2_crop_variant_24, p0_.background_color AS background_color_25, p0_.style AS style_26, p0_.slug AS slug_27, p0_.margin_bottom AS margin_bottom_28, p0_.parent_id AS parent_id_29, p0_.page_id AS page_id_30, p0_.media AS media_31, p0_.media2 AS media2_32 FROM page__block p0_ WHERE p0_.page_id = ? ORDER BY p0_.position ASC
Parameters:
[
  160
]
5 0.25 ms
SELECT t0.name AS name_1, t0.enabled AS enabled_2, t0.slug AS slug_3, t0.description AS description_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.id AS id_8, t0.parent_id AS parent_id_9, t0.context AS context_10, t0.media_id AS media_id_11 FROM classification__category t0 WHERE t0.context = ? AND t0.slug = ? AND t0.id = ? LIMIT 1
Parameters:
[
  "product_category"
  "sonnenschutz"
  "62"
]
6 1.49 ms
SELECT p0_.sku AS sku_0, p0_.slug AS slug_1, p0_.name AS name_2, p0_.price_inc_vat AS price_inc_vat_3, p0_.description AS description_4, p0_.raw_description AS raw_description_5, p0_.description_formatter AS description_formatter_6, p0_.short_description AS short_description_7, p0_.raw_short_description AS raw_short_description_8, p0_.short_description_formatter AS short_description_formatter_9, p0_.price AS price_10, p0_.vat_rate AS vat_rate_11, p0_.stock AS stock_12, p0_.enabled AS enabled_13, p0_.updated_at AS updated_at_14, p0_.created_at AS created_at_15, p0_.id AS id_16, p0_.sort AS sort_17, p0_.content_quantity AS content_quantity_18, p0_.content_quantity_unit AS content_quantity_unit_19, p0_.ean AS ean_20, p0_.hsn AS hsn_21, p0_.position AS position_22, p0_.product_type AS product_type_23, p0_.manufacturer AS manufacturer_24, p0_.brand AS brand_25, p0_.product_line AS product_line_26, p0_.preview AS preview_27, p0_.image_id AS image_id_28, p0_.gallery_id AS gallery_id_29, p0_.parent_id AS parent_id_30 FROM product__product p0_ LEFT JOIN product_category p1_ ON p0_.id = p1_.product_id WHERE (p1_.category_id = ? AND p0_.enabled = 1) AND p0_.product_type IN ('default', 'd4y.ecommerce.product.default') ORDER BY p0_.position ASC
Parameters:
[
  62
]
7 0.28 ms
SELECT t0.name AS name_1, t0.enabled AS enabled_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.position AS position_7, t0.preview AS preview_8, t0.headerImage AS headerImage_9, t0.context AS context_10 FROM classification__tag t0 WHERE t0.id IN (?)
Parameters:
[
  [
    16
    88
    4
    3
  ]
]
8 0.26 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  123
]
9 0.23 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  51
]
10 0.23 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  122
]
11 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  52
]
12 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  121
]
13 0.18 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  53
]
14 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  124
]
15 0.18 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  60
]
16 0.22 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  198
]
17 0.19 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  65
]
18 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  147
]
19 0.23 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  74
]
20 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  161
]
21 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  78
]
22 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  162
]
23 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  79
]
24 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  163
]
25 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  80
]
26 0.23 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  160
]
27 0.21 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  77
]
28 0.21 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  182
]
29 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  102
]
30 0.19 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  190
]
31 0.16 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  109
]
32 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  266
]
33 0.19 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  123
]
34 0.23 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  250
]
35 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  126
]
36 0.23 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  252
]
37 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  124
]
38 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  262
]
39 0.23 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  125
]
40 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  254
]
41 0.23 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  127
]
42 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  267
]
43 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  129
]
44 0.23 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  265
]
45 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  130
]
46 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  268
]
47 0.22 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  131
]
48 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  276
]
49 0.19 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  132
]
50 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  256
]
51 0.23 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  133
]
52 0.24 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  259
]
53 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  134
]
54 0.18 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  264
]
55 0.16 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  135
]
56 0.18 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  255
]
57 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  137
]
58 0.18 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  263
]
59 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  138
]
60 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  260
]
61 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  139
]
62 0.20 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  257
]
63 0.17 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  140
]
64 0.18 ms
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22, t0.crop AS crop_23, t0.category_id AS category_id_24 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
  261
]
65 0.16 ms
SELECT t0.id AS id_1, t0.short_description AS short_description_2, t0.description AS description_3, t0.application AS application_4, t0.application_hints AS application_hints_5, t0.ingredients AS ingredients_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM product__product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  141
]
66 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3 FROM sonata_menu t0 WHERE t0.alias = ? LIMIT 1
Parameters:
[
  "main_navigation_de"
]
67 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.menu = ? ORDER BY t0.position ASC
Parameters:
[
  1
]
68 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  46
]
69 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  45
]
70 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  43
]
71 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  1
]
72 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  2
]
73 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  44
]
74 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  3
]
75 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  4
]
76 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  49
]
77 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  7
]
78 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  8
]
79 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.class_attribute AS class_attribute_4, t0.position AS position_5, t0.target AS target_6, t0.enabled AS enabled_7, t0.parent AS parent_8, t0.menu AS menu_9 FROM sonata_menu_item t0 WHERE t0.parent = ? ORDER BY t0.position ASC
Parameters:
[
  9
]
80 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3 FROM sonata_menu t0 WHERE t0.alias = ? LIMIT 1
Parameters:
[
  "main_navigation_de"
]
81 0.24 ms
SELECT t0.route_name AS route_name_1, t0.page_alias AS page_alias_2, t0.type AS type_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.decorate AS decorate_6, t0.edited AS edited_7, t0.name AS name_8, t0.slug AS slug_9, t0.url AS url_10, t0.custom_url AS custom_url_11, t0.request_method AS request_method_12, t0.title AS title_13, t0.meta_keyword AS meta_keyword_14, t0.meta_description AS meta_description_15, t0.javascript AS javascript_16, t0.stylesheet AS stylesheet_17, t0.raw_headers AS raw_headers_18, t0.template AS template_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.id AS id_22, t0.site_id AS site_id_23, t0.parent_id AS parent_id_24, t0.target_id AS target_id_25 FROM page__page t0 WHERE t0.id = ?
Parameters:
[
  79
]
82 0.23 ms
SELECT t0.route_name AS route_name_1, t0.page_alias AS page_alias_2, t0.type AS type_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.decorate AS decorate_6, t0.edited AS edited_7, t0.name AS name_8, t0.slug AS slug_9, t0.url AS url_10, t0.custom_url AS custom_url_11, t0.request_method AS request_method_12, t0.title AS title_13, t0.meta_keyword AS meta_keyword_14, t0.meta_description AS meta_description_15, t0.javascript AS javascript_16, t0.stylesheet AS stylesheet_17, t0.raw_headers AS raw_headers_18, t0.template AS template_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.id AS id_22, t0.site_id AS site_id_23, t0.parent_id AS parent_id_24, t0.target_id AS target_id_25 FROM page__page t0 WHERE t0.id = ?
Parameters:
[
  1
]
83 0.28 ms
SELECT t0.name AS name_1, t0.enabled AS enabled_2, t0.slug AS slug_3, t0.description AS description_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.id AS id_8, t0.parent_id AS parent_id_9, t0.context AS context_10, t0.media_id AS media_id_11 FROM classification__category t0 WHERE t0.context = ? AND t0.slug = ? LIMIT 1
Parameters:
[
  "product_category"
  "sonnenschutz"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
Sonata\PageBundle\Entity\BaseSite No errors.
App\Entity\SonataPageSite No errors.
Sonata\PageBundle\Entity\BasePage No errors.
App\Entity\SonataPagePage No errors.
Sonata\PageBundle\Entity\BaseBlock No errors.
App\Entity\SonataPageBlock No errors.
Sonata\MediaBundle\Entity\BaseMedia No errors.
App\Entity\SonataMediaMedia No errors.
Sonata\ClassificationBundle\Entity\BaseCategory No errors.
App\Entity\SonataClassificationCategory No errors.
Sonata\ClassificationBundle\Entity\BaseContext No errors.
App\Entity\SonataClassificationContext No errors.
Sonata\ProductBundle\Entity\BaseProduct No errors.
App\Entity\Commerce\Product No errors.
Sonata\ProductBundle\Entity\BaseProductCategory No errors.
App\Entity\Commerce\ProductCategory No errors.
App\Entity\Commerce\DefaultProduct No errors.
App\Entity\DefaultProduct No errors.
Sonata\ClassificationBundle\Entity\BaseTag No errors.
App\Entity\SonataClassificationTag No errors.
App\Entity\Media\Media No errors.
Sonata\MediaBundle\Entity\BaseGallery No errors.
App\Entity\Media\Gallery No errors.
App\Entity\Commerce\ProductHasMedia
  • The association App\Entity\Commerce\ProductHasMedia#media refers to the inverse side field App\Entity\SonataMediaMedia#productHasMedias which does not exist.
Sonata\ProductBundle\Entity\BasePackage No errors.
App\Entity\Commerce\Package No errors.
Sonata\ProductBundle\Entity\BaseDelivery No errors.
App\Entity\Commerce\Delivery No errors.
Sonata\ProductBundle\Entity\BaseProductCollection No errors.
App\Entity\Commerce\ProductCollection No errors.
App\Entity\Commerce\ProductTranslation No errors.
App\Entity\SonataClassificationTagTranslation No errors.
Sonata\MediaBundle\Entity\BaseGalleryHasMedia No errors.
App\Entity\SonataMediaGalleryHasMedia No errors.
Smartlabs\MenuBundle\Entity\Menu No errors.
Smartlabs\MenuBundle\Entity\MenuItem No errors.