GET https://dev.cas-technik.de/navigation/fb94d9f77b1648a599ecfce531b61579

Query Metrics

118 Database Queries
64 Different statements
206.36 ms Query time

Queries

Group similar statements

# Time Info
1 0.70 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.89 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:
[]
3 0.30 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.42 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.75 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:
[]
6 1.36 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"4U0/þõH÷—÷5’6\x1Cç¡"
  "navigation/fb94d9f77b1648a599ecfce531b61579"
  "navigation/fb94d9f77b1648a599ecfce531b61579/"
]
7 0.85 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "/navigation/fb94d9f77b1648a599ecfce531b61579"
]
8 72.46 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//navigation/fb94d9f77b1648a599ecfce531b61579"
  "/navigation/fb94d9f77b1648a599ecfce531b61579"
  "https://dev.cas-technik.de/navigation/fb94d9f77b1648a599ecfce531b61579"
  "https://dev.cas-technik.de//navigation/fb94d9f77b1648a599ecfce531b61579"
  "/navigation/fb94d9f77b1648a599ecfce531b61579"
  "//navigation/fb94d9f77b1648a599ecfce531b61579"
  "navigation/fb94d9f77b1648a599ecfce531b61579"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.60 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.58 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "TjVTn4H1Nn6FifxAOWUG1eOATL6V5KkN"
]
11 0.54 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "TjVTn4H1Nn6FifxAOWUG1eOATL6V5KkN"
]
12 0.48 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"4U0/þõH÷—÷5’6\x1Cç¡"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
]
13 0.43 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
14 0.37 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"²z*šNI!Ÿ½¿[ÖlÉE"
]
15 0.31 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.63 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
17 0.58 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
18 0.41 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
19 1.16 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.netiCurrency`.`id` as `sales_channel_domain.currency.netiCurrency.id`, `sales_channel_domain.currency.netiCurrency`.`currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID`, `sales_channel_domain.currency.netiCurrency`.`active` as `sales_channel_domain.currency.netiCurrency.active`, `sales_channel_domain.currency.netiCurrency`.`buffer` as `sales_channel_domain.currency.netiCurrency.buffer`, `sales_channel_domain.currency.netiCurrency`.`last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor`, `sales_channel_domain.currency.netiCurrency`.`last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate`, `sales_channel_domain.currency.netiCurrency`.`created_at` as `sales_channel_domain.currency.netiCurrency.createdAt`, `sales_channel_domain.currency.netiCurrency`.`updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency`.`id` = `sales_channel_domain.currency.netiCurrency`.`currency_id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01X<lŒx»‹tFª£Gx "
]
20 0.38 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"\x01X<lŒx»‹tFª£Gx "
]
21 0.44 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
22 1.20 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"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
23 0.50 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
24 1.01 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.swagCmsExtensionsScrollNavigationPageSettings`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.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 `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` 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` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_version_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`language_id` = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
25 1.42 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `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`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.id`, `cms_section.swagCmsExtensionsScrollNavigation`.`active` as `cms_section.swagCmsExtensionsScrollNavigation.active`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName`, `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 `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section`.`id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AND `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation`.`swag_cms_extensions_scroll_navigation_id`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.`display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation`.`language_id` = ?) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation`.`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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
26 1.45 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `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`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.swagCmsExtensionsBlockRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.id`, `cms_block.swagCmsExtensionsBlockRule`.`inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted`, `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId`, `cms_block.swagCmsExtensionsBlockRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt`, `cms_block.swagCmsExtensionsQuickview`.`id` as `cms_block.swagCmsExtensionsQuickview.id`, `cms_block.swagCmsExtensionsQuickview`.`active` as `cms_block.swagCmsExtensionsQuickview.active`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId`, `cms_block.swagCmsExtensionsQuickview`.`created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt`, `cms_block.swagCmsExtensionsQuickview`.`updated_at` as `cms_block.swagCmsExtensionsQuickview.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 `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`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"\x01‹Ó€£\x12t§µò\x0E£\x0Fiñ""
  b"\x01‹ðø.U~,ƒBwT5wî="
  b"""
    \x01‹ðý­úq\n
    ¿w-Ã}ªr§
    """
  b"\x01‹ñŠû¿xgŽþü¢"ºþm"
]
27 1.15 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`.`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`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `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 `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` 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` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€÷\x14uÊ•ÊHÅA>ª\t"
  b"\x01‹ðí:rxdÁhãk\~"
  b"\x01‹ñ\x05jå|U©W\x1Ce\x1EO\x14s"
  b"\x01‹÷=\x10»p~ªL««ê’ÌÎ"
]
28 0.78 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"`\x12éà«\x12M4žôø©úô\x1Eå"
]
29 0.29 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
]
30 0.45 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"`\x12éà«\x12M4žôø©úô\x1Eå"
  b"Óû¬kVHõµ¸EDû‹\x02½"
  b"•d øç5@¨˜]h“*jô\x11"
  b"yõ@7"\x07LÛŽgMµ3ôMO"
  b"¼wÅÄk E•«sSúÑ/'Ð"
  b"ÓGÒþ°íJ…’'ø(–ߝt"
]
31 0.41 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"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
32 0.29 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"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
33 1.30 ms
SELECT `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`.`link` as `product_manufacturer.link`, `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.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `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` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  b"»žRÄeôG#’zãã2 ôF"
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  b"¦•±{tqIq©èqÍêU\r\x03"
  b" \x07ÅjWÌF鳩Ď›q2æ"
  b"2£`+z\x16K3µeóò)(žy"
  b"Ôc^ÈQ»M–—°åiáæD#"
  b"ˆŽ”\x123b@…—LŸº_Ôñ"
  b"¢\x12 õ­\rFOßÃvœ—Žë"
]
34 1.32 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"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"\x01‚\x00DËp‡„A5MãÝ«\x12"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"\x01•¯jÒ.rUŸ®¸><.É"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
]
35 0.97 ms
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%"
  30
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"°Þj-a|I½¿•?fÞ-]8"
]
36 2.05 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"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
]
37 10.22 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.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.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`.`link` as `product.manufacturer.link`, `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.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.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.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.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 `tax` `product.tax` ON `product`.`tax` = `product.tax`.`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 (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`.`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"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
]
38 0.87 ms
# product-listing-route::loading::association::options::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.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`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.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
]
39 1.26 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‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"""
    4\tP†×qE¢ŽmSþ\n
    ¯€:
    """
  b"×F\x01\x05#Hú»æÇÂúS–z"
  b"ëZ\x15 \x1DvOǦOÿW>\x1AÏ"
  b"Š(W£Å\x7FO·Œ0ˆøûr¯"
  b"èY…![Œ@Œ›®ÛÃkpÐ1"
  b"åȦp\x01áI=¦£Ü­`Å2\t"
  b"‘ŸœÝ’fHŽ|ë\x19¥\rÚâ"
  b"9neß‹kAó™ùCïÛÏà"
  b"ƒgì\x17ãÃEO„R<+\x13äq4"
  b"›]nŽ.AJ'ª°#—\x12©~="
  b"^¥jAPC.¤\r¼ÄÞÝó"
  b"\x00U”ê‘\x1FJ;Šb\x08\x00–Fœæ"
  b"F\x1Dc\x06ÿåE•™0ˆÏ,fN"
  b"ÐɦëLèNˆºåé\x11…9ÕA"
  b"""
    \x01\n
    \x10L\x1F,E墦À½Á#pä
    """
  b"÷!»BÇhG$\x04-ÄÎà÷P"
  b"<ÂÊ¡\x02æG¯êµý„Þ2k"
  b" ØéÚ\x00ìI‰­+Â÷/A\x19\x05"
  b"#—$6®ÔG¿œ“Xë©C(ú"
  b"zi\x10¢¿žD*‘¤\x1F\x02b§>"
  b"œÛµl­­Dn…`):zkÖß"
  b"»åb4µÛK‹œ.Ê\x13š©û\x08"
]
40 0.52 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"
]
41 0.43 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
42 0.36 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
43 0.33 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
44 0.41 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
45 0.42 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
46 0.47 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
47 0.41 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
48 0.56 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
49 0.48 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
50 0.42 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.42 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.51 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.41 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.46 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" \x07ÅjWÌF鳩Ď›q2æ"
  null
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.40 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" \x07ÅjWÌF鳩Ď›q2æ"
  null
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.41 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" \x07ÅjWÌF鳩Ď›q2æ"
  null
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.39 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"¦•±{tqIq©èqÍêU\r\x03"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.39 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"¦•±{tqIq©èqÍêU\r\x03"
  null
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.47 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"¦•±{tqIq©èqÍêU\r\x03"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.48 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"¦•±{tqIq©èqÍêU\r\x03"
  null
  b"sk?”­UD\t¦õ·¶0—k'"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.46 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  null
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 0.50 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  null
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 0.47 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  null
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
64 0.33 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  null
  b"‹Þø$'H~°<\v>=m¨©"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
65 2.91 ms
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`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product.visibilities`.`sales_channel_id` = ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    4\tP†×qE¢ŽmSþ\n
    ¯€:
    """
  b"×F\x01\x05#Hú»æÇÂúS–z"
  b"ëZ\x15 \x1DvOǦOÿW>\x1AÏ"
  b"Š(W£Å\x7FO·Œ0ˆøûr¯"
  b"èY…![Œ@Œ›®ÛÃkpÐ1"
  b"åȦp\x01áI=¦£Ü­`Å2\t"
  b"‘ŸœÝ’fHŽ|ë\x19¥\rÚâ"
  b"9neß‹kAó™ùCïÛÏà"
  b"ƒgì\x17ãÃEO„R<+\x13äq4"
  b"›]nŽ.AJ'ª°#—\x12©~="
  b"^¥jAPC.¤\r¼ÄÞÝó"
  b"\x00U”ê‘\x1FJ;Šb\x08\x00–Fœæ"
  b"F\x1Dc\x06ÿåE•™0ˆÏ,fN"
  b"""
    \x01\n
    \x10L\x1F,E墦À½Á#pä
    """
  b"÷!»BÇhG$\x04-ÄÎà÷P"
  b"<ÂÊ¡\x02æG¯êµý„Þ2k"
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"»åb4µÛK‹œ.Ê\x13š©û\x08"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"ÐɦëLèNˆºåé\x11…9ÕA"
  b" ØéÚ\x00ìI‰­+Â÷/A\x19\x05"
  b"#—$6®ÔG¿œ“Xë©C(ú"
  b"zi\x10¢¿žD*‘¤\x1F\x02b§>"
  b"œÛµl­­Dn…`):zkÖß"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
66 12.09 ms
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.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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (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.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.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.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.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 `tax` `product.tax` ON `product`.`tax` = `product.tax`.`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 (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 `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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"""
    \x01‚\x04á\x0FrºŽN¯a\n
    \x11!
    """
  b"\x01‚\x04á5qi¸=žóǏ•Õ"
  b"\x01‚\x04áSp¶…\x17Ò22€íè"
  b"\x01‚\x04ársÖ„SvìI¯3ý"
  b"\x01‚\x04á‘rB¹\x18¸eîý¢\t"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚&QºpÇš¥\x1Fïå?9\x1D"
  b"\x01‚&QèsĹ܄AÇ'€."
  b"\x01‚&W³rŒ½\x15Ð[I}\x1F\x15"
  b"\x01‚&Wésg¯¢G»áf³þ"
  b"\x01‚&X\x13pYHSOBÒk"
  b"\x01‚&XSrJº+ ‹rÛ~÷"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºg¥³qÚ¾\x04i\x17¹ïðå"
  b"\x01ºg¥Ýs\x1Dµg\x1E® \x14"
  b"\x01ºg¦\fsâ“‘S\r?—н"
  b"\x01ºg¦(q”¹úõ\f\ro“"
  b"\x01ºg¦@r ¸¾Öž\x1EÿÏw"
  b"\x01ºg¦Yrk†¼ëB½\x00ïÒ"
  b"\x01ºg¦ss1™O?ñ\vÁ{@"
  b"\x01ºg¦Žq‚Ÿk\x14õ\t{IÎ"
  b"\x01ºg¦«qʘI\x02JñrÇL"
  b"\x01ºg¦Äsì…]±å¸)~"
  b"\x01ºg¦Úq%«5[Á±H"
  b"\x01ºg¦ñrý‘"\x162oN±H"
  b"\x01ºg§\x08p9¤°îuÁô_^"
  b"\x01ºg§$qç¿\x1EÁ•cÊu"
  b"\x01ºg§<rþ’\r*Í$iÿ\"
  b"\x01ºg§YsC§—ÓÝú¼f"
  b"\x01ºg§|q“”qU‹€ýPú"
  b"\x01ºg§¤q\v…Ø“ñ­ÒÁF"
  b"\x01ºg§Äp£³¨‰Lì°«"
  b"\x01ºg®\x07r\x7F¯°pÕÐ\x16bj"
  b"\x01ºg®vpò–íî÷· x@"
  b"\x01ºg®¨ss©jtÏ8Àeñ"
  b"\x01ºg®Ðsš¥@ö<S£šL"
  b"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x04Û0st«Q| ËÊ\x19R"
  b"\x01‚\x04ÛPqm»\x10îÆ;1¸º"
  b"\x01‚\x04Ûlpz©þ§«ê­°f"
  b"\x01‚\x04Û„rºšçJú\x1F\x04\e"
  b"\x01‚\x04Ûœq«Š\thû†\x1F\x07"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x04ÞÇpK„a*4Mǯk"
  b"\x01‚\x04Þãp\r™ð蝫\x1F¨#"
  b"\x01‚\x04Þüq«›&¦q(°XÎ"
  b"\x01‚\x04ß\x18qÙƒ__‰\x14\x19"\x0F"
  b"\x01‚\x04ß3rߦð¥ÛæWŒ4"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"\x01‚&w®q¹—ÉiœÃÑ\x1E"
  b"\x01‚&wásX­\x17þ^¢ º\n"
  b"\x01‚&x\x17rœ¤\eîL5\x05"
  b"\x01‚&x@p„“$2€ªŽM±"
  b"\x01‚&xhp¿«3ö½èª×ÿ"
  b"\x01‚&x–p‚¸,q¼-¨3-"
  b"\x01‚&xÍsPµúµNå[\x0Eì"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x04á²p¿ÞBòxÞú]"
  b"\x01‚\x04áÑp0œàúøU¾oØ"
  b"\x01‚\x04áîsî“\x7F’!J©Te"
  b"\x01‚\x04â\tq\x1EÈ"Û¹˜‹Û"
  b"\x01‚\x04â$q\x0F¾&s;t´v|"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x04à‡rf°\x7F\x7F\ryŸ8Ù"
  b"\x01‚\x04à¤r\x05gÃŽã\f¤g"
  b"\x01‚\x04à½rð˜Ù·4œiQ\x01"
  b"\x01‚\x04àÖr(€ƒhñŒû­À"
  b"\x01‚\x04àîr¸¶€cÕF\x19\x16\x1A"
  b"\x01‚\x00DËp‡„A5MãÝ«\x12"
  b"\x01‚$\x0FFs\x18§§“i§ã"
  b"""
    \x01‚$\x0F}q™§Ê\n
    $6\r°¸
    """
  b"\x01‚$\x0F§s&ª2ìbq\x14Í\x0F"
  b"\x01‚$\x0FÝq壖&ž†ÒÏ\x15"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºg®ôpÌŸÔè1•Üzp"
  b"\x01ºg¯\x15rÖªˆÚõ¥ë[Î"
  b"\x01ºg¯4q+—[ºq fô\x05"
  b"\x01ºg¯Vq°„oT\x19·r\x02"
  b"\x01ºg¯€s¦—næ®\xP4"
  b"\x01ºg¯¬q’¸K%\x15Þ–Bœ"
  b"\x01ºg¯Øpå¤\f\x08«hÔ\x06"
  b"\x01ºg°\x01p­;—&€®þ"
  b"\x01ºg°'pª•PSñíÏ,v"
  b"\x01ºg°Oq¤†8\r0T\x00Ëè"
  b"\x01ºg°zp™Ž_/¡\x16©Å\"
  b"\x01ºg°¥p¢®b¯\fŸÏ_\"
  b"\x01ºg°Ôs\fŸOD:lòÓH"
  b"\x01ºg±\x02sÞ¦\x15ªu.³%²"
  b"\x01ºg±*q㌏ÿä/ü{e"
  b"\x01ºg±TrM®µmL»?Y)"
  b"\x01ºg±|q\x02»è\x14Cò“}P"
  b"\x01ºg±žs–£7R¼zÕÈ "
  b"\x01ºg±Árå‚ÃLýv\f"
  b"\x01ºg±årU’ÌgÈ@aË\v"
  b"\x01ºg±ÿp°š\t6vÁ\x13"
  b"\x01ºg²\x1Fr*¾ò£Ñ¼ñ°õ"
  b"\x01ºg²?rÔŠw29ƒ|ÅI"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x04ßNs¹¼\x11Í?<dRy"
  b"\x01‚\x04ßjp\vЬéh­ó|ò"
  b"\x01‚\x04߆pd³¯æ¾às\x18("
  b"\x01‚\x04ߣr\x18\x05É´±<EE"
  b"\x01‚\x04ß¿qê‚ýØcáŒeÎ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x04ÜÄr\x17ºøÅÍc†\x05Ê"
  b"\x01‚\x04ÜÞp\x16‡`º;\rÿg/"
  b"\x01‚\x04Üôq‹ V\x03ȶ\x119"
  b"\x01‚\x04Ý\x11pN–”V\rú„ž\r"
  b"\x01‚\x04Ý.r\x04®nÛÖ`]_’"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x04Þ[sn‘\x01îóòk¦¨"
  b"\x01‚\x04Þqsâ§[ÆÊ\x18§(4"
  b"\x01‚\x04Þƒsï•Dwƒg\x16Ö"
  b"\x01‚\x04Þ•s ’_bŒ“²µ\x16"
  b"\x01‚\x04Þ«p5‡o%¬i"×´"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x04ßßq8ŠªT2¹~”Á"
  b"\x01‚\x04ßÿrE¶ça0H\ei("
  b"\x01‚\x04à\x1Csɱ§*Ãpj9?"
  b"\x01‚\x04àApË´_\x07½¾%Í\v"
  b"\x01‚\x04àcr¡‚PîT%µˆ\x1E"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
  b"\x01ºg²bqÖšU6¾á”Ÿß"
  b"\x01ºg²ˆrw‰ÙýŠž±Ôs"
  b"\x01ºg²¦q“Œ©\eE0kKš"
  b"\x01ºg²Àp2”ÃR¦‹ØRe"
  b"\x01ºg²Üp\Ž€Q¾µï\x11ì"
  b"\x01ºg²øpz¥…\x1AhB\x0E6A"
  b"\x01ºg³\x13qªšPçÀUøŸr"
  b"\x01ºg³0s«„Txn\x0Eì\x1DÁ"
  b"\x01ºg³Or!ª>ÕüÙ;Ü\x19"
  b"\x01ºg³tsìˆb.’¹IÛ×"
  b"\x01ºg³“sb“*tÓ\x15)oª"
  b"\x01ºg³­qÙ©)œ\vûñq"
  b"\x01ºg³Çq/©jîþïÖm\x7F"
  b"\x01º{xVsެRÊaP\x08"r"
  b"\x01º€†\rsw‚Ž\x1F‘Æl\x05r"
  b"\x01º€†ErÑŒcɲ38.y"
  b"""
    \x01˜QLú3r!\x17ÏÐb\n
    
    """
  b"\x01˜QLúNp\x02´Ðü<š«Ìz"
  b"\x01˜QLúgrÞ‹ªÀ¥×\x0F\x17"
  b"\x01˜QLú~r* ¬œ\x14y³Ô"
  b"\x01˜QLú—p„’ÿO\r#’ûô"
  b"\x01˜QY}ùpϼ¾ \x1C\x19a®w"
  b"\x01˜Q[6Ër\x1D†˜å8w“Ù»"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºgbàpʈ\rêgÆ\x06ìÓ"
  b"\x01ºgbÿr¸7Æ\x08•<)T"
  b"\x01ºgc!põ¥ö~pTÜíx"
  b"\x01ºgcAsºª\x1C"}Øö0;"
  b"\x01ºgcgqЈ!e¨¤Š"š"
  b"\x01ºgc…pÏ‘Š°vå\x0EW‚"
  b"\x01ºgc¬r¾­Ž\e\x0FNé¢ö"
  b"\x01ºgcÉr\x15D˜ó¼o2S"
  b"\x01ºgcésõ‚¥™\x14ÿ\x16«H"
  b"\x01ºgd\fq¿˜\x07|\x1A"
  b"\x01ºgd*qPˆ:tß@4˼"
  b"\x01ºgdMq£¬\é”杖Ü"
  b"\x01ºgdsq\x04¤qi´°‚ 9"
  b"\x01ºgd˜sø§]>Úœc\x12¡"
  b"\x01ºgdÄr\x17©Ð’Vt8‰\x1A"
  b"\x01ºgdùq§œí,\x00\x01\n\nÜ"
  b"\x01ºge&qK‡\x13Š\x01¾ÚlŽ"
  b"\x01•¯jÒ.rUŸ®¸><.É"
  b"\x01•¯{öÂqá”\x19£ó{ÿ%ö"
  b"\x01•¯{öèp͆‚î„‹€½÷"
  b"\x01•¯{÷\x08qTœw\ò¬rD"
  b"\x01•¯{÷#s)¼#ºè½\x07\x0E>"
  b"\x01•¯{÷Orm™oh¨»ñÌú"
  b"\x01•¯{÷br\x02´Šý\x13\x18Io6"
  b"\x01•¯{÷~qÞ‹ÔÙšË|x\x05"
  b"\x01•¯{÷rù°Ž]7*Kè…"
  b"\x01•¯{÷©p&³ž‡ŽÉ?Æ"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"\x01•¯|\x05»p%«ÈÃከWê"
  b"\x01•¯|\x05×rÜ·ô9\x07Qòn\x1A"
  b"\x01•¯|\x05ôs'®„šnb«o\x0F"
  b"\x01•¯|\x06\x15rÑ¬Ž¾\ƒ\x1Cy`"
  b"\x01•¯|\x062qÅ•\x0E\x19\x19\x00\r"
  b"\x01•¯|\x06=sŸ‡û<…\x16}:‡"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01‚$š’pô¥ÍÛ“üÄw"
  b"\x01‚$šÃqŠ¢\x0FÕ\x1C¼Fê3"
  b"\x01‚$šìrË”å_HÝf½ú"
  b"\x01‚$›\x16s/’‡I²OˆLŽ"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x04Û¸qs‰,M 6\x12ðÐ"
  b"\x01‚\x04ÛÒqµ¶˜*M”¢ù\v"
  b"\x01‚\x04ÛépЩ}’T*9ݵ"
  b"\x01‚\x04Ü\x02r•¦2vÁÄíg\x1C"
  b"\x01‚\x04Ü\x17q\x1D\x7Fsœ?4ÔÀ"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x04ÝÌq&‚iòƒäEE˜"
  b"\x01‚\x04Ýïq߯® /òs\tˆ"
  b"\x01‚\x04Þ\x05rT¬ƒÂ\eÚß'Ý"
  b"\x01‚\x04Þ\x1DrR¥(PÄ\r\x0Evo"
  b"\x01‚\x04Þ;r£©Ä#\x14}\fYK"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x04ÝLq\x17¸\x0FÏlÑ´\x7FÔ"
  b"""
    \x01‚\x04ÝcsÛœ®A\n
    OPGJ
    """
  b"\x01‚\x04Ý€sU¥“\r\x0EW•¥\x11"
  b"\x01‚\x04Ý•r”³üiˆ×\e\x19T"
  b"\x01‚\x04Ý­q=‘åPý\x17ßW1"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x04Ü/q3£³\x0FS\e´‡G"
  b"\x01‚\x04ÜSqޏxÄéúâyu"
  b"\x01‚\x04Ütr\v¨\x1D·\x12Hþ·õ"
  b"\x01‚\x04Ü’sùªê\x01ru´³­"
  b"\x01‚\x04Ü©q\x1A˜Q\x01\x13-Ë×\x03"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚&vxsË¢Wy~Ý{\v"
  b"\x01‚&v­pFÜ;ºÎ£Ã¢"
  b"\x01‚&vÙs\x1E­–]l~úÖ "
  b"\x01‚&w\x01r᪖(\x12\x05!"
  b"\x01‚&w*sç–\x18¹¯6\x12Vf"
  b"\x01‚&wPqÊ´i\e\x18\x1Fæù"
  b"\x01‚&wurD²aŽùy¦- "
]
67 3.64 ms
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.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` 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.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`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"/»_ââšMpªXTÎ|ãâ\v"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"C°X#:þ@0¸9›ýu“a"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C°X#:þ@0¸9›ýu“a"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"C°X#:þ@0¸9›ýu“a"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"C°X#:þ@0¸9›ýu“a"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"C°X#:þ@0¸9›ýu“a"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
]
68 2.98 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x00DËp‡„A5MãÝ«\x12"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"\x01‚\x04Û0st«Q| ËÊ\x19R"
  b"\x01‚\x04ÛPqm»\x10îÆ;1¸º"
  b"\x01‚\x04Ûlpz©þ§«ê­°f"
  b"\x01‚\x04Û„rºšçJú\x1F\x04\e"
  b"\x01‚\x04Ûœq«Š\thû†\x1F\x07"
  b"\x01‚\x04Û¸qs‰,M 6\x12ðÐ"
  b"\x01‚\x04ÛÒqµ¶˜*M”¢ù\v"
  b"\x01‚\x04ÛépЩ}’T*9ݵ"
  b"\x01‚\x04Ü\x02r•¦2vÁÄíg\x1C"
  b"\x01‚\x04Ü\x17q\x1D\x7Fsœ?4ÔÀ"
  b"\x01‚\x04Ü/q3£³\x0FS\e´‡G"
  b"\x01‚\x04ÜSqޏxÄéúâyu"
  b"\x01‚\x04Ütr\v¨\x1D·\x12Hþ·õ"
  b"\x01‚\x04Ü’sùªê\x01ru´³­"
  b"\x01‚\x04Ü©q\x1A˜Q\x01\x13-Ë×\x03"
  b"\x01‚\x04ÜÄr\x17ºøÅÍc†\x05Ê"
  b"\x01‚\x04ÜÞp\x16‡`º;\rÿg/"
  b"\x01‚\x04Üôq‹ V\x03ȶ\x119"
  b"\x01‚\x04Ý\x11pN–”V\rú„ž\r"
  b"\x01‚\x04Ý.r\x04®nÛÖ`]_’"
  b"\x01‚\x04ÝLq\x17¸\x0FÏlÑ´\x7FÔ"
  b"""
    \x01‚\x04ÝcsÛœ®A\n
    OPGJ
    """
  b"\x01‚\x04Ý€sU¥“\r\x0EW•¥\x11"
  b"\x01‚\x04Ý•r”³üiˆ×\e\x19T"
  b"\x01‚\x04Ý­q=‘åPý\x17ßW1"
  b"\x01‚\x04ÝÌq&‚iòƒäEE˜"
  b"\x01‚\x04Ýïq߯® /òs\tˆ"
  b"\x01‚\x04Þ\x05rT¬ƒÂ\eÚß'Ý"
  b"\x01‚\x04Þ\x1DrR¥(PÄ\r\x0Evo"
  b"\x01‚\x04Þ;r£©Ä#\x14}\fYK"
  b"\x01‚\x04Þ[sn‘\x01îóòk¦¨"
  b"\x01‚\x04Þqsâ§[ÆÊ\x18§(4"
  b"\x01‚\x04Þƒsï•Dwƒg\x16Ö"
  b"\x01‚\x04Þ•s ’_bŒ“²µ\x16"
  b"\x01‚\x04Þ«p5‡o%¬i"×´"
  b"\x01‚\x04ÞÇpK„a*4Mǯk"
  b"\x01‚\x04Þãp\r™ð蝫\x1F¨#"
  b"\x01‚\x04Þüq«›&¦q(°XÎ"
  b"\x01‚\x04ß\x18qÙƒ__‰\x14\x19"\x0F"
  b"\x01‚\x04ß3rߦð¥ÛæWŒ4"
  b"\x01‚\x04ßNs¹¼\x11Í?<dRy"
  b"\x01‚\x04ßjp\vЬéh­ó|ò"
  b"\x01‚\x04߆pd³¯æ¾às\x18("
  b"\x01‚\x04ߣr\x18\x05É´±<EE"
  b"\x01‚\x04ß¿qê‚ýØcáŒeÎ"
  b"\x01‚\x04ßßq8ŠªT2¹~”Á"
  b"\x01‚\x04ßÿrE¶ça0H\ei("
  b"\x01‚\x04à\x1Csɱ§*Ãpj9?"
  b"\x01‚\x04àApË´_\x07½¾%Í\v"
  b"\x01‚\x04àcr¡‚PîT%µˆ\x1E"
  b"\x01‚\x04à‡rf°\x7F\x7F\ryŸ8Ù"
  b"\x01‚\x04à¤r\x05gÃŽã\f¤g"
  b"\x01‚\x04à½rð˜Ù·4œiQ\x01"
  b"\x01‚\x04àÖr(€ƒhñŒû­À"
  b"\x01‚\x04àîr¸¶€cÕF\x19\x16\x1A"
  b"""
    \x01‚\x04á\x0FrºŽN¯a\n
    \x11!
    """
  b"\x01‚\x04á5qi¸=žóǏ•Õ"
  b"\x01‚\x04áSp¶…\x17Ò22€íè"
  b"\x01‚\x04ársÖ„SvìI¯3ý"
  b"\x01‚\x04á‘rB¹\x18¸eîý¢\t"
  b"\x01‚\x04á²p¿ÞBòxÞú]"
  b"\x01‚\x04áÑp0œàúøU¾oØ"
  b"\x01‚\x04áîsî“\x7F’!J©Te"
  b"\x01‚\x04â\tq\x1EÈ"Û¹˜‹Û"
  b"\x01‚\x04â$q\x0F¾&s;t´v|"
  b"\x01‚$\x0FFs\x18§§“i§ã"
  b"""
    \x01‚$\x0F}q™§Ê\n
    $6\r°¸
    """
  b"\x01‚$\x0F§s&ª2ìbq\x14Í\x0F"
  b"\x01‚$\x0FÝq壖&ž†ÒÏ\x15"
  b"\x01‚$š’pô¥ÍÛ“üÄw"
  b"\x01‚$šÃqŠ¢\x0FÕ\x1C¼Fê3"
  b"\x01‚$šìrË”å_HÝf½ú"
  b"\x01‚$›\x16s/’‡I²OˆLŽ"
  b"\x01‚&QºpÇš¥\x1Fïå?9\x1D"
  b"\x01‚&QèsĹ܄AÇ'€."
  b"\x01‚&W³rŒ½\x15Ð[I}\x1F\x15"
  b"\x01‚&Wésg¯¢G»áf³þ"
  b"\x01‚&X\x13pYHSOBÒk"
  b"\x01‚&XSrJº+ ‹rÛ~÷"
  b"\x01‚&vxsË¢Wy~Ý{\v"
  b"\x01‚&v­pFÜ;ºÎ£Ã¢"
  b"\x01‚&vÙs\x1E­–]l~úÖ "
  b"\x01‚&w\x01r᪖(\x12\x05!"
  b"\x01‚&w*sç–\x18¹¯6\x12Vf"
  b"\x01‚&wPqÊ´i\e\x18\x1Fæù"
  b"\x01‚&wurD²aŽùy¦- "
  b"\x01‚&w®q¹—ÉiœÃÑ\x1E"
  b"\x01‚&wásX­\x17þ^¢ º\n"
  b"\x01‚&x\x17rœ¤\eîL5\x05"
  b"\x01‚&x@p„“$2€ªŽM±"
  b"\x01‚&xhp¿«3ö½èª×ÿ"
  b"\x01‚&x–p‚¸,q¼-¨3-"
  b"\x01‚&xÍsPµúµNå[\x0Eì"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
  b"\x01ºgbàpʈ\rêgÆ\x06ìÓ"
  b"\x01ºgbÿr¸7Æ\x08•<)T"
  b"\x01ºgc!põ¥ö~pTÜíx"
  b"\x01ºgcAsºª\x1C"}Øö0;"
  b"\x01ºgcgqЈ!e¨¤Š"š"
  b"\x01ºgc…pÏ‘Š°vå\x0EW‚"
  b"\x01ºgc¬r¾­Ž\e\x0FNé¢ö"
  b"\x01ºgcÉr\x15D˜ó¼o2S"
  b"\x01ºgcésõ‚¥™\x14ÿ\x16«H"
  b"\x01ºgd\fq¿˜\x07|\x1A"
  b"\x01ºgd*qPˆ:tß@4˼"
  b"\x01ºgdMq£¬\é”杖Ü"
  b"\x01ºgdsq\x04¤qi´°‚ 9"
  b"\x01ºgd˜sø§]>Úœc\x12¡"
  b"\x01ºgdÄr\x17©Ð’Vt8‰\x1A"
  b"\x01ºgdùq§œí,\x00\x01\n\nÜ"
  b"\x01ºge&qK‡\x13Š\x01¾ÚlŽ"
  b"\x01ºg¥³qÚ¾\x04i\x17¹ïðå"
  b"\x01ºg¥Ýs\x1Dµg\x1E® \x14"
  b"\x01ºg¦\fsâ“‘S\r?—н"
  b"\x01ºg¦(q”¹úõ\f\ro“"
  b"\x01ºg¦@r ¸¾Öž\x1EÿÏw"
  b"\x01ºg¦Yrk†¼ëB½\x00ïÒ"
  b"\x01ºg¦ss1™O?ñ\vÁ{@"
  b"\x01ºg¦Žq‚Ÿk\x14õ\t{IÎ"
  b"\x01ºg¦«qʘI\x02JñrÇL"
  b"\x01ºg¦Äsì…]±å¸)~"
  b"\x01ºg¦Úq%«5[Á±H"
  b"\x01ºg¦ñrý‘"\x162oN±H"
  b"\x01ºg§\x08p9¤°îuÁô_^"
  b"\x01ºg§$qç¿\x1EÁ•cÊu"
  b"\x01ºg§<rþ’\r*Í$iÿ\"
  b"\x01ºg§YsC§—ÓÝú¼f"
  b"\x01ºg§|q“”qU‹€ýPú"
  b"\x01ºg§¤q\v…Ø“ñ­ÒÁF"
  b"\x01ºg§Äp£³¨‰Lì°«"
  b"\x01ºg®\x07r\x7F¯°pÕÐ\x16bj"
  b"\x01ºg®vpò–íî÷· x@"
  b"\x01ºg®¨ss©jtÏ8Àeñ"
  b"\x01ºg®Ðsš¥@ö<S£šL"
  b"\x01ºg®ôpÌŸÔè1•Üzp"
  b"\x01ºg¯\x15rÖªˆÚõ¥ë[Î"
  b"\x01ºg¯4q+—[ºq fô\x05"
  b"\x01ºg¯Vq°„oT\x19·r\x02"
  b"\x01ºg¯€s¦—næ®\xP4"
  b"\x01ºg¯¬q’¸K%\x15Þ–Bœ"
  b"\x01ºg¯Øpå¤\f\x08«hÔ\x06"
  b"\x01ºg°\x01p­;—&€®þ"
  b"\x01ºg°'pª•PSñíÏ,v"
  b"\x01ºg°Oq¤†8\r0T\x00Ëè"
  b"\x01ºg°zp™Ž_/¡\x16©Å\"
  b"\x01ºg°¥p¢®b¯\fŸÏ_\"
  b"\x01ºg°Ôs\fŸOD:lòÓH"
  b"\x01ºg±\x02sÞ¦\x15ªu.³%²"
  b"\x01ºg±*q㌏ÿä/ü{e"
  b"\x01ºg±TrM®µmL»?Y)"
  b"\x01ºg±|q\x02»è\x14Cò“}P"
  b"\x01ºg±žs–£7R¼zÕÈ "
  b"\x01ºg±Árå‚ÃLýv\f"
  b"\x01ºg±årU’ÌgÈ@aË\v"
  b"\x01ºg±ÿp°š\t6vÁ\x13"
  b"\x01ºg²\x1Fr*¾ò£Ñ¼ñ°õ"
  b"\x01ºg²?rÔŠw29ƒ|ÅI"
  b"\x01ºg²bqÖšU6¾á”Ÿß"
  b"\x01ºg²ˆrw‰ÙýŠž±Ôs"
  b"\x01ºg²¦q“Œ©\eE0kKš"
  b"\x01ºg²Àp2”ÃR¦‹ØRe"
  b"\x01ºg²Üp\Ž€Q¾µï\x11ì"
  b"\x01ºg²øpz¥…\x1AhB\x0E6A"
  b"\x01ºg³\x13qªšPçÀUøŸr"
  b"\x01ºg³0s«„Txn\x0Eì\x1DÁ"
  b"\x01ºg³Or!ª>ÕüÙ;Ü\x19"
  b"\x01ºg³tsìˆb.’¹IÛ×"
  b"\x01ºg³“sb“*tÓ\x15)oª"
  b"\x01ºg³­qÙ©)œ\vûñq"
  b"\x01ºg³Çq/©jîþïÖm\x7F"
  b"\x01º{xVsެRÊaP\x08"r"
  b"\x01º€†\rsw‚Ž\x1F‘Æl\x05r"
  b"\x01º€†ErÑŒcɲ38.y"
  b"\x01•¯jÒ.rUŸ®¸><.É"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"\x01•¯{öÂqá”\x19£ó{ÿ%ö"
  b"\x01•¯{öèp͆‚î„‹€½÷"
  b"\x01•¯{÷\x08qTœw\ò¬rD"
  b"\x01•¯{÷#s)¼#ºè½\x07\x0E>"
  b"\x01•¯{÷Orm™oh¨»ñÌú"
  b"\x01•¯{÷br\x02´Šý\x13\x18Io6"
  b"\x01•¯{÷~qÞ‹ÔÙšË|x\x05"
  b"\x01•¯{÷rù°Ž]7*Kè…"
  b"\x01•¯{÷©p&³ž‡ŽÉ?Æ"
  b"\x01•¯|\x05»p%«ÈÃከWê"
  b"\x01•¯|\x05×rÜ·ô9\x07Qòn\x1A"
  b"\x01•¯|\x05ôs'®„šnb«o\x0F"
  b"\x01•¯|\x06\x15rÑ¬Ž¾\ƒ\x1Cy`"
  b"\x01•¯|\x062qÅ•\x0E\x19\x19\x00\r"
  b"\x01•¯|\x06=sŸ‡û<…\x16}:‡"
  b"""
    \x01˜QLú3r!\x17ÏÐb\n
    
    """
  b"\x01˜QLúNp\x02´Ðü<š«Ìz"
  b"\x01˜QLúgrÞ‹ªÀ¥×\x0F\x17"
  b"\x01˜QLú~r* ¬œ\x14y³Ô"
  b"\x01˜QLú—p„’ÿO\r#’ûô"
  b"\x01˜QY}ùpϼ¾ \x1C\x19a®w"
  b"\x01˜Q[6Ër\x1D†˜å8w“Ù»"
  b"""
    4\tP†×qE¢ŽmSþ\n
    ¯€:
    """
  b"×F\x01\x05#Hú»æÇÂúS–z"
  b"ëZ\x15 \x1DvOǦOÿW>\x1AÏ"
  b"Š(W£Å\x7FO·Œ0ˆøûr¯"
  b"èY…![Œ@Œ›®ÛÃkpÐ1"
  b"åȦp\x01áI=¦£Ü­`Å2\t"
  b"‘ŸœÝ’fHŽ|ë\x19¥\rÚâ"
  b"9neß‹kAó™ùCïÛÏà"
  b"ƒgì\x17ãÃEO„R<+\x13äq4"
  b"›]nŽ.AJ'ª°#—\x12©~="
  b"^¥jAPC.¤\r¼ÄÞÝó"
  b"\x00U”ê‘\x1FJ;Šb\x08\x00–Fœæ"
  b"F\x1Dc\x06ÿåE•™0ˆÏ,fN"
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"ÐɦëLèNˆºåé\x11…9ÕA"
  b"""
    \x01\n
    \x10L\x1F,E墦À½Á#pä
    """
  b"÷!»BÇhG$\x04-ÄÎà÷P"
  b"<ÂÊ¡\x02æG¯êµý„Þ2k"
  b" ØéÚ\x00ìI‰­+Â÷/A\x19\x05"
  b"#—$6®ÔG¿œ“Xë©C(ú"
  b"zi\x10¢¿žD*‘¤\x1F\x02b§>"
  b"œÛµl­­Dn…`):zkÖß"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"»åb4µÛK‹œ.Ê\x13š©û\x08"
]
69 2.88 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"åó\x06èc#K X\rØ–\x07ƒ0"
  b"C°X#:þ@0¸9›ýu“a"
  b"(TÊ\x04‘³N´ƒQLÍÿGO¤"
  b"@kÿ$$2M§¶æÖM¶ P"
  b"""
    ‰E\x13ÃAYMñ˜‰3\n
    ™rv%
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"׳Ûï7\x0EBʹŽGQRýÏ/"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"¼\x14=€·ƒE\x7F‹¼‰ŽºÞð"
  b"rª¸Nµ6Az‘¨\x1C:j}…Y"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"\x1FØ\x0F›ŽèHˆªŠÉG͹ê "
  b"oµE\x02ûØNׂV Bá2TÔ"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"Éi~\x11¢®Lñª‹\x1FáÇTI3"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"ÿŸžŽ¥ïDq¿¢\x0E¢†(aZ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"NJp\x18{O\x1F¹4lnjZ÷B"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"\x01•¯m›ërý¶G‰ßÙ~×d"
  b"\x01•¯ŠBSr?‚¥\x174О÷%"
  b"\x01•¯ŠC@qð²üÆ®„’ª\x13"
  b"\x01•¯ŠD%rÚŸŽD…ÙÀy$"
  b"\x01•¯ŠE\x1DsE›€˜`—J]^"
  b"\x01•¯ŠKÑpq°!GÁµ¹°\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"\x13üÌŽþ•K\x12°@£Õ-Ë"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1EïB9\x1C^B‡ÿ\x14è1¿½"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"\x12\x0FÚ²mÝCU¥\x0EF ÊÐ\x1A"
  b",EWUönD¹•qE&)_J"
  b"<ãH\x01ÙŠJ•«\x1C\x15ï–$Ÿ"
  b"""
    \e‡ˆ\x11Lðœ!Ø\n
    KÃâ,
    """
  b"""
    Up=\n
    ='E\x06½£°=Á´—–
    """
  b"pÖ)°¼WK\x1AŒ^\x11\x0Fæ\x1A"
  b"‚ÓAIª6GP€€òjI-Á"
  b"ÉOî\x1CJ‰C²¬¦*\x03¡eJÁ"
  b"Î\x13X¸ØÇGÔ´\rG+áž¶”"
  b"Ïš(\x1F°OG^«òI@\x0E \x00Ý"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"èHÆm};Kr³ïm.»>¾"
  b"ïéa·¡7Kñˆçü­–\x12Þ¦"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b")1KÁ÷LF[œñÞQ°þël"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"""
    U\x02n\n
    •£E>…\x03\x1E;2âE_
    """
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"\x01™€IL)p¦”¥MÊ‚ÅXÝ"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"ðAVlcöMdX¶°a‡ìû"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"\tçÃØð7C(ñ{׸”2\x04"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"Ô?êï|yJz¹Ã\x10±£\x14(…"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"\x1Aþäý/ˆIw¹§\x1C\x01Ex—¦"
  b"7\x7FYÝÇŸ@\x15šÚ1ïÑ-º|"
  b"Lvq\x1E}@õ¢Ér•ïƒE¬"
  b"eWŒ(\x11EI¤…gú\x03"
  b"gA¿–E\x12Nn£ãpâ™_%þ"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"•j$\x17•wDï†`TòÛ_Œ¥"
  b"KžÝ¢;G~­¯…\x05JQ8X"
  b"°!ÿÛ‰A_œ\x13û~{\x07\x1F"
  b"±.¹¬Ý2M(¥&,\x06Òž^Œ"
  b"·üÃl”ÞA醓5ƒVäµs"
  b"ÅAÉlöÇL–›ë6\x7FEE+Î"
  b"ޝ\x1DñF2L·¦Z¾f’g\x01b"
  b"ß™§‚“ÿN>‹vY{3®¹æ"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
]
70 3.39 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.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` 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.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01•¯m›ërý¶G‰ßÙ~×d"
  b"\x01•¯ŠBSr?‚¥\x174О÷%"
  b"\x01•¯ŠC@qð²üÆ®„’ª\x13"
  b"\x01•¯ŠD%rÚŸŽD…ÙÀy$"
  b"\x01•¯ŠE\x1DsE›€˜`—J]^"
  b"\x01•¯ŠKÑpq°!GÁµ¹°\x19"
  b"\x01™€IL)p¦”¥MÊ‚ÅXÝ"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\tçÃØð7C(ñ{׸”2\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b"\x12\x0FÚ²mÝCU¥\x0EF ÊÐ\x1A"
  b"\x13üÌŽþ•K\x12°@£Õ-Ë"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x1Aþäý/ˆIw¹§\x1C\x01Ex—¦"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1EïB9\x1C^B‡ÿ\x14è1¿½"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"\x1FØ\x0F›ŽèHˆªŠÉG͹ê "
  b" RžH>”EN±`?žß+/`"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"(TÊ\x04‘³N´ƒQLÍÿGO¤"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b",EWUönD¹•qE&)_J"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"7\x7FYÝÇŸ@\x15šÚ1ïÑ-º|"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"<ãH\x01ÙŠJ•«\x1C\x15ï–$Ÿ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"@kÿ$$2M§¶æÖM¶ P"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"C°X#:þ@0¸9›ýu“a"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"""
    \e‡ˆ\x11Lðœ!Ø\n
    KÃâ,
    """
  b"Lvq\x1E}@õ¢Ér•ïƒE¬"
  b"NJp\x18{O\x1F¹4lnjZ÷B"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"""
    U\x02n\n
    •£E>…\x03\x1E;2âE_
    """
  b"""
    Up=\n
    ='E\x06½£°=Á´—–
    """
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"^:ši\x06¡B.»x\|ú™f5"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"eWŒ(\x11EI¤…gú\x03"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"gA¿–E\x12Nn£ãpâ™_%þ"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"oµE\x02ûØNׂV Bá2TÔ"
  b"pÖ)°¼WK\x1AŒ^\x11\x0Fæ\x1A"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"rª¸Nµ6Az‘¨\x1C:j}…Y"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"‚ÓAIª6GP€€òjI-Á"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"""
    ‰E\x13ÃAYMñ˜‰3\n
    ™rv%
    """
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•j$\x17•wDï†`TòÛ_Œ¥"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"KžÝ¢;G~­¯…\x05JQ8X"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"°!ÿÛ‰A_œ\x13û~{\x07\x1F"
  b"±.¹¬Ý2M(¥&,\x06Òž^Œ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·üÃl”ÞA醓5ƒVäµs"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"¼\x14=€·ƒE\x7F‹¼‰ŽºÞð"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÅAÉlöÇL–›ë6\x7FEE+Î"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÉOî\x1CJ‰C²¬¦*\x03¡eJÁ"
  b"Éi~\x11¢®Lñª‹\x1FáÇTI3"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"Î\x13X¸ØÇGÔ´\rG+áž¶”"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"Ïš(\x1F°OG^«òI@\x0E \x00Ý"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"Ô?êï|yJz¹Ã\x10±£\x14(…"
  b"׳Ûï7\x0EBʹŽGQRýÏ/"
  b"ޝ\x1DñF2L·¦Z¾f’g\x01b"
  b"ß™§‚“ÿN>‹vY{3®¹æ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"åó\x06èc#K X\rØ–\x07ƒ0"
  b"èHÆm};Kr³ïm.»>¾"
  b"ïéa·¡7Kñˆçü­–\x12Þ¦"
  b"ðAVlcöMdX¶°a‡ìû"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"ÿŸžŽ¥ïDq¿¢\x0E¢†(aZ"
]
71 3.55 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"åó\x06èc#K X\rØ–\x07ƒ0"
  b"C°X#:þ@0¸9›ýu“a"
  b"(TÊ\x04‘³N´ƒQLÍÿGO¤"
  b"@kÿ$$2M§¶æÖM¶ P"
  b"""
    ‰E\x13ÃAYMñ˜‰3\n
    ™rv%
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"׳Ûï7\x0EBʹŽGQRýÏ/"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"¼\x14=€·ƒE\x7F‹¼‰ŽºÞð"
  b"rª¸Nµ6Az‘¨\x1C:j}…Y"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"\x1FØ\x0F›ŽèHˆªŠÉG͹ê "
  b"oµE\x02ûØNׂV Bá2TÔ"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"Éi~\x11¢®Lñª‹\x1FáÇTI3"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"ÿŸžŽ¥ïDq¿¢\x0E¢†(aZ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"NJp\x18{O\x1F¹4lnjZ÷B"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"\x01•¯m›ërý¶G‰ßÙ~×d"
  b"\x01•¯ŠBSr?‚¥\x174О÷%"
  b"\x01•¯ŠC@qð²üÆ®„’ª\x13"
  b"\x01•¯ŠD%rÚŸŽD…ÙÀy$"
  b"\x01•¯ŠE\x1DsE›€˜`—J]^"
  b"\x01•¯ŠKÑpq°!GÁµ¹°\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"\x13üÌŽþ•K\x12°@£Õ-Ë"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1EïB9\x1C^B‡ÿ\x14è1¿½"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"\x12\x0FÚ²mÝCU¥\x0EF ÊÐ\x1A"
  b",EWUönD¹•qE&)_J"
  b"<ãH\x01ÙŠJ•«\x1C\x15ï–$Ÿ"
  b"""
    \e‡ˆ\x11Lðœ!Ø\n
    KÃâ,
    """
  b"""
    Up=\n
    ='E\x06½£°=Á´—–
    """
  b"pÖ)°¼WK\x1AŒ^\x11\x0Fæ\x1A"
  b"‚ÓAIª6GP€€òjI-Á"
  b"ÉOî\x1CJ‰C²¬¦*\x03¡eJÁ"
  b"Î\x13X¸ØÇGÔ´\rG+áž¶”"
  b"Ïš(\x1F°OG^«òI@\x0E \x00Ý"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"èHÆm};Kr³ïm.»>¾"
  b"ïéa·¡7Kñˆçü­–\x12Þ¦"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b")1KÁ÷LF[œñÞQ°þël"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"""
    U\x02n\n
    •£E>…\x03\x1E;2âE_
    """
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"\x01™€IL)p¦”¥MÊ‚ÅXÝ"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"ðAVlcöMdX¶°a‡ìû"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"\tçÃØð7C(ñ{׸”2\x04"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"Ô?êï|yJz¹Ã\x10±£\x14(…"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"\x1Aþäý/ˆIw¹§\x1C\x01Ex—¦"
  b"7\x7FYÝÇŸ@\x15šÚ1ïÑ-º|"
  b"Lvq\x1E}@õ¢Ér•ïƒE¬"
  b"eWŒ(\x11EI¤…gú\x03"
  b"gA¿–E\x12Nn£ãpâ™_%þ"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"•j$\x17•wDï†`TòÛ_Œ¥"
  b"KžÝ¢;G~­¯…\x05JQ8X"
  b"°!ÿÛ‰A_œ\x13û~{\x07\x1F"
  b"±.¹¬Ý2M(¥&,\x06Òž^Œ"
  b"·üÃl”ÞA醓5ƒVäµs"
  b"ÅAÉlöÇL–›ë6\x7FEE+Î"
  b"ޝ\x1DñF2L·¦Z¾f’g\x01b"
  b"ß™§‚“ÿN>‹vY{3®¹æ"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
]
72 11.70 ms
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`, `product`.`product_manufacturer_id` as `product.manufacturerId`, `product`.`product_manufacturer_version_id` as `product.productManufacturerVersionId`, `product`.`unit_id` as `product.unitId`, `product`.`tax_id` as `product.taxId`, `product`.`product_media_id` as `product.coverId`, `product`.`product_media_version_id` as `product.productMediaVersionId`, `product`.`delivery_time_id` as `product.deliveryTimeId`, `product`.`product_feature_set_id` as `product.featureSetId`, `product`.`canonical_product_id` as `product.canonicalProductId`, `product`.`canonical_product_version_id` as `product.canonicalProductVersionId`, `product`.`cms_page_id` as `product.cmsPageId`, `product`.`cms_page_version_id` as `product.cmsPageVersionId`, `product`.`price` as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`restock_time` as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, `product`.`active` as `product.active`, `product`.`available` as `product.available`, `product`.`is_closeout` as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product`.`variant_listing_config` as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, `product`.`manufacturer_number` as `product.manufacturerNumber`, `product`.`ean` as `product.ean`, `product`.`purchase_steps` as `product.purchaseSteps`, `product`.`max_purchase` as `product.maxPurchase`, `product`.`min_purchase` as `product.minPurchase`, `product`.`purchase_unit` as `product.purchaseUnit`, `product`.`reference_unit` as `product.referenceUnit`, `product`.`shipping_free` as `product.shippingFree`, `product`.`purchase_prices` as `product.purchasePrices`, `product`.`mark_as_topseller` as `product.markAsTopseller`, `product`.`weight` as `product.weight`, `product`.`width` as `product.width`, `product`.`height` as `product.height`, `product`.`length` as `product.length`, `product`.`release_date` as `product.releaseDate`, `product`.`rating_average` as `product.ratingAverage`, `product`.`category_tree` as `product.categoryTree`, `product`.`property_ids` as `product.propertyIds`, `product`.`option_ids` as `product.optionIds`, `product`.`stream_ids` as `product.streamIds`, `product`.`tag_ids` as `product.tagIds`, `product`.`category_ids` as `product.categoryIds`, `product`.`child_count` as `product.childCount`, `product`.`custom_field_set_selection_active` as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (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.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.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.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.translation.metaDescription` as `product.metaDescription`, `product.translation.name`, `product.translation.name` as `product.name`, `product.translation.keywords`, `product.translation.keywords` as `product.keywords`, `product.translation.description`, `product.translation.description` as `product.description`, `product.translation.metaTitle`, `product.translation.metaTitle` as `product.metaTitle`, `product.translation.packUnit`, `product.translation.packUnit` as `product.packUnit`, `product.translation.packUnitPlural`, `product.translation.packUnitPlural` as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.translation.customSearchKeywords` as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.translation.slotConfig` as `product.slotConfig`, `product.translation.customFields`, `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product`.`tax_id` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`product_media_id` = `product.cover`.`id` AND `product`.`product_media_version_id` = `product.cover`.`version_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 `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`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product`.`active` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    4\tP†×qE¢ŽmSþ\n
    ¯€:
    """
  b"×F\x01\x05#Hú»æÇÂúS–z"
  b"ëZ\x15 \x1DvOǦOÿW>\x1AÏ"
  b"Š(W£Å\x7FO·Œ0ˆøûr¯"
  b"èY…![Œ@Œ›®ÛÃkpÐ1"
  b"åȦp\x01áI=¦£Ü­`Å2\t"
  b"‘ŸœÝ’fHŽ|ë\x19¥\rÚâ"
  b"9neß‹kAó™ùCïÛÏà"
  b"ƒgì\x17ãÃEO„R<+\x13äq4"
  b"›]nŽ.AJ'ª°#—\x12©~="
  b"^¥jAPC.¤\r¼ÄÞÝó"
  b"\x00U”ê‘\x1FJ;Šb\x08\x00–Fœæ"
  b"F\x1Dc\x06ÿåE•™0ˆÏ,fN"
  b"""
    \x01\n
    \x10L\x1F,E墦À½Á#pä
    """
  b"÷!»BÇhG$\x04-ÄÎà÷P"
  b"<ÂÊ¡\x02æG¯êµý„Þ2k"
  b"p¥È?e\x11Clˆtº\x0E\x06¨)\v"
  b"»åb4µÛK‹œ.Ê\x13š©û\x08"
  b"°Þj-a|I½¿•?fÞ-]8"
  b"ÐɦëLèNˆºåé\x11…9ÕA"
  b" ØéÚ\x00ìI‰­+Â÷/A\x19\x05"
  b"#—$6®ÔG¿œ“Xë©C(ú"
  b"zi\x10¢¿žD*‘¤\x1F\x02b§>"
  b"œÛµl­­Dn…`):zkÖß"
  true
]
73 2.92 ms
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.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` 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.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`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"/»_ââšMpªXTÎ|ãâ\v"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"‹Þø$'H~°<\v>=m¨©"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"QBSÀ#ÉBõžs—ž¡¤Ûo"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¿«Â}VïMN«\x0E±ºÁ\x05WN"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‹Þø$'H~°<\v>=m¨©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‹Þø$'H~°<\v>=m¨©"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‹Þø$'H~°<\v>=m¨©"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"‹Þø$'H~°<\v>=m¨©"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ÿp¶¯\rÇBд³.ùS\x19Û½"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ù¤ÄmeJۺԐ0Géo "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"C°X#:þ@0¸9›ýu“a"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"C°X#:þ@0¸9›ýu“a"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"C°X#:þ@0¸9›ýu“a"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"C°X#:þ@0¸9›ýu“a"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"C°X#:þ@0¸9›ýu“a"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
]
74 2.13 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‚\x00 ‰sž\x00\x1C†ã\x7FÀ'"
  b"""
    \x01‚\x04á\x0FrºŽN¯a\n
    \x11!
    """
  b"\x01‚\x04á5qi¸=žóǏ•Õ"
  b"\x01‚\x04áSp¶…\x17Ò22€íè"
  b"\x01‚\x04ársÖ„SvìI¯3ý"
  b"\x01‚\x04á‘rB¹\x18¸eîý¢\t"
  b"\x01‚\x02ãËq}„,DbÕh\x12ƒ"
  b"\x01‚&QºpÇš¥\x1Fïå?9\x1D"
  b"\x01‚&QèsĹ܄AÇ'€."
  b"\x01‚&W³rŒ½\x15Ð[I}\x1F\x15"
  b"\x01‚&Wésg¯¢G»áf³þ"
  b"\x01‚&X\x13pYHSOBÒk"
  b"\x01‚&XSrJº+ ‹rÛ~÷"
  b"\x01ºTóur게ÐZÚÊîé"
  b"\x01ºg¥³qÚ¾\x04i\x17¹ïðå"
  b"\x01ºg¥Ýs\x1Dµg\x1E® \x14"
  b"\x01ºg¦\fsâ“‘S\r?—н"
  b"\x01ºg¦(q”¹úõ\f\ro“"
  b"\x01ºg¦@r ¸¾Öž\x1EÿÏw"
  b"\x01ºg¦Yrk†¼ëB½\x00ïÒ"
  b"\x01ºg¦ss1™O?ñ\vÁ{@"
  b"\x01ºg¦Žq‚Ÿk\x14õ\t{IÎ"
  b"\x01ºg¦«qʘI\x02JñrÇL"
  b"\x01ºg¦Äsì…]±å¸)~"
  b"\x01ºg¦Úq%«5[Á±H"
  b"\x01ºg¦ñrý‘"\x162oN±H"
  b"\x01ºg§\x08p9¤°îuÁô_^"
  b"\x01ºg§$qç¿\x1EÁ•cÊu"
  b"\x01ºg§<rþ’\r*Í$iÿ\"
  b"\x01ºg§YsC§—ÓÝú¼f"
  b"\x01ºg§|q“”qU‹€ýPú"
  b"\x01ºg§¤q\v…Ø“ñ­ÒÁF"
  b"\x01ºg§Äp£³¨‰Lì°«"
  b"\x01ºg®\x07r\x7F¯°pÕÐ\x16bj"
  b"\x01ºg®vpò–íî÷· x@"
  b"\x01ºg®¨ss©jtÏ8Àeñ"
  b"\x01ºg®Ðsš¥@ö<S£šL"
  b"\x01‚\x00\x1FÂq*×ÚJ§\x04,\x05"
  b"\x01‚\x04Û0st«Q| ËÊ\x19R"
  b"\x01‚\x04ÛPqm»\x10îÆ;1¸º"
  b"\x01‚\x04Ûlpz©þ§«ê­°f"
  b"\x01‚\x04Û„rºšçJú\x1F\x04\e"
  b"\x01‚\x04Ûœq«Š\thû†\x1F\x07"
  b"\x01‚\x00 Er\x1E‰øwyÅ\x17"
  b"\x01‚\x04ÞÇpK„a*4Mǯk"
  b"\x01‚\x04Þãp\r™ð蝫\x1F¨#"
  b"\x01‚\x04Þüq«›&¦q(°XÎ"
  b"\x01‚\x04ß\x18qÙƒ__‰\x14\x19"\x0F"
  b"\x01‚\x04ß3rߦð¥ÛæWŒ4"
  b"\x01‚\x02åmsܪ~ö\Žã."
  b"\x01‚&w®q¹—ÉiœÃÑ\x1E"
  b"\x01‚&wásX­\x17þ^¢ º\n"
  b"\x01‚&x\x17rœ¤\eîL5\x05"
  b"\x01‚&x@p„“$2€ªŽM±"
  b"\x01‚&xhp¿«3ö½èª×ÿ"
  b"\x01‚&x–p‚¸,q¼-¨3-"
  b"\x01‚&xÍsPµúµNå[\x0Eì"
  b"\x01‚\x00 ™r0f@0ú¯ìÅ"
  b"\x01‚\x04á²p¿ÞBòxÞú]"
  b"\x01‚\x04áÑp0œàúøU¾oØ"
  b"\x01‚\x04áîsî“\x7F’!J©Te"
  b"\x01‚\x04â\tq\x1EÈ"Û¹˜‹Û"
  b"\x01‚\x04â$q\x0F¾&s;t´v|"
  b"\x01‚\x00 ws-«ð^®þ2»ã"
  b"\x01‚\x04à‡rf°\x7F\x7F\ryŸ8Ù"
  b"\x01‚\x04à¤r\x05gÃŽã\f¤g"
  b"\x01‚\x04à½rð˜Ù·4œiQ\x01"
  b"\x01‚\x04àÖr(€ƒhñŒû­À"
  b"\x01‚\x04àîr¸¶€cÕF\x19\x16\x1A"
  b"\x01‚\x00DËp‡„A5MãÝ«\x12"
  b"\x01‚$\x0FFs\x18§§“i§ã"
  b"""
    \x01‚$\x0F}q™§Ê\n
    $6\r°¸
    """
  b"\x01‚$\x0F§s&ª2ìbq\x14Í\x0F"
  b"\x01‚$\x0FÝq壖&ž†ÒÏ\x15"
  b"\x01ºTóœpÿ¢\x02·n\x1A¨%"
  b"\x01ºg®ôpÌŸÔè1•Üzp"
  b"\x01ºg¯\x15rÖªˆÚõ¥ë[Î"
  b"\x01ºg¯4q+—[ºq fô\x05"
  b"\x01ºg¯Vq°„oT\x19·r\x02"
  b"\x01ºg¯€s¦—næ®\xP4"
  b"\x01ºg¯¬q’¸K%\x15Þ–Bœ"
  b"\x01ºg¯Øpå¤\f\x08«hÔ\x06"
  b"\x01ºg°\x01p­;—&€®þ"
  b"\x01ºg°'pª•PSñíÏ,v"
  b"\x01ºg°Oq¤†8\r0T\x00Ëè"
  b"\x01ºg°zp™Ž_/¡\x16©Å\"
  b"\x01ºg°¥p¢®b¯\fŸÏ_\"
  b"\x01ºg°Ôs\fŸOD:lòÓH"
  b"\x01ºg±\x02sÞ¦\x15ªu.³%²"
  b"\x01ºg±*q㌏ÿä/ü{e"
  b"\x01ºg±TrM®µmL»?Y)"
  b"\x01ºg±|q\x02»è\x14Cò“}P"
  b"\x01ºg±žs–£7R¼zÕÈ "
  b"\x01ºg±Árå‚ÃLýv\f"
  b"\x01ºg±årU’ÌgÈ@aË\v"
  b"\x01ºg±ÿp°š\t6vÁ\x13"
  b"\x01ºg²\x1Fr*¾ò£Ñ¼ñ°õ"
  b"\x01ºg²?rÔŠw29ƒ|ÅI"
  b"\x01‚\x00 Vq~³0Ý$Ô·–>"
  b"\x01‚\x04ßNs¹¼\x11Í?<dRy"
  b"\x01‚\x04ßjp\vЬéh­ó|ò"
  b"\x01‚\x04߆pd³¯æ¾às\x18("
  b"\x01‚\x04ߣr\x18\x05É´±<EE"
  b"\x01‚\x04ß¿qê‚ýØcáŒeÎ"
  b"\x01‚\x00\x1Fÿq4”»zHªƒ5g"
  b"\x01‚\x04ÜÄr\x17ºøÅÍc†\x05Ê"
  b"\x01‚\x04ÜÞp\x16‡`º;\rÿg/"
  b"\x01‚\x04Üôq‹ V\x03ȶ\x119"
  b"\x01‚\x04Ý\x11pN–”V\rú„ž\r"
  b"\x01‚\x04Ý.r\x04®nÛÖ`]_’"
  b"\x01‚\x00 6q€€ñ\x08„Ï\x03z\n"
  b"\x01‚\x04Þ[sn‘\x01îóòk¦¨"
  b"\x01‚\x04Þqsâ§[ÆÊ\x18§(4"
  b"\x01‚\x04Þƒsï•Dwƒg\x16Ö"
  b"\x01‚\x04Þ•s ’_bŒ“²µ\x16"
  b"\x01‚\x04Þ«p5‡o%¬i"×´"
  b"\x01‚\x00 fq`—\e\x05,©ã"
  b"\x01‚\x04ßßq8ŠªT2¹~”Á"
  b"\x01‚\x04ßÿrE¶ça0H\ei("
  b"\x01‚\x04à\x1Csɱ§*Ãpj9?"
  b"\x01‚\x04àApË´_\x07½¾%Í\v"
  b"\x01‚\x04àcr¡‚PîT%µˆ\x1E"
  b"\x01ºWƒÏpr—jmâÀ\x0Eˆ¨"
  b"\x01ºg²bqÖšU6¾á”Ÿß"
  b"\x01ºg²ˆrw‰ÙýŠž±Ôs"
  b"\x01ºg²¦q“Œ©\eE0kKš"
  b"\x01ºg²Àp2”ÃR¦‹ØRe"
  b"\x01ºg²Üp\Ž€Q¾µï\x11ì"
  b"\x01ºg²øpz¥…\x1AhB\x0E6A"
  b"\x01ºg³\x13qªšPçÀUøŸr"
  b"\x01ºg³0s«„Txn\x0Eì\x1DÁ"
  b"\x01ºg³Or!ª>ÕüÙ;Ü\x19"
  b"\x01ºg³tsìˆb.’¹IÛ×"
  b"\x01ºg³“sb“*tÓ\x15)oª"
  b"\x01ºg³­qÙ©)œ\vûñq"
  b"\x01ºg³Çq/©jîþïÖm\x7F"
  b"\x01º{xVsެRÊaP\x08"r"
  b"\x01º€†\rsw‚Ž\x1F‘Æl\x05r"
  b"\x01º€†ErÑŒcɲ38.y"
  b"""
    \x01˜QLú3r!\x17ÏÐb\n
    
    """
  b"\x01˜QLúNp\x02´Ðü<š«Ìz"
  b"\x01˜QLúgrÞ‹ªÀ¥×\x0F\x17"
  b"\x01˜QLú~r* ¬œ\x14y³Ô"
  b"\x01˜QLú—p„’ÿO\r#’ûô"
  b"\x01˜QY}ùpϼ¾ \x1C\x19a®w"
  b"\x01˜Q[6Ër\x1D†˜å8w“Ù»"
  b"\x01ºTî\x05p8ªaư÷·U6"
  b"\x01ºgbàpʈ\rêgÆ\x06ìÓ"
  b"\x01ºgbÿr¸7Æ\x08•<)T"
  b"\x01ºgc!põ¥ö~pTÜíx"
  b"\x01ºgcAsºª\x1C"}Øö0;"
  b"\x01ºgcgqЈ!e¨¤Š"š"
  b"\x01ºgc…pÏ‘Š°vå\x0EW‚"
  b"\x01ºgc¬r¾­Ž\e\x0FNé¢ö"
  b"\x01ºgcÉr\x15D˜ó¼o2S"
  b"\x01ºgcésõ‚¥™\x14ÿ\x16«H"
  b"\x01ºgd\fq¿˜\x07|\x1A"
  b"\x01ºgd*qPˆ:tß@4˼"
  b"\x01ºgdMq£¬\é”杖Ü"
  b"\x01ºgdsq\x04¤qi´°‚ 9"
  b"\x01ºgd˜sø§]>Úœc\x12¡"
  b"\x01ºgdÄr\x17©Ð’Vt8‰\x1A"
  b"\x01ºgdùq§œí,\x00\x01\n\nÜ"
  b"\x01ºge&qK‡\x13Š\x01¾ÚlŽ"
  b"\x01•¯jÒ.rUŸ®¸><.É"
  b"\x01•¯{öÂqá”\x19£ó{ÿ%ö"
  b"\x01•¯{öèp͆‚î„‹€½÷"
  b"\x01•¯{÷\x08qTœw\ò¬rD"
  b"\x01•¯{÷#s)¼#ºè½\x07\x0E>"
  b"\x01•¯{÷Orm™oh¨»ñÌú"
  b"\x01•¯{÷br\x02´Šý\x13\x18Io6"
  b"\x01•¯{÷~qÞ‹ÔÙšË|x\x05"
  b"\x01•¯{÷rù°Ž]7*Kè…"
  b"\x01•¯{÷©p&³ž‡ŽÉ?Æ"
  b"\x01•¯jÙîs駲Ͼ9°0Â"
  b"\x01•¯|\x05»p%«ÈÃከWê"
  b"\x01•¯|\x05×rÜ·ô9\x07Qòn\x1A"
  b"\x01•¯|\x05ôs'®„šnb«o\x0F"
  b"\x01•¯|\x06\x15rÑ¬Ž¾\ƒ\x1Cy`"
  b"\x01•¯|\x062qÅ•\x0E\x19\x19\x00\r"
  b"\x01•¯|\x06=sŸ‡û<…\x16}:‡"
  b"\x01‚\x02¹ùsÀ±/¸ªù\x1F°›"
  b"\x01‚$š’pô¥ÍÛ“üÄw"
  b"\x01‚$šÃqŠ¢\x0FÕ\x1C¼Fê3"
  b"\x01‚$šìrË”å_HÝf½ú"
  b"\x01‚$›\x16s/’‡I²OˆLŽ"
  b"\x01‚\x00\x1F×rû·4³Ç||È"
  b"\x01‚\x04Û¸qs‰,M 6\x12ðÐ"
  b"\x01‚\x04ÛÒqµ¶˜*M”¢ù\v"
  b"\x01‚\x04ÛépЩ}’T*9ݵ"
  b"\x01‚\x04Ü\x02r•¦2vÁÄíg\x1C"
  b"\x01‚\x04Ü\x17q\x1D\x7Fsœ?4ÔÀ"
  b"\x01‚\x00 %q²€Aˆ\x1E\x1F,æÒ"
  b"\x01‚\x04ÝÌq&‚iòƒäEE˜"
  b"\x01‚\x04Ýïq߯® /òs\tˆ"
  b"\x01‚\x04Þ\x05rT¬ƒÂ\eÚß'Ý"
  b"\x01‚\x04Þ\x1DrR¥(PÄ\r\x0Evo"
  b"\x01‚\x04Þ;r£©Ä#\x14}\fYK"
  b"\x01‚\x00 \x11rb–ÁÞf›\x19\x16Ð"
  b"\x01‚\x04ÝLq\x17¸\x0FÏlÑ´\x7FÔ"
  b"""
    \x01‚\x04ÝcsÛœ®A\n
    OPGJ
    """
  b"\x01‚\x04Ý€sU¥“\r\x0EW•¥\x11"
  b"\x01‚\x04Ý•r”³üiˆ×\e\x19T"
  b"\x01‚\x04Ý­q=‘åPý\x17ßW1"
  b"\x01‚\x00\x1Fèq¬„aSY3q©þ"
  b"\x01‚\x04Ü/q3£³\x0FS\e´‡G"
  b"\x01‚\x04ÜSqޏxÄéúâyu"
  b"\x01‚\x04Ütr\v¨\x1D·\x12Hþ·õ"
  b"\x01‚\x04Ü’sùªê\x01ru´³­"
  b"\x01‚\x04Ü©q\x1A˜Q\x01\x13-Ë×\x03"
  b"\x01‚\x02åTs!–ÇÞ%¹mº¦"
  b"\x01‚&vxsË¢Wy~Ý{\v"
  b"\x01‚&v­pFÜ;ºÎ£Ã¢"
  b"\x01‚&vÙs\x1E­–]l~úÖ "
  b"\x01‚&w\x01r᪖(\x12\x05!"
  b"\x01‚&w*sç–\x18¹¯6\x12Vf"
  b"\x01‚&wPqÊ´i\e\x18\x1Fæù"
  b"\x01‚&wurD²aŽùy¦- "
]
75 0.62 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
76 0.68 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
77 0.38 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01™•^/q¦”—\t¹×c6"
]
78 0.30 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01™¾èì8s„¥P\v»‚ªÁ"
]
79 2.38 ms
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.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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 `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` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    4\tP†×qE¢ŽmSþ\n
    ¯€:
    """
  b"×F\x01\x05#Hú»æÇÂúS–z"
  b"ëZ\x15 \x1DvOǦOÿW>\x1AÏ"
  b"Š(W£Å\x7FO·Œ0ˆøûr¯"
  b"èY…![Œ@Œ›®ÛÃkpÐ1"
  b"åȦp\x01áI=¦£Ü­`Å2\t"
  b"‘ŸœÝ’fHŽ|ë\x19¥\rÚâ"
  b"9neß‹kAó™ùCïÛÏà"
  b"ƒgì\x17ãÃEO„R<+\x13äq4"
  b"›]nŽ.AJ'ª°#—\x12©~="
  b"^¥jAPC.¤\r¼ÄÞÝó"
  b"\x00U”ê‘\x1FJ;Šb\x08\x00–Fœæ"
  b"F\x1Dc\x06ÿåE•™0ˆÏ,fN"
  b"""
    \x01\n
    \x10L\x1F,E墦À½Á#pä
    """
  b"÷!»BÇhG$\x04-ÄÎà÷P"
  b"<ÂÊ¡\x02æG¯êµý„Þ2k"
  b"»åb4µÛK‹œ.Ê\x13š©û\x08"
  b"ÐɦëLèNˆºåé\x11…9ÕA"
  b" ØéÚ\x00ìI‰­+Â÷/A\x19\x05"
  b"#—$6®ÔG¿œ“Xë©C(ú"
  b"zi\x10¢¿žD*‘¤\x1F\x02b§>"
  b"œÛµl­­Dn…`):zkÖß"
]
80 0.72 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 0.45 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
82 0.95 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/navigation/fb94d9f77b1648a599ecfce531b61579"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
83 0.70 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:
[]
84 0.91 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NINJAManufacturerExtension"
]
85 0.86 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "AcrisTagManagerAppCS"
]
86 0.82 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CampitVariantSwitch"
]
87 0.75 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
88 0.37 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
89 0.25 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.39 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
91 1.03 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"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
92 0.60 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"ãv\x0Eɰ>A®¼H§™êÞÚ"
  b"`Ø´ ):IŠ™Wk\x18dàZ¨"
  b"û”Ù÷{\x16H¥™ìüå1¶\x15y"
]
93 0.99 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
94 0.67 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
95 0.59 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
96 0.61 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
97 0.57 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
98 0.59 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
99 0.57 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
100 0.60 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
101 0.56 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
102 0.53 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
103 0.55 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
104 0.55 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
105 0.63 ms
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"Dl‰Ê+^K۩៼ù̸A"
]
106 0.59 ms
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"º\x1E—‚IJJk|D¢M'Žk"
]
107 0.55 ms
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"º\x1E—‚IJJk|D¢M'Žk"
]
108 0.58 ms
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"º\x1E—‚IJJk|D¢M'Žk"
]
109 0.50 ms
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"\x18O'ôU\x02KÁ²Wpy\x07\x1C"
]
110 0.52 ms
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"\x18O'ôU\x02KÁ²Wpy\x07\x1C"
]
111 0.49 ms
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"\x18O'ôU\x02KÁ²Wpy\x07\x1C"
]
112 0.50 ms
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"\x18O'ôU\x02KÁ²Wpy\x07\x1C"
]
113 0.51 ms
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˜\x17\x15Cxq²™\x0FÛÑäÓm"
]
114 0.60 ms
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˜\x17\x15Cxq²™\x0FÛÑäÓm"
]
115 0.53 ms
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˜\x17\x15Cxq²™\x0FÛÑäÓm"
]
116 0.54 ms
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˜\x17\x15Cxq²™\x0FÛÑäÓm"
]
117 8.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/fb94d9f77b1648a599ecfce531b61579"
  "/navigation/088cce47075247e08e3a872d5916d8b5"
  "/navigation/6146db238319420ca6ea5301e64aeab9"
  "/navigation/fda06120bc4d4a9895503a850a4bbc2c"
  "/navigation/d3e6454efa2f4989afd0d1dce8c23d3f"
  "/navigation/82294566c4064694a25d801ce8c4cf89"
  "/navigation/2adfa32a66574a40b6f721e2e5489a32"
  "/navigation/f85ebb51b0834eec8880888fe17570e1"
  "/navigation/d0b7686808c34439a974f217eae792aa"
  "/navigation/85ed4b988f1b499eb869a5fc03b5d36f"
  "/navigation/39e90e2776d4401dad8e83ed0cbcac3a"
  "/navigation/e3760ec9b03e4181aebc48a799eadeda"
  "/navigation/0e8d5f3598004c47888eef56f76c268a"
  "/navigation/f8c558b68e804990b91b6f71242b5f15"
  "/navigation/7cc0d0f72de24f089aafa2343e8cc1ea"
  "/navigation/9a0c19c9e21749709c8b7f2dbe833ef7"
  "/navigation/92a0905322144e7b9f56e1bfccad3ff9"
  "/navigation/788ed152e8b349889bb94e773c9683ac"
  "/navigation/222017e254114dad9cc8902ebedc295e"
  "/navigation/37deff31f6594da5a91d95e572eb3579"
  "/navigation/cf33e089be3f45a182da22417e0ae177"
  "/navigation/b508f3c54230428fbbd2177df060e408"
  "/navigation/f105f3c43c934df1bcee839bcb830777"
  "/navigation/782dd780c4ff42ff883f4c632448ccba"
  "/navigation/0fe8b77df58b46779275294c947bd905"
  "/navigation/b383e1d650f646cda0d10f523762a8c5"
  "/navigation/3f646aca9f284851b7cd74c811dabf9d"
  "/navigation/db61e315195b457cbedca5787f203ada"
  "/navigation/469391a875a5492fa5b63c5f1ee61d69"
  "/navigation/7a1709a514064f3684b7c5d50c42c3ad"
  "/navigation/425505f74c5c49a48bf55fe0b36f6efa"
  "/navigation/75a4d83adc9c4761b558ef79e16e83d9"
  "/navigation/cb2c63b1273145be9e3380d1a3e505f7"
  "/navigation/f7ee2e72e77f464983f9cf727bef6d32"
  "/navigation/47cfd1b5825742769946ec6179ec906f"
  "/navigation/3f4c23c1903541e199cacdde0159e768"
  "/navigation/09c96cbea6694721a641557e3899f793"
  "/navigation/af025bc2d1464b98b4869434b37bded9"
  "/navigation/e2a5facc79e44d169f8906b0f08c7c86"
  "/navigation/c59c194ab1514f10b10bfcf705e727be"
  "/navigation/ceee4a8debab47529cca2c7f0209d4e1"
  "/navigation/0b38c87530e648a089d3e4d8bb1adcf0"
  "/navigation/c5ab2a1861d74a9981261d7e5d43922b"
  "/navigation/696637456b3e497993ca7eadbfca5ddd"
  "/navigation/0975e541afe0417d9509ba869616d5c6"
  "/navigation/0d0a2d21bfc1496fbe4139eaaa6def23"
  "/navigation/be0a563d3c5c48a2a88556dc2cf6919e"
  "/navigation/67fd433bda244bf8b4af59d4190e03c7"
  "/navigation/c26fe1dcd7e54fd0ab7d58f0ad513239"
  "/navigation/ccdbc5e4b8c7408daf4c410159b8d4dc"
  "/navigation/f42a467083b04e38a38e0372b6900f62"
  "/navigation/52a13a086e634ce18f6f72b637e3f7e7"
  "/navigation/d67377796c8f4a3cb60b1b950c9f9968"
  "/navigation/afe1cb74876647e1a90db46c70bccebd"
  "/navigation/eda38c72035d4089a07c8c7201e9f65d"
  "/navigation/062f14f9c9a0487db02eae5a3e9adb11"
  "/navigation/bb5f7881fa724731bc790b6584dc01e2"
  "/navigation/5a6c761d8c164263ae56c5c605788f1f"
  "/navigation/c556325d1dc54036acd3d1a0c19b0734"
  "/navigation/1719dabe0e6347acb3219a77f5c9bdef"
  "/navigation/1a0d277741964e2bb69537fe7c9fff8d"
  "/navigation/52946dabdeb34e4faa80bc43b8754e48"
  "/navigation/24d27889234f4f95888b48e7f94953bc"
  "/navigation/74ec89fc157143b8b1e54404e6927a0b"
  "/navigation/f8400603f7f34ab1b16afe1e55f9bd89"
  "/navigation/fe16ab5555ca4b5bb56b4c3c7cf43487"
  "/navigation/075ee8e3fef6445e94a3471140baa5fe"
  "/navigation/8bd5623be4cf4805b79b1dc61b73f4a9"
  "/navigation/256506a01f184cc6879e658b483d48cc"
  "/navigation/d5be655976be4259b7d6a6c88436090b"
  "/navigation/52edf1c9d90e4907a30d3d9c121358eb"
  "/navigation/e252159a06e6408ab9d546d5b0b375ed"
  "/navigation/3a5c913adb774d99ab0245a1735f0a97"
  "/navigation/998a2987292f4040a20e495a584dc033"
  "/navigation/90a0c113abcf42c08b0588b40bbebb6e"
  "/navigation/ea795d635cc4409baafc3c091e50d55d"
  "/navigation/db7c411e11044d64b8fe4491836d1498"
  "/navigation/60d8b4a0293a498a99576b1864e05aa8"
  "/navigation/9c24edcd5f9d4defafe656b3bb87eab4"
  "/navigation/4fac7ef61f48411ba03fe3749d90c071"
  "/navigation/eed6fce7b4a346c3b778ccdded7325ba"
  "/navigation/538934efa9804fcaa043a17b1cdaa3d8"
  "/navigation/57705ed93cc140bcb5417f2892c19499"
  "/navigation/8d38a5ff1e9243a186bd2115ff9eadc2"
  "/navigation/c32fa5d21dea40529095be5925262783"
  "/navigation/67f198396c94456190f14358f931c26a"
  "/navigation/025cbb13c47f42968331904c0259de0e"
  "/navigation/b72d96e714ad474eb1f1a4766cdd3aa7"
  "/navigation/c3e7a0014e394592ad0a18a8cfaf3372"
  "/navigation/8380c2c0292e4c2b995f17ac96fc221a"
  "/navigation/8ed7c5c8ce2042b3aa14428457c2a6d2"
  "/navigation/2ffd9e9d00f64b7ca75bbe1e2c061f9c"
  "/navigation/018a1991bbce4cc3a0b36881e0609858"
  "/navigation/80275fec53cc4418b13757780d0a391a"
  "/navigation/7d831bc424f94acbaded4c192b90ab00"
  "/navigation/c13385ceea66432ebf9c90b5241245fa"
  "/navigation/c21ad6b9a2674c9bbc7fc887a8f4baf8"
  "/navigation/1bfc9663a98d43ee976a5d72a1f6f952"
  "/navigation/d0b5244b803e4d8689f0cf29d1783d69"
  "/navigation/7d696320009349f59d8b4d4ae689fa0e"
  "/navigation/e162efe6834c4c18a37d89df24a85ee9"
  "/navigation/6b17b411b0894416bbec2e6152923c55"
  "/navigation/788233ee30fd4dd5bccdf1cc78307e71"
  "/navigation/68058afef9e146cfa6ac22b9ddc9b259"
  "/navigation/b34c881b75064164b353bc1dec6ac68e"
  "/navigation/c7785ee97b314f3db03edee3d9737975"
  "/navigation/93402c7a97f949a096f24dfb66d62f12"
  "/navigation/705c5df17ecd4d4e8b66cb875c4ac4a4"
  "/navigation/95e119c707fb4f108af00dabc98c1b59"
  "/navigation/517d5b4be04e48ccba78dc027a40488f"
  "/navigation/8298961aeeeb4684acbb6dbd68f4f6fa"
  "/navigation/abe4e14d48e6413d9388df40cbe44f08"
  "/navigation/a3a47692c1f14c2c8db71eecce611eca"
  "/navigation/61deb88a56e04e1c928430569113bfba"
  "/navigation/10c26629e81346f194fe697b7a75e294"
  "/navigation/9e5251b3eb3f4a268bcae8a4a30ff7f2"
  "/navigation/b589d61a2f434726a18b59767a95b99e"
  "/navigation/4400d71f465e4cd7b4242b941296f472"
  "/navigation/b732f1a97a4e44c2be17c49db554a84d"
  "/navigation/4cf6563db8b14e28b849ce9332d755ec"
  "/navigation/6e95e7e6d0f84c22ba20dfd7981594cb"
  "/navigation/ff333e1dabef4c5983af1122ed798d3e"
  "/navigation/4d22db93233d4086bfee36ef3b1f35f6"
  "/navigation/4d02dbf4122e4058bf2080900a44455a"
  "/navigation/119ae3d12644495fa6f3618364cbb727"
  "/navigation/e46870e430b747ecb2d349c455263141"
  "/navigation/be23eb58dd78417f8787ee0c6ebe330c"
  "/navigation/466647936cab40d3904d2d31ca2cf3e6"
  "/navigation/f4a44516f22b4cc8954b3cb231002411"
  "/navigation/7df08da7978d4247900f9270108bb595"
  "/navigation/d59c6fa53fc64f14ae6ee401298ee9ec"
  "/navigation/3647c4d5b9864b9797613bd740285d81"
  "/navigation/11aa8af2e5914337b80147fb3b417f01"
  "/navigation/c35da5cb62394401bb4b8a27e9e9e4ba"
  "/navigation/482b53ae8e0342b0959994dcfd22ebef"
  "/navigation/e0b14a92d05640fe9aaa7f5838123bed"
  "/navigation/2cc6f0ad58cc41f7a1e0fee5a8d69afd"
  "/navigation/522abd10811146118388dd8d252c644a"
  "/navigation/f16e91784bf44ba98025bf6d4b960eff"
  "/navigation/09e908767248492d933a52cb3f9f117b"
  "/navigation/5a365c2907fc4b92ad6865ca0dce12d4"
  "/navigation/50590070321b4992b1815c059ad59ca4"
  "/navigation/99a15c90b32244f29da88b4ab4ee3239"
  "/navigation/c2f3b04dff2648469829fa9e2f5705f9"
  "/navigation/935166103a3e490095790d4ccc314086"
  "/navigation/a25c08ee2a204af59f5efa21e30090f4"
  "/navigation/361443a7216249de96928e3d5004f452"
  "/navigation/e5b8cb522b544f1c99362ac233994e00"
  "/navigation/afc70d4cc4704282906ced99404f7a72"
  "/navigation/82b3c25a888a4ebeb5fb661ec00b8abb"
  "/navigation/cd6a8dabe66241b5ab003a60e73670fe"
  "/navigation/d84d88b1caa34b40ae32fc89a82632aa"
  "/navigation/1832298afded43d0bafb4f9adffb7f7b"
  "/navigation/47d9feac11ec4dd4aa2ca28ef647487d"
  "/navigation/11e80a654d334dae8b0a865222914898"
  "/navigation/6b1f36d3c3c74106a1e79c36f4213bc7"
  "/navigation/f4b7603bafc44414ab117c8b38cfd878"
  "/navigation/e5ce80e45abd415f8d0895ab89e06f77"
  "/navigation/cef44518aa174c05973fcdc34d5422c6"
  "/navigation/60bb56d041354f1e939e88f666a9cd65"
  "/navigation/94b5cd34662b47de98a5ca08a153d540"
  "/navigation/ee22b10674724db0b93bbefb3a53b000"
  "/navigation/051fa87536b24ad5888de4352eb66dcd"
  "/navigation/a3325dcd976744a9b7f2990703246ef7"
  "/navigation/2b60a69d4a5a47e0a3fdbf9f6d58f7e8"
  "/navigation/cfc787d6fdfa46a989f2f9ac405eb28c"
  "/navigation/4cac06891e084b4ab42034389be686a6"
  "/navigation/592dc6a003174c72939f9c9206bb9fc8"
  "/navigation/f1ebd70a55c3423d87cfc3e3b6c47a3a"
  "/navigation/97dca773c7e64a0a9382c62cbb3c3092"
  "/navigation/0d45ecb6ed3d4fd685bc2fbbc1203ecc"
  "/navigation/907f84eb71d047498c4d4a61c44c4978"
  "/navigation/742aa3c20c5f4e36977fd1158c36916a"
  "/navigation/16ad571d128444849fd08837180a1ef0"
  "/navigation/8544509a798e4615af5b534b5a35f5b5"
  "/navigation/c2c220b6478248989238c07e245fca35"
  "/navigation/a3c71aa0afd94c9aa1fe66ecd777206b"
  "/navigation/e7b72d5fccc1493c971eccb526f6d12d"
  "/navigation/7dddc7d8d1d74ef28f9c12e2e8aac677"
  "/navigation/b03a2c463c93486eacc93f4f742ea1f2"
  "/navigation/21bfb02687734332811066e98085ba11"
  "/navigation/fbbc83de22664f7994df395b2a340613"
  "/navigation/563f957f228a48fb9ef95efbe8f1ad83"
  "/navigation/15d9c5b6e04d4646a3050fc3fc2f84df"
  "/navigation/02455587dbe7441cb30b620bd222ac3b"
  "/navigation/460ad71b0a9d4b96aed25472735f4777"
  "/navigation/c0140d331b1d4802a60de10691fc3d5f"
  "/navigation/4d01fc191f9740149fdc6102711c6823"
  "/navigation/92fb2b306b8842d6a71b326857b5cbb5"
  "/navigation/40a3b520ae5d4017b6eefe15e75e1980"
  "/navigation/1392601f332c428abd4cc7398f071259"
  "/navigation/e8c6a616d32c4892998f7a8b86fba4ef"
  "/navigation/105fc3f5c83d46778ded9b38355ddb5e"
  "/navigation/abd9631fe49b40e6ac10a17cc6181df7"
  "/navigation/825c3e44198b41f48e881e722033fb9b"
  "/navigation/be585685fec1422fabf9556c5b1d4955"
  "/navigation/ee446ee6cc7b40f2903bd25891a18890"
  "/navigation/2be391b2a29a4bfeb14b1b990081ce28"
  "/navigation/614fba7efeaa40808b12f5dc90501757"
  "/navigation/ee1fb9bf87f14ec086eb23f3e27b84d0"
  "/navigation/5ec40e618a4d4e56a4f9302f29258d39"
  "/navigation/c056c12aacce442987daca041ac61028"
  "/navigation/0e837b0d82d54343bf02a58c3012111c"
  "/navigation/7ed8bb18171341e1b1cd7f0a31de5cc0"
  "/navigation/d276ad2d62db43f9bca54b5a5c8d5baf"
  "/navigation/1be5d8d2204a4fc1b589197b9c5a9db4"
  "/navigation/9b106747cfe141409c036310400259e4"
  "/navigation/6d1782600e1546f7aefc9fbde46336fe"
  "/navigation/d3584a9491e44ee5bf068f19ee855a6c"
  "/navigation/3bb178ff44ab4ecbbd4f4f6fbc99ac7b"
  "/navigation/9a7c6dfbf50a4b52927d9585366175a8"
  "/detail/019082001fc2712a81d7da4aa7042c05"
  "/detail/019082001fd772fb90b734b3c77c7cc8"
  "/detail/019082001fe871ac846153593371a9fe"
  "/detail/019082001fff713494bb7a48aa833567"
  "/detail/019082002011726296c1de669b1916d0"
  "/detail/01908200202571b28041881e1f2ce6d2"
  "/detail/019082002036718080f10884cf037a0a"
  "/detail/019082002045721e89f87779c51760fd"
  "/detail/019082002056717eb330dd24d4b7963e"
  "/detail/0190820020667160971b6ce4052ca9e3"
  "/detail/019082002077732dabf05eaefe32bbe3"
  "/detail/019082002089739d9e001c86e37fc027"
  "/detail/019082002099723081664030faafecc5"
  "/detail/01908202e3cb717d842c4462d5681283"
  "/detail/01908202e554732196c7de25b96dbaa6"
  "/detail/01908202e56d73dcaa7ef65c8de38f2e"
  "/detail/70a5c83f6511436c8874ba0e06a8290b"
  "/detail/0195af6ad9ee73e9a7b2cfbe39b030c2"
  "/detail/b0de6a2d617c49bdbf953f66de2d5d38"
  "/detail/0195af6ad22e72559faeb83e3c2e9dc9"
  "/detail/0195af7bf74f726d996f68a8bbf1ccfa"
  "/detail/01908202b9f973c0b12fb8aaf91fb09b"
  "/detail/0190ba54ee057038aa61c6b0f7b75536"
  "/detail/0190ba6762ff72c2b837c608953c2954"
  "/detail/0190ba6762e070ca880dea67c606ecd3"
  "/detail/0190ba54f37572eab28cd05adacaeee9"
  "/detail/0190ba67a60c73e29391530d3f97d0bd"
  "/detail/0190ba67a5b371dabe046917b9eff0e5"
  "/detail/0190ba54f39c70ffa202b76e1aa89d25"
  "/detail/0190ba67af34712b975bba712066f405"
  "/detail/0190ba67aef470cc9fd4e83195dc7a70"
  "/detail/0190ba5783cf7072976a6de2c00e88a8"
  "/detail/0190ba67b288727789d9fd8a9eb1d473"
  "/detail/0198514cfa3372218f17cfd0620a4fb2"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
118 0.56 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"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.