GET https://shop.devmsa.sharpness.de/navigation/02a52ab5a44648c99f64d06a638249ac?p=1

Query Metrics

44 Database Queries
43 Different statements
117.37 ms Query time

Queries

Group similar statements

# Time Info
1 0.23 ms
# 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:
[]
2 0.12 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.16 ms
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:
[]
4 0.31 ms
-- 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"
  "Rohrformstuecke/Bogen"
  "Rohrformstuecke/Bogen/"
]
5 0.22 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]
6 0.14 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]
7 0.21 ms
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"
]
8 0.67 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
9 0.21 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
10 0.30 ms
-- 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œ"
]
11 0.37 ms
-- 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œ"
]
12 0.40 ms
-- 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˜)ûø"
]
13 0.32 ms
-- 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«<"
]
14 0.24 ms
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;ûÍ"
]
15 0.14 ms
-- 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
]
16 0.24 ms
-- 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±&"
]
17 0.14 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
18 0.12 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
19 11.22 ms
-- 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
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"\x02¥*µ¤FHÉŸdÐjc‚I¬"
  null
  true
  false
]
20 7.61 ms
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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
  null
  true
  false
]
21 23.92 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
  null
  true
  false
]
22 5.07 ms
-- 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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
  null
  true
  false
]
23 0.48 ms
# 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"‰¦†n?¥DŒ•Ü’có‚F§"
  b"û!ð\x04\x01ÈN×°\fá,u\x0EK"
  b"`ÙŸ8‰ÓKš™\vÔ,«ª\x12¾"
  b"ؾYɲC@L¦‰áì\x13bcª"
  b"›Ù沚RDaœ\x1D)²E£M9"
  b"ºÜ\x11øòøE|š§Í\x15vÎßÉ"
  b"g:é¢÷àCÞ°\x0FÎ(gª¬Œ"
  b"80ÏS"÷@ɼ¦\x16Ò±ì6$"
  b"\r@S‡9ÊF´…¯¼\fŠMÍ¿"
  b"\x19\x1A(*)IFóª]ÜñžÑ~ "
  b"•òt,{ K\x14¨WÀ\x0FBY†à"
  b"¦Ö\x00å~LF"ªª¿qZ2à3"
  b"”OQ\x04•¨L\tˆm†‰EY~V"
  b"\x13úÛäD\x05†ÿ˜¹v\x16¦è"
  b"\x04®\tiª™I%œð°»Úùßq"
  b"\x05ß\x1DÍ'M\x1DªfõI´õàC"
  b"ñ°f\x10>CtŸ¡<ÿõîäL"
  b"\x01Ÿ;ænÍFO“Ì\x19\x07úŠ"
  b"b´êSž"B%žg^';œ†"
  b"ÔÁ™]Ìc@%¨ú\x01ôÆ”’K"
  b"tîIï\vÀ@交Íj\x13¨â3"
  b"É©\ÔÛÄN\x16³yɼyö]R"
  b"?“w›ÚúI?ŠQS7Ë\x05"
  b"""
    \n
    \x1EÉ\x04ÑyH˜-FsrõþÇ
    """
]
24 0.65 ms
-- 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"‰¦†n?¥DŒ•Ü’có‚F§"
  b"û!ð\x04\x01ÈN×°\fá,u\x0EK"
  b"`ÙŸ8‰ÓKš™\vÔ,«ª\x12¾"
  b"ؾYɲC@L¦‰áì\x13bcª"
  b"›Ù沚RDaœ\x1D)²E£M9"
  b"ºÜ\x11øòøE|š§Í\x15vÎßÉ"
  b"g:é¢÷àCÞ°\x0FÎ(gª¬Œ"
  b"80ÏS"÷@ɼ¦\x16Ò±ì6$"
  b"\r@S‡9ÊF´…¯¼\fŠMÍ¿"
  b"\x19\x1A(*)IFóª]ÜñžÑ~ "
  b"•òt,{ K\x14¨WÀ\x0FBY†à"
  b"¦Ö\x00å~LF"ªª¿qZ2à3"
  b"”OQ\x04•¨L\tˆm†‰EY~V"
  b"\x13úÛäD\x05†ÿ˜¹v\x16¦è"
  b"\x04®\tiª™I%œð°»Úùßq"
  b"\x05ß\x1DÍ'M\x1DªfõI´õàC"
  b"ñ°f\x10>CtŸ¡<ÿõîäL"
  b"\x01Ÿ;ænÍFO“Ì\x19\x07úŠ"
  b"b´êSž"B%žg^';œ†"
  b"ÔÁ™]Ìc@%¨ú\x01ôÆ”’K"
  b"tîIï\vÀ@交Íj\x13¨â3"
  b"É©\ÔÛÄN\x16³yɼyö]R"
  b"?“w›ÚúI?ŠQS7Ë\x05"
  b"""
    \n
    \x1EÉ\x04ÑyH˜-FsrõþÇ
    """
]
25 4.91 ms
-- 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"‰¦†n?¥DŒ•Ü’có‚F§"
  b"û!ð\x04\x01ÈN×°\fá,u\x0EK"
  b"`ÙŸ8‰ÓKš™\vÔ,«ª\x12¾"
  b"ؾYɲC@L¦‰áì\x13bcª"
  b"›Ù沚RDaœ\x1D)²E£M9"
  b"ºÜ\x11øòøE|š§Í\x15vÎßÉ"
  b"g:é¢÷àCÞ°\x0FÎ(gª¬Œ"
  b"80ÏS"÷@ɼ¦\x16Ò±ì6$"
  b"\r@S‡9ÊF´…¯¼\fŠMÍ¿"
  b"\x19\x1A(*)IFóª]ÜñžÑ~ "
  b"•òt,{ K\x14¨WÀ\x0FBY†à"
  b"¦Ö\x00å~LF"ªª¿qZ2à3"
  b"”OQ\x04•¨L\tˆm†‰EY~V"
  b"\x13úÛäD\x05†ÿ˜¹v\x16¦è"
  b"\x04®\tiª™I%œð°»Úùßq"
  b"\x05ß\x1DÍ'M\x1DªfõI´õàC"
  b"ñ°f\x10>CtŸ¡<ÿõîäL"
  b"\x01Ÿ;ænÍFO“Ì\x19\x07úŠ"
  b"b´êSž"B%žg^';œ†"
  b"ÔÁ™]Ìc@%¨ú\x01ôÆ”’K"
  b"tîIï\vÀ@交Íj\x13¨â3"
  b"É©\ÔÛÄN\x16³yɼyö]R"
  b"?“w›ÚúI?ŠQS7Ë\x05"
  b"""
    \n
    \x1EÉ\x04ÑyH˜-FsrõþÇ
    """
]
26 0.15 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
27 51.27 ms
-- 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"\x01Ÿ;ænÍFO“Ì\x19\x07úŠ"
  b"\x04®\tiª™I%œð°»Úùßq"
  b"\x05ß\x1DÍ'M\x1DªfõI´õàC"
  b"""
    \n
    \x1EÉ\x04ÑyH˜-FsrõþÇ
    """
  b"\r@S‡9ÊF´…¯¼\fŠMÍ¿"
  b"\x19\x1A(*)IFóª]ÜñžÑ~ "
  b"\x13úÛäD\x05†ÿ˜¹v\x16¦è"
  b"80ÏS"÷@ɼ¦\x16Ò±ì6$"
  b"?“w›ÚúI?ŠQS7Ë\x05"
  b"`ÙŸ8‰ÓKš™\vÔ,«ª\x12¾"
  b"b´êSž"B%žg^';œ†"
  b"g:é¢÷àCÞ°\x0FÎ(gª¬Œ"
  b"tîIï\vÀ@交Íj\x13¨â3"
  b"‰¦†n?¥DŒ•Ü’có‚F§"
  b"”OQ\x04•¨L\tˆm†‰EY~V"
  b"•òt,{ K\x14¨WÀ\x0FBY†à"
  b"›Ù沚RDaœ\x1D)²E£M9"
  b"¦Ö\x00å~LF"ªª¿qZ2à3"
  b"ºÜ\x11øòøE|š§Í\x15vÎßÉ"
  b"É©\ÔÛÄN\x16³yɼyö]R"
  b"ÔÁ™]Ìc@%¨ú\x01ôÆ”’K"
  b"ؾYɲC@L¦‰áì\x13bcª"
  b"ñ°f\x10>CtŸ¡<ÿõîäL"
  b"û!ð\x04\x01ÈN×°\fá,u\x0EK"
]
28 0.35 ms
-- 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"
]
29 3.59 ms
-- 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"\x003ŠÜqOKSXáâã42j"
  b"\x00?Ýà\x02;ݬâCn]êĪg"
  b"\x00^j_R¿Eƒ¡Ü\n¿hÇüQ"
  b"\x00î¸hÞúJשŒØZ[9Í`"
  b"\x01\x1F\x19F·ùA%¿WqeÆŒ81"
  b"\x01(wVrÇH»šŽ`Éþ\x08`N"
  b"\x01-Ù(X/CÌÈÈM„T<h€"
  b"\x01\x00i€»\x15ˆ†éqJ,wF"
  b"\x01m#k\x1F\x17/¨kí 3J*O"
  b"\x01ˆã’m³eñb\x16²_÷’x"
  b"\x01Æé-Fú1oÏ3žw+\x03\x04\x16"
  b"\x01Ñ‹p¯€C¥&®ž“)y<"
  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"\x03wðqs\x1D4ƒ×xMñuA\x06-"
  b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë"
  b"\x04\x1A\x05T@yèßÁ<tw/FÜ,"
  b"\x049¥\4J@h¤{2ÆFµÙ¿"
  b"\x04C¤žRÖEʾ¤ÔÝ?z0\x18"
  b"\x04¦lk[`Dø±!5(3ÿ·Ì"
  b"\x05\rœî,\x17GùŽŒ³R®\x1Dsv"
  b"\x05I¼øÄ·AšÑ+e~\x1C"
  b"\x05uü.ßüCä†wOQ¦­-S"
  b"\x05¨W³.žB¦ŸÁÒaJ\x17"
  b"\x05ñGU׎–.„Lˆ|QÀðZ"
  b"\x064Ò•EÒï$\x15í½4ö§y’"
  b"\x06:v\x13àO÷\x01öDÑ\v°Ê’ò"
  b"\x06B\r\x08•PI2¾Â#-ª…#þ"
  b"\x06xÊGÏC@J§Í\tœ—Ó"
  b"\x06\x7F*«Ú{Pr\x1D\x10\rͺVs\x01"
  b"\x06ƒ;øˆÂÁ¥t,q²ÿ–ù "
  b"\x06‹Ô”-¯F}›·\x02èoÕ\x12I"
  b"\x06ÎFÑkûLý¤OŒ\te†Â\x1E"
  b"\x06Ñé¼H+ñæ¸ÊGÇj‘ºN"
  b"\x07hôF(\eeUùš¯ñ^ÎRÚ"
  b"\x07ý•¦"ñA™™¸î“†xl\x1D"
  b"\x08\x13=ÝÝ¢3\ê^ß~òšüv"
  b"\t\tG\t`„1Ç\x1A\x07šZLhE\x07"
  b"""
    \to«ý3\tH\v·¬™Ñ\x13\n
    \x07g
    """
  b"\n]x¾Ý A\x00”h‹õé#ëò"
  b"""
    \n
    ÓõÃD\t\x12<ê½´\0aáØ
    """
  b"\v\x16)é=\x18B陎~‘øªÖØ"
  b"\v¶±ŽÞEDI½\eçd£\x17[<"
  b"\vÌš\e\x14A'Áí\x13ž†›ƒm"
  b"\f\x14±I!\x11D>›\t6k>Ä\x11d"
  b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·"
  b"\f]Á¼\x07’Kd·¼òêˆ\tb\x08"
  b"\f_ç½b\x02¬¬Ü˜.\x04\x16\x1Eè"
  b"\fb-H{:N(’@\x18\x05 ª>\x17"
  b"\f‹4K!I¿€£ÿgx\x7Fˆ5"
  b"\rvm.í×*ß\x17Œ\x1EOQ¼­\x0F"
  b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH"
  b"\rÚ\x02©<ÿ$$•\rñ{\x1E"
  b"\x0E>˜€ŽâÖÔŒ‘Î\x00çØv*"
  b"\x0EÂ1,ËÔNÕ«ós\x0E‘X”"
  b"\x0EÜÿ¸\x00’MRŸÖÀNÙt8="
  b"\x0Eê"nJÑF¢¹X£3\x14Mÿ\x02"
  b"\x0F\x12|yQÂO³†"0Qz\x0E\x14"
  b"\x10(Ë?ë°F‰œ\x07h—i(úÅ"
  b"\x10,Bi\x17ÒK\x05©¬.¦M\x0F±ö"
  b"""
    \x10/Š©Ž1 ðÄŒ\x07W\n
    ’Ž\x1F
    """
  b"\x10;\x06|P\x17O\x10´A&T\x1EŠ´P"
  b"\x10¾\x02"ÞEH؇‘â‡\x19;:4"
  b"""
    \x11\t\x1E¨âK…æ\t\n
    Ò«'K\x19`
    """
  b"\x11–¯OÐ\x1D©×TmÛšnŒ8ß"
  b"\x11ÂãÃ\x0FäßÖ)ê2ñöŒ\x08U"
  b"\x12\x12¢è5ù2‡ÂÀH3KØ\x1E"
  b"\x12vl¼M‰Efžá!³³'VX"
  b"\x12‡Ó\t\x14\rÌÌ¡n"L¦¼YÔ"
  b"\x12¦¦mî‘KØŽ\x0F°m\Vˆ"
  b"\x12ôµ]’}Aȸžºxrߎ¿"
  b"\x13&N:\x1CÑg]E®®=*ƒÓ¿"
  b"\x13ww²;o.9çÒ;ÀÙÕû"
  b"\x13¿1¯„\x0E\r—!d\x08s͝¶f"
  b"\x13èV}bñ@ù¡²¢3"ƒ\x10¥"
  b"\x14v\x14xÓáC;Žc¤»­ÄU‘"
  b"\x14~\x00¶O\x05F£›×°\eñ”óE"
  b"\x14“Œt>–@ô‘ä0âqŽG\x0E"
  b"\x14µ¼D\x07Y¢Ôš\x00Šáâl_ç"
  b"\x15l ‘‰Ÿ@'—\eؐàö”J"
  b"\x15–¯ë‡\x15B\x00žÉÏŽˆ\x1F/†"
  b"\x16xàGCù6¡Lš\x04åñ‚Žô"
  b"\x17\t¥²ÿ!NOÆö·We˜>"
  b"\x17a\x1C¹7\x1C@v³™\x15›á8!«"
  b"\x17…Xz­Aó¨Ïþž\x02Yx±"
  b"\x17¶\óñÈL‰¤"\x1E€ÐÆŽh"
  b"\x17Ƽv…ôò \x19¯ðP\x0EŸŒ'"
  b"\x17ïƒer\x08¶‰¤Bq¦Ç˜Ï‹"
  b"\x17õ\x05´38ÓŸwì\x01ãš‹\x06ƒ"
  b"\x18&‡K^\x1F@…Ž3´¥Î\x13\x0Eo"
  b"\x188³_Í¥A6¿‹dòQ^\v\x12"
  b"\x18\x03Q,°A@ìÜeÍpîÂ\x02"
  b"\x19ÖïGÆËY”bLF®¤‘ Í"
  b"\x1A¸6\x1Cí)L\x08‚³]úIï;q"
  b"\x1Câà=`\x10G\x0Eš¡#&¼˜–\x7F"
  b"\x1D6ŸÆÿÎB£¯xî\x07-—\x16Å"
  b"\x1D¨±S\e$EŠ—õ\x00ÛÀø\x1C\x14"
  b"\x1DÛU`(eIg¬2üà\x10¿Ä"
  b"\x1E.6߉/G\x15¡©°ê\x1D²*l"
  b"\x1FX=MûMEZY$!*|¸›"
  b"\x1F§(\f1†JŸ¿CV0\x0Fà®s"
  b" 9§ "\x1CŽ‘sK^\x0EíU`û"
  b"!Pc>y\x1E;ç97bWUý¸‹"
  b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y"
  b"!oy¿™ò@~|³O\x11™-Ç"
  b"!•¹;\x08E׳ݻ\x11X išÊ"
  b"\x7F*P‹H\e˜\x06W\x1D-O<~"
  b"#@\x0ECd\x05TƒHnª\x17\r\x17…e"
  b"#HpèEêDéŠhUQ2=Ê"
  b"#T?á&|0ZkD“%SGL"
  b"#q<oîÆNîê¶0$ÝΔ9"
  b"$\x03†'Œö_ÑOxYˆ(ZbŒ"
  b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®"
  b"&xÄv §ºcýUõÂú\x16³Ô"
  b"&¦7ð‘M*˜|”þÒvÂb"
  b"&ó·=k•¬\x00~ã»\n iÓ„"
  b"'\x18ÈWÕóNs„wT1ž’}@"
  b"'IŸ£¿aJ-›ÿI2Wë`"
  b"'SxpM”H•…ôúŠº%4ß"
  b"'»Œ!t§Êdi\x02¾¤f\x17"
  b"((K.Lj\x13?‚Oó!SàBÉ"
  b"(Þ¡\x1E¼Jö¢øT5üª§X"
  b")zئ\x02öOüžÖ‚ÝÊò"š"
  b")Üä\x0F{ÍM9‹Ùµcû\x01­I"
  b"*/Ž\x1F;G\x11¨íRNÂ\x03¸\x04"
  b"+€1j/\x11Hõ²ÿ§œpñqf"
  b"\e´Ùåõ\x7FžÝâä\x16ÌH\x10"
  b",\x1CrîåÝ0\x06‘§ÈÂcØ\t"
  b"-\x17LlÒ\x1A@ӏæ qZÏœÞ"
  b"-8žà=9C\x18ށ\x05;Ü;(\x1E"
  b"-G:\x7F\x0F7DE™Û\e¾3\x03"
  b"/\f·¸\x109Ý–k\x10\x19Ÿ°u#E"
  b"/,ÿQ`¹G.¤`\x06\x0E\x023"
  b"/F+]\x1F\t ó\x17ИÉåËÂx"
  b"/ßH\x07fé¥\x0Fëíÿ»ì/F"
  b"1'üæØ›D€¿\x7FVo\x175˜’"
  b"1Bc\x03ñ/IO®\x05›Ë/\vE4"
  b"\x13­ø$\x04\x1Aµ\x05Cÿ\f÷\x1F8"
  b"3\x16\x17¤+_b³Y\x15\x11ï ç"
  b"3=³,&<J¶–L\x06àt»“\x13"
  b"4!肇ÚC;‚\x04Þú†PHi"
  b"4%…õ}ÃK[ŽÚQi\\v4\x7F"
  b"4*\x07Ï9šL\x7F‰Œé£fù\x1DU"
  b"4Ÿ9ÅïB@2€OBâ\fªþ\x16"
  b"4ß™ìç4CÒµ\x1FHF¥í’œ"
  b"4ôhŽêüG\e‚îêþ\x1EQ8”"
  b"5%çܨNMÌ›\x1A÷\x04N\x03\x1A"
  b"""
    5?p\n
    ¿0O\x08šB\x1AdI¹-%
    """
  b"""
    5^{uÛ(B\n
    ˆ’ñg\x1E:\e<
    """
  b"5˜(\x12þ#Ez¬\x01Ž\x1A\x11²\x19½"
  b"7­«\x1Cÿ5\x04e.k ,OEøË"
  b"7­´\x1Ee÷BÕ¶R!¿^p¾Œ"
  b"""
    7ãþ\x01\eÎ\n
    \x07S½½3™ÚÍ©
    """
  b"7ù<%`¾K¶¢åSàÙÈ‹b"
  b"8\x19u¢ççB¦‘™uÅ\x00¢\x11j"
  b"8XAš¾R5š {H‰O·ìï"
  b"8ÐÌŽYAD|¶›Àð¬à€I"
  b"9,ž\x03d@ü²áÎÕ’\x19\H"
  b":Ï~V\x08\x12m›\x1CUuF:\x14¾¯"
  b":죑\x11ûºÙK’UEË˳Æ"
  b";AŽ\x04¼œ‚\x17pKÿ’Oêex"
  b"<LB爵Í&Cú[÷M/U•"
  b"\x10îÇ\x1Ep5AL\x7F¬‹ö±â"
  b"<­wÐPx­n\x1CZh‘ƒ€ès"
  b"<çÏ/¢ÓM¥„SFí§íí×"
  b"=\x14Hé×®Iª™[\x19¥'É\x04c"
  b"=2†G­ëFJ¦ÀÚˆ\x1FÂÖ»"
  b"=>{\x18E.¿¼\x0Fi>1C\x07•h"
  b"=T®0øú:_3Gû\x13î.^à"
  b">\x10ò —\x12MzƒTpÖ<ôµà"
  b">“ªª\x19Z) fÈÒÜøZƒ5"
  b"\x17*pk\x16jöDÓ\x19Ý‚Cï"
  b"?D†ÖPK¯­\tŽ&ÚôIë"
  b"?ŽEÇQè\x1C«Ð’JEºü8ì"
  b"?æ£i3¡}¼m"î\x02Ž/s="
  b"?÷P÷\x00\x10GZ«e’¿_mvø"
  b"?ý’´Ã”E‹µ&›ÌÐRˆ\f"
  b"@‡ƒ\fï*Æq²ÊM\x17¡Ø\x1AÙ"
  b"\x1F\x04I°—*ø—–\e£6"
  b"A\x08oºlfIù•\x05»K¦\r"
  b"A(\x05MŽ£r뀱Ǽg\x1E8h"
  b"AJè\x1C&nA“+ñ\x01à^n\x05x"
  b"A‘{¶3Ý%j\x1F£ë‚¢pQ"
  b"B\x0EϏÜΐHÔF_É5\x12§\e"
  b"BW6f\x16rG…‡³Fd‰6=\x03"
  b"BÐ1(+ÜNÞŠ\x7Fÿ•ä³™>"
  b"BíBÊÅŽ@9»—Ld˾>f"
  b"CYJ¢õïÐ7-nëß?‹þ~"
  b"CŽqDguLf±Ÿâ´„¾\x1Cä"
  b"D±\ôÕ{Hp‰;¸3ÎéÛ+"
  b"Dóf*{J·kcä@1º\x14\x06m"
  b"E¯Z^š¹IÊ’Û\f\x07U{\x02J"
  b"E³L¤-¢K\x0E»  +N\x03B$"
  b"EÀ¸VÈ®“w…\x15q6¯[‡¼"
  b"F\x17\x01…}:L£žo¶\x1C~¹¹\x05"
  b"F\e[¨¸t]{£\x04¤ì0!A}"
  b"F)\x15Ó\x04ˆH\x1D¶iù!Æ,Ë\x1C"
  b"F¼^”ÓÒ†‹X=ÕœJSæÌ"
  b"FÂZWd Gì˜þˆô“‡ú"
  b"Gm"X\x1C¶^C]f¥6¯4‰d"
  b"G€t‘‚FF]£\x0F÷ÆÁ<2Ç"
  b"G…w.ã´EŸ¼·O•»Ï{â"
  b"G÷š\fM…7­~Jé¢Ô¤Ç÷"
  b"H„U\x08¾°H\x07§P5NQhEŸ"
  b"H ©\x00O߃Ÿ€ÞÇ?\\x0F"
  b"IŸœÒ‘Hº¿ÖŠTŸe¤Î"
  b"Jßµ\x14S GŒí¬¢R\x19l;"
  b"K\x040FÍ0åKÆöŽcÎ`n"
  b"L\x0E\x05¦.ƒA¶=£3šÖXô"
  b"LEo݇Oj«>’c¾|]P"
  b"\rHMß&Ü\x136ÉF²þè<"
  b"Ng¹×ŒuJu¡\x15³ëug7‰"
  b"O–øÄ®ùK[¢ŒÛÌë»äû"
  b"""
    P\n
    \s>‚‡¦–.\n
    \x06\x17H
    """
  b"Pd£Ì&½§·ˆ>‚Ð!¡ØË"
  b"PxGÙï0Ip¢¦4áÓׂ»"
  b"""
    Q\tX\x15)’\x1Fâ—07È\x17J\n
    ž
    """
  b"Q:éÕ\x1C¿®Zž±½\x07ëeW"
  b"\t\x1A%ùL\x06^}–@[‚K"
  b"SׯO\x10ºDë¡KÊe\x1C1\x11\x02"
  b"U=©o\x10¥OwµÜþd\x19V\r\x1A"
  b"UsCè(iÅ#æåÃ'B\x17Ö="
  b"UîhÔî;K¡°_¢Ü©®\ræ"
  b"V\x02\x15ª(\x17m'JR]”špµ¦"
  b"Wþ\r\x15±…î\tDP\x16%&"
  b"WæüUL¿K$™Ä¼mÉKÕü"
  b"XÓmŽÿÃÙ'—HÄ¥¹…§n"
  b"Y5~õN’B)ŸüAb\x1AÈ'+"
  b"YoÒÑ?ZEi‚"-¸k=ð\x0F"
  b"YT9}Ï\x7F?0e\x16êÜroÓ"
  b"Yö;„–²`Øö³™þ5\x1Aû9"
  b"Zˆ7RÿfFº¦iwtµ\\x1EM"
  b"ZÝ“æ\v˜Fì±M=`z4Uð"
  b"ZæPÉA×w½Ÿ)2¥U¾ZA"
  b"[*!ON°.ƒ`ñ¹Mþ·D]"
  b"[Àì|\vÿëÀs¥¡ÿ\x1Cý´c"
  b"\e+²=ýLo’ÿ}{h/\x13"
  b"],¯ðijO\x13“ò\tkࠁ»"
  b"] bm\rž\f7rUÿ·_°“0"
  b"\x08ô5f\x13hŽ4×b6ñ™¿"
  b"^\x02?>C¦b04ÿÌ.F\x1D¤N"
  b"^\x04S\x1F\e\v7ZY.@Eé\x05±"
  b"^35š%K®Mç‘"I#-ÀÕ"
  b"^©¾²@•G»—¼\t\x05\x02lt"
  b"_‚Œ\x06êÅò¿xeE‰•Ø;H"
  b"`e\x15ÞØÜ ?ªÑ4\t\x07é½M"
  b"`™¢NædN§°Giá`'¶."
  b"`˱ң7\x04ƒÿHU\x1C¾c«"
  b"af>'g¬F„‘\x05Ž}²˜\x14"
  b"btˆÍPGE€µf—H\x08S&"
  b"b†¤Z\fˆEÒ¸½íY'\x0E¾í"
  b"c?ì»C\f-PÍü«û¦µ¬©"
  b"cC_GÏÈD{®ü\·‡Ê"`"
  b"d\tBb`~5ØR\x19k"³ßß"
  b"dmUª\x1Cë'çÖ;\x10\x1Cs-\x7F×"
  b"e'F\x07F.I1¶…:D›Ôž)"
  b"e,…+\x08h’¨ÖS’íºÏ­+"
  b"fÖB¸Ÿtœ#¢á;\x1D=“”U"
  b"g-À\x0E\x06Ú³%ð]e ¦X\x1E¦"
  b"gF§ÕôV\rEIªç\eïé"
  b"g¿”§0âA\x07–ë\x17ˆˆÅ};"
  b"h* \x00òØ\x08FÐÍné‹\x06Œ@"
  b"h~p}CBÁê(¤6sk³iB"
  b"i\x1D€Ž.˜¹á¹\x03Œà+\x18Ãþ"
  b"i€ˆßu4G{–íU\x14-P¦\"
  b"iŒZ]\x17ÝC\x05œ„i²gK\x02"
  b"i»¸u[B=‹.¥ +Æ“\x1A"
  b"iÊtÃ\x01"\x0E \âÎ\x02€$ÃÖ"
  b"iË¿ëR\x1EB€\t­Ì¸9\x18"
  b"j&”\x03HgFCŸ\x14½õ\x04†b±"
  b"j‚\x02ç£Ðu¬‡LFq+¤Æ£"
  b"jêT'i:éøµÉŽGAe£j"
  b"kbˆñ8pB"™7[õ\x1C¢r\n"
  b"l\x19£Âo… ëd _‰×L"
  b"lváU®×@\x1FµÍ|\x06ëHèu"
  b"l«“‰\x16øH2›\rC¯ÌØ=c"
  b"m\x11°’U‚LŒ‰°!-\x0EŽâ"
  b"m:+·Z\x07Er•\r\x18\x10/è!¤"
  b"m`½ù!!D\x04‚¦õ¯ÕŽÉ™"
  b"mdŒ–U'I\f\x16Ím\x03Bnœ"
  b"m„¨–ü)LE´ˆºSIcYh"
  b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083"
  b"o\x00íäD\tNä¤ÑA\x7F½[÷ý"
  b"o4!&Øáb™·6ò;sv\x16"
  b"oj*A·(Cr¨±\x1FÙøË›r"
  b"oÞÇ\x02ÀÓß’MòOúLž´Õ"
  b"oìÀ\x0E¼mëÝ\x1Aü¼ÁJ=*,"
  b"p\fx¢Ýİs‰ÉjPo›y‡"
  b"p\x1A\x12xytE+²\f²\x1D#-D0"
  b"q\x16 \x00YåCÚŸ,aÐF<Ѳ"
  b"q°µ¤×öj´³\x7FÔ®¨¼c'"
  b"r`öx€B\x16¡\x7FLr\x1CÂe\f"
  b"r–\x7FîXÄBg•í+òàI„%"
  b"rŸêÐ*‘ì`«Z'¿\\x04mp"
  b"t\x11ìSbÀ\x15Ú0"•þz\vÓÚ"
  b"tC„ÿß Dè Öioán'å"
  b"tEIÿ xB\x03œ±‹øàùhÉ"
  b"t°K·eã\x06µ\x03*x»ù@}"
  b"u\v\x07ÎÑ(åï­\x05eM\x08I³’"
  b"u¯ÔSª4Eq¡ÐÆê2QÚl"
  b"uþ¦ÆÿFJ©Q\x0EÄ4yp¼"
  b"v\x16íÃLåri'%\x04\x00ôwž_"
  b"v\x18l‚“&\x00à\x18\x15ñíÍ6\x1F"
  b"vsE~]\tIß‹¯ía<$x]"
  b"\x10G†eG§´ \x13Ïù|\x01/"
  b"vþ±+ˆºé¸£*\x12KN\x07ž¹"
  b"w.EѶC éÕãDÄßÞ‡"
  b"xxn\x05¦uOµ©vGñzÛKZ"
  b"xÞÐ\x1A.JDÔB\x07Òõ5"
  b"y\x16.‘ª’C}–îôT^ÛȨ"
  b"yr3,)(Lƒƒ]W#!\x05\x132"
  b"yŸv‹\ff@%·vpê\x18·n«"
  b"yô>„L™H¢­Ÿƒ\x02b´Kñ"
  b"z\x1ET"Ñ9@@š³\x00ЋlER"
  b"z#®l\x19ó\rfaìLH”¯\x1E"
  b"zFõ]"×M¹¢‘_0\x01×4¶"
  b"zòœ×pa(.R\x02î\x13¤¸û"
  b"zô»\e­VMÓž¤PðÏ"\x01¨"
  b"{$‚K'u[QE’\rsç”È\x15"
  b"{¦¢¡'ów=,ŠÓ®N»›"
  b"|\x17@ºšŠ´²âcy\x1A\x0F\x07"
  b"|„IþzÓÿµo\x1D\x10sç""
  b"}S\x017-ûE\f\x1Fè”qÝ>†"
  b"}d\x07n\x1F«KƒƒÖÿË„Æ\"
  b"}·sE°.Dk¦×ù BÕ/\x03"
  b"\e@J’Jˆ¼W‹¹\x18)¢"
  b"\x7F f-\x7F†K»ª,Í$<\x15Íh"
  b"€u |\x16ŽN\x14ŠAäŽt\x07½l"
  b"\x0Eꨆãn€Þ•)\x13Å;ò÷"
  b"‚U˜ªÊøíTê)\x05KÖÍ 3"
  b"‚€yv”™DqŠœJA\x15`æ?"
  b"ƒ\t”f \x19Iঐ n\x06"
  b"ƒ\x1DìØ\x1C\x1DAϪŸ¹ÇóDg,"
  b"ƒmº&ûÅ@®¼]\x18÷;\x10i$"
  b"ƒqªìK n\x1Félº=–\x16¹+"
  b"ƒ—\x1F{VƒLø‰ã\x7FžÇlF—"
  b"ƒ¥Ü8;ùAu±Ô\x01cÍÊ\v"
  b"„U~ߎcBÒÅÅ¡^\r"
  b"…bÀÐ\x1CÑHD³"R·÷‘–õ"
  b"\x13\x00÷/B|›`¸ø Î\x1C"
  b"†5™4ÌÔMÀ£•ÍÆ†+,d"
  b"‡¢ Zo A\x02¿ß±y…D}\x13"
  b"ˆ\x17°&\x12MCs¾S\vŇî(’"
  b"ˆ¶¬\x07¡M!6\x13µO¶ÃL%\r"
  b"\x06ª˜‘\Hß™}\x15dúºµÈ"
  b"‰.¢~ˆ0nU#"‚ŸÑý…¾"
  b"""
    ‰H¨\rÆ£C\n
    ¥ÂS™\v\t
    """
  b"‰™2NË 6=—3wï~NÕ1"
  b"бQ¬ÇÒ¿û\v\x08Ñx:"ŽÃ"
  b"ŠÁÜt.KD†\x05˜ï4E\x00"
  b"ŠÚ­ÊÜisïÂÁÖüH…M"
  b"Šönâ¹¹^\x11\x01Ö©UO"jÒ"
  b"‹‰ß…/àL>ˆ8\x07ÕN\e&"
  b"‹²¬9ÖU⡽’=Fjí«"
  b"Œ\x06’ã†;þ^\x00‚¬Âûêñ["
  b"Œ% §_\x19@’ÌíP\x01ér\x19"
  b"""
    Œ@O¯åŽE¡Ô\n
    Óa,Æ\t
    """
  b"Œqéó\x0003¯"®W \t¦Êi"
  b"Œí5Ú5úC9†õÎ\x01\x072/h"
  b"Œï7á-*A-…¨\x0F¹,\t£Ã"
  b"Ž\x7F\x07¯—\x16I¬7TF ”\x00Ëz"
  b"Ž\x16¼™UƒI\x1E—'…Ìr3ÆÈ"
  b"Žh`ù\vhl¹Z³á\x06†¬@"
  b"ŽŠfÚ¿âHS„}+\x02üó\x0F³"
  b"Ž¡rì|ÜF—i[\x19Ö\v„o"
  b"\x08ƒ‚æÎÄÑ&U\x7F\t\x04L"
  b"xy¼\v\x12A³°–º¿ŠåþŠ"
  b"èÏá­(J\x19œ!\vùÁmƒS"
  b"êƒ@HßA*”êÝí³·_b"
  b"Ì6‡h¿H…œ#ÿþj@…k"
  b"‘3\x18~Ç!Bé…Y9\tÁòd_"
  b"‘uÔ¸hñE©“Žö­á\x1F"
  b"’Q§îÐ=“XêNœŸ•\x01\x07"
  b"’¢\x1F8\x1DìGüžÆ¾`·\x06·"
  b"“Grº\fŽmìÙ\f"’³rÒ"
  b"""
    “ÖC\n
    ëí\n
    ŒTÈfň\t\x1E
    """
  b"”È‹ï–#´7¢(ñy†#U\x08"
  b"\x04J^—\x07\x0F¨è\x1C”’„¶"
  b"\x13Ò¾ÊöIÒ˜±\x1Ayd\x00\x1C"
  b"•¡\vŸÿ]íÔ•ëö²ÁŽ=Ñ"
  b"–T& ³@«½\fȏâÁ\j"
  b"–Ó¦ˆ\x01\x1C\x05Ì%v³\rµ”"
  b"–âfÀï“Nu¿Ž1Ð\x11"
  b"–âlB†l£"ü{G\x7F\x1F¿eM"
  b"—9»-\t…Š6dóÆ)uê¶«"
  b"—]šC¶”K˨ø\x19(ž!MÕ"
  b"""
    —>ç\x10\n
    Fš™tS7\x10SœA
    """
  b"˜Ê‡¢l,NѶç]å\x19n\x1EJ"
  b"˜ã\v`ÐAì¹Ä9U¿\x13\r7"
  b"™1\v\x15Dh—¿½U\x0Eî$ƒ"
  b"™1¯p\x0FÏBÍ‹¼æf·qˆj"
  b"™haý¬.H¾»Ü—%\e0‹ç"
  b"™l7-ì9M}©ÔÚ{À½·x"
  b"š”¤˜©\f¥öFÓÚö\x13\x12ã\x01"
  b"šë¡>F‡@À´…ÔHþ@"4"
  b"›@½Ž%\x07@¨ŽŽÌþ\rDa3"
  b"›vj»£\e»)\x1Aîò\x18bEõ¯"
  b"›zn¿Ö"½Q\x16Îü¬ª"¾`"
  b"›˜po\x1E·O¾~‚\x06{\x01âsH"
  b"›üÈè\x16ŒÉˆBÂ/eUV>X"
  b"œ»¦øŽåLNŽýkþä‘Ux"
  b"ZŽ—Âm»É:ÅB\x1Ed\v4"
  b"Ž\x02ÆH¡\x08#ä5æÃ2k¸"
  b"žDZ³Ò´WõºG£l\x01ãÓK"
  b"žd;Æ"pB°\x00¾\x1FÕ\x06B£¦"
  b"žž£þÁûDºŒW¤¸Óýx\x06"
  b"žãÍ.[g_ŒªU`\x164\x17Ëú"
  b"Ÿ\x14A$òæGû†ÁhxÀ[ab"
  b"Ÿpªos7E¤²\x15Ôí&\x1C1:"
  b"Ÿ³Ð\x7FY¸M+³;0CÚ\x1F\x1D¸"
  b" \x10û<ž­èæÓíÌ„—\x16Œ"
  b" \x1DÌ\x00—Läd¥ý\Tnr"ê"
  b" ÞFø°G맯ômû8bñ\x02"
  b" òb7RuEKˆ(òðÞÄð’"
  b"¡œŽ†’7@\x0Eµ>m1\ÏC="
  b"¡µ@ôú\x16rð•cîma´\x12,"
  b"¢Ç\x05á/z©9\x1F\t#‡¹£°"
  b"£¥vÇ\x0F²O\x14€ZE1±iÙ<"
  b"£ùL\x0F¤\eNZ­xRº‘x\x1F"
  b"¤_æ\x1FVçM“®yа$\x12ë˜"
  b"¤u–à‹«LbƒŒõ\x03\x13\x0F"
  b"¤ä;]¯¯Ãë]­/ =¥ÔÄ"
  b"¥\Ёœ\x1AâÙ_=ƒ$aL\x0F"
  b"¥ªæðËÿi:\x02ãç¼Tß\x1A"
  b"¥·ÍMz‘ZjeúåFÄ2Th"
  b"¦ÚE—œDMy¥‘Œ8@…Mb"
  b"¦ýuø>ËO8´\fJ©á2]U"
  b"§v\t('+F\x1A›¢ë\x05\x08*\x1A¹"
  b"¨tÅ’\x01d•ƒÅ\x17\x11ýÁB\x04Å"
  b"¨ÝÆ\x1E¢ªHg”×\x043\x1C®Wž"
  b"©\x05®õ™êÉ\x1F°Yý措³\x10"
  b"©,’\x061I-©J–¡@é¶\x13"
  b"©x¬§éAþø0†Å,±à\x08é"
  b"©Æ£/\x12NNŸ«Hv—¹?v÷"
  b"©ìíÓéÚ2Ôê\x1D6CXy‚é"
  b"ªJ®1\x11ÑDv\x0F|ÇesÙãŸ"
  b"ª‹]ç`\x02I™¦äýC^ÍÖC"
  b"ª¢QÓ ÊãuØÁ„‚&â¡"
  b"«È\x02f/ï\x00àZA‚sjšKù"
  b"""
    «Õw›‹¬.ø?U\n
    k çìÍ
    """
  b"¬$ÄqCöH0¯M\e´.Aá¥"
  b"¬x*@£éOj¨™•Fä^`N"
  b"¬Áï'«$A\x00–¼÷\x19ôk™"
  b"­`¶A+º@ж¢·0å\x1Dò"
  b"­l'É1mEIŽ\x1D\x10Wv‘O^"
  b"­¢ÚÇ\x18<\x17Mì0_ýÁ>hª"
  b"­¹a\x1EÛ\x05GJ¾²³Ù*þ\t."
  b"®\x18\e^MÐyýÎË€gnp\x13é"
  b"¯=~ò 7©L`ó_žÎgµq"
  b"¯„æ6¾ûLQ·d\x19\x19<Üqq"
  b"¯¾Ã¯ùˆ.x\e3{ëž\x18¾¢"
  b"°£"LR\x07O\x02›ätýï¡–á"
  b"°¹¹f.ÁLœÚ¶y:Z<˜"
  b"±\x15Ÿ,ƒ¿D>·#&ÛMoKU"
  b"±ÍfB\x17ŽK²¹¦ŽW´Uuü"
  b"±ôže­ÔN½±ÎÀj\x08ìÚè"
  b"²\x11Æ„ÍÖO—¿Ð2˜Ê48"
  b"³\x00P)(yJ\£'§¦[Œ‹´"
  b"³(3âa–¥çH¦óBZ\x07<„"
  b"³Ç’@C5½\x15ÃC\x0EÏÏ&E"
  b"³õ¥BØG³´\x12D}zõE "
  b"³ùõýÁ/M½€‰\x13dãÂ\x07;"
  b"´\x11\x03M\x04Ô©B˜Sbm"Gs4"
  b"´IÞàf8B\x07¢8\x11ÁPªÊ”"
  b"µ\x02\x1CûE.ME‹•-j\x0F\x1ET"
  b"µÉi\r\x07\x7F£ï†xrTÈ\e"
  b"µæ´ÝY9m޽›·7>\x08"
  b"·"\x02öf.CO $\x02ù–„¶§"
  b"·,Ä\x16\x18GFÌž\x19°½\x1Cr0("
  b"·NOŒyï=å\x16èCèƒ\x12"
  b"¸g?Ù\x1EBAk­/ã\f:¬Ék"
  b"¸Ÿ\v~ÕûEà€À¥<õÁ¨â"
  b"¹¯—XI\x06\x1FCŽÖ5T{ú"
  b"º7Ù_\x03\x15è„dr'–þ­Èâ"
  b"""
    º¦(M\n
    ¨¤©Ó;Ÿ\x01¯yÁk
    """
  b"ºýjÐhüGG•Oµ.\t|è#"
  b"»ˆ®\x19Q¦LIžÇf½û[&ž"
  b"»×\rÇÒÊF½/¨àY"9Œ"
  b"½²7\x03rÄA³Š\x7FœŠ@„¶i"
  b"¾}÷>m‘\x1EØ’_ŠÒ\tW¹Ì"
  b"¾æY¢2N\x16„–\x05ñöہ\x06"
  b"¿Èê”xqO\x11ï¨$˜ô¢ž"
  b"À:ã\x02x\tKµ„Ñ?Jk,*V"
  b"Àç\X™¬\v‹éø\x07W>HUì"
  b"Á\x105FÌåL©°î?\ù?õ`"
  b"Á7 O7µ»Q\x04\x0FY\x16á,f"
  b"Á{\x0EÇôߏ¹âÞ#*Ð;_\x1D"
  b"‘}*ç\x13J‡°¾9ÝGé™Ç"
  b"ÃZàbÐ’D\x01¢\x19š§•\x18"
  b"ÃR2zdMð‘ÁŒË}q— "
  b"Ã’9\x02Zù.«Šppýáþ§Q"
  b"ø9Ÿ¾\x16K—’µ¬ö[È’U"
  b"Ä\x14Ie²\x19\f0®Û@*u)ë""
  b"Ä!Ö\x18¯\x16Dˆ²”ȵïÆ)"
  b"Ä"®“ØQLY6¬™^\x06µì5"
  b"ÄäpLf\x1Al?öŒüL«š×"
  b"Å-<šM,CxšÌÆ'ª<e˜"
  b"Å{th¸ŽJ%˜\x12”uÍõ}z"
  b"Æh¯\x17+ÞKÿ‘Üm§\x05¿\x1Aþ"
  b"Ç\x0E\x7F\x00èçKv—(\rô\x17\x10"
  b"ÇŒ%XœêO\x04ªËA\x04:†žG"
  b"È\x16I@ Å{\x19¢´¥@6žæA"
  b"ÈQ@ßuC\x01DLÿê\x15\x0Eµ\e6"
  b"È­æðQáãø‹¸øÞ«8Ö«"
  b"Ȳb'ÓM\x1D ›2\x12]¨B1"
  b"ɺý\x0E¾Öþœ5$“ÑåŒT„"
  b"ÊsŠßÕUY|‘ì_\x14¸@'¸"
  b"Ë@¦Û¼þéÙòÁ\vè\x07\x12âô"
  b"Ëâi¾í\Mʪg“¨a\x04…>"
  b"Ì>"ØjéG¨¼1Á,9K\x07³"
  b"ÍLÔM94½a\x05%”\x01Âáðª"
  b"Íæ\x06\x16|„L\x1A”ç–Ð_\x08Ö?"
  b"ε\e±‚£A/âêWâ(Ô\x08"
  b"Îô#¼\tJOMƒ„-Û¡Â`\x06"
  b"Ï\x05üùC£…(ѦÕÍo­LÆ"
  b"Ð5jŒWSá-}áiCŸy€Y"
  b"о1•t;F7ûqµ­\x16A\x06"
  b"Ñeð»EÒDw²îñ$³zÃ\t"
  b"Ñq×\x12KéOŽ¢{\vy\x0Fòõ5"
  b"ÑšÿpKª@ ¢¡ÌtIÆi\x04"
  b"ѽ\x13\x08£1LœˆVœíváY¥"
  b"""
    ÑÙ\x7F„ó\n
    K&£Ã•´É(_û
    """
  b"Ñß!Ý8TI\œ\v¾ê8¡™K"
  b"Ñî²b7,\x13ò¢$Ù\x10\x038Ëh"
  b"Ò#(Hr\x10HϤ;#‰™ßL/"
  b"ÒD¬³¨B¦W\«ŽØi.%ª"
  b"Ò…\e\x13áIMã„AOAmÚc""
  b"Ó"­1›WEp²ÔN\x19\x11–\x17"
  b"ÓNUØßÃEp²\x07‘‹mw‡ž"
  b"ÓV\x06\x14UlNš¥óûdiÂòá"
  b"Ô8XTö°@k…Ö+Ò£@€\x00"
  b"Ôr=Ÿ¡âz"Ξñ[´Z\x00\x19"
  b"Ôw3\x1Dê6N6¬ý[n¨:\x03\x1C"
  b"Ôû ZTK<\x01望aÒkÚ\x1C"
  b"Õ‰{4C\x03\x06\x08Õ(¡7^›"
  b"Õ‘^þ—€ùºú¬~\x14¨&Wæ"
  b"""
    Ö\x1AÛ\\x02Õ\n
    Ä›e,a[ÐáÁ
    """
  b"Ö$qùq\x1CI€¯\r,Zn=[°"
  b"ÖÏ%ÖЏMåŽS>ŽË…"
  b"׆s¢…QI=ž#\x1C\x17 öÇ2"
  b"""
    ×¥\x1F\n
    \x05G\x1C¿W\vc\x11d&;
    """
  b"×ÿÜG\x12±Kü­\vº\x18Ø\x12m,"
  b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+"
  b"ÙŸ ¨a#OKަjXH·¢¢"
  b"Ùü"!q{J7Ž_‡‚cS\x12"
  b"Úíà\x18žÔC\x1F‚ýŸ¶\x04J†\x00"
  b"Û\t{6¬Kÿ®¼Ëyixž¦"
  b"ÛG)²$Ê\x18çcŽ%)v{S"
  b"Ü\x1EŽvE²£À’™–½\f÷H"
  b"Ü'\x1Fq”¾È»e'Ðs¨Àõ#"
  b"Ü6\x1E$\x10RJ‹±ü[\x1E\x059‹Y"
  b"܇¤ÉHÑVÕÏø\x16·Ì\x17}\v"
  b"ÞF\x03@£¢OG”˜†š\x16`\x0E\x16"
  b"ÞšÅë_à>T?MÍ;B>\x11ˆ"
  b"ß\x1DÖVce×oW%§Or;C•"
  b"ßo\x7FƒpŒ@#¤òE2Ü™ªà"
  b"à\x18röÛÄKx\x01ö X\x1Ar\x7F"
  b"à`Ë(\eåA\x12¥\x17öBç\x04n"
  b"àÛ¬: ÀL¦†tJOÐA\rÄ"
  b"á\x00V®Û\x1CF„˜ÈBSþÅ\x0F\x00"
  b"áñ;~ðgN¦›\x1E/CjH)\x1D"
  b"â+þ͘TJûž9Xô`étW"
  b"âsù‰·ôþ™C\x18{—c\x07|–"
  b"â\x7F\x06Có§M“Ÿz$Óg\x0F§\x05"
  b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ"
  b"âÿí\x02¦ü×G\x0E8\x08µY\x06ìU"
  b"ãë#HBÃN_…Ñ\x03°+tu’"
  b"ãí,j\x1FŒS¶tì‚Ñ~lj-"
  b"ãòÝK§ÿCÿŽ–×ôvyQ"
  b"äX_:ƒGCF‚ëV1Wó\x18\x1C"
  b"""
    ä}·õ¿¢%r\x06\n
    ›xþ¥=ä
    """
  b"ä·'N4çLТùŸ‚$þÆ»"
  b"äÛ¼û8\x07BmµæøJl\x1F†¶"
  b"å[ßçõ§NŸ¿Â\x1AÙ‡nÐ\x08"
  b"æ6‚ú©Y@õ‘ Mù?æÁÅ"
  b"æ\x7F\x19?ÑôFà©\x16;†NU."
  b"æÏVí55ÛÀät\x17y¯Ê\t\x1D"
  b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç"
  b"æõ•¨u’rR—^Vë“2„´"
  b"ç\x16`ÿ½\eC£€²…\x05ûk’è"
  b"çó¿„@*ÂúJzHh¾sá"
  b"è\x18j¨—AÅ„¼£\x12§u\x10"
  b"è†Â\x10#Nɳë\x16ޱ¡±\x1F"
  b"èˆúÙ…´O2¯„\x11­S6ƒ^"
  b"è˜hÓ4°C“°\x01lÖÀ‰¬"
  b"èÆŒ%#âIô½éÕ=²åØf"
  b"éËrEB\x1ALà·çh\x06÷s_³"
  b"ë\táF|\x1D›0ß@D:~exA"
  b"ëîZÓ\x1FÎMÁ®¢“@Â#@/"
  b"í*§±dODx‡‘\x1D+‹Ú[¾"
  b"í¦{)öNl“í?\teœë"
  b"í¿e{ÿÊL—¾ÍcYÒúN{"
  b"íäXAg F2“ÙýÁÚ!\ä"
  b"""
    íú×\n
    ¬ìå\x05òyÙ\x1C{Žób
    """
  b"î›ÒD‰¢C™’íæ?ó\r"
  b"ð¡\x18>'Hª®N;Ý6”\f±"
  b"""
    ð¯ð\n
    =MY²?š«ÄT\x17R
    """
  b"ñ)àW•BQ\eáL¦},ŽH"
  b"""
    ñûÅ¡‹\n
    D}¥Õ`ýNËR\x06
    """
  b"óƒ@\x07U4jz¡DøÎ ñ[•"
  b"óƒ_Ø…"J,¹‡¡6ú—ª\e"
  b"ó¢ÍIq·JИŕŸ¹nçH"
  b"óý1²¥GA¦¨Z\x03å\x16/\rs"
  b"ô·N`H®O]¶”\x05Ѳ5§“"
  b"""
    ôâ·Ø‚4A¬¯G\n
    </=Q·
    """
  b"ôâÛy*îN¯ª¡b†÷\x16ì“"
  b"õ\x17ƯµÖFJlaÜq‹Q\f"
  b"õTœ–¶‹Dn€ę́oÐÁG"
  b"ö\x19”rÆNB„§(êåÉQ¬{"
  b"ö:\x0F£Â3G”…D\x1E%qm|"
  b"ö¹\x06³\rVð†Õ£“\f†è9ù"
  b"÷èÐcLãÜy!\x1EL@I\x13ø"
  b"ø\x0FÐér¼Kÿ…\x0Eå<O\x06òˆ"
  b"ù^¤›VøD&´=F_áco\x14"
  b"ùš\x06péôh¹¼¤õˆÈg%"
  b"""
    ú-q7Ø*Ad§\n
    ¥ú°²ì4
    """
  b"ú}«d™Î[Ä*½Íùý.~"
  b"úÎA<&!Ó?X_\x03\1v˜–"
  b"ûvA\x12óÈ?pÁ°\x07QgC.^"
  b"û†\x0E|ðNï°{GÕO,Ãu"
  b"ü\x1A8DÂÖÃÀ\x1E\x03‹:^µã?"
  b"ý\x12/;\x1F;G©‡´;7n-;"
  b"ý8'’ÏŸø\x08\x12¥ª~`v\x1AÐ"
  b"""
    ý—)…u«uÉJ\x14x'\x7F\n
    
    """
  b"ýÈJã\x05\x14H­©d52%\x12"
  b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&"
  b"ÿ>üùšF\x182ÞB.º.¶Öp"
  b"ÿ£\f£N³A‹•¦“[ʳÔ"
  b"ÿ¬†lRý”e(\x1CpvõþöÄ"
]
30 0.32 ms
-- 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"‘éÚ\x1EìŒEÙ€H÷‹\fFb«"
  b"År\x13žG©HH¨˜ú\x01i¥N®"
  b"Á¸R´ñûO›ªÌV™›;94"
  b"]ŽÃd0\x05MaH-Ž2\x14¿÷"
  b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²"
  b"Í\x0E`]m\x1FG…š•U}£/½"
  b"O÷Ô(ï®H_»»ùŸ\x16ˆér"
  b"÷W\x15\x02¯@ŸŽÑaà(~ÆÁ"
  b"A»I_\x16KB)ŠT›"<3›W"
  b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó"
  b"\x15'þÿFL¡,ÆÊ’\x0E5m"
  b"7¹“ñ\x1AÂCj·Ž»(»]\"
  b"\x08\t8Eê·Ö,«ŽÉùŒ"
]
31 0.16 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"\x02¥*µ¤FHÉŸdÐjc‚I¬"
  b"w¹YÏfÞL\x15Çù·Ú9‚ó"
]
32 0.14 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
33 0.13 ms
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `technical_name` = ?
Parameters:
[
  "Storefront"
]
34 0.14 ms
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:
[]
35 0.09 ms
SELECT DISTINCT `technical_name`
    FROM `theme_runtime_config`
    WHERE `technical_name` IS NOT NULL
Parameters:
[]
36 0.10 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
37 0.08 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
38 0.31 ms
-- 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}"
]
39 0.12 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
40 0.31 ms
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"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
41 0.30 ms
-- 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  b"\x02¥*µ¤FHÉŸdÐjc‚I¬"
]
42 1.06 ms
-- 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/02a52ab5a44648c99f64d06a638249ac"
  "/navigation/48f97f432fd041388b2630184139cf0e"
  "/navigation/19ca405790ff4f07aac8c599d4317868"
  "/navigation/27ec2420d9d2470283912dcbe9688c94"
  "/navigation/1ddd1de7e4a3458bba6a0327bd0b49f2"
  "/navigation/bb22b05bff9140f3808b1cff975b75eb"
  "/navigation/06f5dda360c04112937601574122c515"
  "/navigation/c3057bb031634c669cd6dfb0d4acbb15"
  "/navigation/e379fcc096f343568dcb1e294d45c931"
  "/detail/89a6866e3fa5448c95dc9263f38246a7"
  "/detail/fb21f00401c84ed7b09d0ce12c750e4b"
  "/detail/60d99f3889d34b9a990bd42cabaa12be"
  "/detail/d8be59c9b243404ca689e1ec136263aa"
  "/detail/9bd9e6b29a5244619c1d29b245a34d39"
  "/detail/badc11f8f2f8457c9aa7cd1576cedfc9"
  "/detail/673ae9a2f7e043deb00fce2867aaac8c"
  "/detail/3830cf5322f740c9bca616d2b1ec3624"
  "/detail/0d40538739ca46b485afbc0c8a4dcdbf"
  "/detail/191a282a294946f3aa5ddcf19ed17ea0"
  "/detail/95f2742c7ba04b14a857c00f425986e0"
  "/detail/a6d600e57e4c4622aaaabf715a32e033"
  "/detail/944f510495a84c09886d868945597e56"
  "/detail/28bd13fadbe4440586ff98b97616a6e8"
  "/detail/04ae0969aa9949259cf0b0bbdaf9df71"
  "/detail/0581df1dcd274d1daa66f549b4f5e043"
  "/detail/f1b06690103e43749fa13cfff5eee44c"
  "/detail/019f3be66ecd464f93cc194dac07fa8a"
  "/detail/62b4ea539e2242259e675e279d3b9c86"
  "/detail/d4c1995dcc634025a8fa01f4c694924b"
  "/detail/74ee49ef0bc040e4baa4cd6a13a8e233"
  "/detail/c9a95cd4dbc44e16b379c9bc79f65d52"
  "/detail/3f93779bdafa493f8a515337cb0522a5"
  "/detail/0a1ec904d17948989d2d467372f5fec7"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
]
43 0.23 ms
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¨.’‹"
]
44 0.11 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.