GET https://dev.cas-technik.de/navigation/018a1991bbce4cc3a0b36881e0609858

Query Metrics

116 Database Queries
62 Different statements
252.48 ms Query time

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.77 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.34 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.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.66 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.40 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "clothing/warning-protection/high-visibility-jackets"
  "clothing/warning-protection/high-visibility-jackets/"
]
7 61.04 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:
[
  "//en/clothing/warning-protection/high-visibility-jackets"
  "/en/clothing/warning-protection/high-visibility-jackets"
  "https://dev.cas-technik.de/en/clothing/warning-protection/high-visibility-jackets"
  "https://dev.cas-technik.de//en/clothing/warning-protection/high-visibility-jackets"
  "/en/clothing/warning-protection/high-visibility-jackets"
  "//en/clothing/warning-protection/high-visibility-jackets"
  "en/clothing/warning-protection/high-visibility-jackets"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
8 0.42 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.39 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC"
]
10 0.47 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC"
]
11 0.35 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ã¬ò"
]
12 0.60 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
13 0.54 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"
]
14 0.39 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
15 0.93 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.override_1.name`, `language.locale.translation.name`, COALESCE(`language.locale.translation.override_1.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.override_1.territory`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.override_1.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.override_1.customFields`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.override_1.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.override_1`.`name` as `language.locale.translation.override_1.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation.override_1`.`territory` as `language.locale.translation.override_1.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields`, `language.locale.translation.override_1`.`custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation`.`locale_id` = `language.locale.translation.override_1`.`locale_id` AND `language.locale.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
16 0.71 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.%"
]
17 0.59 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 1.29 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"tTùcnSIÕ®â˜v†•\x13³"
]
19 0.57 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"tTùcnSIÕ®â˜v†•\x13³"
]
20 0.58 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
]
21 2.52 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.override_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.override_1.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.override_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.override_1.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.override_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.override_1.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.translation.override_1.name`, `category.translation.name`, COALESCE(`category.translation.override_1.name`,`category.translation.name`) as `category.name`, `category.translation.override_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.override_1.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.override_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.override_1.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.override_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.override_1.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.override_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.override_1.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.override_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.override_1.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.override_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.override_1.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.override_1.description`, `category.translation.description`, COALESCE(`category.translation.override_1.description`,`category.translation.description`) as `category.description`, `category.translation.override_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.override_1.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.override_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.override_1.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.override_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.override_1.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.override_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.override_1.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.override_1`.`breadcrumb` as `category.translation.override_1.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation.override_1`.`name` as `category.translation.override_1.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation.override_1`.`custom_fields` as `category.translation.override_1.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation.override_1`.`slot_config` as `category.translation.override_1.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation.override_1`.`link_type` as `category.translation.override_1.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation.override_1`.`internal_link` as `category.translation.override_1.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation.override_1`.`external_link` as `category.translation.override_1.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation.override_1`.`link_new_tab` as `category.translation.override_1.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation.override_1`.`description` as `category.translation.override_1.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation.override_1`.`meta_title` as `category.translation.override_1.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation.override_1`.`meta_description` as `category.translation.override_1.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords`, `category.translation.override_1`.`keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation`.`category_id` = `category.translation.override_1`.`category_id` AND `category.translation.override_1`.`language_id` = ? AND `category.translation`.`category_version_id` = `category.translation.override_1`.`category_version_id` 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.override_1`.`alt` as `category.media.translation.override_1.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation.override_1`.`title` as `category.media.translation.override_1.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields`, `category.media.translation.override_1`.`custom_fields` as `category.media.translation.override_1.customFields` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.override_1` ON `category.media.translation`.`media_id` = `category.media.translation.override_1`.`media_id` AND `category.media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
22 0.73 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
23 1.51 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.override_1.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name`,`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.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.override_1.name`, `cms_page.translation.name`, COALESCE(`cms_page.translation.override_1.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.override_1.customFields`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.override_1.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.override_1`.`name` as `cms_page.translation.override_1.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields`, `cms_page.translation.override_1`.`custom_fields` as `cms_page.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.override_1`.`cms_page_id` AND `cms_page.translation.override_1`.`language_id` = ? AND `cms_page.translation`.`cms_page_version_id` = `cms_page.translation.override_1`.`cms_page_version_id` 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.override_1`.`name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` LEFT JOIN `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1`.`cms_page_id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1`.`language_id` = ? AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1`.`cms_page_version_id` 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
24 1.76 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.override_1.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, COALESCE(`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.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.override_1.title`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.override_1.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.override_1.alt`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.override_1.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.override_1.customFields`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.override_1.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`, `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1`.`display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` LEFT JOIN `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` ON `cms_section.swagCmsExtensionsScrollNavigation.translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1`.`swag_cms_extensions_scroll_navigation_id` AND `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1`.`language_id` = ? 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.override_1`.`alt` as `cms_section.backgroundMedia.translation.override_1.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.override_1`.`title` as `cms_section.backgroundMedia.translation.override_1.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.override_1`.`custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.override_1`.`media_id` AND `cms_section.backgroundMedia.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
25 0.82 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.override_1.title`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.override_1.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.override_1.alt`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.override_1.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.override_1.customFields`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.override_1.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.override_1`.`alt` as `cms_block.backgroundMedia.translation.override_1.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.override_1`.`title` as `cms_block.backgroundMedia.translation.override_1.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.override_1`.`custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.override_1`.`media_id` AND `cms_block.backgroundMedia.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  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"
]
26 0.83 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.override_1.title`, `cms_slot.swagCmsExtensionsForm.translation.title`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.override_1.title`,`cms_slot.swagCmsExtensionsForm.translation.title`) as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`) as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.override_1.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`) as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.override_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.override_1.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.override_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.override_1.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.override_1`.`config` as `cms_slot.translation.override_1.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields`, `cms_slot.translation.override_1`.`custom_fields` as `cms_slot.translation.override_1.customFields` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.override_1`.`cms_slot_id` AND `cms_slot.translation.override_1`.`language_id` = ? AND `cms_slot.translation`.`cms_slot_version_id` = `cms_slot.translation.override_1`.`cms_slot_version_id` 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.override_1`.`title` as `cms_slot.swagCmsExtensionsForm.translation.override_1.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.override_1`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.override_1`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.override_1` ON `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.override_1`.`swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  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««ê’ÌÎ"
]
27 0.38 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.override_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.override_1.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`, `product_sorting.translation.override_1`.`label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.override_1`.`product_sorting_id` AND `product_sorting.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"`\x12éà«\x12M4žôø©úô\x1Eå"
]
28 0.24 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
]
29 0.39 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.override_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.override_1.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`, `product_sorting.translation.override_1`.`label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.override_1`.`product_sorting_id` AND `product_sorting.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  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"
]
30 0.26 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"\x01Š\x19‘»ÎLà³hà`˜X"
]
31 0.23 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"\x01Š\x19‘»ÎLà³hà`˜X"
]
32 2.50 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.override_1.name`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.override_1.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.override_1.description`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.override_1.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.override_1.customFields`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.override_1.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.override_1`.`name` as `product_manufacturer.translation.override_1.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation.override_1`.`description` as `product_manufacturer.translation.override_1.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields`, `product_manufacturer.translation.override_1`.`custom_fields` as `product_manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.override_1` ON `product_manufacturer.translation`.`product_manufacturer_id` = `product_manufacturer.translation.override_1`.`product_manufacturer_id` AND `product_manufacturer.translation.override_1`.`language_id` = ? AND `product_manufacturer.translation`.`product_manufacturer_version_id` = `product_manufacturer.translation.override_1`.`product_manufacturer_version_id` 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ôc^ÈQ»M–—°åiáæD#"
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  b"2£`+z\x16K3µeóò)(žy"
  b"™>ûʲ\x08EO®c_:Lh™ "
  b";¹€bGÕGr·ÿ{\x19}Ûñ\x1C"
  b"¢\x12 õ­\rFOßÃvœ—Žë"
  b"ÕäÔ«\x08ùAæ¹?\x17Ô\x1Eõ5g"
  b"\x01•¯mœ:pK–‹ÔOË8'K"
  b" \x07ÅjWÌF鳩Ď›q2æ"
  b" *›C²\x18Oo—\v‰­Úä(K"
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  b"Ü>\x06/ЊIÉ™Y”çž{\x1F!"
  b"PÑÔžöÀO╪1ŽJDĸ"
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  b"¥’Ì÷h¯M(¾ÖNØÿ:|j"
  b"À|7M :K\x1A¼:±{ÀqM\x05"
  b"¦•±{tqIq©èqÍêU\r\x03"
  b" ݨó|¬B;š\eO;†ö'î"
  b"\x03“ºQ9¨EçŸr\f-\x1Eœ¦û"
  b"Y¥³\x02Ó)K©šü=£p\fߺ"
  b" Ù$p<\rO§¹ûûÇøY\x04ñ"
  b"7—×@C\x1CEgŽ–Ù*çJY\x0F"
  b"»žRÄeôG#’zãã2 ôF"
  b""6^{4<AŠw2qϬ>´"
  b"€R•ü‰UEŠº_½.r¿\x18\x10"
  b"ˆŽ”\x123b@…—LŸº_Ôñ"
]
33 1.93 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˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01Þ¢qMqK„F|\eà.}["
]
34 2.85 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˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01Þ¢qMqK„F|\eà.}["
]
35 12.81 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.override_1.name`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.override_1.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.override_1.description`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.override_1.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.override_1.customFields`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.override_1.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.override_1.shortCode`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.override_1.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.override_1.name`, `product.unit.translation.name`, COALESCE(`product.unit.translation.override_1.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.override_1.customFields`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.override_1.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.override_1.name`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.override_1.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.override_1.customFields`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.override_1.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.override_1.title`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.override_1.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.override_1.alt`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.override_1.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.override_1.customFields`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.override_1.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.override_1.metaDescription`, `product.parent.translation.override_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.override_1.metaDescription`,`product.parent.translation.override_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.override_1.name`, `product.parent.translation.override_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.override_1.name`,`product.parent.translation.override_1.name`,`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.override_1.keywords`, `product.parent.translation.override_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.override_1.keywords`,`product.parent.translation.override_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.override_1.description`, `product.parent.translation.override_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.override_1.description`,`product.parent.translation.override_1.description`,`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.override_1.metaTitle`, `product.parent.translation.override_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.override_1.metaTitle`,`product.parent.translation.override_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.override_1.packUnit`, `product.parent.translation.override_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.override_1.packUnit`,`product.parent.translation.override_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.override_1.packUnitPlural`, `product.parent.translation.override_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.override_1.packUnitPlural`,`product.parent.translation.override_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.override_1.customSearchKeywords`, `product.parent.translation.override_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.override_1.customSearchKeywords`,`product.parent.translation.override_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.override_1.slotConfig`, `product.parent.translation.override_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.override_1.slotConfig`,`product.parent.translation.override_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.override_1.customFields`, `product.parent.translation.override_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.override_1.customFields`,`product.parent.translation.override_1.customFields`,`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.override_1`.`meta_description` as `product.translation.override_1.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation.override_1`.`name` as `product.translation.override_1.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation.override_1`.`keywords` as `product.translation.override_1.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation.override_1`.`description` as `product.translation.override_1.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation.override_1`.`meta_title` as `product.translation.override_1.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation.override_1`.`pack_unit` as `product.translation.override_1.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation.override_1`.`pack_unit_plural` as `product.translation.override_1.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation.override_1`.`custom_fields` as `product.translation.override_1.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation.override_1`.`slot_config` as `product.translation.override_1.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords`, `product.translation.override_1`.`custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation`.`product_id` = `product.translation.override_1`.`product_id` AND `product.translation.override_1`.`language_id` = ? AND `product.translation`.`product_version_id` = `product.translation.override_1`.`product_version_id` 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.override_1`.`meta_description` as `product.parent.translation.override_1.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation.override_1`.`name` as `product.parent.translation.override_1.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation.override_1`.`keywords` as `product.parent.translation.override_1.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation.override_1`.`description` as `product.parent.translation.override_1.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation.override_1`.`meta_title` as `product.parent.translation.override_1.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation.override_1`.`pack_unit` as `product.parent.translation.override_1.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation.override_1`.`pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation.override_1`.`custom_fields` as `product.parent.translation.override_1.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation.override_1`.`slot_config` as `product.parent.translation.override_1.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords`, `product.parent.translation.override_1`.`custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.override_1`.`product_id` AND `product.parent.translation.override_1`.`language_id` = ? AND `product.parent.translation`.`product_version_id` = `product.parent.translation.override_1`.`product_version_id` 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.override_1`.`name` as `product.manufacturer.translation.override_1.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation.override_1`.`description` as `product.manufacturer.translation.override_1.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields`, `product.manufacturer.translation.override_1`.`custom_fields` as `product.manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.override_1` ON `product.manufacturer.translation`.`product_manufacturer_id` = `product.manufacturer.translation.override_1`.`product_manufacturer_id` AND `product.manufacturer.translation.override_1`.`language_id` = ? AND `product.manufacturer.translation`.`product_manufacturer_version_id` = `product.manufacturer.translation.override_1`.`product_manufacturer_version_id` 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.override_1`.`short_code` as `product.unit.translation.override_1.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation.override_1`.`name` as `product.unit.translation.override_1.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields`, `product.unit.translation.override_1`.`custom_fields` as `product.unit.translation.override_1.customFields` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation`.`unit_id` = `product.unit.translation.override_1`.`unit_id` AND `product.unit.translation.override_1`.`language_id` = ? 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.override_1`.`name` as `product.deliveryTime.translation.override_1.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.override_1`.`custom_fields` as `product.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation`.`delivery_time_id` = `product.deliveryTime.translation.override_1`.`delivery_time_id` AND `product.deliveryTime.translation.override_1`.`language_id` = ? 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.override_1`.`alt` as `product.cover.media.translation.override_1.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation.override_1`.`title` as `product.cover.media.translation.override_1.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields`, `product.cover.media.translation.override_1`.`custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.override_1`.`media_id` AND `product.cover.media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01Þ¢qMqK„F|\eà.}["
]
36 1.29 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.override_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.override_1.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.override_1.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.override_1.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.override_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.override_1.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.translation.override_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.override_1.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.override_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.override_1.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.override_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.override_1.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.override_1`.`name` as `property_group_option.translation.override_1.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation.override_1`.`position` as `property_group_option.translation.override_1.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields`, `property_group_option.translation.override_1`.`custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.override_1`.`property_group_option_id` AND `property_group_option.translation.override_1`.`language_id` = ? 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.override_1`.`name` as `property_group_option.group.translation.override_1.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation.override_1`.`description` as `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation.override_1`.`position` as `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields`, `property_group_option.group.translation.override_1`.`custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.override_1`.`property_group_id` AND `property_group_option.group.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
]
37 2.27 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01Þ¢qMqK„F|\eà.}["
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b")ÕEfI¼BвjV%Gakü"
  b"”ˆÅ 1\x00Jé‹\x047ô¾p~"
  b"à”\fŠ& Oäž.`›Ñ—¹\x07"
  b"®dans†Oª‘{5£»VÈW"
  b"­–[-üôFù°p27jre›"
  b"Ímý’ñhIŽ¡àíÏ¢\x03\x16"
  b"\vqßu·¸AŒžVTÙòJ‰þ"
  b"a&"ÇÏÿIÁ«wÊ'$i©å"
  b"\x15èßí9\eHүþ\x0F>Õ‚P"
  b"ž¼s"]M«„yƒ8A–Ly"
  b"¶°\e\x1D\x19‘MPŒ¹‡l°y†\x1E"
  b"3‰<\IåK3Šy^¥Vt\x04À"
  b"Ö+ä\x04»\x1FG¦‚Êxô`Cäš"
  b"\x03Tü¿eæG2·,ÅD#`Iy"
  b"…íÈ&ü\x06OK‰\x0E,·a\x11ne"
  b"\rCeU[·K\x11°Öא¦\x13ŠN"
  b"›Â—É­üGz¡á)\ñ3»«"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01Œ\x1AÈÓðq+·\x13“úN‹_o"
  b"\x01•¯m’ËrJ é‘ÝÂOš¦"
  b"\x00%\µA\x1C¾4\eQUfÂþ"
  b"±"—zûÝ@O‡#ÁՌԠ¼"
]
38 0.57 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.override_1.shortCode`, `unit.translation.shortCode`, COALESCE(`unit.translation.override_1.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.override_1.name`, `unit.translation.name`, COALESCE(`unit.translation.override_1.name`,`unit.translation.name`) as `unit.name`, `unit.translation.override_1.customFields`, `unit.translation.customFields`, COALESCE(`unit.translation.override_1.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.override_1`.`short_code` as `unit.translation.override_1.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation.override_1`.`name` as `unit.translation.override_1.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields`, `unit.translation.override_1`.`custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation`.`unit_id` = `unit.translation.override_1`.`unit_id` AND `unit.translation.override_1`.`language_id` = ? WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
39 0.54 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"À|7M :K\x1A¼:±{ÀqM\x05"
  null
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
40 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"À|7M :K\x1A¼:±{ÀqM\x05"
  null
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
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"À|7M :K\x1A¼:±{ÀqM\x05"
  null
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
42 0.32 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
43 0.32 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
44 0.32 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
45 0.31 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
46 0.44 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
47 0.75 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
48 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
49 0.90 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
50 0.77 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.82 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 1.03 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.71 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.82 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.72 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.70 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.63 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 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" *›C²\x18Oo—\v‰­Úä(K"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.55 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" *›C²\x18Oo—\v‰­Úä(K"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.55 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" *›C²\x18Oo—\v‰­Úä(K"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.53 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" *›C²\x18Oo—\v‰­Úä(K"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 0.61 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" *›C²\x18Oo—\v‰­Úä(K"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 5.23 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"›Â—É­üGz¡á)\ñ3»«"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b")ÕEfI¼BвjV%Gakü"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01Œ\x1AÈÓðq+·\x13“úN‹_o"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"\x01•¯m’ËrJ é‘ÝÂOš¦"
  b"\x15èßí9\eHүþ\x0F>Õ‚P"
  b"a&"ÇÏÿIÁ«wÊ'$i©å"
  b"\vqßu·¸AŒžVTÙòJ‰þ"
  b"ž¼s"]M«„yƒ8A–Ly"
  b"\x00%\µA\x1C¾4\eQUfÂþ"
  b"¶°\e\x1D\x19‘MPŒ¹‡l°y†\x1E"
  b"3‰<\IåK3Šy^¥Vt\x04À"
  b"\x03Tü¿eæG2·,ÅD#`Iy"
  b"Ö+ä\x04»\x1FG¦‚Êxô`Cäš"
  b"\rCeU[·K\x11°Öא¦\x13ŠN"
  b"±"—zûÝ@O‡#ÁՌԠ¼"
  b"…íÈ&ü\x06OK‰\x0E,·a\x11ne"
  b"”ˆÅ 1\x00Jé‹\x047ô¾p~"
  b"Ímý’ñhIŽ¡àíÏ¢\x03\x16"
  b"­–[-üôFù°p27jre›"
  b"®dans†Oª‘{5£»VÈW"
  b"à”\fŠ& Oäž.`›Ñ—¹\x07"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
64 22.30 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.override_1.title`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.override_1.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.override_1.alt`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.override_1.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.override_1.customFields`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.override_1.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.override_1.metaDescription`, `product.parent.translation.override_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.override_1.metaDescription`,`product.parent.translation.override_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.override_1.name`, `product.parent.translation.override_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.override_1.name`,`product.parent.translation.override_1.name`,`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.override_1.keywords`, `product.parent.translation.override_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.override_1.keywords`,`product.parent.translation.override_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.override_1.description`, `product.parent.translation.override_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.override_1.description`,`product.parent.translation.override_1.description`,`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.override_1.metaTitle`, `product.parent.translation.override_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.override_1.metaTitle`,`product.parent.translation.override_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.override_1.packUnit`, `product.parent.translation.override_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.override_1.packUnit`,`product.parent.translation.override_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.override_1.packUnitPlural`, `product.parent.translation.override_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.override_1.packUnitPlural`,`product.parent.translation.override_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.override_1.customSearchKeywords`, `product.parent.translation.override_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.override_1.customSearchKeywords`,`product.parent.translation.override_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.override_1.slotConfig`, `product.parent.translation.override_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.override_1.slotConfig`,`product.parent.translation.override_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.override_1.customFields`, `product.parent.translation.override_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.override_1.customFields`,`product.parent.translation.override_1.customFields`,`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.override_1`.`meta_description` as `product.translation.override_1.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation.override_1`.`name` as `product.translation.override_1.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation.override_1`.`keywords` as `product.translation.override_1.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation.override_1`.`description` as `product.translation.override_1.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation.override_1`.`meta_title` as `product.translation.override_1.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation.override_1`.`pack_unit` as `product.translation.override_1.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation.override_1`.`pack_unit_plural` as `product.translation.override_1.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation.override_1`.`custom_fields` as `product.translation.override_1.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation.override_1`.`slot_config` as `product.translation.override_1.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords`, `product.translation.override_1`.`custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation`.`product_id` = `product.translation.override_1`.`product_id` AND `product.translation.override_1`.`language_id` = ? AND `product.translation`.`product_version_id` = `product.translation.override_1`.`product_version_id` 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.override_1`.`meta_description` as `product.parent.translation.override_1.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation.override_1`.`name` as `product.parent.translation.override_1.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation.override_1`.`keywords` as `product.parent.translation.override_1.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation.override_1`.`description` as `product.parent.translation.override_1.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation.override_1`.`meta_title` as `product.parent.translation.override_1.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation.override_1`.`pack_unit` as `product.parent.translation.override_1.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation.override_1`.`pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation.override_1`.`custom_fields` as `product.parent.translation.override_1.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation.override_1`.`slot_config` as `product.parent.translation.override_1.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords`, `product.parent.translation.override_1`.`custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.override_1`.`product_id` AND `product.parent.translation.override_1`.`language_id` = ? AND `product.parent.translation`.`product_version_id` = `product.parent.translation.override_1`.`product_version_id` 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.override_1`.`alt` as `product.cover.media.translation.override_1.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation.override_1`.`title` as `product.cover.media.translation.override_1.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields`, `product.cover.media.translation.override_1`.`custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.override_1`.`media_id` AND `product.cover.media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜!ûO‹rÀ—¸<Ökl-µ"
  b"\x01˜!ûO¿sºŸk\x02ú™{èž"
  b"\x01˜!ûOæsv ™÷à"´Ï"
  b"\x01˜!ûOÿr\x0F–X0\x1FK³'\x15"
  b"\x01˜!ûP\x14s\x10—ìÜ—\§TÉ"
  b"\x01˜!ûP4ro†c,­Z¹ŽÏ"
  b"\x01˜!ûPLr\x00³qòi‹ˆ´´"
  b"\x01˜!ûPop†ºtPE\i‘“"
  b"\x01˜!ûP‹sR°˜?*\x19­¦t"
  b"\x01˜!ûP£r¤»4I€\x11D\x13\x1C"
  b"\x01˜!ûPÁs0„“ö‹2ÊjV"
  b"\x01˜!ûPÜq4‹7•ÈЩ7Ë"
  b"\x01˜!ûPörÈžÀEÑ+Á\t¹"
  b"\x01˜!ûQ\x0Fp…•0é¦yt®Š"
  b"\x01˜!ûQ)rR±`‚®ú\x1A¡­"
  b"\x01˜!ûQ@p¬¹Ú°lx\x1EØ”"
  b"\x01˜!ûQTpŸ½r½;·\x15z¿"
  b"\x01˜!ûQqqr‘qV^ÎMET"
  b"\x01˜!ûQ…s¢µ\x1A\x11\x7Fý‚˜"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜XÕÁzså´€\x0EbU“\x1DÇ"
  b"\x01˜XÕÁ—r‹Œ=\rsÞƒ\x120"
  b"\x01˜XÕÁ²s¶«SÂ\x00Ø\x16Üå"
  b"\x01˜XÕÁÔrØ»í© Dà.\x19"
  b"\x01˜XÕÁôq””\x07Ž®ìT…C"
  b"\x01˜XÕÂ\x0Fse¨éª®O:SŽ"
  b"\x01˜XÕÂ.qþ½yQ¡êˆ¢\x16"
  b"\x01˜XÕÂMq‡½µ@ÕnKjà"
  b"\x01˜XÕÂnqJ¯ð-x\x061×+"
  b"\x01˜XÕÂŽpmª\x19{3´OíŠ"
  b"\x01˜XÕ¯qÀ¹q¤æ«Ód"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01˜XÚ[ÙqÔ–Gãg%\f§"
  b"\x01˜XÚ\\x05pÊ©]>ϧ•8\e"
  b"\x01˜XÚ\)qųRï\x16Øå\x14A"
  b"\x01˜XÚ\Ks@£0::ßÇaå"
  b"""
    \x01˜XÚ\qrÙ§*ªž\n
    ¢F•
    """
  b"\x01˜XÚ\–q¿¾¦×ÔbÊ=Ý"
  b"\x01˜XÚ\¸qÉ®\x04f\x04’—rì"
  b"\x01˜XÚ\ÝrÇ™%Ь\x14—o\x12"
  b"\x01˜XÚ]\x04sЋí\x1Ad ¿×ú"
  b"\x01˜XÚ]*qm¿­–äö%ÈË"
  b"\x01˜XÚ]OrÛ£\x08Í0Ý),Q"
  b"\x01˜Xܐ˜p ¹\x14ºï\x08\x14"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01˜¢ùA\x10qe¾™½·)“\x13"
  b"\x01˜¢ùA!r=§Kð‰é¢„‡"
  b"\x01˜¢ùC3r²’ŠùNœá¬k"
  b"\x01˜¢ùCRs©¿l‰î\x17äÎx"
  b"\x01˜¢ùCisޏæ»\fç0\x1C¼"
  b"\x01˜¢ùCxq\x07º\x7F\x10\x1C\x18¥¢g"
  b"\x01˜¢ùC“p…¿o~1wLVl"
  b"\x01˜¢ùC£q5¤\•à„£\fÒ"
  b"\x01˜¢ùC·qM˜—Ö\x11S>\x047"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01˜¢ù\x00Øqr¨*À=#†$¾"
  b"\x01˜¢ù\x01\x14q|¾bˆU(bPß"
  b"\x01˜¢ù\x01,rï˜ù'€ËsHL"
  b"\x01˜¢ù\x01AsܧŸ*Ü{\têú"
  b"\x01˜¢ù\x01Xqð¨g}k\x06n¤¼"
  b"\x01˜¢ù\x01lr̈hãñ5~8§"
  b"\x01˜¢ù\x01ˆsö¦íGÚ©ó3n"
  b"\x01˜¢ù\x01šs¿«#\fù€\f¿^"
  b"\x01˜¢ù\x01´pǤ\t‰Ç\4\x1C"
  b"\x01˜¢ù\x01Éróµ\x15]—ÜüÏ0"
  b"\x01˜¢ù\x01ÖqI’\x11©ø#Z>\x15"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜¢ùT\x1Cr~ŽZJï«ù\x1Cš"
  b"\x01˜¢ùVœq̸\x00»ÿ®\eªí"
  b"\x01˜¢ùV»s¥¢N{ddžk!"
  b"\x01˜¢ùVÍsU¤[oÖ\x07ßú\e"
  b"\x01˜¢ùVßsR =Ü\x17f~ÍZ"
  b"\x01˜¢ùVöqc›U*úÃ,Nå"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01˜¢ù\x04‰sð¥oŽÔØøo+"
  b"\x01˜¢ù\x04 q‹‚çˆ;³Ø_"
  b"\x01˜¢ù\x04»pv§+U¶]6\x06-"
  b"\x01˜¢ù\x04Õr^ºm€}jÌ\x14Y"
  b"\x01˜¢ù\x04îp\x15\x10[£9¼\x08­"
  b"\x01˜¢ù\x04ýq¨§ÿ\x07\x07\vDµ–"
  b"\x01˜¢ù\x05\x13r\ƒ2§Bs\x08f\x19"
  b"\x01˜¢ù\x05-qGƒ…䮎±\x0E"
  b"\x01˜¢ù\x05Brя¬\x08Ôaönv"
  b"\x01˜¢ù\x05UrÌŸŽW4*\x7FÈ\x04"
  b"\x01˜¢ù\x05ap\x05ž\e%V\x03Q:U"
  b"\x01˜¢ù\x05qríŽ\]Ó¦‡ú"
  b"\x01˜¢ù\x05r´/Ë\x1FÚƒ\r¼"
  b"\x01˜¢ù\x05•p%¡‡AÎ\x18;ãØ"
  b"\x01˜¢ù\x05©r\x15¦®VÈÜ;Îj"
  b"""
    \x01˜¢ù\x05·qA¸Å©1ï\n
    ‹®
    """
  b"\x01˜¢ù\x05Çqä§Ôuçµ7¡á"
  b"\x01˜¢ù\x05Úp\x12…Ç«É^\v"
  b"\x01˜¢ù\x05êrnŽs}Éùn\x0F"
  b"\x01˜¢ù\x05ýsj•P$>¬ª²+"
  b"\x01˜¢ù\x06\vsK„ç™mçµö"
  b"\x01˜¢ù\x06\es‹âq0\x08Úâ"
  b"\x01˜£\x00Ú\x08rg­œ’*\x05±|_"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01˜!ú: r®”ܳmñáâª"
  b"\x01˜!ú:Nrº¢žØ-O™\x05"
  b"\x01˜!ú:xrBºß¤ƒ\x01…,N"
  b"\x01˜!ú:•pö©RÔÁWÑd"
  b"\x01˜!ú:«pM¦šÂ€`\x16¯‡"
  b"\x01˜!ú:ÁsÕ­>w=Ô¤!L"
  b"\x01˜!ÿN\eq|·e\x7F#…A)\x18"
  b"\x01˜!ÿ¢Àq‘‚\x02|}7µ®ß"
  b"\x01˜!ÿÿ,p„¯báÙîM’á"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01˜¢ù/Nq\x06«ú\x13q–`aÎ"
  b"\x01˜¢ù/[qº„5\x15Æ\x11>\x17î"
  b"\x01˜¢ù1Åq?žÎÌïÞGŒA"
  b"\x01˜¢ù1ßqÁˆÜ\x17—üHø\x03"
  b"\x01˜£\x00Ú¹rñ°éX‡É5\t"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01˜¢úvqp\›Û¥$d‹Ø|"
  b"\x01˜¢úv‰q|²\e˜ªNŒû"
  b"\x01˜¢úvs&¶×4ß\x17ë\x12%"
  b"\x01˜¢úv°p\x12Ÿ2æ\x15‚{\x0FG"
  b"\x01˜¢úvÆsꥭpþÜ#?U"
  b"\x01˜¢úvÖpóŽÜ‡mοD)"
  b"\x01˜¢úvçs‰®¸Çš áB¼"
  b"\x01˜¢úvúpü­O11˜Úß/"
  b"""
    \x01˜¢úw\n
    pňˆžÙ½x/9
    """
  b"\x01˜¢úw\x18q™©÷VŽ`®\vc"
  b"\x01˜¢úw(r'ªfùŽÂrؽ"
  b"\x01˜¢úwAqm®îwÌô|"
  b"\x01˜¢úwVqò°ê¸\x03‡i+\n"
  b"\x01˜¢úwir'Š?/ú‰;Ì1"
  b"\x01˜¢úw€q+¾Ë)UÁA3%"
  b"\x01˜¢úw‘s\x04–—÷=4ɇ‚"
  b"\x01˜¢úw§s3†šÎçiÁòß"
  b"\x01˜¢úw¾r\x05¼¹$€\6Ç."
  b"\x01˜¢úw×qv–I1ÿ˜êÙ"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01˜¢ù\x01çsi§ rfWÏ>"
  b"\x01˜¢ù\x02\x00qD½à\x05î\x19t"
  b"\x01˜¢ù\x02\x16p{ ;ú§5\x1CΗ"
  b"\x01˜¢ù\x02)s| °‡¸\x00\x11e\x05"
  b"\x01˜¢ù\x03àrÑš®\r¨àÑÄ\f"
  b"\x01˜¢ù\x04\x07q•½\x11à±Vi`A"
  b"\x01˜¢ù\x04\x1Fsª²Tˆ\x10\t<»ä"
  b"\x01˜¢ù\x044qý‚ÜG50d Š"
  b"\x01˜¢ù\x04LrÛ›‹âW*'*t"
  b"\x01˜¢ù\x04]r„¹¾„ƒ±kFÿ"
  b"\x01˜¢ù\x04vsk£Ï¬¿Øƒ^h"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01˜¢ùCÌs\x1E\x18)YÕÞ9S"
  b"\x01˜¢ùCãq†¥'»í­ÊÝê"
  b"\x01˜¢ùCõs°‘‡º=ñ£AÑ"
  b"""
    \x01˜¢ùD\n
    p‡Ž\x08eS9ug(
    """
  b"\x01˜¢ùD\x1Asÿ“N¬ÿængÒ"
  b"\x01˜¢ùD,rd·ymµu2¾K"
  b"\x01˜¢ùD=rå¿™B—œR\x00\x7F"
  b"\x01˜¢ùDLqt’Ò`G\x17YÞq"
  b"\x01˜¢ùD^sN¦eŒGrp\t\x07"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01ÞÁ¸\vsŸ™\v§`>\x1FN;"
  b"\x01ÞÁ¸)qŽš}\x19\x1Cç“9ÿ"
  b"\x01ÞÁ¸=qá¸8©\x18\x12Ô"
  b"\x01ÞÁ¸Ps;Ž/Çàäæ\x19""
  b"\x01ÞÁ¸er7‡ã\x01–lƇ§"
  b"\x01ÞÁ¸{s9­\r—\‚¿9à"
  b"\x01ÞÁ¸¦p‚Ÿò¤‰¡î \x03"
  b"\x01ÞÁ¸¼r`ŽêÑ;Љï’"
  b"\x01ÞÁ¸ìpw¾æê\RG»›"
  b"""
    \x01ÞÁ¹\x0Er\n
    ±@ߢp®Ÿƒ
    """
  b"\x01ÞÁ¹3pÝP\\v\x04¹\6"
  b"\x01ÞÁ¹MqZ•FrüŽ\x03F%"
  b"\x01ÞÁ¹jr5±8¸ÒøÚ=â"
  b"\x01ÞÁ¹‚p€¸Ø!!\x11#;ú"
  b"\x01ÞÁ¹™s”‡\x07²\x14¯˜rñ"
  b"\x01ÞÁ¹±qz©pCÝn©c5"
  b"\x01ÞÁ¹Ëp¹³$(ÉR\x18"
  b"\x01ÞÁ¹âpH‹ÕL"‘Ÿfæ"
  b"\x01ÞÁ¹ür\r«F+PéÆÃ\x03"
  b"\x01ÞÁº\x16p ²¬Ã\x15\x15ÚqË"
  b"\x01ÞÁº:pAŽ\r©A/\r"
  b"\x01ÞÁºRrd©µÙ—ÓÜŒ£"
  b"\x01ÞÁºkr@œZJ\x1E\r}‰]"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜XËΣs»ŠäÀR»o\x0EG"
  b"\x01˜XËνr\vžªd4¡¨X"
  b"\x01˜XËÎÙs*•ü)ã3\x1C9\x01"
  b"""
    \x01˜XϸIq‹·\n
    b\x16øó‚\x1A
    """
  b"\x01˜XÛPsqù­Q`Nˆ¿\x04\x11"
  b"\x01˜XÛPžq\x18\f…@.³«Ž"
  b"\x01˜XÛPÊs‡µG­@-¥$æ"
  b"\x01˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!÷Î\x03sܾ\x17ï-ÂÍÍ\x1D"
  b"\x01˜!÷Î\x1Dq&š²N18@„r"
  b"\x01˜!÷Î6rYœ+ \x1A@LQñ"
  b"\x01˜!÷ÎLpzŒ<p¬%"\x19Ï"
  b"\x01˜!÷Îeq½·éK+Ú¿8>"
  b"\x01˜!÷Î~q½Ò`šÆƒ1Î"
  b"\x01˜!÷Î’s=®ž•šNX“Î"
  b"\x01˜!÷Ωp䀳(\vaA€Ä"
  b"\x01˜!÷ÎÌpØ·DK>&ßH˜"
  b"\x01˜!÷Îæq·‹ô𭃌ŽU"
  b"\x01˜!÷ÎþrIŒ|¢\x1E\x175\x15F"
  b"\x01˜!÷Ï\x14s"¥šî†o«Ùc"
  b"\x01˜!÷Ï0pв\x12ýw½ûE–"
  b"\x01˜!÷ÏKrö¯N‘®*ðà}"
  b"\x01˜!÷ÏdrĘ@Xyž\x03ïþ"
  b"\x01˜!÷Ï~rd$”;V]\rè"
  b"\x01˜!ÿ\x1C2ql’¼ïžÅ;™¤"
  b"\x01˜!ÿ\x1CSqAšiáÐ@8©±"
  b"\x01˜!ÿŽ(p潚NKÙ\x10u‹"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01˜¢ù-¡ph¸ÇG?~?á,"
  b"\x01˜¢ù-±q\x01“›“\x18¿\x08äý"
  b"\x01˜¢ù-¿s\x1D©2½¼³P$ê"
  b"\x01˜¢ù-Ñp¥†óp“ÎâÞð"
  b"\x01˜¢ù-ÞpЈ„\x1Ci×$Ù\"
  b"\x01˜¢ù-ìqæ‡\x18F\x10\x16)Š#"
  b"\x01˜¢ù-ûp\x12Ž>vðK!Ìå"
  b"\x01˜¢ù.\fsÆ‚\9\x08Airf"
  b"\x01˜¢ù.\x1Fs–´´d›M*ÉÆ"
  b"\x01˜¢ù./q\x1CŠ­8šøÜçZ"
  b"\x01˜¢ù.?rL†víë\x1D\x0E"
  b"\x01˜¢ù.KpõŸ¶\f•oÉË"
  b"\x01˜¢ù.Xq*·2ee\f[ÏÆ"
  b"""
    \x01˜¢ù.fp\n
    µò3NR|¢\v
    """
  b"\x01˜¢ù.wqÙ†"Á˜\x02›V""
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01ÞÁá²pj§ôqÔ(f°"
  b"\x01ÞÁáÆpŸ™Ù\x1E@)\x01á´"
  b"\x01ÞÁáÙpy²\x12‹Ê‡î¥0"
  b"\x01ÞÁáïrW¬Ü–\x16\x05x)Æ"
  b"\x01ÞÁâ\x06q\x00…(\x06ó”ÒU§"
  b"\x01ÞÁâ\x1Fsº¢‘!ÿœ\x06ãw"
  b"\x01ÞÁâ8p\x19§Ýh\x1AГ\"
  b"\x01ÞÁâ[qº±6\x04([ò@$"
  b"\x01ÞÁâos9¯{ÜåP\x15\x07"
  b"\x01ÞÁâ„q²ræHþœŒ"
  b"\x01ÞÁâ™r¹¹Ñ\x03°µÛÝ»"
  b"\x01ÞÁâ®s\x13—z·P@7x\x13"
  b"\x01ÞÁâÉs™Ža%‡m»Å\x1C"
  b"\x01ÞÁâär ¥ìÕl瘝 "
  b"""
    \x01ÞÁâýs\n
    ªö•qã,êÏ
    """
  b"\x01ÞÁã\x17p³„„ã\x06È|¦©"
  b"\x01ÞÁã:pŸ¸4¸´°Ìă"
  b"\x01ÞÁã_pn„›t\x1EÕ’˜{"
  b"\x01ÞÁè£s/°ïkÿ/\x06þI"
  b"\x01ÞÁèÇr §7K¢ìV›ƒ"
  b"\x01ÞÁèÞqEŠìd~u$Ä"
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01ÞÁÞhr¾kœÛ£Ž"
  b"\x01ÞÁÞŠs¶ŽˆÆð·¼2ž"
  b"\x01ÞÁÞ¤rðŠd·\x14ƒ\x7FU"
  b"\x01ÞÁÞ·p ¯Ä~=¹r'Í"
  b"\x01ÞÁÞÌpõª+?\x12u>„"
  b"\x01ÞÁÞêr\r¦¢—\`ñðf"
  b"\x01ÞÁß\x14pž\x18¶Ê\x05·:U"
  b"\x01ÞÁß,qg„Ä\x19çýP\x0E"
  b"\x01ÞÁß?rÈ¥b\x1C\x1E®"
  b"\x01ÞÁßQr„¿)\x14\x04\fU^‹"
  b"\x01ÞÁßcs|¢ÂàÂ\x7Fü»"
  b"\x01ÞÁßtqK±õ¼p\x16Qѵ"
  b"\x01ÞÁ߈s\x12„îSWUÑ&•"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01˜¢ù4\s®5\x01/Ñ-¸î"
  b"\x01˜¢ù4lp §V¸@M—QÛ"
  b"\x01˜¢ù4yq\x02¡*:䫝îù"
  b"\x01˜¢ù4†qõ’š\x19©~h¾-"
  b"\x01˜¢ù4›r\x00°/Ûºw²Oy"
  b"\x01˜¢ù4§qù¼š\x0E~\t6\x1D¹"
  b"\x01˜¢ù4¶s[´¹kYª€\x04"
  b"\x01˜¢ù4Íq4¥•[ûF¨”‹"
  b"\x01˜¢ù4ãr\x17„7äÃ4<ޱ"
  b"\x01˜¢ù4ürNŠ‹º-nzÕ["
  b"\x01˜¢ù5\fs…±»#R!^ã\x06"
  b"\x01˜¢ù5$p‚¶4r®~~Ï"
  b"\x01˜¢ù59sѳ\x19óDq…E\x11"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01˜¢ù.ŽqR£[‚;yÖÔÉ"
  b"\x01˜¢ù.žp\x02°W;a§îM\v"
  b"\x01˜¢ù.¬q›œãu\x07ECŒ”"
  b"\x01˜¢ù.¹pœ¨ñB¿Íõvù"
  b"\x01˜¢ù.Åp\x07Œ¼JJvrÐé"
  b"\x01˜¢ù.Òqö¸™\x01WZ\x15›D"
  b"\x01˜¢ù.áp\x1AƒÞ¬É–cŽ@"
  b"\x01˜¢ù.órê¹gŠ2ÍÂ\x16<"
  b"\x01˜¢ù/\x00q¨‚DÿøsS?M"
  b"\x01˜¢ù/\x0ErÖºáxK„¢\x7Fž"
  b"\x01˜¢ù/#q–¥Œ\x13Pëþ;Á"
  b"\x01˜¢ù/9p›©f=³š\x06»B"
  b"\x01˜£\x00Ú§qGž\x08">³«X("
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01ÞÁèýrz¯µâ0”ù\x11>"
  b"\x01ÞÁé\x10põ›ó{&e]ç_"
  b"\x01ÞÁé)p̲QZ&>\x02\x7FŠ"
  b"\x01ÞÁé;qœ«p\x05™è…È'"
  b"\x01ÞÁéWs(\x02õ [잯"
  b"\x01ÞÁémr³‹\x11ªN&«Ç|"
  b"\x01ÞÁé–r•—ˆ†‹€ K6"
  b"\x01ÞÁé­r€¥$¬ýŒ%Ë\x13"
  b"\x01ÞÁéÃpi½\eBØ ¹ð_"
  b"\x01ÞÁéÚqÀ’õÕ*\x11FîÕ"
  b"\x01ÞÁéòrÙ²·_ñüûÇX"
  b"\x01ÞÁê\x12r†œÇ@Ê]*.Å"
  b"\x01ÞÁê-ss—F¬Ñdø¼O"
  b"\x01ÞÁê@rË’È?€\e\>±"
  b"\x01ÞÁêTsÑŒ0|ŽÂâ«]"
  b"\x01ÞÁêts¡™¼[\x1EŸÇdß"
  b"\x01ÞÁêŽq*žVc¬í\x00÷Ä"
  b"\x01ÞÁê¤p©½èõyétBÜ"
  b"\x01ÞÁê½q̬+?\x19u¶Rº"
  b"\x01ÞÁêÒrºº£"\x15Â\x12…Â"
  b"\x01ÞÁêëqD“\x7Fr¸h‹öó"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01˜¢ù2åsŸ¯ýÜö­\x10ô*"
  b"\x01˜¢ù2úp}¥Ž+\x07¨­‰ï"
  b"\x01˜¢ù3\x0Era£Vq¬i\fýâ"
  b"\x01˜¢ù3 s\x13ž¢Sþ©Ô\x16É"
  b"\x01˜¢ù32r\x0F†è»\túµ¬."
  b"\x01˜¢ù3FrG sî¾çÿ.„"
  b"\x01˜¢ù3VsË¢WGÒ†MpD"
  b"\x01˜¢ù3fså³LÐß”„8f"
  b"\x01˜¢ù3|q\x02Ž„ã\x1C\x10Oˆì"
  b"\x01˜¢ù3“q@‘B\x16Ú²9ÑÛ"
  b"\x01˜¢ù3²p<¸vúh‹5R—"
  b"\x01˜¢ù3ËqÓ‘\x1C`\x1DèueŽ"
  b"\x01˜¢ù3àq$§:·?W°€¨"
  b"\x01˜¢ù3õqœ™z¦<4_ó\x12"
  b"\x01˜¢ù4\x06p¶¿6¹U„¢øQ"
  b"\x01˜¢ù4\x17s¥’QkQI¾SÅ"
  b"\x01˜¢ù4#q\x11™A\x02\x15\f€†æ"
  b"\x01˜¢ù46s\x10Ž4ß” rýN"
  b"\x01˜¢ù4Hr:€_ƒ‡dð:î"
  b"\x01Þ¢qMqK„F|\eà.}["
  b"\x01ÞÁÈ)q×:ÒgÊç½ñ"
  b"\x01ÞÁÈLq¸¹,Á¨ñâd"
  b"\x01ÞÁÈesûª\x1AÙ\x19»wp~"
  b"\x01ÞÁÈ\x7Frq°›uqó‰\x02v"
  b"\x01ÞÁÈ–p\v”~\x00\n^3\x1FÞ"
  b"\x01ÞÁȱq< "ûRù>†J"
  b"\x01ÞÁÈÑsg¯úžêT”\x16Â"
  b"\x01ÞÁÈìpÏ—¤•h\x19íN"
  b"\x01ÞÁÉ\x06q\x19¢ó?>Íw\x1Aä"
  b"\x01ÞÁÉ%sІ×/ü:þþ|"
  b"\x01ÞÁÉHr”k¼)[µtm"
  b"\x01ÞÁÉZs‚‚ô«\?k¬i"
  b"""
    \x01ÞÁÉnr¿ƒeª*ê\n
    b\x04
    """
  b"\x01ÞÁɇs¡¡"ÚF¯Ã&V"
  b"\x01ÞÁÉ™rø«OGi`gGN"
  b"\x01ÞÁɬs‘£ïãôMÀ\x04Š"
  b"\x01ÞÁɽp«”g\x11‰s|úû"
  b"\x01ÞÁÉÏrQ\x11o\x01O\x07\tÃ"
  b"""
    \x01ÞÁÉärF’’.õ?h\n
    n
    """
  b"\x01ÞÁÉüsn¶cçƒ\x06äæÞ"
  b"\x01ÞÁÊ\x1Dq/UÖ0“´º¸"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
]
65 4.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.override_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.override_1.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.override_1.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.override_1.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.override_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.override_1.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.override_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.override_1.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.override_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.override_1.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.override_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.override_1.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.translation.override_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.override_1.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.override_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.override_1.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.override_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.override_1.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.override_1`.`name` as `property_group_option.translation.override_1.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation.override_1`.`position` as `property_group_option.translation.override_1.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields`, `property_group_option.translation.override_1`.`custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.override_1`.`property_group_option_id` AND `property_group_option.translation.override_1`.`language_id` = ? 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.override_1`.`name` as `property_group_option.group.translation.override_1.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation.override_1`.`description` as `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation.override_1`.`position` as `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields`, `property_group_option.group.translation.override_1`.`custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.override_1`.`property_group_id` AND `property_group_option.group.translation.override_1`.`language_id` = ? 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.override_1`.`alt` as `property_group_option.media.translation.override_1.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation.override_1`.`title` as `property_group_option.media.translation.override_1.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields`, `property_group_option.media.translation.override_1`.`custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.override_1`.`media_id` AND `property_group_option.media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ñ/e@÷˜q_8GÈþu"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"”á"F˜B.ž\e1a/a[Ž"
  b")1KÁ÷LF[œñÞQ°þël"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b")1KÁ÷LF[œñÞQ°þël"
  b")1KÁ÷LF[œñÞQ°þël"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b")1KÁ÷LF[œñÞQ°þël"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b")1KÁ÷LF[œñÞQ°þël"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b")1KÁ÷LF[œñÞQ°þël"
  b")1KÁ÷LF[œñÞQ°þël"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b")1KÁ÷LF[œñÞQ°þël"
  b"Ð )ž{òGt¸-m–מãÅ"
  b")1KÁ÷LF[œñÞQ°þël"
  b"Ñ/e@÷˜q_8GÈþu"
  b")1KÁ÷LF[œñÞQ°þël"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b")1KÁ÷LF[œñÞQ°þël"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ù¤ÄmeJۺԐ0Géo "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ù¤ÄmeJۺԐ0Géo "
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
]
66 4.22 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Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01Þ¢qMqK„F|\eà.}["
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01ÞÁ¸\vsŸ™\v§`>\x1FN;"
  b"\x01ÞÁ¸)qŽš}\x19\x1Cç“9ÿ"
  b"\x01ÞÁ¸=qá¸8©\x18\x12Ô"
  b"\x01ÞÁ¸Ps;Ž/Çàäæ\x19""
  b"\x01ÞÁ¸er7‡ã\x01–lƇ§"
  b"\x01ÞÁ¸{s9­\r—\‚¿9à"
  b"\x01ÞÁ¸¦p‚Ÿò¤‰¡î \x03"
  b"\x01ÞÁ¸¼r`ŽêÑ;Љï’"
  b"\x01ÞÁ¸ìpw¾æê\RG»›"
  b"""
    \x01ÞÁ¹\x0Er\n
    ±@ߢp®Ÿƒ
    """
  b"\x01ÞÁ¹3pÝP\\v\x04¹\6"
  b"\x01ÞÁ¹MqZ•FrüŽ\x03F%"
  b"\x01ÞÁ¹jr5±8¸ÒøÚ=â"
  b"\x01ÞÁ¹‚p€¸Ø!!\x11#;ú"
  b"\x01ÞÁ¹™s”‡\x07²\x14¯˜rñ"
  b"\x01ÞÁ¹±qz©pCÝn©c5"
  b"\x01ÞÁ¹Ëp¹³$(ÉR\x18"
  b"\x01ÞÁ¹âpH‹ÕL"‘Ÿfæ"
  b"\x01ÞÁ¹ür\r«F+PéÆÃ\x03"
  b"\x01ÞÁº\x16p ²¬Ã\x15\x15ÚqË"
  b"\x01ÞÁº:pAŽ\r©A/\r"
  b"\x01ÞÁºRrd©µÙ—ÓÜŒ£"
  b"\x01ÞÁºkr@œZJ\x1E\r}‰]"
  b"\x01ÞÁÈ)q×:ÒgÊç½ñ"
  b"\x01ÞÁÈLq¸¹,Á¨ñâd"
  b"\x01ÞÁÈesûª\x1AÙ\x19»wp~"
  b"\x01ÞÁÈ\x7Frq°›uqó‰\x02v"
  b"\x01ÞÁÈ–p\v”~\x00\n^3\x1FÞ"
  b"\x01ÞÁȱq< "ûRù>†J"
  b"\x01ÞÁÈÑsg¯úžêT”\x16Â"
  b"\x01ÞÁÈìpÏ—¤•h\x19íN"
  b"\x01ÞÁÉ\x06q\x19¢ó?>Íw\x1Aä"
  b"\x01ÞÁÉ%sІ×/ü:þþ|"
  b"\x01ÞÁÉHr”k¼)[µtm"
  b"\x01ÞÁÉZs‚‚ô«\?k¬i"
  b"""
    \x01ÞÁÉnr¿ƒeª*ê\n
    b\x04
    """
  b"\x01ÞÁɇs¡¡"ÚF¯Ã&V"
  b"\x01ÞÁÉ™rø«OGi`gGN"
  b"\x01ÞÁɬs‘£ïãôMÀ\x04Š"
  b"\x01ÞÁɽp«”g\x11‰s|úû"
  b"\x01ÞÁÉÏrQ\x11o\x01O\x07\tÃ"
  b"""
    \x01ÞÁÉärF’’.õ?h\n
    n
    """
  b"\x01ÞÁÉüsn¶cçƒ\x06äæÞ"
  b"\x01ÞÁÊ\x1Dq/UÖ0“´º¸"
  b"\x01ÞÁÞhr¾kœÛ£Ž"
  b"\x01ÞÁÞŠs¶ŽˆÆð·¼2ž"
  b"\x01ÞÁÞ¤rðŠd·\x14ƒ\x7FU"
  b"\x01ÞÁÞ·p ¯Ä~=¹r'Í"
  b"\x01ÞÁÞÌpõª+?\x12u>„"
  b"\x01ÞÁÞêr\r¦¢—\`ñðf"
  b"\x01ÞÁß\x14pž\x18¶Ê\x05·:U"
  b"\x01ÞÁß,qg„Ä\x19çýP\x0E"
  b"\x01ÞÁß?rÈ¥b\x1C\x1E®"
  b"\x01ÞÁßQr„¿)\x14\x04\fU^‹"
  b"\x01ÞÁßcs|¢ÂàÂ\x7Fü»"
  b"\x01ÞÁßtqK±õ¼p\x16Qѵ"
  b"\x01ÞÁ߈s\x12„îSWUÑ&•"
  b"\x01ÞÁá²pj§ôqÔ(f°"
  b"\x01ÞÁáÆpŸ™Ù\x1E@)\x01á´"
  b"\x01ÞÁáÙpy²\x12‹Ê‡î¥0"
  b"\x01ÞÁáïrW¬Ü–\x16\x05x)Æ"
  b"\x01ÞÁâ\x06q\x00…(\x06ó”ÒU§"
  b"\x01ÞÁâ\x1Fsº¢‘!ÿœ\x06ãw"
  b"\x01ÞÁâ8p\x19§Ýh\x1AГ\"
  b"\x01ÞÁâ[qº±6\x04([ò@$"
  b"\x01ÞÁâos9¯{ÜåP\x15\x07"
  b"\x01ÞÁâ„q²ræHþœŒ"
  b"\x01ÞÁâ™r¹¹Ñ\x03°µÛÝ»"
  b"\x01ÞÁâ®s\x13—z·P@7x\x13"
  b"\x01ÞÁâÉs™Ža%‡m»Å\x1C"
  b"\x01ÞÁâär ¥ìÕl瘝 "
  b"""
    \x01ÞÁâýs\n
    ªö•qã,êÏ
    """
  b"\x01ÞÁã\x17p³„„ã\x06È|¦©"
  b"\x01ÞÁã:pŸ¸4¸´°Ìă"
  b"\x01ÞÁã_pn„›t\x1EÕ’˜{"
  b"\x01ÞÁè£s/°ïkÿ/\x06þI"
  b"\x01ÞÁèÇr §7K¢ìV›ƒ"
  b"\x01ÞÁèÞqEŠìd~u$Ä"
  b"\x01ÞÁèýrz¯µâ0”ù\x11>"
  b"\x01ÞÁé\x10põ›ó{&e]ç_"
  b"\x01ÞÁé)p̲QZ&>\x02\x7FŠ"
  b"\x01ÞÁé;qœ«p\x05™è…È'"
  b"\x01ÞÁéWs(\x02õ [잯"
  b"\x01ÞÁémr³‹\x11ªN&«Ç|"
  b"\x01ÞÁé–r•—ˆ†‹€ K6"
  b"\x01ÞÁé­r€¥$¬ýŒ%Ë\x13"
  b"\x01ÞÁéÃpi½\eBØ ¹ð_"
  b"\x01ÞÁéÚqÀ’õÕ*\x11FîÕ"
  b"\x01ÞÁéòrÙ²·_ñüûÇX"
  b"\x01ÞÁê\x12r†œÇ@Ê]*.Å"
  b"\x01ÞÁê-ss—F¬Ñdø¼O"
  b"\x01ÞÁê@rË’È?€\e\>±"
  b"\x01ÞÁêTsÑŒ0|ŽÂâ«]"
  b"\x01ÞÁêts¡™¼[\x1EŸÇdß"
  b"\x01ÞÁêŽq*žVc¬í\x00÷Ä"
  b"\x01ÞÁê¤p©½èõyétBÜ"
  b"\x01ÞÁê½q̬+?\x19u¶Rº"
  b"\x01ÞÁêÒrºº£"\x15Â\x12…Â"
  b"\x01ÞÁêëqD“\x7Fr¸h‹öó"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜!÷Î\x03sܾ\x17ï-ÂÍÍ\x1D"
  b"\x01˜!÷Î\x1Dq&š²N18@„r"
  b"\x01˜!÷Î6rYœ+ \x1A@LQñ"
  b"\x01˜!÷ÎLpzŒ<p¬%"\x19Ï"
  b"\x01˜!÷Îeq½·éK+Ú¿8>"
  b"\x01˜!÷Î~q½Ò`šÆƒ1Î"
  b"\x01˜!÷Î’s=®ž•šNX“Î"
  b"\x01˜!÷Ωp䀳(\vaA€Ä"
  b"\x01˜!÷ÎÌpØ·DK>&ßH˜"
  b"\x01˜!÷Îæq·‹ô𭃌ŽU"
  b"\x01˜!÷ÎþrIŒ|¢\x1E\x175\x15F"
  b"\x01˜!÷Ï\x14s"¥šî†o«Ùc"
  b"\x01˜!÷Ï0pв\x12ýw½ûE–"
  b"\x01˜!÷ÏKrö¯N‘®*ðà}"
  b"\x01˜!÷ÏdrĘ@Xyž\x03ïþ"
  b"\x01˜!÷Ï~rd$”;V]\rè"
  b"\x01˜!ú: r®”ܳmñáâª"
  b"\x01˜!ú:Nrº¢žØ-O™\x05"
  b"\x01˜!ú:xrBºß¤ƒ\x01…,N"
  b"\x01˜!ú:•pö©RÔÁWÑd"
  b"\x01˜!ú:«pM¦šÂ€`\x16¯‡"
  b"\x01˜!ú:ÁsÕ­>w=Ô¤!L"
  b"\x01˜!ûO‹rÀ—¸<Ökl-µ"
  b"\x01˜!ûO¿sºŸk\x02ú™{èž"
  b"\x01˜!ûOæsv ™÷à"´Ï"
  b"\x01˜!ûOÿr\x0F–X0\x1FK³'\x15"
  b"\x01˜!ûP\x14s\x10—ìÜ—\§TÉ"
  b"\x01˜!ûP4ro†c,­Z¹ŽÏ"
  b"\x01˜!ûPLr\x00³qòi‹ˆ´´"
  b"\x01˜!ûPop†ºtPE\i‘“"
  b"\x01˜!ûP‹sR°˜?*\x19­¦t"
  b"\x01˜!ûP£r¤»4I€\x11D\x13\x1C"
  b"\x01˜!ûPÁs0„“ö‹2ÊjV"
  b"\x01˜!ûPÜq4‹7•ÈЩ7Ë"
  b"\x01˜!ûPörÈžÀEÑ+Á\t¹"
  b"\x01˜!ûQ\x0Fp…•0é¦yt®Š"
  b"\x01˜!ûQ)rR±`‚®ú\x1A¡­"
  b"\x01˜!ûQ@p¬¹Ú°lx\x1EØ”"
  b"\x01˜!ûQTpŸ½r½;·\x15z¿"
  b"\x01˜!ûQqqr‘qV^ÎMET"
  b"\x01˜!ûQ…s¢µ\x1A\x11\x7Fý‚˜"
  b"\x01˜!ÿ\x1C2ql’¼ïžÅ;™¤"
  b"\x01˜!ÿ\x1CSqAšiáÐ@8©±"
  b"\x01˜!ÿN\eq|·e\x7F#…A)\x18"
  b"\x01˜!ÿŽ(p潚NKÙ\x10u‹"
  b"\x01˜!ÿ¢Àq‘‚\x02|}7µ®ß"
  b"\x01˜!ÿÿ,p„¯báÙîM’á"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01˜XËΣs»ŠäÀR»o\x0EG"
  b"\x01˜XËνr\vžªd4¡¨X"
  b"\x01˜XËÎÙs*•ü)ã3\x1C9\x01"
  b"""
    \x01˜XϸIq‹·\n
    b\x16øó‚\x1A
    """
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÕÁzså´€\x0EbU“\x1DÇ"
  b"\x01˜XÕÁ—r‹Œ=\rsÞƒ\x120"
  b"\x01˜XÕÁ²s¶«SÂ\x00Ø\x16Üå"
  b"\x01˜XÕÁÔrØ»í© Dà.\x19"
  b"\x01˜XÕÁôq””\x07Ž®ìT…C"
  b"\x01˜XÕÂ\x0Fse¨éª®O:SŽ"
  b"\x01˜XÕÂ.qþ½yQ¡êˆ¢\x16"
  b"\x01˜XÕÂMq‡½µ@ÕnKjà"
  b"\x01˜XÕÂnqJ¯ð-x\x061×+"
  b"\x01˜XÕÂŽpmª\x19{3´OíŠ"
  b"\x01˜XÕ¯qÀ¹q¤æ«Ód"
  b"\x01˜XÚ[ÙqÔ–Gãg%\f§"
  b"\x01˜XÚ\\x05pÊ©]>ϧ•8\e"
  b"\x01˜XÚ\)qųRï\x16Øå\x14A"
  b"\x01˜XÚ\Ks@£0::ßÇaå"
  b"""
    \x01˜XÚ\qrÙ§*ªž\n
    ¢F•
    """
  b"\x01˜XÚ\–q¿¾¦×ÔbÊ=Ý"
  b"\x01˜XÚ\¸qÉ®\x04f\x04’—rì"
  b"\x01˜XÚ\ÝrÇ™%Ь\x14—o\x12"
  b"\x01˜XÚ]\x04sЋí\x1Ad ¿×ú"
  b"\x01˜XÚ]*qm¿­–äö%ÈË"
  b"\x01˜XÚ]OrÛ£\x08Í0Ý),Q"
  b"\x01˜XÛPsqù­Q`Nˆ¿\x04\x11"
  b"\x01˜XÛPžq\x18\f…@.³«Ž"
  b"\x01˜XÛPÊs‡µG­@-¥$æ"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
  b"\x01˜Xܐ˜p ¹\x14ºï\x08\x14"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01˜¢ù\x00Øqr¨*À=#†$¾"
  b"\x01˜¢ù\x01\x14q|¾bˆU(bPß"
  b"\x01˜¢ù\x01,rï˜ù'€ËsHL"
  b"\x01˜¢ù\x01AsܧŸ*Ü{\têú"
  b"\x01˜¢ù\x01Xqð¨g}k\x06n¤¼"
  b"\x01˜¢ù\x01lr̈hãñ5~8§"
  b"\x01˜¢ù\x01ˆsö¦íGÚ©ó3n"
  b"\x01˜¢ù\x01šs¿«#\fù€\f¿^"
  b"\x01˜¢ù\x01´pǤ\t‰Ç\4\x1C"
  b"\x01˜¢ù\x01Éróµ\x15]—ÜüÏ0"
  b"\x01˜¢ù\x01ÖqI’\x11©ø#Z>\x15"
  b"\x01˜¢ù\x01çsi§ rfWÏ>"
  b"\x01˜¢ù\x02\x00qD½à\x05î\x19t"
  b"\x01˜¢ù\x02\x16p{ ;ú§5\x1CΗ"
  b"\x01˜¢ù\x02)s| °‡¸\x00\x11e\x05"
  b"\x01˜¢ù\x03àrÑš®\r¨àÑÄ\f"
  b"\x01˜¢ù\x04\x07q•½\x11à±Vi`A"
  b"\x01˜¢ù\x04\x1Fsª²Tˆ\x10\t<»ä"
  b"\x01˜¢ù\x044qý‚ÜG50d Š"
  b"\x01˜¢ù\x04LrÛ›‹âW*'*t"
  b"\x01˜¢ù\x04]r„¹¾„ƒ±kFÿ"
  b"\x01˜¢ù\x04vsk£Ï¬¿Øƒ^h"
  b"\x01˜¢ù\x04‰sð¥oŽÔØøo+"
  b"\x01˜¢ù\x04 q‹‚çˆ;³Ø_"
  b"\x01˜¢ù\x04»pv§+U¶]6\x06-"
  b"\x01˜¢ù\x04Õr^ºm€}jÌ\x14Y"
  b"\x01˜¢ù\x04îp\x15\x10[£9¼\x08­"
  b"\x01˜¢ù\x04ýq¨§ÿ\x07\x07\vDµ–"
  b"\x01˜¢ù\x05\x13r\ƒ2§Bs\x08f\x19"
  b"\x01˜¢ù\x05-qGƒ…䮎±\x0E"
  b"\x01˜¢ù\x05Brя¬\x08Ôaönv"
  b"\x01˜¢ù\x05UrÌŸŽW4*\x7FÈ\x04"
  b"\x01˜¢ù\x05ap\x05ž\e%V\x03Q:U"
  b"\x01˜¢ù\x05qríŽ\]Ó¦‡ú"
  b"\x01˜¢ù\x05r´/Ë\x1FÚƒ\r¼"
  b"\x01˜¢ù\x05•p%¡‡AÎ\x18;ãØ"
  b"\x01˜¢ù\x05©r\x15¦®VÈÜ;Îj"
  b"""
    \x01˜¢ù\x05·qA¸Å©1ï\n
    ‹®
    """
  b"\x01˜¢ù\x05Çqä§Ôuçµ7¡á"
  b"\x01˜¢ù\x05Úp\x12…Ç«É^\v"
  b"\x01˜¢ù\x05êrnŽs}Éùn\x0F"
  b"\x01˜¢ù\x05ýsj•P$>¬ª²+"
  b"\x01˜¢ù\x06\vsK„ç™mçµö"
  b"\x01˜¢ù\x06\es‹âq0\x08Úâ"
  b"\x01˜¢ù-¡ph¸ÇG?~?á,"
  b"\x01˜¢ù-±q\x01“›“\x18¿\x08äý"
  b"\x01˜¢ù-¿s\x1D©2½¼³P$ê"
  b"\x01˜¢ù-Ñp¥†óp“ÎâÞð"
  b"\x01˜¢ù-ÞpЈ„\x1Ci×$Ù\"
  b"\x01˜¢ù-ìqæ‡\x18F\x10\x16)Š#"
  b"\x01˜¢ù-ûp\x12Ž>vðK!Ìå"
  b"\x01˜¢ù.\fsÆ‚\9\x08Airf"
  b"\x01˜¢ù.\x1Fs–´´d›M*ÉÆ"
  b"\x01˜¢ù./q\x1CŠ­8šøÜçZ"
  b"\x01˜¢ù.?rL†víë\x1D\x0E"
  b"\x01˜¢ù.KpõŸ¶\f•oÉË"
  b"\x01˜¢ù.Xq*·2ee\f[ÏÆ"
  b"""
    \x01˜¢ù.fp\n
    µò3NR|¢\v
    """
  b"\x01˜¢ù.wqÙ†"Á˜\x02›V""
  b"\x01˜¢ù.ŽqR£[‚;yÖÔÉ"
  b"\x01˜¢ù.žp\x02°W;a§îM\v"
  b"\x01˜¢ù.¬q›œãu\x07ECŒ”"
  b"\x01˜¢ù.¹pœ¨ñB¿Íõvù"
  b"\x01˜¢ù.Åp\x07Œ¼JJvrÐé"
  b"\x01˜¢ù.Òqö¸™\x01WZ\x15›D"
  b"\x01˜¢ù.áp\x1AƒÞ¬É–cŽ@"
  b"\x01˜¢ù.órê¹gŠ2ÍÂ\x16<"
  b"\x01˜¢ù/\x00q¨‚DÿøsS?M"
  b"\x01˜¢ù/\x0ErÖºáxK„¢\x7Fž"
  b"\x01˜¢ù/#q–¥Œ\x13Pëþ;Á"
  b"\x01˜¢ù/9p›©f=³š\x06»B"
  b"\x01˜¢ù/Nq\x06«ú\x13q–`aÎ"
  b"\x01˜¢ù/[qº„5\x15Æ\x11>\x17î"
  b"\x01˜¢ù1Åq?žÎÌïÞGŒA"
  b"\x01˜¢ù1ßqÁˆÜ\x17—üHø\x03"
  b"\x01˜¢ù2åsŸ¯ýÜö­\x10ô*"
  b"\x01˜¢ù2úp}¥Ž+\x07¨­‰ï"
  b"\x01˜¢ù3\x0Era£Vq¬i\fýâ"
  b"\x01˜¢ù3 s\x13ž¢Sþ©Ô\x16É"
  b"\x01˜¢ù32r\x0F†è»\túµ¬."
  b"\x01˜¢ù3FrG sî¾çÿ.„"
  b"\x01˜¢ù3VsË¢WGÒ†MpD"
  b"\x01˜¢ù3fså³LÐß”„8f"
  b"\x01˜¢ù3|q\x02Ž„ã\x1C\x10Oˆì"
  b"\x01˜¢ù3“q@‘B\x16Ú²9ÑÛ"
  b"\x01˜¢ù3²p<¸vúh‹5R—"
  b"\x01˜¢ù3ËqÓ‘\x1C`\x1DèueŽ"
  b"\x01˜¢ù3àq$§:·?W°€¨"
  b"\x01˜¢ù3õqœ™z¦<4_ó\x12"
  b"\x01˜¢ù4\x06p¶¿6¹U„¢øQ"
  b"\x01˜¢ù4\x17s¥’QkQI¾SÅ"
  b"\x01˜¢ù4#q\x11™A\x02\x15\f€†æ"
  b"\x01˜¢ù46s\x10Ž4ß” rýN"
  b"\x01˜¢ù4Hr:€_ƒ‡dð:î"
  b"\x01˜¢ù4\s®5\x01/Ñ-¸î"
  b"\x01˜¢ù4lp §V¸@M—QÛ"
  b"\x01˜¢ù4yq\x02¡*:䫝îù"
  b"\x01˜¢ù4†qõ’š\x19©~h¾-"
  b"\x01˜¢ù4›r\x00°/Ûºw²Oy"
  b"\x01˜¢ù4§qù¼š\x0E~\t6\x1D¹"
  b"\x01˜¢ù4¶s[´¹kYª€\x04"
  b"\x01˜¢ù4Íq4¥•[ûF¨”‹"
  b"\x01˜¢ù4ãr\x17„7äÃ4<ޱ"
  b"\x01˜¢ù4ürNŠ‹º-nzÕ["
  b"\x01˜¢ù5\fs…±»#R!^ã\x06"
  b"\x01˜¢ù5$p‚¶4r®~~Ï"
  b"\x01˜¢ù59sѳ\x19óDq…E\x11"
  b"\x01˜¢ùA\x10qe¾™½·)“\x13"
  b"\x01˜¢ùA!r=§Kð‰é¢„‡"
  b"\x01˜¢ùC3r²’ŠùNœá¬k"
  b"\x01˜¢ùCRs©¿l‰î\x17äÎx"
  b"\x01˜¢ùCisޏæ»\fç0\x1C¼"
  b"\x01˜¢ùCxq\x07º\x7F\x10\x1C\x18¥¢g"
  b"\x01˜¢ùC“p…¿o~1wLVl"
  b"\x01˜¢ùC£q5¤\•à„£\fÒ"
  b"\x01˜¢ùC·qM˜—Ö\x11S>\x047"
  b"\x01˜¢ùCÌs\x1E\x18)YÕÞ9S"
  b"\x01˜¢ùCãq†¥'»í­ÊÝê"
  b"\x01˜¢ùCõs°‘‡º=ñ£AÑ"
  b"""
    \x01˜¢ùD\n
    p‡Ž\x08eS9ug(
    """
  b"\x01˜¢ùD\x1Asÿ“N¬ÿængÒ"
  b"\x01˜¢ùD,rd·ymµu2¾K"
  b"\x01˜¢ùD=rå¿™B—œR\x00\x7F"
  b"\x01˜¢ùDLqt’Ò`G\x17YÞq"
  b"\x01˜¢ùD^sN¦eŒGrp\t\x07"
  b"\x01˜¢ùT\x1Cr~ŽZJï«ù\x1Cš"
  b"\x01˜¢ùVœq̸\x00»ÿ®\eªí"
  b"\x01˜¢ùV»s¥¢N{ddžk!"
  b"\x01˜¢ùVÍsU¤[oÖ\x07ßú\e"
  b"\x01˜¢ùVßsR =Ü\x17f~ÍZ"
  b"\x01˜¢ùVöqc›U*úÃ,Nå"
  b"\x01˜¢úvqp\›Û¥$d‹Ø|"
  b"\x01˜¢úv‰q|²\e˜ªNŒû"
  b"\x01˜¢úvs&¶×4ß\x17ë\x12%"
  b"\x01˜¢úv°p\x12Ÿ2æ\x15‚{\x0FG"
  b"\x01˜¢úvÆsꥭpþÜ#?U"
  b"\x01˜¢úvÖpóŽÜ‡mοD)"
  b"\x01˜¢úvçs‰®¸Çš áB¼"
  b"\x01˜¢úvúpü­O11˜Úß/"
  b"""
    \x01˜¢úw\n
    pňˆžÙ½x/9
    """
  b"\x01˜¢úw\x18q™©÷VŽ`®\vc"
  b"\x01˜¢úw(r'ªfùŽÂrؽ"
  b"\x01˜¢úwAqm®îwÌô|"
  b"\x01˜¢úwVqò°ê¸\x03‡i+\n"
  b"\x01˜¢úwir'Š?/ú‰;Ì1"
  b"\x01˜¢úw€q+¾Ë)UÁA3%"
  b"\x01˜¢úw‘s\x04–—÷=4ɇ‚"
  b"\x01˜¢úw§s3†šÎçiÁòß"
  b"\x01˜¢úw¾r\x05¼¹$€\6Ç."
  b"\x01˜¢úw×qv–I1ÿ˜êÙ"
  b"\x01˜£\x00Ú\x08rg­œ’*\x05±|_"
  b"\x01˜£\x00Ú§qGž\x08">³«X("
  b"\x01˜£\x00Ú¹rñ°éX‡É5\t"
  b")ÕEfI¼BвjV%Gakü"
  b"”ˆÅ 1\x00Jé‹\x047ô¾p~"
  b"à”\fŠ& Oäž.`›Ñ—¹\x07"
  b"®dans†Oª‘{5£»VÈW"
  b"­–[-üôFù°p27jre›"
  b"Ímý’ñhIŽ¡àíÏ¢\x03\x16"
  b"\vqßu·¸AŒžVTÙòJ‰þ"
  b"a&"ÇÏÿIÁ«wÊ'$i©å"
  b"\x15èßí9\eHүþ\x0F>Õ‚P"
  b"ž¼s"]M«„yƒ8A–Ly"
  b"¶°\e\x1D\x19‘MPŒ¹‡l°y†\x1E"
  b"3‰<\IåK3Šy^¥Vt\x04À"
  b"Ö+ä\x04»\x1FG¦‚Êxô`Cäš"
  b"\x03Tü¿eæG2·,ÅD#`Iy"
  b"…íÈ&ü\x06OK‰\x0E,·a\x11ne"
  b"\rCeU[·K\x11°Öא¦\x13ŠN"
  b"›Â—É­üGz¡á)\ñ3»«"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01Œ\x1AÈÓðq+·\x13“úN‹_o"
  b"\x01•¯m’ËrJ é‘ÝÂOš¦"
  b"\x00%\µA\x1C¾4\eQUfÂþ"
  b"±"—zûÝ@O‡#ÁՌԠ¼"
]
67 3.42 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"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¦£\x1CÂÿ.@,‹VÑýa2\x11;"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"`éç†n§FB¸ð\žô:º±"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b")1KÁ÷LF[œñÞQ°þël"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"j®£o€žE½|è5rÒÑC"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x01•¯mœWs ¾|‚Ž:ãÿ€"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"\x01•¯mœ¿sM¿î….\x12à\r\x1F"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"˜­NìììHŠ»0\x19%ˆ¨j\x0F"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x01•¯mœLqß´\ffo\x15"
  b"""
    C{:µDñMذS…•q\n
    †Ù
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"N\x05£]\x12Aܽʙ/¶wȃ"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"\x05š\x17=ÈN½Ž*àvx[MJ"
  b"úÇ»À\x13¿@¨›D@:ù¾ãï"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"\x01Ž9ß\x08úp’Ÿ@ü\x0FÄÊ·"
  b"\x01Ž9ß\x12Krìªq“MÅiÆK"
  b"\x01Ž9¾yPs­¾p"Ð\x10:¬¹"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ª\eL`’šK'­Cet Ò}½"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x01Ž9ß\tFs%¿fd¿‰"¥¡"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"<ôŽÖß¼M}•)]\x00Z\x041j"
  b"B\x15¾\x14i2Oƒ¥‰×ÒrÍ/Ö"
  b"`\x01-­ªg@‰0Bg¯\x1E€Ç"
  b"btà5ƒºJæ¿ìîx–`\F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"àDpîhñD\x06±ñÿå_¸ù\x15"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"íÐÙÊžvDk¸*\x17Gi¿Í¦"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"\x01•¯Š»ìq-.Fœ\vøv÷"
  b"""
    \x01•¯Š½{pæ‡\n
    :T)æG’
    """
  b": ñ«\x12AK݈§!â`.9\x17"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x01š*\x13Ožru‚­\x00©d\x7F"
  b"\x0E­×‡Ð¥IvŒ)mc\x15\x0F"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b";S\r«\x08òA*Š 6„\f"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"A\fŠß\x14MB˜žSÿ[t'\x19"
  b"\f‚uºE®ÈD¸\`Æ="
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x02üêÒJZ°‘DqS—îq"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"öó5\x7FíïJ1¡Õ[ß\x10\x01\x08"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  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"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"Cd»©s\x10M®‡–;¹® ep"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"œ;ø\x03ÅUN“$U2O… "
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"ðAVlcöMdX¶°a‡ìû"
  b"ï\x00ÓÄc½NsŸd»×Àß\vW"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"\x01™€…xØp\x00ŽÂ¦à/³\x16¨"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"yêw‚+5K¹ƒ\x1AdϘ됹"
  b"úa¼~¹\x00B&«ª,¹1î\x04K"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"›ö>UBZ@Ožž\fötY\v~"
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ðú\x08q\x14oOlˆ\x04DH¡k¿¤"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"`ÿ›\x01\x11¶C잌î}Pt\x0E"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"’鲈p\x1ED\x14¦ž–¶¿`Rp"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"\x01™€S–érë°\x0EÒ\x16ÝŽ\x05>"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"¢LFäÆGD›­5÷öЪZx"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"\x01™€SŒTp ŒH\x04\x11µ\x01\x05"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b":±=\x07wüOQ¥{kåÄR?‚"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"\x01—éñÌFp\r¸é\x1D\vó®+¢"
  b"\x01—éñðOqȏ‚–k‡¸wô"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"\x01™€{\x11ªp5«µvÁÖ\x7F"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\t5WšrZF;®ük@’™}ô"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"@…×þbéB9²<Í•\tÅhä"
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"a¢·—Ú\x15@ KýH{œ›C"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"ï2@°•^L8„T{ŽkwÖ°"
  b"ȼ$Öù”O\x1Fª±A3MÅëX"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"ÛI+\x00O&G¼4¢_½‡Xð"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"\x01—éñðJsK¯0Á{9ˆ§­"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"È2t€cÈJ2»iê¡fãp!"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"cI›¾zÜBuŒ¦—‰[z\x00ù"
  b"šÆ±\x13ˆöKä¼q·ø|.®"
  b"½\f\v©UžGažÈžŠ~\x0F‹a"
  b"ç¥\9-ËJïš\x01\x04W9rz°"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"Í\eذ8<MèŽGgÒ\x15“fª"
  b"/”ØíJAOŠ«žÆºù\x14×–"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
]
68 5.86 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.override_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.override_1.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.override_1.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.override_1.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.override_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.override_1.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.override_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.override_1.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.override_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.override_1.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.override_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.override_1.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.translation.override_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.override_1.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.override_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.override_1.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.override_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.override_1.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.override_1`.`name` as `property_group_option.translation.override_1.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation.override_1`.`position` as `property_group_option.translation.override_1.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields`, `property_group_option.translation.override_1`.`custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.override_1`.`property_group_option_id` AND `property_group_option.translation.override_1`.`language_id` = ? 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.override_1`.`name` as `property_group_option.group.translation.override_1.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation.override_1`.`description` as `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation.override_1`.`position` as `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields`, `property_group_option.group.translation.override_1`.`custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.override_1`.`property_group_id` AND `property_group_option.group.translation.override_1`.`language_id` = ? 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.override_1`.`alt` as `property_group_option.media.translation.override_1.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation.override_1`.`title` as `property_group_option.media.translation.override_1.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields`, `property_group_option.media.translation.override_1`.`custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.override_1`.`media_id` AND `property_group_option.media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x01Ž9¾yPs­¾p"Ð\x10:¬¹"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"\x01Ž9ß\x08úp’Ÿ@ü\x0FÄÊ·"
  b"\x01Ž9ß\tFs%¿fd¿‰"¥¡"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"\x01Ž9ß\x12Krìªq“MÅiÆK"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01•¯mœLqß´\ffo\x15"
  b"\x01•¯mœWs ¾|‚Ž:ãÿ€"
  b"\x01•¯mœ¿sM¿î….\x12à\r\x1F"
  b"\x01•¯Š»ìq-.Fœ\vøv÷"
  b"""
    \x01•¯Š½{pæ‡\n
    :T)æG’
    """
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€SŒTp ŒH\x04\x11µ\x01\x05"
  b"\x01™€S–érë°\x0EÒ\x16ÝŽ\x05>"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x01™€{\x11ªp5«µvÁÖ\x7F"
  b"\x01™€…xØp\x00ŽÂ¦à/³\x16¨"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\t5WšrZF;®ük@’™}ô"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\x0E­×‡Ð¥IvŒ)mc\x15\x0F"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b" àF"Ò×G;‡X×ò7u»"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"/”ØíJAOŠ«žÆºù\x14×–"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b":±=\x07wüOQ¥{kåÄR?‚"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b";S\r«\x08òA*Š 6„\f"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"<ôŽÖß¼M}•)]\x00Z\x041j"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"@…×þbéB9²<Í•\tÅhä"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"A\fŠß\x14MB˜žSÿ[t'\x19"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"B\x15¾\x14i2Oƒ¥‰×ÒrÍ/Ö"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"\f‚uºE®ÈD¸\`Æ="
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    C{:µDñMذS…•q\n
    †Ù
    """
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"N\x05£]\x12Aܽʙ/¶wȃ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"`\x01-­ªg@‰0Bg¯\x1E€Ç"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"`éç†n§FB¸ð\žô:º±"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"a¢·—Ú\x15@ KýH{œ›C"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"btà5ƒºJæ¿ìîx–`\F"
  b"cI›¾zÜBuŒ¦—‰[z\x00ù"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"j®£o€žE½|è5rÒÑC"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"yêw‚+5K¹ƒ\x1AdϘ됹"
  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"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"’鲈p\x1ED\x14¦ž–¶¿`Rp"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"˜­NìììHŠ»0\x19%ˆ¨j\x0F"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"šÆ±\x13ˆöKä¼q·ø|.®"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;ø\x03ÅUN“$U2O… "
  b"\x05š\x17=ÈN½Ž*àvx[MJ"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢LFäÆGD›­5÷öЪZx"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"¦£\x1CÂÿ.@,‹VÑýa2\x11;"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"ª\eL`’šK'­Cet Ò}½"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"È2t€cÈJ2»iê¡fãp!"
  b"ȼ$Öù”O\x1Fª±A3MÅëX"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"Í\eذ8<MèŽGgÒ\x15“fª"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"ÛI+\x00O&G¼4¢_½‡Xð"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"àDpîhñD\x06±ñÿå_¸ù\x15"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"æœò¡ŸHGe•¢7KìI="
  b"ç¥\9-ËJïš\x01\x04W9rz°"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"íÐÙÊžvDk¸*\x17Gi¿Í¦"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ï\x00ÓÄc½NsŸd»×Àß\vW"
  b"ï2@°•^L8„T{ŽkwÖ°"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ðAVlcöMdX¶°a‡ìû"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ðú\x08q\x14oOlˆ\x04DH¡k¿¤"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"öó5\x7FíïJ1¡Õ[ß\x10\x01\x08"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"úa¼~¹\x00B&«ª,¹1î\x04K"
  b"úÇ»À\x13¿@¨›D@:ù¾ãï"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
]
69 4.59 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"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¦£\x1CÂÿ.@,‹VÑýa2\x11;"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"`éç†n§FB¸ð\žô:º±"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b")1KÁ÷LF[œñÞQ°þël"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"j®£o€žE½|è5rÒÑC"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x01•¯mœWs ¾|‚Ž:ãÿ€"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"\x01•¯mœ¿sM¿î….\x12à\r\x1F"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"˜­NìììHŠ»0\x19%ˆ¨j\x0F"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x01•¯mœLqß´\ffo\x15"
  b"""
    C{:µDñMذS…•q\n
    †Ù
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"N\x05£]\x12Aܽʙ/¶wȃ"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"\x05š\x17=ÈN½Ž*àvx[MJ"
  b"úÇ»À\x13¿@¨›D@:ù¾ãï"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"\x01Ž9ß\x08úp’Ÿ@ü\x0FÄÊ·"
  b"\x01Ž9ß\x12Krìªq“MÅiÆK"
  b"\x01Ž9¾yPs­¾p"Ð\x10:¬¹"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ª\eL`’šK'­Cet Ò}½"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x01Ž9ß\tFs%¿fd¿‰"¥¡"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"<ôŽÖß¼M}•)]\x00Z\x041j"
  b"B\x15¾\x14i2Oƒ¥‰×ÒrÍ/Ö"
  b"`\x01-­ªg@‰0Bg¯\x1E€Ç"
  b"btà5ƒºJæ¿ìîx–`\F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"àDpîhñD\x06±ñÿå_¸ù\x15"
  b"àª3 §\x04Cɸkã[Œ™j\f"
  b"íÐÙÊžvDk¸*\x17Gi¿Í¦"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"\x01•¯Š»ìq-.Fœ\vøv÷"
  b"""
    \x01•¯Š½{pæ‡\n
    :T)æG’
    """
  b": ñ«\x12AK݈§!â`.9\x17"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x01š*\x13Ožru‚­\x00©d\x7F"
  b"\x0E­×‡Ð¥IvŒ)mc\x15\x0F"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b";S\r«\x08òA*Š 6„\f"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"A\fŠß\x14MB˜žSÿ[t'\x19"
  b"\f‚uºE®ÈD¸\`Æ="
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x02üêÒJZ°‘DqS—îq"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"öó5\x7FíïJ1¡Õ[ß\x10\x01\x08"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  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"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"Cd»©s\x10M®‡–;¹® ep"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"œ;ø\x03ÅUN“$U2O… "
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"ðAVlcöMdX¶°a‡ìû"
  b"ï\x00ÓÄc½NsŸd»×Àß\vW"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"\x01™€…xØp\x00ŽÂ¦à/³\x16¨"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"yêw‚+5K¹ƒ\x1AdϘ됹"
  b"úa¼~¹\x00B&«ª,¹1î\x04K"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"›ö>UBZ@Ožž\fötY\v~"
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ðú\x08q\x14oOlˆ\x04DH¡k¿¤"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"`ÿ›\x01\x11¶C잌î}Pt\x0E"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"’鲈p\x1ED\x14¦ž–¶¿`Rp"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"\x01™€S–érë°\x0EÒ\x16ÝŽ\x05>"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"¢LFäÆGD›­5÷öЪZx"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"\x01™€SŒTp ŒH\x04\x11µ\x01\x05"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b":±=\x07wüOQ¥{kåÄR?‚"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"\x01—éñÌFp\r¸é\x1D\vó®+¢"
  b"\x01—éñðOqȏ‚–k‡¸wô"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"\x01™€{\x11ªp5«µvÁÖ\x7F"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\t5WšrZF;®ük@’™}ô"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"@…×þbéB9²<Í•\tÅhä"
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"a¢·—Ú\x15@ KýH{œ›C"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"ï2@°•^L8„T{ŽkwÖ°"
  b"ȼ$Öù”O\x1Fª±A3MÅëX"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"ÛI+\x00O&G¼4¢_½‡Xð"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"\x01—éñðJsK¯0Á{9ˆ§­"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"È2t€cÈJ2»iê¡fãp!"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"cI›¾zÜBuŒ¦—‰[z\x00ù"
  b"šÆ±\x13ˆöKä¼q·ø|.®"
  b"½\f\v©UžGažÈžŠ~\x0F‹a"
  b"ç¥\9-ËJïš\x01\x04W9rz°"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"Í\eذ8<MèŽGgÒ\x15“fª"
  b"/”ØíJAOŠ«žÆºù\x14×–"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
]
70 16.92 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"›Â—É­üGz¡á)\ñ3»«"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b")ÕEfI¼BвjV%Gakü"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01Œ\x1AÈÓðq+·\x13“úN‹_o"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"\x01•¯m’ËrJ é‘ÝÂOš¦"
  b"\x15èßí9\eHүþ\x0F>Õ‚P"
  b"a&"ÇÏÿIÁ«wÊ'$i©å"
  b"\vqßu·¸AŒžVTÙòJ‰þ"
  b"ž¼s"]M«„yƒ8A–Ly"
  b"\x00%\µA\x1C¾4\eQUfÂþ"
  b"¶°\e\x1D\x19‘MPŒ¹‡l°y†\x1E"
  b"3‰<\IåK3Šy^¥Vt\x04À"
  b"\x03Tü¿eæG2·,ÅD#`Iy"
  b"Ö+ä\x04»\x1FG¦‚Êxô`Cäš"
  b"\rCeU[·K\x11°Öא¦\x13ŠN"
  b"±"—zûÝ@O‡#ÁՌԠ¼"
  b"…íÈ&ü\x06OK‰\x0E,·a\x11ne"
  b"”ˆÅ 1\x00Jé‹\x047ô¾p~"
  b"Ímý’ñhIŽ¡àíÏ¢\x03\x16"
  b"­–[-üôFù°p27jre›"
  b"®dans†Oª‘{5£»VÈW"
  b"à”\fŠ& Oäž.`›Ñ—¹\x07"
  true
]
71 4.87 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"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ù¤ÄmeJۺԐ0Géo "
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x1A-8X(˜I÷¤];Ñ^~"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x14Ü\x07ißÏKÌ‹ÂöR3\\x18Ï"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x0F3í1R˜G¦€–e)i"E\"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ù¤ÄmeJۺԐ0Géo "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Ñ/e@÷˜q_8GÈþu"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ñ/e@÷˜q_8GÈþu"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"”á"F˜B.ž\e1a/a[Ž"
  b")1KÁ÷LF[œñÞQ°þël"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b")1KÁ÷LF[œñÞQ°þël"
  b")1KÁ÷LF[œñÞQ°þël"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b")1KÁ÷LF[œñÞQ°þël"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b")1KÁ÷LF[œñÞQ°þël"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b")1KÁ÷LF[œñÞQ°þël"
  b")1KÁ÷LF[œñÞQ°þël"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b")1KÁ÷LF[œñÞQ°þël"
  b"Ð )ž{òGt¸-m–מãÅ"
  b")1KÁ÷LF[œñÞQ°þël"
  b"Ñ/e@÷˜q_8GÈþu"
  b")1KÁ÷LF[œñÞQ°þël"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b")1KÁ÷LF[œñÞQ°þël"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"¾B\x15˜<ZO$¬›øpíJºà"
]
72 2.76 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˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜!ûO‹rÀ—¸<Ökl-µ"
  b"\x01˜!ûO¿sºŸk\x02ú™{èž"
  b"\x01˜!ûOæsv ™÷à"´Ï"
  b"\x01˜!ûOÿr\x0F–X0\x1FK³'\x15"
  b"\x01˜!ûP\x14s\x10—ìÜ—\§TÉ"
  b"\x01˜!ûP4ro†c,­Z¹ŽÏ"
  b"\x01˜!ûPLr\x00³qòi‹ˆ´´"
  b"\x01˜!ûPop†ºtPE\i‘“"
  b"\x01˜!ûP‹sR°˜?*\x19­¦t"
  b"\x01˜!ûP£r¤»4I€\x11D\x13\x1C"
  b"\x01˜!ûPÁs0„“ö‹2ÊjV"
  b"\x01˜!ûPÜq4‹7•ÈЩ7Ë"
  b"\x01˜!ûPörÈžÀEÑ+Á\t¹"
  b"\x01˜!ûQ\x0Fp…•0é¦yt®Š"
  b"\x01˜!ûQ)rR±`‚®ú\x1A¡­"
  b"\x01˜!ûQ@p¬¹Ú°lx\x1EØ”"
  b"\x01˜!ûQTpŸ½r½;·\x15z¿"
  b"\x01˜!ûQqqr‘qV^ÎMET"
  b"\x01˜!ûQ…s¢µ\x1A\x11\x7Fý‚˜"
  b"\x01˜W0üïr\x07¨æRÇݦӞ"
  b"\x01˜XÕÁzså´€\x0EbU“\x1DÇ"
  b"\x01˜XÕÁ—r‹Œ=\rsÞƒ\x120"
  b"\x01˜XÕÁ²s¶«SÂ\x00Ø\x16Üå"
  b"\x01˜XÕÁÔrØ»í© Dà.\x19"
  b"\x01˜XÕÁôq””\x07Ž®ìT…C"
  b"\x01˜XÕÂ\x0Fse¨éª®O:SŽ"
  b"\x01˜XÕÂ.qþ½yQ¡êˆ¢\x16"
  b"\x01˜XÕÂMq‡½µ@ÕnKjà"
  b"\x01˜XÕÂnqJ¯ð-x\x061×+"
  b"\x01˜XÕÂŽpmª\x19{3´OíŠ"
  b"\x01˜XÕ¯qÀ¹q¤æ«Ód"
  b"\x01˜WpþgpTñë:\x0E\x0E9N"
  b"\x01˜XÚ[ÙqÔ–Gãg%\f§"
  b"\x01˜XÚ\\x05pÊ©]>ϧ•8\e"
  b"\x01˜XÚ\)qųRï\x16Øå\x14A"
  b"\x01˜XÚ\Ks@£0::ßÇaå"
  b"""
    \x01˜XÚ\qrÙ§*ªž\n
    ¢F•
    """
  b"\x01˜XÚ\–q¿¾¦×ÔbÊ=Ý"
  b"\x01˜XÚ\¸qÉ®\x04f\x04’—rì"
  b"\x01˜XÚ\ÝrÇ™%Ь\x14—o\x12"
  b"\x01˜XÚ]\x04sЋí\x1Ad ¿×ú"
  b"\x01˜XÚ]*qm¿­–äö%ÈË"
  b"\x01˜XÚ]OrÛ£\x08Í0Ý),Q"
  b"\x01˜Xܐ˜p ¹\x14ºï\x08\x14"
  b"\x01•¯kt#rò»0D}q¸ðb"
  b"\x01˜¢ùA\x10qe¾™½·)“\x13"
  b"\x01˜¢ùA!r=§Kð‰é¢„‡"
  b"\x01˜¢ùC3r²’ŠùNœá¬k"
  b"\x01˜¢ùCRs©¿l‰î\x17äÎx"
  b"\x01˜¢ùCisޏæ»\fç0\x1C¼"
  b"\x01˜¢ùCxq\x07º\x7F\x10\x1C\x18¥¢g"
  b"\x01˜¢ùC“p…¿o~1wLVl"
  b"\x01˜¢ùC£q5¤\•à„£\fÒ"
  b"\x01˜¢ùC·qM˜—Ö\x11S>\x047"
  b"\x01•¯kBSr¦­"+Ršõ¢%"
  b"\x01˜¢ù\x00Øqr¨*À=#†$¾"
  b"\x01˜¢ù\x01\x14q|¾bˆU(bPß"
  b"\x01˜¢ù\x01,rï˜ù'€ËsHL"
  b"\x01˜¢ù\x01AsܧŸ*Ü{\têú"
  b"\x01˜¢ù\x01Xqð¨g}k\x06n¤¼"
  b"\x01˜¢ù\x01lr̈hãñ5~8§"
  b"\x01˜¢ù\x01ˆsö¦íGÚ©ó3n"
  b"\x01˜¢ù\x01šs¿«#\fù€\f¿^"
  b"\x01˜¢ù\x01´pǤ\t‰Ç\4\x1C"
  b"\x01˜¢ù\x01Éróµ\x15]—ÜüÏ0"
  b"\x01˜¢ù\x01ÖqI’\x11©ø#Z>\x15"
  b"\x01•¯k„Sp1Œ-Ð[;<k\x18"
  b"\x01˜¢ùT\x1Cr~ŽZJï«ù\x1Cš"
  b"\x01˜¢ùVœq̸\x00»ÿ®\eªí"
  b"\x01˜¢ùV»s¥¢N{ddžk!"
  b"\x01˜¢ùVÍsU¤[oÖ\x07ßú\e"
  b"\x01˜¢ùVßsR =Ü\x17f~ÍZ"
  b"\x01˜¢ùVöqc›U*úÃ,Nå"
  b"\x01•¯kDÖr–¤%½¹„ˆ›{"
  b"\x01˜¢ù\x04‰sð¥oŽÔØøo+"
  b"\x01˜¢ù\x04 q‹‚çˆ;³Ø_"
  b"\x01˜¢ù\x04»pv§+U¶]6\x06-"
  b"\x01˜¢ù\x04Õr^ºm€}jÌ\x14Y"
  b"\x01˜¢ù\x04îp\x15\x10[£9¼\x08­"
  b"\x01˜¢ù\x04ýq¨§ÿ\x07\x07\vDµ–"
  b"\x01˜¢ù\x05\x13r\ƒ2§Bs\x08f\x19"
  b"\x01˜¢ù\x05-qGƒ…䮎±\x0E"
  b"\x01˜¢ù\x05Brя¬\x08Ôaönv"
  b"\x01˜¢ù\x05UrÌŸŽW4*\x7FÈ\x04"
  b"\x01˜¢ù\x05ap\x05ž\e%V\x03Q:U"
  b"\x01˜¢ù\x05qríŽ\]Ó¦‡ú"
  b"\x01˜¢ù\x05r´/Ë\x1FÚƒ\r¼"
  b"\x01˜¢ù\x05•p%¡‡AÎ\x18;ãØ"
  b"\x01˜¢ù\x05©r\x15¦®VÈÜ;Îj"
  b"""
    \x01˜¢ù\x05·qA¸Å©1ï\n
    ‹®
    """
  b"\x01˜¢ù\x05Çqä§Ôuçµ7¡á"
  b"\x01˜¢ù\x05Úp\x12…Ç«É^\v"
  b"\x01˜¢ù\x05êrnŽs}Éùn\x0F"
  b"\x01˜¢ù\x05ýsj•P$>¬ª²+"
  b"\x01˜¢ù\x06\vsK„ç™mçµö"
  b"\x01˜¢ù\x06\es‹âq0\x08Úâ"
  b"\x01˜£\x00Ú\x08rg­œ’*\x05±|_"
  b"\x01Y/Ÿ¢qo‰\x19lp~VËm"
  b"\x01˜!ú: r®”ܳmñáâª"
  b"\x01˜!ú:Nrº¢žØ-O™\x05"
  b"\x01˜!ú:xrBºß¤ƒ\x01…,N"
  b"\x01˜!ú:•pö©RÔÁWÑd"
  b"\x01˜!ú:«pM¦šÂ€`\x16¯‡"
  b"\x01˜!ú:ÁsÕ­>w=Ô¤!L"
  b"\x01˜!ÿN\eq|·e\x7F#…A)\x18"
  b"\x01˜!ÿ¢Àq‘‚\x02|}7µ®ß"
  b"\x01˜!ÿÿ,p„¯báÙîM’á"
  b"\x01•¯kaîq\x06µpLAðgT!"
  b"\x01˜¢ù/Nq\x06«ú\x13q–`aÎ"
  b"\x01˜¢ù/[qº„5\x15Æ\x11>\x17î"
  b"\x01˜¢ù1Åq?žÎÌïÞGŒA"
  b"\x01˜¢ù1ßqÁˆÜ\x17—üHø\x03"
  b"\x01˜£\x00Ú¹rñ°éX‡É5\t"
  b"\x01˜W°œbp´©óE6\x15"$P"
  b"\x01˜¢úvqp\›Û¥$d‹Ø|"
  b"\x01˜¢úv‰q|²\e˜ªNŒû"
  b"\x01˜¢úvs&¶×4ß\x17ë\x12%"
  b"\x01˜¢úv°p\x12Ÿ2æ\x15‚{\x0FG"
  b"\x01˜¢úvÆsꥭpþÜ#?U"
  b"\x01˜¢úvÖpóŽÜ‡mοD)"
  b"\x01˜¢úvçs‰®¸Çš áB¼"
  b"\x01˜¢úvúpü­O11˜Úß/"
  b"""
    \x01˜¢úw\n
    pňˆžÙ½x/9
    """
  b"\x01˜¢úw\x18q™©÷VŽ`®\vc"
  b"\x01˜¢úw(r'ªfùŽÂrؽ"
  b"\x01˜¢úwAqm®îwÌô|"
  b"\x01˜¢úwVqò°ê¸\x03‡i+\n"
  b"\x01˜¢úwir'Š?/ú‰;Ì1"
  b"\x01˜¢úw€q+¾Ë)UÁA3%"
  b"\x01˜¢úw‘s\x04–—÷=4ɇ‚"
  b"\x01˜¢úw§s3†šÎçiÁòß"
  b"\x01˜¢úw¾r\x05¼¹$€\6Ç."
  b"\x01˜¢úw×qv–I1ÿ˜êÙ"
  b"\x01•¯kC‚ré½ Çg\x7Fƒ_²"
  b"\x01˜¢ù\x01çsi§ rfWÏ>"
  b"\x01˜¢ù\x02\x00qD½à\x05î\x19t"
  b"\x01˜¢ù\x02\x16p{ ;ú§5\x1CΗ"
  b"\x01˜¢ù\x02)s| °‡¸\x00\x11e\x05"
  b"\x01˜¢ù\x03àrÑš®\r¨àÑÄ\f"
  b"\x01˜¢ù\x04\x07q•½\x11à±Vi`A"
  b"\x01˜¢ù\x04\x1Fsª²Tˆ\x10\t<»ä"
  b"\x01˜¢ù\x044qý‚ÜG50d Š"
  b"\x01˜¢ù\x04LrÛ›‹âW*'*t"
  b"\x01˜¢ù\x04]r„¹¾„ƒ±kFÿ"
  b"\x01˜¢ù\x04vsk£Ï¬¿Øƒ^h"
  b"\x01•¯ktòrô¨#ô÷‰+‘!"
  b"\x01˜¢ùCÌs\x1E\x18)YÕÞ9S"
  b"\x01˜¢ùCãq†¥'»í­ÊÝê"
  b"\x01˜¢ùCõs°‘‡º=ñ£AÑ"
  b"""
    \x01˜¢ùD\n
    p‡Ž\x08eS9ug(
    """
  b"\x01˜¢ùD\x1Asÿ“N¬ÿængÒ"
  b"\x01˜¢ùD,rd·ymµu2¾K"
  b"\x01˜¢ùD=rå¿™B—œR\x00\x7F"
  b"\x01˜¢ùDLqt’Ò`G\x17YÞq"
  b"\x01˜¢ùD^sN¦eŒGrp\t\x07"
  b"\x01Þ¢p·rE…þÖáfÈC?"
  b"\x01ÞÁ¸\vsŸ™\v§`>\x1FN;"
  b"\x01ÞÁ¸)qŽš}\x19\x1Cç“9ÿ"
  b"\x01ÞÁ¸=qá¸8©\x18\x12Ô"
  b"\x01ÞÁ¸Ps;Ž/Çàäæ\x19""
  b"\x01ÞÁ¸er7‡ã\x01–lƇ§"
  b"\x01ÞÁ¸{s9­\r—\‚¿9à"
  b"\x01ÞÁ¸¦p‚Ÿò¤‰¡î \x03"
  b"\x01ÞÁ¸¼r`ŽêÑ;Љï’"
  b"\x01ÞÁ¸ìpw¾æê\RG»›"
  b"""
    \x01ÞÁ¹\x0Er\n
    ±@ߢp®Ÿƒ
    """
  b"\x01ÞÁ¹3pÝP\\v\x04¹\6"
  b"\x01ÞÁ¹MqZ•FrüŽ\x03F%"
  b"\x01ÞÁ¹jr5±8¸ÒøÚ=â"
  b"\x01ÞÁ¹‚p€¸Ø!!\x11#;ú"
  b"\x01ÞÁ¹™s”‡\x07²\x14¯˜rñ"
  b"\x01ÞÁ¹±qz©pCÝn©c5"
  b"\x01ÞÁ¹Ëp¹³$(ÉR\x18"
  b"\x01ÞÁ¹âpH‹ÕL"‘Ÿfæ"
  b"\x01ÞÁ¹ür\r«F+PéÆÃ\x03"
  b"\x01ÞÁº\x16p ²¬Ã\x15\x15ÚqË"
  b"\x01ÞÁº:pAŽ\r©A/\r"
  b"\x01ÞÁºRrd©µÙ—ÓÜŒ£"
  b"\x01ÞÁºkr@œZJ\x1E\r}‰]"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜XËΣs»ŠäÀR»o\x0EG"
  b"\x01˜XËνr\vžªd4¡¨X"
  b"\x01˜XËÎÙs*•ü)ã3\x1C9\x01"
  b"""
    \x01˜XϸIq‹·\n
    b\x16øó‚\x1A
    """
  b"\x01˜XÛPsqù­Q`Nˆ¿\x04\x11"
  b"\x01˜XÛPžq\x18\f…@.³«Ž"
  b"\x01˜XÛPÊs‡µG­@-¥$æ"
  b"\x01˜!º\x07¾qó¯ÇNt\x00²"
  b"\x01˜!÷Î\x03sܾ\x17ï-ÂÍÍ\x1D"
  b"\x01˜!÷Î\x1Dq&š²N18@„r"
  b"\x01˜!÷Î6rYœ+ \x1A@LQñ"
  b"\x01˜!÷ÎLpzŒ<p¬%"\x19Ï"
  b"\x01˜!÷Îeq½·éK+Ú¿8>"
  b"\x01˜!÷Î~q½Ò`šÆƒ1Î"
  b"\x01˜!÷Î’s=®ž•šNX“Î"
  b"\x01˜!÷Ωp䀳(\vaA€Ä"
  b"\x01˜!÷ÎÌpØ·DK>&ßH˜"
  b"\x01˜!÷Îæq·‹ô𭃌ŽU"
  b"\x01˜!÷ÎþrIŒ|¢\x1E\x175\x15F"
  b"\x01˜!÷Ï\x14s"¥šî†o«Ùc"
  b"\x01˜!÷Ï0pв\x12ýw½ûE–"
  b"\x01˜!÷ÏKrö¯N‘®*ðà}"
  b"\x01˜!÷ÏdrĘ@Xyž\x03ïþ"
  b"\x01˜!÷Ï~rd$”;V]\rè"
  b"\x01˜!ÿ\x1C2ql’¼ïžÅ;™¤"
  b"\x01˜!ÿ\x1CSqAšiáÐ@8©±"
  b"\x01˜!ÿŽ(p潚NKÙ\x10u‹"
  b"\x01•¯k_Rpo¾žfP<Sd\x12"
  b"\x01˜¢ù-¡ph¸ÇG?~?á,"
  b"\x01˜¢ù-±q\x01“›“\x18¿\x08äý"
  b"\x01˜¢ù-¿s\x1D©2½¼³P$ê"
  b"\x01˜¢ù-Ñp¥†óp“ÎâÞð"
  b"\x01˜¢ù-ÞpЈ„\x1Ci×$Ù\"
  b"\x01˜¢ù-ìqæ‡\x18F\x10\x16)Š#"
  b"\x01˜¢ù-ûp\x12Ž>vðK!Ìå"
  b"\x01˜¢ù.\fsÆ‚\9\x08Airf"
  b"\x01˜¢ù.\x1Fs–´´d›M*ÉÆ"
  b"\x01˜¢ù./q\x1CŠ­8šøÜçZ"
  b"\x01˜¢ù.?rL†víë\x1D\x0E"
  b"\x01˜¢ù.KpõŸ¶\f•oÉË"
  b"\x01˜¢ù.Xq*·2ee\f[ÏÆ"
  b"""
    \x01˜¢ù.fp\n
    µò3NR|¢\v
    """
  b"\x01˜¢ù.wqÙ†"Á˜\x02›V""
  b"\x01Þ¢qÐrO‹øÿÅW«qû"
  b"\x01ÞÁá²pj§ôqÔ(f°"
  b"\x01ÞÁáÆpŸ™Ù\x1E@)\x01á´"
  b"\x01ÞÁáÙpy²\x12‹Ê‡î¥0"
  b"\x01ÞÁáïrW¬Ü–\x16\x05x)Æ"
  b"\x01ÞÁâ\x06q\x00…(\x06ó”ÒU§"
  b"\x01ÞÁâ\x1Fsº¢‘!ÿœ\x06ãw"
  b"\x01ÞÁâ8p\x19§Ýh\x1AГ\"
  b"\x01ÞÁâ[qº±6\x04([ò@$"
  b"\x01ÞÁâos9¯{ÜåP\x15\x07"
  b"\x01ÞÁâ„q²ræHþœŒ"
  b"\x01ÞÁâ™r¹¹Ñ\x03°µÛÝ»"
  b"\x01ÞÁâ®s\x13—z·P@7x\x13"
  b"\x01ÞÁâÉs™Ža%‡m»Å\x1C"
  b"\x01ÞÁâär ¥ìÕl瘝 "
  b"""
    \x01ÞÁâýs\n
    ªö•qã,êÏ
    """
  b"\x01ÞÁã\x17p³„„ã\x06È|¦©"
  b"\x01ÞÁã:pŸ¸4¸´°Ìă"
  b"\x01ÞÁã_pn„›t\x1EÕ’˜{"
  b"\x01ÞÁè£s/°ïkÿ/\x06þI"
  b"\x01ÞÁèÇr §7K¢ìV›ƒ"
  b"\x01ÞÁèÞqEŠìd~u$Ä"
  b"\x01Þ¢qŒp½ŒšÑ÷½–Tƒ"
  b"\x01ÞÁÞhr¾kœÛ£Ž"
  b"\x01ÞÁÞŠs¶ŽˆÆð·¼2ž"
  b"\x01ÞÁÞ¤rðŠd·\x14ƒ\x7FU"
  b"\x01ÞÁÞ·p ¯Ä~=¹r'Í"
  b"\x01ÞÁÞÌpõª+?\x12u>„"
  b"\x01ÞÁÞêr\r¦¢—\`ñðf"
  b"\x01ÞÁß\x14pž\x18¶Ê\x05·:U"
  b"\x01ÞÁß,qg„Ä\x19çýP\x0E"
  b"\x01ÞÁß?rÈ¥b\x1C\x1E®"
  b"\x01ÞÁßQr„¿)\x14\x04\fU^‹"
  b"\x01ÞÁßcs|¢ÂàÂ\x7Fü»"
  b"\x01ÞÁßtqK±õ¼p\x16Qѵ"
  b"\x01ÞÁ߈s\x12„îSWUÑ&•"
  b"\x01˜™§\x10&r$¾\rª[#²èU"
  b"\x01˜¢ù4\s®5\x01/Ñ-¸î"
  b"\x01˜¢ù4lp §V¸@M—QÛ"
  b"\x01˜¢ù4yq\x02¡*:䫝îù"
  b"\x01˜¢ù4†qõ’š\x19©~h¾-"
  b"\x01˜¢ù4›r\x00°/Ûºw²Oy"
  b"\x01˜¢ù4§qù¼š\x0E~\t6\x1D¹"
  b"\x01˜¢ù4¶s[´¹kYª€\x04"
  b"\x01˜¢ù4Íq4¥•[ûF¨”‹"
  b"\x01˜¢ù4ãr\x17„7äÃ4<ޱ"
  b"\x01˜¢ù4ürNŠ‹º-nzÕ["
  b"\x01˜¢ù5\fs…±»#R!^ã\x06"
  b"\x01˜¢ù5$p‚¶4r®~~Ï"
  b"\x01˜¢ù59sѳ\x19óDq…E\x11"
  b"\x01•¯k`†qÜ®ÞÆI}\x13"
  b"\x01˜¢ù.ŽqR£[‚;yÖÔÉ"
  b"\x01˜¢ù.žp\x02°W;a§îM\v"
  b"\x01˜¢ù.¬q›œãu\x07ECŒ”"
  b"\x01˜¢ù.¹pœ¨ñB¿Íõvù"
  b"\x01˜¢ù.Åp\x07Œ¼JJvrÐé"
  b"\x01˜¢ù.Òqö¸™\x01WZ\x15›D"
  b"\x01˜¢ù.áp\x1AƒÞ¬É–cŽ@"
  b"\x01˜¢ù.órê¹gŠ2ÍÂ\x16<"
  b"\x01˜¢ù/\x00q¨‚DÿøsS?M"
  b"\x01˜¢ù/\x0ErÖºáxK„¢\x7Fž"
  b"\x01˜¢ù/#q–¥Œ\x13Pëþ;Á"
  b"\x01˜¢ù/9p›©f=³š\x06»B"
  b"\x01˜£\x00Ú§qGž\x08">³«X("
  b"\x01Þ¢qçp̘Ù9Wò¤‡9"
  b"\x01ÞÁèýrz¯µâ0”ù\x11>"
  b"\x01ÞÁé\x10põ›ó{&e]ç_"
  b"\x01ÞÁé)p̲QZ&>\x02\x7FŠ"
  b"\x01ÞÁé;qœ«p\x05™è…È'"
  b"\x01ÞÁéWs(\x02õ [잯"
  b"\x01ÞÁémr³‹\x11ªN&«Ç|"
  b"\x01ÞÁé–r•—ˆ†‹€ K6"
  b"\x01ÞÁé­r€¥$¬ýŒ%Ë\x13"
  b"\x01ÞÁéÃpi½\eBØ ¹ð_"
  b"\x01ÞÁéÚqÀ’õÕ*\x11FîÕ"
  b"\x01ÞÁéòrÙ²·_ñüûÇX"
  b"\x01ÞÁê\x12r†œÇ@Ê]*.Å"
  b"\x01ÞÁê-ss—F¬Ñdø¼O"
  b"\x01ÞÁê@rË’È?€\e\>±"
  b"\x01ÞÁêTsÑŒ0|ŽÂâ«]"
  b"\x01ÞÁêts¡™¼[\x1EŸÇdß"
  b"\x01ÞÁêŽq*žVc¬í\x00÷Ä"
  b"\x01ÞÁê¤p©½èõyétBÜ"
  b"\x01ÞÁê½q̬+?\x19u¶Rº"
  b"\x01ÞÁêÒrºº£"\x15Â\x12…Â"
  b"\x01ÞÁêëqD“\x7Fr¸h‹öó"
  b"\x01•¯kgmq(±S¤î)\x1F‹ä"
  b"\x01˜¢ù2åsŸ¯ýÜö­\x10ô*"
  b"\x01˜¢ù2úp}¥Ž+\x07¨­‰ï"
  b"\x01˜¢ù3\x0Era£Vq¬i\fýâ"
  b"\x01˜¢ù3 s\x13ž¢Sþ©Ô\x16É"
  b"\x01˜¢ù32r\x0F†è»\túµ¬."
  b"\x01˜¢ù3FrG sî¾çÿ.„"
  b"\x01˜¢ù3VsË¢WGÒ†MpD"
  b"\x01˜¢ù3fså³LÐß”„8f"
  b"\x01˜¢ù3|q\x02Ž„ã\x1C\x10Oˆì"
  b"\x01˜¢ù3“q@‘B\x16Ú²9ÑÛ"
  b"\x01˜¢ù3²p<¸vúh‹5R—"
  b"\x01˜¢ù3ËqÓ‘\x1C`\x1DèueŽ"
  b"\x01˜¢ù3àq$§:·?W°€¨"
  b"\x01˜¢ù3õqœ™z¦<4_ó\x12"
  b"\x01˜¢ù4\x06p¶¿6¹U„¢øQ"
  b"\x01˜¢ù4\x17s¥’QkQI¾SÅ"
  b"\x01˜¢ù4#q\x11™A\x02\x15\f€†æ"
  b"\x01˜¢ù46s\x10Ž4ß” rýN"
  b"\x01˜¢ù4Hr:€_ƒ‡dð:î"
  b"\x01Þ¢qMqK„F|\eà.}["
  b"\x01ÞÁÈ)q×:ÒgÊç½ñ"
  b"\x01ÞÁÈLq¸¹,Á¨ñâd"
  b"\x01ÞÁÈesûª\x1AÙ\x19»wp~"
  b"\x01ÞÁÈ\x7Frq°›uqó‰\x02v"
  b"\x01ÞÁÈ–p\v”~\x00\n^3\x1FÞ"
  b"\x01ÞÁȱq< "ûRù>†J"
  b"\x01ÞÁÈÑsg¯úžêT”\x16Â"
  b"\x01ÞÁÈìpÏ—¤•h\x19íN"
  b"\x01ÞÁÉ\x06q\x19¢ó?>Íw\x1Aä"
  b"\x01ÞÁÉ%sІ×/ü:þþ|"
  b"\x01ÞÁÉHr”k¼)[µtm"
  b"\x01ÞÁÉZs‚‚ô«\?k¬i"
  b"""
    \x01ÞÁÉnr¿ƒeª*ê\n
    b\x04
    """
  b"\x01ÞÁɇs¡¡"ÚF¯Ã&V"
  b"\x01ÞÁÉ™rø«OGi`gGN"
  b"\x01ÞÁɬs‘£ïãôMÀ\x04Š"
  b"\x01ÞÁɽp«”g\x11‰s|úû"
  b"\x01ÞÁÉÏrQ\x11o\x01O\x07\tÃ"
  b"""
    \x01ÞÁÉärF’’.õ?h\n
    n
    """
  b"\x01ÞÁÉüsn¶cçƒ\x06äæÞ"
  b"\x01ÞÁÊ\x1Dq/UÖ0“´º¸"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
]
73 0.64 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
]
74 0.67 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
]
75 0.52 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"
]
76 0.66 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»‚ªÁ"
]
77 4.39 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.override_1.metaDescription`, `product.parent.translation.override_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.override_1.metaDescription`,`product.parent.translation.override_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.override_1.name`, `product.parent.translation.override_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.override_1.name`,`product.parent.translation.override_1.name`,`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.override_1.keywords`, `product.parent.translation.override_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.override_1.keywords`,`product.parent.translation.override_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.override_1.description`, `product.parent.translation.override_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.override_1.description`,`product.parent.translation.override_1.description`,`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.override_1.metaTitle`, `product.parent.translation.override_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.override_1.metaTitle`,`product.parent.translation.override_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.override_1.packUnit`, `product.parent.translation.override_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.override_1.packUnit`,`product.parent.translation.override_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.override_1.packUnitPlural`, `product.parent.translation.override_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.override_1.packUnitPlural`,`product.parent.translation.override_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.override_1.customSearchKeywords`, `product.parent.translation.override_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.override_1.customSearchKeywords`,`product.parent.translation.override_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.override_1.slotConfig`, `product.parent.translation.override_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.override_1.slotConfig`,`product.parent.translation.override_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.override_1.customFields`, `product.parent.translation.override_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.override_1.customFields`,`product.parent.translation.override_1.customFields`,`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.override_1`.`meta_description` as `product.translation.override_1.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation.override_1`.`name` as `product.translation.override_1.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation.override_1`.`keywords` as `product.translation.override_1.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation.override_1`.`description` as `product.translation.override_1.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation.override_1`.`meta_title` as `product.translation.override_1.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation.override_1`.`pack_unit` as `product.translation.override_1.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation.override_1`.`pack_unit_plural` as `product.translation.override_1.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation.override_1`.`custom_fields` as `product.translation.override_1.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation.override_1`.`slot_config` as `product.translation.override_1.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords`, `product.translation.override_1`.`custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation`.`product_id` = `product.translation.override_1`.`product_id` AND `product.translation.override_1`.`language_id` = ? AND `product.translation`.`product_version_id` = `product.translation.override_1`.`product_version_id` 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.override_1`.`meta_description` as `product.parent.translation.override_1.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation.override_1`.`name` as `product.parent.translation.override_1.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation.override_1`.`keywords` as `product.parent.translation.override_1.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation.override_1`.`description` as `product.parent.translation.override_1.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation.override_1`.`meta_title` as `product.parent.translation.override_1.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation.override_1`.`pack_unit` as `product.parent.translation.override_1.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation.override_1`.`pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation.override_1`.`custom_fields` as `product.parent.translation.override_1.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation.override_1`.`slot_config` as `product.parent.translation.override_1.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords`, `product.parent.translation.override_1`.`custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.override_1`.`product_id` AND `product.parent.translation.override_1`.`language_id` = ? AND `product.parent.translation`.`product_version_id` = `product.parent.translation.override_1`.`product_version_id` 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"›Â—É­üGz¡á)\ñ3»«"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b")ÕEfI¼BвjV%Gakü"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01Œ\x1AÈÓðq+·\x13“úN‹_o"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"\x01•¯m’ËrJ é‘ÝÂOš¦"
  b"\x15èßí9\eHүþ\x0F>Õ‚P"
  b"a&"ÇÏÿIÁ«wÊ'$i©å"
  b"\vqßu·¸AŒžVTÙòJ‰þ"
  b"ž¼s"]M«„yƒ8A–Ly"
  b"\x00%\µA\x1C¾4\eQUfÂþ"
  b"¶°\e\x1D\x19‘MPŒ¹‡l°y†\x1E"
  b"3‰<\IåK3Šy^¥Vt\x04À"
  b"\x03Tü¿eæG2·,ÅD#`Iy"
  b"Ö+ä\x04»\x1FG¦‚Êxô`Cäš"
  b"\rCeU[·K\x11°Öא¦\x13ŠN"
  b"±"—zûÝ@O‡#ÁՌԠ¼"
  b"…íÈ&ü\x06OK‰\x0E,·a\x11ne"
  b"”ˆÅ 1\x00Jé‹\x047ô¾p~"
  b"Ímý’ñhIŽ¡àíÏ¢\x03\x16"
  b"­–[-üôFù°p27jre›"
  b"®dans†Oª‘{5£»VÈW"
  b"à”\fŠ& Oäž.`›Ñ—¹\x07"
]
78 0.76 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.override_1.name`, `language.locale.translation.name`, COALESCE(`language.locale.translation.override_1.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.override_1.territory`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.override_1.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.override_1.customFields`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.override_1.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.override_1`.`name` as `language.locale.translation.override_1.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation.override_1`.`territory` as `language.locale.translation.override_1.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields`, `language.locale.translation.override_1`.`custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation`.`locale_id` = `language.locale.translation.override_1`.`locale_id` AND `language.locale.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
79 0.47 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ç¡"
]
80 1.06 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/018a1991bbce4cc3a0b36881e0609858"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
81 0.78 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:
[]
82 1.01 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"
]
83 1.01 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"
]
84 0.79 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"
]
85 0.87 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"
]
86 0.67 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
87 0.34 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
88 0.62 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
89 1.90 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.override_1.name`, `category.translation.name`, COALESCE(`category.translation.override_1.name`,`category.translation.name`) as `category.name`, `category.translation.override_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.override_1.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.override_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.override_1.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.override_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.override_1.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.override_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.override_1.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.override_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.override_1.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.override_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.override_1.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.override_1.description`, `category.translation.description`, COALESCE(`category.translation.override_1.description`,`category.translation.description`) as `category.description`, `category.translation.override_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.override_1.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.override_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.override_1.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.override_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.override_1.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.override_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.override_1.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.override_1`.`breadcrumb` as `category.translation.override_1.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation.override_1`.`name` as `category.translation.override_1.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation.override_1`.`custom_fields` as `category.translation.override_1.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation.override_1`.`slot_config` as `category.translation.override_1.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation.override_1`.`link_type` as `category.translation.override_1.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation.override_1`.`internal_link` as `category.translation.override_1.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation.override_1`.`external_link` as `category.translation.override_1.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation.override_1`.`link_new_tab` as `category.translation.override_1.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation.override_1`.`description` as `category.translation.override_1.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation.override_1`.`meta_title` as `category.translation.override_1.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation.override_1`.`meta_description` as `category.translation.override_1.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords`, `category.translation.override_1`.`keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation`.`category_id` = `category.translation.override_1`.`category_id` AND `category.translation.override_1`.`language_id` = ? AND `category.translation`.`category_version_id` = `category.translation.override_1`.`category_version_id` 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
90 1.75 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.override_1.name`, `category.translation.name`, COALESCE(`category.translation.override_1.name`,`category.translation.name`) as `category.name`, `category.translation.override_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.override_1.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.override_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.override_1.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.override_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.override_1.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.override_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.override_1.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.override_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.override_1.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.override_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.override_1.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.override_1.description`, `category.translation.description`, COALESCE(`category.translation.override_1.description`,`category.translation.description`) as `category.description`, `category.translation.override_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.override_1.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.override_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.override_1.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.override_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.override_1.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.override_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.override_1.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.override_1`.`breadcrumb` as `category.translation.override_1.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation.override_1`.`name` as `category.translation.override_1.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation.override_1`.`custom_fields` as `category.translation.override_1.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation.override_1`.`slot_config` as `category.translation.override_1.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation.override_1`.`link_type` as `category.translation.override_1.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation.override_1`.`internal_link` as `category.translation.override_1.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation.override_1`.`external_link` as `category.translation.override_1.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation.override_1`.`link_new_tab` as `category.translation.override_1.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation.override_1`.`description` as `category.translation.override_1.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation.override_1`.`meta_title` as `category.translation.override_1.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation.override_1`.`meta_description` as `category.translation.override_1.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords`, `category.translation.override_1`.`keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation`.`category_id` = `category.translation.override_1`.`category_id` AND `category.translation.override_1`.`language_id` = ? AND `category.translation`.`category_version_id` = `category.translation.override_1`.`category_version_id` 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãv\x0Eɰ>A®¼H§™êÞÚ"
  b"ƒ€ÂÀ).L+™_\x17¬–ü"\x1A"
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
91 0.77 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ŸoçÿpOI<’ÝK.9Èên"
]
92 0.94 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ŸoçÿpOI<’ÝK.9Èên"
]
93 1.03 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ŸoçÿpOI<’ÝK.9Èên"
]
94 0.75 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
95 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
96 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
97 1.14 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
98 0.82 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
99 0.76 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
100 1.04 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
101 0.97 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
102 1.16 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
103 1.22 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
104 1.24 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
105 1.34 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
106 0.81 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
107 1.02 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
108 1.07 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
109 1.12 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
110 1.31 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ÐtË\fTâI샷°\x03ˆÿ#ë"
]
111 0.84 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ÐtË\fTâI샷°\x03ˆÿ#ë"
]
112 0.75 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ÐtË\fTâI샷°\x03ˆÿ#ë"
]
113 0.73 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ÐtË\fTâI샷°\x03ˆÿ#ë"
]
114 0.75 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.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.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.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? 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"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ÐtË\fTâI샷°\x03ˆÿ#ë"
]
115 14.43 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/018a1991bbce4cc3a0b36881e0609858"
  "/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/fb94d9f77b1648a599ecfce531b61579"
  "/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/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/019821ba07be71f3afc74e7400b28f81"
  "/detail/019821f7cea970e480b3280b614180c4"
  "/detail/019821c1ca2372709f9bd7d28d5c6419"
  "/detail/019821fb4f8b72c097b83cd66b6c2db5"
  "/detail/0190592f9fa2716f89196c707e56cb6d"
  "/detail/019856fd05c7720fb05dd9f3a91b7fb4"
  "/detail/01985730fcef7207a8e652c7dda6d39e"
  "/detail/01985670b88f7339bf4ec112db5e2263"
  "/detail/01985770fe6770548ff1eb3a0e0e394e"
  "/detail/0195af6b44d67296a425bdb984889b7b"
  "/detail/0198a2f9048973f0a56f8dd4d8f86f2b"
  "/detail/0198a2f90513725c8332a74273086619"
  "/detail/0195af6b438272e9bda0c7677f835fb2"
  "/detail/0198a2f904077195bd11e0b156696041"
  "/detail/0195af6b425372a6ad222b529af5a225"
  "/detail/0198a2f9016c72cc8868e3f1357e38a7"
  "/detail/0195af6b5f52706fbe9e66503c536412"
  "/detail/0198a2f92e0c73c6825c390841697266"
  "/detail/019857b09c6270b4a9f3453615222450"
  "/detail/0198a2fa7671705c9bdba524648bd87c"
  "/detail/0195af6b608671dcaedec6497d1327ea"
  "/detail/0198a2f92ed271f6b89901575a159b44"
  "/detail/0195af6b61ee7106b5704c41f0675421"
  "/detail/0195af6b742372f2bb30447d71b8f062"
  "/detail/0195af6b676d7128b153a4ee291f8be4"
  "/detail/0198a2f933937140914216dab239d1db"
  "/detail/0195af6b845370318c2dd05b3b3c6b18"
  "/detail/019899a710267224be0daa5b23b2e855"
  "/detail/0198a2f934b6735b9db4b96b59aa8004"
  "/detail/0195af6b74f272f4a823f4f7892b9121"
  "/detail/0190dea270b7724585fed6e166c8433f"
  "/detail/0190dec1b94d715a954672fc8e034625"
  "/detail/0190dea271e770cc98d93957f2a48739"
  "/detail/0190dec1e9f272d9b2b75ff1fcfbc758"
  "/detail/0190dea271d0724f8bf8ffc557ab71fb"
  "/detail/0190dec1e29972b9b9d103b0b5dbddbb"
  "/detail/0190dea2718c70bd8c9ad1f7bd965483"
  "/detail/0190dec1df1470c5be18b6ca05b73a55"
  "/detail/0190dea2714d714b84467c1be02e7d5b"
  "/detail/0190dec1c9487294906bbc295bb5746d"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
116 0.64 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"×\x16³ŽbÛC:°\x1Fçdä\x7FŸk"
  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.