GET https://shop.devmsa.sharpness.de/navigation/bbc91f8512f3476697f0e9d4fd97483f?p=24

Query Metrics

45 Database Queries
44 Different statements
100.33 ms Query time

Grouped Statements

Show all queries

Time Count Info
55.66 ms
(55.48%)
1
-- product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND (((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x12Ñ\x1E\x15Z£@Ƥ\x12·%\x079Δ"
  b"\x18YB5\x1EIE\x01‰vü·#tÓH"
  b".\x14*TòÿNO¨\x7FýïôN`R"
  b"0š@ù¬ÖHÖ¼©¸º†¦”'"
  b"5_nÝ4\x1FI·Ž¢1@Þ\x0Fð\x17"
  b"I½£pÝ\x01J톇4Th±Ö["
  b"M\r \x11Ô"F/[$®ŠÍúM"
  b"lúê ¾C”˜]¢|7uÏw"
  b"ož8¡R9DL¨ù¢§\x17ÙÄ+"
  b"›ù„÷Š\x12A\x18’w›×ÒîÕj"
  b"œ‹Å(_œDê¹FÒ¯\x0EÇ•\e"
  b"¡‡j"8«O‹Ÿ\x12B\x0F\K–ê"
  b"´j\x02^ó÷Aò²²ANoE¢@"
  b"´ÍIµVbJà‹äádjµk­"
  b"¸Ü„""‰L;»‹Îl;¤" "
  b"ÁÉ–©¡Bm‰¦.¿.ïT˜"
  b"Éxøc\x1AÅAE¸"€Æ*˜Ò\x1D"
  b"Ì\x7FÐc èJœµi«[‚3."
  b"âiíb$²JŽºÇ€ðsn€W"
  b"ä\eúnÐÒNs˜¨Ÿkîx„T"
  b"ö!‹tœžOŸ—¶éÚ\x02\x14"
  b"øó\x07%ž×@\x1F´MÎ\x066rÔ¸"
  b"ý³±ëßÙN¼–€T#ó0ÓE"
  b"ÿ\x00ƒ\x03SHNⓑчqT\x01e"
]
13.48 ms
(13.44%)
1
-- product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"»É\x1F\x12óGf—ðéÔý—H?"
  null
  true
  false
]
6.20 ms
(6.18%)
1
-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(`product`.`product_number`) ASC, MIN(`product`.`id`) ASC LIMIT 24 OFFSET 552
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"»É\x1F\x12óGf—ðéÔý—H?"
  null
  true
  false
]
4.62 ms
(4.60%)
1
-- product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.link`, `product.manufacturer.translation.link` as `product.manufacturer.link`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`link` as `product.manufacturer.translation.link`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x12Ñ\x1E\x15Z£@Ƥ\x12·%\x079Δ"
  b"lúê ¾C”˜]¢|7uÏw"
  b".\x14*TòÿNO¨\x7FýïôN`R"
  b"¡‡j"8«O‹Ÿ\x12B\x0F\K–ê"
  b"I½£pÝ\x01J톇4Th±Ö["
  b"ož8¡R9DL¨ù¢§\x17ÙÄ+"
  b"ý³±ëßÙN¼–€T#ó0ÓE"
  b"Éxøc\x1AÅAE¸"€Æ*˜Ò\x1D"
  b"øó\x07%ž×@\x1F´MÎ\x066rÔ¸"
  b"Ì\x7FÐc èJœµi«[‚3."
  b"œ‹Å(_œDê¹FÒ¯\x0EÇ•\e"
  b"ÁÉ–©¡Bm‰¦.¿.ïT˜"
  b"´ÍIµVbJà‹äádjµk­"
  b"›ù„÷Š\x12A\x18’w›×ÒîÕj"
  b"¸Ü„""‰L;»‹Îl;¤" "
  b"M\r \x11Ô"F/[$®ŠÍúM"
  b"´j\x02^ó÷Aò²²ANoE¢@"
  b"ä\eúnÐÒNs˜¨Ÿkîx„T"
  b"ÿ\x00ƒ\x03SHNⓑчqT\x01e"
  b"\x18YB5\x1EIE\x01‰vü·#tÓH"
  b"5_nÝ4\x1FI·Ž¢1@Þ\x0Fð\x17"
  b"ö!‹tœžOŸ—¶éÚ\x02\x14"
  b"âiíb$²JŽºÇ€ðsn€W"
  b"0š@ù¬ÖHÖ¼©¸º†¦”'"
]
3.90 ms
(3.89%)
1
SELECT COUNT(*) FROM (-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"»É\x1F\x12óGf—ðéÔý—H?"
  null
  true
  false
]
3.73 ms
(3.71%)
1
-- product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"»É\x1F\x12óGf—ðéÔý—H?"
  null
  true
  false
]
2.97 ms
(2.96%)
1
-- product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00i€»\x15ˆ†éqJ,wF"
  b"\x01ˆã’m³eñb\x16²_÷’x"
  b"\x01Æé-Fú1oÏ3žw+\x03\x04\x16"
  b"\x01ß\\x14>eë@‚#\x18j¶ëR"
  b"\x02‘çxP¼\x16ÅeÔ«E‘>\r"
  b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø"
  b"\x03-=Á¿Ê$|slN\x0EÞT§i"
  b"\x037yATÈH>‚Ü#ùS¢ž\v"
  b"\x03e熑ymšîÞ\eF@š\x15\t"
  b"\x03wðqs\x1D4ƒ×xMñuA\x06-"
  b"\x03yyçX¤Kk³\x19\x10²îÙ?‹"
  b"\x03\x0FH)|È‘ž¥ú}‘g\x0E/"
  b"\x03£…ïÁ€Iå®éu‘…†;²"
  b"\x03ÒŒ\x05Ž^ûáå‚Ô6ˆÒ>A"
  b"\x04\x02G…JTLÞ°¢n PM\x05æ"
  b"\x04\x05ÿzå­O¶ˆ\x0F\t©PŸ"
  b"\x04(§jŽ\x06C݃À*x¾‹\t"
  b"\x04KZÅ\x15˜òMáì\x12`c\x1D"
  b"\x04ó=”6\tzX\x1E\x06«”®³ˆ"
  b"\x05YzJ„eJ–°)½¤ˆ\x04\x0FM"
  b"\x05—`,\x11¿E¥†~šÔ&{\x07?"
  b"""
    \x07>ûñ™ø`NgdÝ\x17\x01\n
    
    """
  b"\x07hôF(\eeUùš¯ñ^ÎRÚ"
  b"\x08†oæÆíj³ßÊj«x\x1EYR"
  b"\tvoŽy.b«øÛ\§~\x1F¢¡"
  b"\v†èaLtGy”ÃÔ\rÚ3¢\x1F"
  b"\vå´-Á\x02µ E‡µáLÂfê"
  b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·"
  b"\f_ç½b\x02¬¬Ü˜.\x04\x16\x1Eè"
  b"\r\x15 !@ã:D>ôËâÞ"
  b"\rØ\x13±¢‰NÊŸÀŒY\x16Ji""
  b"""
    \x0EkM¹\x1E\n
    M/A\fí°\x06A@
    """
  b"\x0E€¤fÌ,C’¢LQ\x13²ºŸ—"
  b"\x0EŽQÙ\x1DùLÖ¹\x13S²{ŸK®"
  b"\x0E¤™å{\x17A\x12\x14ú\x1AJ›ôŽ"
  b"\x0FO\x1FŽŽ\x02MÔ¢\x02äNÈÞBä"
  b"\x0F”tœîŽFð€4ô^ø\x13òk"
  b"\x10d\x7F²]z€œ„óD5H‘qê"
  b"\x10†áÁÖðEA´CÍZ¸%¿c"
  b"\x11rëØþðJ@‰³.\x1F¾\x04\r°"
  b"\x11–¯OÐ\x1D©×TmÛšnŒ8ß"
  b"\x12@\x1D\x1EAÔˆ„bW%\x17"
  b"\x12‡Ó\t\x14\rÌÌ¡n"L¦¼YÔ"
  b"\x13&N:\x1CÑg]E®®=*ƒÓ¿"
  b"\x13> †ÈòOd˜™'eÓÌëJ"
  b"\x13ww²;o.9çÒ;ÀÙÕû"
  b"\x13æ‚“"êèz‰¸ñ\x1E»­ÂÈ"
  b"\x14¾å™\x08ÒqUYˆˆ“Äà´r"
  b"\x159[8V5Nv•|q@\x08#™Ÿ"
  b"\x15ÑX¤¡yL솖”¥¬8Ƽ"
  b"\x16Vü„7\f.Ä÷\x18ø‘°â\x16]"
  b"\x16lÂ;¯öFrš©º•¯zÃ\x04"
  b"\x16xàGCù6¡Lš\x04åñ‚Žô"
  b"\x18`º4;ŠD\x10¥¹UöÍp\x117"
  b"\x18šè¶\x05½Bæº&ò×>ãGà"
  b"""
    \x18Éç \x1EXO\n
    «¹@k|v\x1A\x12
    """
  b"""
    \x19ƒ”¨ÜÂFe h%'c\n
    ßž
    """
  b"\x1AÐ[\x08¸Š°—c&A\x06€M"
  b"\eÄ8Nº\tCé«#œÃHˆI§"
  b"""
    \x1C0ÉnìÁAü¸¿¸*\n
    µ÷
    """
  b"\x1C‘"Ш\x11J\fˆp\x12w\x15WðÑ"
  b"\x1D§\x00éÛá\x172[W\x04»V\x05«¦"
  b"\x1EmBœ\x7FžYƒÉ\x1D BN‰ùÔ"
  b"\x1E¦F·3\x1F}\x14áfˆŸ\x14\x1A—Ü"
  b"\x1F\ep ?\x03J3–\x00k²c²f«"
  b"\x1F£«ž§.Gç±\x18+\x16\x18ÐÿY"
  b"\x1F§(\f1†JŸ¿CV0\x0Fà®s"
  b"\x1FÇÿö3ÍL\e¡ia¯uÞÛ\n"
  b" 9§ "\x1CŽ‘sK^\x0EíU`û"
  b" bx¸v0@^‘u ¹€eÄÓ"
  b" –¼ú\x1AHf™Ð\x04Ð|ø‚\x1FÊ"
  b"!'ÛLDÿI.š\x11)\x1DÊa\x1FÞ"
  b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y"
  b"!¥Ý©%OLʽ7ž‡0\x02^\x1A"
  b"""
    "’›IL\n
    OR™_jâΏ=o
    """
  b"#q<oîÆNîê¶0$ÝΔ9"
  b"#Ê{@š°I0‰ßâsðVùÖ"
  b"#ÿýs\x0FwNP—\x15½„Uã\x1CÓ"
  b"$\x03†'Œö_ÑOxYˆ(ZbŒ"
  b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®"
  b"&\x1C%›¿MÊj\x16\x02ÚM…•Jù"
  b"&™]îæPKF\x18\x1C8Hp\x18x)"
  b"&ºãÿ¤ZY¯6®+°j\x0F"
  b"(\x11µõõXõ¡\x0Fw\fŽ¥cÎ#"
  b"((K.Lj\x13?‚Oó!SàBÉ"
  b"(8Þ- \x1FK³§Txï’\x12¼\x04"
  b"(ÀþŒq?9;ßò¶Ø;ÞW\x05"
  b"(ÒÚý¥T@EŽ›äœI\x1CÐE"
  b")§ÑP—†Mr£SËðM©ÝÌ"
  b"*c_à\eô@˜©#l…g\˜š"
  b"*j\x07î\x150T\x1D\x045:ä\x19"
  b"*‚ú’žC+²ã8ùj›õ}"
  b"+BôÍ\x12>J!±\x19Ÿ¾€‰ÀÆ"
  b"\rÙéˆG²¡¿n­Ú¡¡2"
  b",B#hß@ãž|AJ\x1F\x14\x16ò"
  b"\x0F¥\tàEc‡0…Ñ<dðÞ"
  b"-\x17LlÒ\x1A@ӏæ qZÏœÞ"
  b".,yt·cH\x17\x0F\x12ì\x11¬ û"
  b"/\x07i]ÎÀOñ‚¾<ÓIÚ¬@"
  b"/H˜\x0F\x142Kg´¨Yv0õ\x111"
  b"0\x18õJÆXDó£ô*'uÔñq"
  b"0\x19¯žÌBKƒ»Õg‡r†¤–"
  b"0)ŠÝû¦öPQ;)åüÌʏ"
  b"1\x04»úlÃD’«þgo\x14¿a"
  b"4«7Ù"Ò¥/516xM\x0E"
  b"""
    4ëï´ÿ’O!¿½\x14ìÆ\n
    Òi
    """
  b"6žchôèD\x18Ž\x02É\x17·\x03\x01"
  b"\x10”†œI\x03¨ö\x0E½LåA+"
  b"7\x02`ÝUF;—‚fΓ\x0EÓ=Ö"
  b"7J‘M\x7F•K\x18‡õ‚¡y¹\f¨"
  b"7­«\x1Cÿ5\x04e.k ,OEøË"
  b"7Ë6ª9$I~°½z\x10\x08\x15ë`"
  b"8ž-(³hI ¡ð®†Â\x00Áå"
  b"8µyxPXGT«\x10\x02)m‡º#"
  b"\x03î³€O£F\v›c•\x05F"
  b":\x16I\x13š1Dµ¼3©“µ¤RC"
  b":B/Ð9K_½Ý\x1D5MìCp"
  b";eµ¡×\fu΋\x15˜{§}U""
  b";g\x08¸Ü\x19é\f\x10ûá?N¼"
  b"""
    ;½L\n
    Å\x01F®$úÎòþˁ
    """
  b"\x14r”ŽE)Ž‹lF3ˆ‰"
  b"<<_:ŽVC\x0E°ƒ µa„¼\x04"
  b"<=Ë@\x10‚@}\x108?õû\x1Dï"
  b"<ðÉVå`@¬"°¤oÓ“y"
  b"=T®0øú:_3Gû\x13î.^à"
  b"=¿Q.Ÿ\x08Dõ·y@\e»À5\x15"
  b">:3ìfõr>Îݶv\x1A_R"
  b">L•5\e·Lúž¡ˆ”b5Rö"
  b">“ªª\x19Z) fÈÒÜøZƒ5"
  b"?ý’´Ã”E‹µ&›ÌÐRˆ\f"
  b"@dgb[9L¿Š2ïm¢¬ì›"
  b"@•ýúX`B\x07¥™]¼\x04Ã\ra"
  b"@«YÙ¸QIƒ’\x13@Ž6tùç"
  b"@È_õÞ\x10I…°5³”1Lq$"
  b"A7SóV\x04@ѺŽz7*€\x05Ç"
  b"AJè\x1C&nA“+ñ\x01à^n\x05x"
  b"B\x0F%g.ÐO&ñ\x0EÙØ§=¶"
  b"BWðÜm¥Iê¯E]r\x07ãc°"
  b"\x19\e§z\e„…\x0F\x07f7\x04n?"
  b"CÌ5è\x06>H\x19œ81Qj\x1F¿—"
  b"E³L¤-¢K\x0E»  +N\x03B$"
  b"F\x17F‘¶Á\x1FthªØ²Â"
  b"F\e[¨¸t]{£\x04¤ì0!A}"
  b"FGôögâMS»É\vš“\x1F,K"
  b"FY‚sæ›@à–ôïQòþÀÂ"
  b"Föl"Ê\x1CI\x7F¹è\x08\x02\v\x1C›†"
  b"GÁ²¶ÂwIa•C>\x05\x01ììÇ"
  b"I\x15BBlE—s\tÿhÚ\fc"
  b"J1\x12ða ŒëÒU<8•«ó±"
  b"Jrfëè.G޹&Ž\x0Frƒ»"
  b"Jßµ\x14S GŒí¬¢R\x19l;"
  b"JöÐ\x18ƒáC;¸\x1E1›©›®"
  b"K/½;ªcOêµî[éOƒ—A"
  b"KГ\e5‚ÊÉ—Ó‘\x1F–.°"
  b"Kÿœ-\x7FYJf®e\e¥Y·;Ž"
  b"\rHMß&Ü\x136ÉF²þè<"
  b"\x19\x13Í I§­6\x19xMbÂ\x13"
  b"OL´ŽõM@ùµ¯z”Ò¤ê "
  b"""
    O‚‚M\x1EÛB\n
    ––qva”¸&
    """
  b"Pk\x15¶†vC\x00¦Dvi”.'"
  b"QI:XO¹A)™\x12‰þ\x1Aþd\x13"
  b"Q™Ž<(6Gk·µÞU‡À6’"
  b"RÛV}•'EƧ%ˆõâ;Š"
  b"S+;Ìø§FÙ«Á«?V!Ç!"
  b"T«5º½tM^Ž\rh¦:h…õ"
  b"\t\rBڐêÈÄΠË2"
  b"U˜äC=dNò¡F‚™ÎNX"
  b"V\x02\x15ª(\x17m'JR]”špµ¦"
  b"Wor\x00üÑI*¨g&ñÏšcr"
  b"\x05’ I©ŽÙ ?ŒŽì"
  b"Xñ¤\x16!àED¼\x18€WI)Gn"
  b"YÛäÒ¦\x7F@ܲx\x1E£®`/_"
  b"Y÷OÛE}J\x1E™•Ð\x1C§Î\x08@"
  b"ZK'H¥·A^£GIÇ‹À\x17ò"
  b"[\e\x10}ÂzO޵\x02í›^F\x144"
  b"\ùEB\x00Ã2…Dz\x05슶3¥"
  b"]Ctìê©vþØ*íÄ•½£"
  b"] bm\rž\f7rUÿ·_°“0"
  b"^\x04S\x1F\e\v7ZY.@Eé\x05±"
  b"^\v"æwS+$\x04\eTŒ­¼¯"
  b"_+ÇèóºMÇ·Kêߘ“à_"
  b"_˜µq!Ä´Xˆ¯Ýí<LÓâ"
  b"_±èr6\x1FG´´§;ž…*\t"
  b"`e\x15ÞØÜ ?ªÑ4\t\x07é½M"
  b"`™¢NædN§°Giá`'¶."
  b"`ßDÝ()JѰ…ý\x1D—¦À"
  b"btˆÍPGE€µf—H\x08S&"
  b"bò©\x0Eü\x04\x1AÖ”—\x1C·Ê0\x1F¤"
  b"d\tBb`~5ØR\x19k"³ßß"
  b"dmUª\x1Cë'çÖ;\x10\x1Cs-\x7F×"
  b"e,…+\x08h’¨ÖS’íºÏ­+"
  b"g¿”§0âA\x07–ë\x17ˆˆÅ};"
  b"h~p}CBÁê(¤6sk³iB"
  b"i\x05yýü}I1‰F‹‚\\x11&j"
  b"i\x15[þk4O–´Äu\x1DîiI"
  b"iAu£”KH•‘Éü¬ò—cr"
  b"i]dλ\x15Cq¬¬ó\x08æ\x03Öý"
  b"i{åßÏé³¶\¶Oølu\x1E"
  b"i¿z²Éñ@𕲲"\x02ÿƒ\x11"
  b"iÊtÃ\x01"\x0E \âÎ\x02€$ÃÖ"
  b"j\x1Eæïc´N\x15§5\e"‡\x1F"
  b"jw²Á6\x7FLɵmú„\x08»\vL"
  b"jêT'i:éøµÉŽGAe£j"
  b"k¦Vb%ƒNG—Y,(\x16"
  b"l\x19£Âo… ëd _‰×L"
  b"lRýòcÖGæì2~²ˆV"
  b"lœ7\x06RIçžÐŠƒ\x16\x00"
  b"m„¨–ü)LE´ˆºSIcYh"
  b"mɼn©@OwŸ\x1D—¢Qc*#"
  b"n\x13\x18ØE\x15F@£*kûÁ—Ì/"
  b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083"
  b"oìÀ\x0E¼mëÝ\x1Aü¼ÁJ=*,"
  b"pÃxêÉFHs—S£õ±èב"
  b"q”ïIå'D´£_hº”-\x04P"
  b"rŸêÐ*‘ì`«Z'¿\\x04mp"
  b"t&¯ZT\v\x05Ù¾µoøHà"
  b"t5Ò*l6•ý`¨OV¿\t”¾"
  b"t†aËA¯M\r¨ÊË\x0E\vÅ©>"
  b"u\v\x07ÎÑ(åï­\x05eM\x08I³’"
  b"u-nWÆŠB_‰\x02\x1D°\x17D)Ä"
  b"u©ß‚&Kýí\x0EÊ\r\x1622"
  b"vsE~]\tIß‹¯ía<$x]"
  b"vÅ­E}pJ\x08£\x16Ù+QúÃ#"
  b"\x10G†eG§´ \x13Ïù|\x01/"
  b"w(æŒ\x0EÒIªŒ´ö"°'?õ"
  b"xÍCÔ¸\x0FG­©7}éÜ©¡U"
  b"xèH¾à^C¡žˆ×=T\x05¯ä"
  b"yþ³CžxIü¾w“yXCÈŽ"
  b"z#®l\x19ó\rfaìLH”¯\x1E"
  b"""
    {\x07­pñ·N¦¶z\x1F\n
    ™ß\x1EÜ
    """
  b"{\x1E¿%c·G"©$fTЀo`"
  b"{$‚K'u[QE’\rsç”È\x15"
  b"{Œ÷✜NÄŽ¬ß‹Òà¬Ã"
  b"{—Žßè@Í¿«\x17\x19uÛ¢q"
  b"{¦¢¡'ów=,ŠÓ®N»›"
  b"|8ÛKG'J\x10»/„ù \x1E=\e"
  b"|zK+fhH\x03—¢,c¸?…¶"
  b"|èEõcHÓ-ÛC™XÆ[\vt"
  b"}\x0FWùõÿOh¡æ°ŒŽX2|"
  b"}YOþC¤B\x19Žã%ŠÕÞíÍ"
  b"}ó Ü™ÁOщœBJP¨Ge"
  b"~\x1F®:€fB(­Æ\x16ˆÞÉ`n"
  b"~i›I\t`DǬ­4\x1E¹Ô\x05F"
  b"""
    ~¼û1Õ\n
    J\x08¿\x1EfCž/Ë\x06
    """
  b"\x7FÅÓ¦äÅKË”Ú-]µ†q\x04"
  b"\x14n\x04ÚÇaf“q\x0EáÙ\x11î\x11"
  b"€0*ÊÞ`Lp¯>ôÆif‡Ý"
  b"€¸$7Ù©JJ•1\fA“ÔÓ¦"
  b"€Å*ZäøGÔ±Œ°JÙÈÚƒ"
  b"€ÞœŸénÅÙ1˜ÿpö¼—"
  b"\x0Eꨆãn€Þ•)\x13Å;ò÷"
  b"ác7ö“D^¾®¸@;\x7F=\x08"
  b"‚)¸U\x7FbAi‰deçàØ¥Ô"
  b"""
    ƒ€©\n
    \x1FJ© H½\x06™êÅØ¼
    """
  b"ƒ™˜žX€\x11wéKú³+ÄŒš"
  b"„U~ߎcBÒÅÅ¡^\r"
  b"„l[F:¬LÀ¢ƒ”\x02h?X"
  b"„}\x00&òBMé»UJí«BXŽ"
  b"…!\x07™)Ï|ø'SU¨Ü&\x02Ú"
  b"…¤FOž®@Þ´×\vI)B˜™"
  b"\x13\x00÷/B|›`¸ø Î\x1C"
  b"‡B$¾›£MɈïrÓ£tY\x10"
  b"‡h§\x19„H\f¿‰¤Ù<\x14"
  b"ˆ@Hj&,2.DMüÎÅ\x06"z"
  b"ˆÝ7°ùŒEú€( Þ)\x0FЉ"
  b"\x0FæÁ\x19V)ó4¯ìg,\x12\vÎ"
  b"\x14ã@x”Kt¿Ô2^²Ñ\x02"
  b"‰M¤·K“K£¸º¥9üob{"
  b"ŠÚ­ÊÜisïÂÁÖüH…M"
  b"\x7F¼@0~A¼½Q·"_ƨ½"
  b"Œ\x06’ã†;þ^\x00‚¬Âûêñ["
  b"Œ\x1C-ÌRMù…\r·Ó‚R£Ü"
  b"""
    Œ@O¯åŽE¡Ô\n
    Óa,Æ\t
    """
  b"ŒXÏ”ù`Lô“Ì\rQ7rÊŒ"
  b"Œ§ÊµBpG2¯Ž\x08%6úÕÔ"
  b"Œí5Ú5úC9†õÎ\x01\x072/h"
  b"Žkbǵ\r_ºO\f'ï»\x1F¦R"
  b"Ž¢ÄwíáM\x12¨‡ÑÐ\x14H‚\x1E"
  b"\x08ƒ‚æÎÄÑ&U\x7F\t\x04L"
  b"èÏá­(J\x19œ!\vùÁmƒS"
  b"\x1CÐþ¸ÿDˆ™šø¤¡(›\x1C"
  b"‘ü\x14¾®øO,£¬5õ™1Qã"
  b"’U\v÷Û\x05It¢\x1F‰™ÏÒFž"
  b"“(æRž¬I󹐑-õ(L¥"
  b"\x1CóT\tþLù±\x11QސýŽb"
  b"”R\x19z@u/¹gÞ\x0E\x1Ca@l_"
  b"”ö•7ÃR\tRIÐ<h_S‡"
  b"”žÞuDƦü¢ÕØ¢ÃU"
  b"•„Ž\tZÒ"¼\x01\x1F;îîûC%"
  b"•†SÁ\›Gì’Õ…\x17Á\e\x14í"
  b"•¡\vŸÿ]íÔ•ëö²ÁŽ=Ñ"
  b"•êXf]\x03\x14¬‹OTò6ñúˆ"
  b"•ôJ(‚˜@Řiqéïá\eŽ"
  b"–Ó¦ˆ\x01\x1C\x05Ì%v³\rµ”"
  b"˜æ\x7F]\vhÍUßeøxFúõÁ"
  b"™ßN\x17~§OŸ‹ÐÅWvŽ3–"
  b"™üØ:g\x00é4\x0E3®ˆÆ<Y"
  b"š\fþ~\x1Db@å°ÖÝfš²ýZ"
  b"š7M¤sÇOʐÖ\x00ªo©¸§"
  b"›@½Ž%\x07@¨ŽŽÌþ\rDa3"
  b"›pò(9õAϝ¸nµ‚²U\n"
  b"œL3@\vÜ\x1Cd©\’¼»\x00&\"
  b"\t\x0E0LOø¥Ž%F>²\D"
  b"Ž\x02ÆH¡\x08#ä5æÃ2k¸"
  b"ù1¤'\x07K`Žº“o\r\x03"
  b"ž-¤h!lE„ŽìŠ•3¨£ã"
  b"žîJ\x03‘ñM`ˆÀá´¿›ˆ\x18"
  b"Ÿp¾\x1A\x1FþEÛ…}rŠ>YVì"
  b"ŸƒÑ3›yb%k7æòzEí•"
  b" H1\e±™•õÑõŸ™w†Õ¢"
  b" á\x06Âá½€#\x01ØTaÐÁZù"
  b"¡®\x02À\x1D¶D\x1ESü‚,²ŠÑÌ"
  b"¢`w3í\x17N*¨5ña¥Ã•\x19"
  b"""
    ¢µ&§\x1A\x1EG+¿\n
    &‹oÊÐ
    """
  b"¢Ç\x05á/z©9\x1F\t#‡¹£°"
  b"£”L¥š\eE›°xF/~\e\x16­"
  b"£¤býkIOT“IÜC$@\x11¿"
  b"¥S¡ß\x11ïK)ª¾º\x13ÁǸ:"
  b"§%|©ÃLË£\\x14¤‚\v‹Ö"
  b"§_CF¯ŸG=˜!†\x070ïO,"
  b"¨tÅ’\x01d•ƒÅ\x17\x11ýÁB\x04Å"
  b"¨Â7ÍFÈø4œ\x06]³ùlf\x01"
  b"©\x05®õ™êÉ\x1F°Yý措³\x10"
  b"©x¬§éAþø0†Å,±à\x08é"
  b"ª'ù®M\x16Jæ‰Ì–nÍIHY"
  b"«ÎÑ(¡²OA£\x1E+mGÀ¿¤"
  b"¬ˆ/åÓºŸRYÈfÙiõ¿"
  b"¬ÿ\x05<1ªE\x7F”6½\x19kîÖý"
  b"®»=5"«@³©øùÌu>£"
  b"¯‚S\x18O˜Cx’/&0aˆ0"
  b"¯õ@˜ýüK\r§®ã¼¢•^""
  b"°\x08\x12`³£G—e¾\x03B\x14á\x02"
  b"°ŸÅT‰ÑAʾ\v£ör\x04Ñá"
  b"°æ0kÑ÷Cº°j€\x1CÓÍt"
  b"±7üUÔÞF\x1A´(Ž éçÁL"
  b"""
    ±rôñ\n
    <K\x0EŸŽK·ZÄ›b
    """
  b"±«\x03–Î\x01M©–?S\x05\x06"ÛÕ"
  b"""
    ²Pô³™G£\n
    Y\x1C¸ã7”$
    """
  b"²µwu÷°M-„\x06‚5¨)bJ"
  b"³\x0Fú¿I¦Gë—»\x02iO‚\x02V"
  b"³'\x05•C1K,st\x02ù²”{"
  b"³(3âa–¥çH¦óBZ\x07<„"
  b"³½bUµFF/¾È‰è?Dô‡"
  b"´ö\x06±\x1DVKèž'ãŒQ‘Äc"
  b"µ\x1FbÌó&Hd´.‰¡Î‡N"
  b"µæ´ÝY9m޽›·7>\x08"
  b"·CàR‘\x05M\x7F´ÒG?ÑÐhŽ"
  b"¸É&ír¶\x16;íW¾ \x08yBÑ"
  b"¸÷ñ¥ûYDè "ÎO_w’\x12"
  b"¹\x11Àï\x07Þ:sMSóÚý­ÛÏ"
  b"¹\x7F+=8d†³à9¼:ó,*"
  b"¹°Ë\x14)_X#/°j‘byN"
  b"¹¿Š1\x15ÿE!‡º€w \x10²"
  b"º\r÷|¢ÌFË… v`k³%¼"
  b"ºL\x13\x11XðM[œŽ†ÀÆÃNž"
  b"ºbs¦¸þEõ²+Õï©âàR"
  b"ºu\x1FÔÿ\x08€7ì–\x1DC\x10"
  b"""
    »d[5¿cÜ\n
    \f\vw\x06R^—
    """
  b"¼-SŽ\x03ëMîža“\x1D\x00YDÿ"
  b"¼^%À ªO«ƒnŽË…†t\x0F"
  b"½³÷ýÏ.N@‰ÎZ­\x04‡ƒ"
  b"¾8¹È\x7F\x1E¦ZŽH¥ñ\x01ö¥Í"
  b"¾áÝ}\x1EÑM¨•s¯Ü~”\tc"
  b"¿—\x04Ž\x19¹Fó“&mÞò²\x04\e"
  b"¿ˆµ\x0E=HO¢³ZAØ\x15ùb"
  b"¿ ‘îGŽD\x00ž?‘ŒY{±$"
  b"¿¥€\e‘óKb¦Ò¼\x10Vg%Å"
  b"Á\x0F.ç9zI⟡<¼W½—˜"
  b"Á{\x0EÇôߏ¹âÞ#*Ð;_\x1D"
  b"ø9Ÿ¾\x16K—’µ¬ö[È’U"
  b"ÃÚÌOãÓL\v¿¡ü"Ï!Z;"
  b"ÃàÏ[œP<1sÛÞ­°Yѝ"
  b"Ä\x04\x17ª{E"A²Ö†\x18w²ç["
  b"Ä"®“ØQLY6¬™^\x06µì5"
  b"Äe÷ƒuWJˆ€ZÛG|±8õ"
  b"ÄàRvÂ(Gn€®ïkâçØc"
  b"Å\x1FñS\x04\e{ÛI†–´x˜jx"
  b"Å*[œ1ýMÏ‘(Qÿ1qÏ»"
  b"ÆÓM2m\x02C\f\x01¤\x1E\x02\x1EÊñ"
  b"ÆÖƒ¢\x1EGNã«Ì\x05ã“\x15T&"
  b"""
    Çl\x1E.O\n
    A\x10¦\x0Fl‰IÓ\x011
    """
  b"È\f\x01ñã·Eu¦‰ñ‘vÊÖ×"
  b"È\x16I@ Å{\x19¢´¥@6žæA"
  b"ÈiX˜Ì„»S“±\x18\x13œ4vÛ"
  b"È›gJÔåBE²ÃI€>·\x04"
  b"É\x1A\x14âýÉóH]è;tgUÓÂ"
  b"ɺý\x0E¾Öþœ5$“ÑåŒT„"
  b"ÉÊ\x1AßùAA\x1E¿\x0Fð\x17\x1CÊ9i"
  b"ÊsŠßÕUY|‘ì_\x14¸@'¸"
  b"ÊÔÌš=0Mí†\f\x18\x0F§ã"
  b"""
    ÊèYߤ\x1C\x14%oˆ\x17Ú\n
    
    """
  b"Ëâi¾í\Mʪg“¨a\x04…>"
  b"Ì5x<\tª4îÓ÷·Æ.ha;"
  b"ÌìÛ1…ŸvFúá\x16\x00»>íŒ"
  b"Îf\x10Š\x07ÿÐש5‹ÇzŽ÷"
  b"ε•ˆ³ŽK\e¹UÈ\x0Eôб\x7F"
  b"ÎÊUÙÔ8âÖ\x11‰zÂÜ—“ñ"
  b"Ïœ—ƒ®3JžˆSÜŒt#Ü_"
  b"ÏÐßZ\x03âN˜ƒ¥ËqGžÆá"
  b"Ñ\x05é¼>XV"!ñ%¥bQ¸P"
  b"Ñî²b7,\x13ò¢$Ù\x10\x038Ëh"
  b"ÓÓYܨŸ3W}Ê^hÂ”Ž‘"
  b"Ô #§ø\x13Læ‚sð\fÏ{G×"
  b"Õ\x1F¼”J\x16L±¼\t€ž¦¯w†"
  b"Õ‰{4C\x03\x06\x08Õ(¡7^›"
  b"Õ”RèÁRV¨\x12ÝIÊ.¤Z†"
  b"֪̖“üE´«"ÁÒ\x0F8\x10«"
  b"×s\tõÛCßµ5\x18\\öÎæ"
  b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+"
  b"Øá•A9£EM¨™`À¶Å?z"
  b"Ú!_ìÑM¼•ð\v›Ô†\x069"
  b"Ú’¤è®…O,®¹Ñ…NG4"
  b"Û\e”uTÊLµ­^˜7ú\x7F\x0Eå"
  b"Üüm\r›ÏFސüúL$ø\x10"
  b"Þ]4ã6\eB}Žiʘ1_0\x01"
  b"ÞšÅë_à>T?MÍ;B>\x11ˆ"
  b"ß\x13\x02à\x10*|åF8UB²/@"
  b"ßo\x7FƒpŒ@#¤òE2Ü™ªà"
  b"ßþ¦C\x02\r܈5$ÑFx¢ã@"
  b"à\x18röÛÄKx\x01ö X\x1Ar\x7F"
  b"àUBýT#\x19݁,„¡ Ý{\x19"
  b"á(Ç\rv¬I\x08¥\x18[W\x13ž)§"
  b"âa¸\x00ðZ:Ú1\rvS\x01žE´"
  b"âÙS²µãN««\eü²&Ä\eb"
  b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ"
  b"âÿí\x02¦ü×G\x0E8\x08µY\x06ìU"
  b"ãê6xÀ©\x02Sï÷oè^¤XC"
  b"äX_:ƒGCF‚ëV1Wó\x18\x1C"
  b"äñ \x06\x1FzHñ®\x1Eº†<!<Z"
  b"æA땉oMƐɦu\x02ôì®"
  b"æ\x7F\x19?ÑôFà©\x16;†NU."
  b"æ\x7F³½©ØVd\x06à\x12ý²\\x00ƒ"
  b"æÏVí55ÛÀät\x17y¯Ê\t\x1D"
  b"èP\x1EH´Iá€5@‹&p\x1F="
  b"éS£t™ºNl“á{<~C’á"
  b"ì\x10±åãÃÏO²>Å.¾Å,"
  b"ìÈIÌù EÇ®ñƒ“/á\x19³"
  b"ìðé±(<¾ð€ô\x0E\x18+Èêú"
  b"î]FhÙçH.¼¤R1›ÿöø"
  b"îc«G¹ÉM+Š¡#Œ0\x12Ö\v"
  b"îÀ¥\r¥:GH„LÉ\x00{\x05\x13Å"
  b"ï5ôP\x1EýD®¹Ä<z \x0E"
  b"ïí_Ú\x15jGv’Àeb€üTf"
  b"ðÇæVÅšAvŽ‹\vÏS\tÄ\n"
  b"òP–\x03|hGªªÊ£\x08Ýï¢Û"
  b"ób&õ'õG¾’àÂ'\x1DÛ\x17ö"
  b"óƒ@\x07U4jz¡DøÎ ñ[•"
  b"ô\x07*€dªp\x14Ê~cy¸Î#^"
  b"õ~Ľö@°¾ü€+9Â'"
  b"õ´! uÌ@B¹O¿R\x056Žì"
  b"ö\x03s‰\fÒF‹ž\x03\x02·gáœ"
  b"ö,Rûç¹N/†²¤ZÌ`°¢"
  b"øo¿k°Ö¯ö˜ùÌéƒ\x13\tn"
  b"ùAEÛSôIÿ¿$QËi \x05"
  b"ùC_®ß@\x1E¸OaÒP5zI"
  b"ú#\e+—-E~\x075zT¦\x03*"
  b"ú}«d™Î[Ä*½Íùý.~"
  b"û\x15é\x12ÃS>|\x06yÔ‹\x7F"
  b"û›\x08E²Cœp°“:¾\x7F<|©"
  b"ûÂXùg¬%¸ÿ*\x13Iµ;\x02ì"
  b"üB×£qðã¾\x03@ÞýëÜÑ"
  b"ý\x12/;\x1F;G©‡´;7n-;"
  b"ý,¼´úEA’usO­-\x15="
  b"ý`_¬\x17KkLÖ\x17ǯ\x06ãM>"
  b"þ8\x1CøµIV¼LÐïç„ì\rý"
  b"þ¤"²iŠ@\äéÜq-¹5"
  b"þÅ\r±ÙÿH££›[´<hXf"
  b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&"
]
1.04 ms
(1.04%)
1
-- seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/bbc91f8512f3476697f0e9d4fd97483f"
  "/navigation/e379fcc096f343568dcb1e294d45c931"
  "/navigation/19ca405790ff4f07aac8c599d4317868"
  "/navigation/48f97f432fd041388b2630184139cf0e"
  "/navigation/bb22b05bff9140f3808b1cff975b75eb"
  "/navigation/06f5dda360c04112937601574122c515"
  "/navigation/c3057bb031634c669cd6dfb0d4acbb15"
  "/navigation/5d6b1f54e92c42bf89b512baf3b79e08"
  "/navigation/d60d60f6a5e044adbca44cbb25c3125b"
  "/navigation/7356bb41f6fc4b168cc34fc7d92d7110"
  "/navigation/4924c22225644deea3a54c3ba6396c85"
  "/navigation/3bb3274a57f04bc9970c795f2dfddbe5"
  "/navigation/9d89181620be42dcb7e440ce0cd27456"
  "/navigation/e5fbe1167d8443fa95804dd5bbc6ba2e"
  "/detail/12d11e155aa340c6a412b7250739ce94"
  "/detail/6cfa90ea20be4394985da27c3775cf77"
  "/detail/2e142a54f2ff4e4fa87ffdeff44e6052"
  "/detail/a1876a2238ab4f8b9f12420f5c4b96ea"
  "/detail/49bda370dd014aed8687345468b1d65b"
  "/detail/6f9e38a15239444ca8f9a2a717d9c42b"
  "/detail/fdb3b1ebdfd94ebc96805423f330d345"
  "/detail/c978f8631ac54145b82280c62a98d21d"
  "/detail/f8f307259ed7401fb44dce063672d4b8"
  "/detail/cc7fd06320e84a9cb59069ab5b82332e"
  "/detail/9c8bc5285f9c44eab946d2af0ec7951b"
  "/detail/c1c99681a9a1426d89a62ebf2eef5498"
  "/detail/b4cd49b556624ae08be4e1646ab56bad"
  "/detail/9bf984f78a12411892779bd7d2eed56a"
  "/detail/b8dc842222894c3bbb8bce6c3ba42220"
  "/detail/4d0d2011d422462f9d5b24ae8acdfa4d"
  "/detail/b46a025ef3f741f2b2b2414e6f45a240"
  "/detail/e41bfa6ed0d24e7398a89f6bee788454"
  "/detail/ff00830353484ee29391d18771540165"
  "/detail/185942351e4945018976fcb72374d348"
  "/detail/355f6edd341f49b78ea23140de0ff017"
  "/detail/f6218b749c9e4f9f97b6e9da021448d7"
  "/detail/e269ed6224b24a8dbac780f0736e8057"
  "/detail/309a40f9acd648d6bca9b8ba86a69427"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
]
0.67 ms
(0.67%)
1
-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"\x12Ñ\x1E\x15Z£@Ƥ\x12·%\x079Δ"
  b"lúê ¾C”˜]¢|7uÏw"
  b".\x14*TòÿNO¨\x7FýïôN`R"
  b"¡‡j"8«O‹Ÿ\x12B\x0F\K–ê"
  b"I½£pÝ\x01J톇4Th±Ö["
  b"ož8¡R9DL¨ù¢§\x17ÙÄ+"
  b"ý³±ëßÙN¼–€T#ó0ÓE"
  b"Éxøc\x1AÅAE¸"€Æ*˜Ò\x1D"
  b"øó\x07%ž×@\x1F´MÎ\x066rÔ¸"
  b"Ì\x7FÐc èJœµi«[‚3."
  b"œ‹Å(_œDê¹FÒ¯\x0EÇ•\e"
  b"ÁÉ–©¡Bm‰¦.¿.ïT˜"
  b"´ÍIµVbJà‹äádjµk­"
  b"›ù„÷Š\x12A\x18’w›×ÒîÕj"
  b"¸Ü„""‰L;»‹Îl;¤" "
  b"M\r \x11Ô"F/[$®ŠÍúM"
  b"´j\x02^ó÷Aò²²ANoE¢@"
  b"ä\eúnÐÒNs˜¨Ÿkîx„T"
  b"ÿ\x00ƒ\x03SHNⓑчqT\x01e"
  b"\x18YB5\x1EIE\x01‰vü·#tÓH"
  b"5_nÝ4\x1FI·Ž¢1@Þ\x0Fð\x17"
  b"ö!‹tœžOŸ—¶éÚ\x02\x14"
  b"âiíb$²JŽºÇ€ðsn€W"
  b"0š@ù¬ÖHÖ¼©¸º†¦”'"
]
0.56 ms
(0.56%)
1
-- category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`file_hash` as `category.media.fileHash`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.47 ms
(0.47%)
1
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x12Ñ\x1E\x15Z£@Ƥ\x12·%\x079Δ"
  b"lúê ¾C”˜]¢|7uÏw"
  b".\x14*TòÿNO¨\x7FýïôN`R"
  b"¡‡j"8«O‹Ÿ\x12B\x0F\K–ê"
  b"I½£pÝ\x01J톇4Th±Ö["
  b"ož8¡R9DL¨ù¢§\x17ÙÄ+"
  b"ý³±ëßÙN¼–€T#ó0ÓE"
  b"Éxøc\x1AÅAE¸"€Æ*˜Ò\x1D"
  b"øó\x07%ž×@\x1F´MÎ\x066rÔ¸"
  b"Ì\x7FÐc èJœµi«[‚3."
  b"œ‹Å(_œDê¹FÒ¯\x0EÇ•\e"
  b"ÁÉ–©¡Bm‰¦.¿.ïT˜"
  b"´ÍIµVbJà‹äádjµk­"
  b"›ù„÷Š\x12A\x18’w›×ÒîÕj"
  b"¸Ü„""‰L;»‹Îl;¤" "
  b"M\r \x11Ô"F/[$®ŠÍúM"
  b"´j\x02^ó÷Aò²²ANoE¢@"
  b"ä\eúnÐÒNs˜¨Ÿkîx„T"
  b"ÿ\x00ƒ\x03SHNⓑчqT\x01e"
  b"\x18YB5\x1EIE\x01‰vü·#tÓH"
  b"5_nÝ4\x1FI·Ž¢1@Þ\x0Fð\x17"
  b"ö!‹tœžOŸ—¶éÚ\x02\x14"
  b"âiíb$²JŽºÇ€ðsn€W"
  b"0š@ù¬ÖHÖ¼©¸º†¦”'"
]
0.42 ms
(0.42%)
1
-- product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
0.36 ms
(0.36%)
1
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.36 ms
(0.35%)
1
-- product-listing::property-group-filter::read
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE ((`property_group`.`filterable` = ?)) AND (`property_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"Á¸R´ñûO›ªÌV™›;94"
  b"]ŽÃd0\x05MaH-Ž2\x14¿÷"
  b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²"
  b"‘éÚ\x1EìŒEÙ€H÷‹\fFb«"
  b"Í\x0E`]m\x1FG…š•U}£/½"
  b"÷W\x15\x02¯@ŸŽÑaà(~ÆÁ"
  b"År\x13žG©HH¨˜ú\x01i¥N®"
  b"•Êð²\x144KU¤+ztl\³;"
  b"\x08\t8Eê·Ö,«ŽÉùŒ"
  b"\x15'þÿFL¡,ÆÊ’\x0E5m"
  b"\rÒPü8•EÖ…Ôi“Ø’Ÿl"
  b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó"
  b"O÷Ô(ï®H_»»ùŸ\x16ˆér"
  b"7¹“ñ\x1AÂCj·Ž»(»]\"
]
0.35 ms
(0.35%)
1
-- theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01›1{Aõpµ·ñ:C‹u\x10È"
  b"\x01›1{AüqU¢Ý}ìë(D}"
]
0.33 ms
(0.33%)
1
-- category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`file_hash` as `cms_block.backgroundMedia.fileHash`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND (((`cms_block`.`cms_section_id` IN (?, ?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02ûª=B)¾àÇ᤹Z\x1D"
  b"/ó¶\x05–ßA'Œç51˜)ûø"
]
0.33 ms
(0.33%)
1
-- breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.31 ms
(0.31%)
1
-- category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`file_hash` as `cms_section.backgroundMedia.fileHash`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND (((`cms_section`.`cms_page_id` IN (?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"vˆT\x04°{KC·ñ \x06\x05œ"
]
0.28 ms
(0.28%)
1
-- seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "navigation/bbc91f8512f3476697f0e9d4fd97483f"
  "navigation/bbc91f8512f3476697f0e9d4fd97483f/"
]
0.26 ms
(0.26%)
1
-- category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND (((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"‚Ä|°LžCl„ÌFI2¡4J"
  b"ŽÇE\tø\rIÚ–„Á¬Î\x10\x1D"
  b"æôe‚ßhNÿ¦$oñ˶‡m"
  b"™,ÉX}\x1CFÀº\x1F¥p{J«<"
]
0.25 ms
(0.25%)
2
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "AdbPJWtgjtCZe8HlTfawiBxv2kupA9cl"
]
0.25 ms
(0.25%)
1
-- category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"vˆT\x04°{KC·ñ \x06\x05œ"
]
0.24 ms
(0.24%)
1
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"""
    \x17\n
    C\x7F6ø@²—-ûrøæ¿b
    """
  b"\x1E›mÉ\vRG|·'÷ïeÆ]Ö"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"¸Rs=·eO;‚°T•Ë!ÚW"
  b"Ð[4\ÛyIgƒ\x12\x17[ÄLKL"
  b"á7Ž·€ŠG‘ž\rt\r]l\x1A"
  b"ï\x7FÙ.®S@I’\x06\x12¨.’‹"
]
0.22 ms
(0.21%)
1
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
0.21 ms
(0.21%)
1
-- product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"´ \x18·vGÉ‹\t\x17DV;ûÍ"
  b"""
    \x06 .~GΔ\x15d¼¾\x05\n
    «
    """
  b"ëbxQRjE-¸Ùc™#é!°"
  b"X`\rüN$N ©\x1FP\x1A‚}8ž"
  b"~sÌ+¤ÝJá‘\tdA\\x16vJ"
  b"–7JüB½A’¥Š\x1Fr«—GÃ"
  b"\x06jkîü~Kn‰)ÖL(ˆ¥\x1A"
  b""?xÂbúL¿ŸÕ1œ1Q±&"
]
0.21 ms
(0.21%)
1
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  b"Å\x08×PÉVKÿ»IQ\x1EøP\x08r"
]
0.21 ms
(0.21%)
1
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"´ \x18·vGÉ‹\t\x17DV;ûÍ"
]
0.20 ms
(0.20%)
1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
0.19 ms
(0.19%)
1
-- category::data::association::translations::read
SELECT `category_translation`.`name` as `category_translation.name`, `category_translation`.`breadcrumb` as `category_translation.breadcrumb`, `category_translation`.`slot_config` as `category_translation.slotConfig`, `category_translation`.`link_type` as `category_translation.linkType`, `category_translation`.`internal_link` as `category_translation.internalLink`, `category_translation`.`external_link` as `category_translation.externalLink`, `category_translation`.`link_new_tab` as `category_translation.linkNewTab`, `category_translation`.`description` as `category_translation.description`, `category_translation`.`meta_title` as `category_translation.metaTitle`, `category_translation`.`meta_description` as `category_translation.metaDescription`, `category_translation`.`keywords` as `category_translation.keywords`, `category_translation`.`custom_fields` as `category_translation.customFields`, `category_translation`.`created_at` as `category_translation.createdAt`, `category_translation`.`updated_at` as `category_translation.updatedAt`, `category_translation`.`category_id` as `category_translation.categoryId`, `category_translation`.`language_id` as `category_translation.languageId`, `category_translation`.`category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation`.`category_version_id` = ?) AND (((`category_translation`.`category_id` IN (?))))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.18 ms
(0.18%)
1
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"»É\x1F\x12óGf—ðéÔý—H?"
  b"w¹YÏfÞL\x15Çù·Ú9‚ó"
]
0.18 ms
(0.18%)
1
-- seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "/navigation/bbc91f8512f3476697f0e9d4fd97483f"
]
0.16 ms
(0.16%)
1
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
0.15 ms
(0.15%)
1
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
0.15 ms
(0.15%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "AdbPJWtgjtCZe8HlTfawiBxv2kupA9cl"
]
0.14 ms
(0.14%)
1
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
0.14 ms
(0.14%)
1
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `technical_name` = ?
Parameters:
[
  "Storefront"
]
0.14 ms
(0.14%)
1
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
0.13 ms
(0.13%)
1
SELECT DISTINCT `technical_name`
    FROM `theme_runtime_config`
    WHERE `technical_name` IS NOT NULL
Parameters:
[]
0.13 ms
(0.13%)
1
-- product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
0.13 ms
(0.13%)
1
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.12 ms
(0.12%)
1
-- product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.11 ms
(0.11%)
1
-- product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"»É\x1F\x12óGf—ðéÔý—H?"
]
0.10 ms
(0.10%)
1
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
0.09 ms
(0.09%)
1
SELECT `key`, `value` FROM `app_config`
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.