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

Query Metrics

119 Database Queries
66 Different statements
367.88 ms Query time

Queries

Group similar statements

# Time Info
1 0.40 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.94 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.30 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.40 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.60 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 3.87 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ç¡"
  "by-profession/multinorm-clothing"
  "by-profession/multinorm-clothing/"
]
7 92.11 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/by-profession/multinorm-clothing"
  "/en/by-profession/multinorm-clothing"
  "https://dev.cas-technik.de/en/by-profession/multinorm-clothing"
  "https://dev.cas-technik.de//en/by-profession/multinorm-clothing"
  "/en/by-profession/multinorm-clothing"
  "//en/by-profession/multinorm-clothing"
  "en/by-profession/multinorm-clothing"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
8 0.53 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.74 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "IYajaQN1ApSlXcPuCw7d4Y0sMxX8rCJR"
]
10 0.62 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "IYajaQN1ApSlXcPuCw7d4Y0sMxX8rCJR"
]
11 0.57 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.84 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
13 0.59 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.49 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
15 1.15 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.89 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.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.%"
]
18 1.44 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.48 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.60 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.43 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"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
22 0.79 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
23 1.57 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.63 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 1.49 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 1.33 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.71 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.33 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.62 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.40 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"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
31 0.34 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"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
32 2.59 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"Ü>\x06/ЊIÉ™Y”çž{\x1F!"
  b"¢\x12 õ­\rFOßÃvœ—Žë"
  b"ÕäÔ«\x08ùAæ¹?\x17Ô\x1Eõ5g"
  b"™>ûʲ\x08EO®c_:Lh™ "
  b";¹€bGÕGr·ÿ{\x19}Ûñ\x1C"
  b" ݨó|¬B;š\eO;†ö'î"
  b" \x07ÅjWÌF鳩Ď›q2æ"
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  b"\x01•¯mœ:pK–‹ÔOË8'K"
  b"¦•±{tqIq©èqÍêU\r\x03"
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  b"2£`+z\x16K3µeóò)(žy"
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  b"»žRÄeôG#’zãã2 ôF"
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  b"\x03“ºQ9¨EçŸr\f-\x1Eœ¦û"
  b"Y¥³\x02Ó)K©šü=£p\fߺ"
  b""6^{4<AŠw2qϬ>´"
  b" *›C²\x18Oo—\v‰­Úä(K"
  b"À|7M :K\x1A¼:±{ÀqM\x05"
  b"mÕˆ ‚oKݵ§‚(ÕÄÍ\x11"
  b"¥’Ì÷h¯M(¾ÖNØÿ:|j"
  b"7—×@C\x1CEgŽ–Ù*çJY\x0F"
  b"„Óñ­ÀCGûö\x1C÷¿Sš\"
]
33 1.92 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‚\x03wûq޾՗1àÐ'"
  b"\x01‘J‘_hp­ˆó.‘x3LN"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WÆ`\x03qý“\x07o”n3S"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"\x01˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
]
34 1.22 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
]
35 2.49 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Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WÆ`\x03qý“\x07o”n3S"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"\x01˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
]
36 22.67 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Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜WÆ`\x03qý“\x07o”n3S"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"\x01˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
]
37 2.15 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"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"æœò¡ŸHGe•¢7KìI="
]
38 10.31 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Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x01Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜!ÁÊ#rpŸ›×ÒŽ\d\x19"
  b"\x01˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜WÆ`\x03qý“\x07o”n3S"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x18¸;ã"/FΓ½Y)\x00|m\x18"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"É\x1Eqž1ÙCL«H‡\x0E\x08"
  b"\x03¦Wo£O—©B\x15D×ÓÙ•"
  b"—{.OOôE\x13½š\x00ÍæLoˆ"
  b"äëå2nÅD-§4Ž[«N‡$"
  b"7Ìöa¹‰K\t½˜Rôh«m\x18"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"ã\x0FÈ\x06ǏD¯Ÿê+gÓ\t—d"
  b"\x11Ú_"I(D½¡ˆÌ\x1FÕ\x14¢\x07"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÎs¶·72Ã\fk¨p"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"ΑCÀaCLh„¤¯¥AL³"
  b"\x17\x1C\x08A/¿ñvúYx¾F"
  b"\x01Œ\x1AÈÓÈqÀœX"A^•Øò"
  b"\x01˜àüWGp¥¬Ûã}Ò}æº"
  b"\x01˜àüWgq.œ+)\x17•ŠCo"
]
39 1.44 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"
]
40 0.99 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
41 0.81 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b";¹€bGÕGr·ÿ{\x19}Ûñ\x1C"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
42 0.86 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
]
43 0.73 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™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
44 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
45 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
46 0.76 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
]
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" ݨó|¬B;š\eO;†ö'î"
  null
  b"^ÚŠåcÉJè WèL†/\t²"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
48 0.64 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"æœò¡ŸHGe•¢7KìI="
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
49 0.74 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"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
50 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.64 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"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.66 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.60 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"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.58 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
]
56 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.50 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"=»Š=ð~JUœ^0‘Â!£©"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.57 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"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.51 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 0.50 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"=»Š=ð~JUœ^0‘Â!£©"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 0.49 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"˜®z<‡üOø´Ct\t9݃Þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
64 15.88 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"\x01Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"\x17\x1C\x08A/¿ñvúYx¾F"
  b"7Ìöa¹‰K\t½˜Rôh«m\x18"
  b"äëå2nÅD-§4Ž[«N‡$"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"\x01˜àüWGp¥¬Ûã}Ò}æº"
  b"\x01˜àüWgq.œ+)\x17•ŠCo"
  b"ã\x0FÈ\x06ǏD¯Ÿê+gÓ\t—d"
  b"\x11Ú_"I(D½¡ˆÌ\x1FÕ\x14¢\x07"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x03¦Wo£O—©B\x15D×ÓÙ•"
  b"\x01Œ\x1AÈÓÎs¶·72Ã\fk¨p"
  b"\x18¸;ã"/FΓ½Y)\x00|m\x18"
  b"\x01Œ\x1AÈÓÈqÀœX"A^•Øò"
  b"ΑCÀaCLh„¤¯¥AL³"
  b"É\x1Eqž1ÙCL«H‡\x0E\x08"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"—{.OOôE\x13½š\x00ÍæLoˆ"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
65 29.48 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˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"\x01˜á\x07©¡p\x1D¿øŒÓLV\x14"
  b"\x01˜á\x07©Çpd’þ«8\x05L·#"
  b"\x01˜á\x07©çsםÑbAuQ¡v"
  b"\x01˜á\x07ª\x0Ep´·¡6°±\x0Fô."
  b"\x01˜á\x07ª3s§¸…µk‰€Qœ"
  b"\x01˜á\x07ªUs] “´Ôb\x15†¢"
  b"\x01˜á\x07ªnp)Žgï¼>\x10h\x17"
  b"\x01˜á\x07ªˆp\x1E¹QQ¦¿YÔ!"
  b"\x01˜á\x07ª§qجô\x0Egnƒ½\x1A"
  b"\x01˜á\x07ªÀs„›—W-\x060yÍ"
  b"\x01˜á\x07ªßr€¢‰§NÜ=¸¿"
  b"\x01˜á\x07«\x01p\x07¹\3În}<¶"
  b"\x01˜á\x07«'r‹«\eí{ <&}"
  b"\x01˜á\x07«Hq8¢BTùü…ÝD"
  b"\x01˜á\x07«os‰™‘ͳ;+-"
  b"\x01˜á\x07«‹q\x17·Ö”«‡UÆÍ"
  b"\x01˜á\x07«¤p¤¨u^æ‰kÐZ"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01˜XÕº¯s\x02ž«\x10PƒÀï>"
  b"\x01˜XÕºÚpî‹€±¢)iÅ¿"
  b"\x01˜XÕºúpõ™\x06\x03\x02µî\ra"
  b"\x01˜XÕ»\x1Arõ‚\x13\x19ްÈ\x12"
  b"\x01˜XÕ»5p\nœ*ËÖp"\x00"
  b"\x01˜XÕ»QpUµ\x13ðnà\x06õ#"
  b"\x01˜XÕ»jp>˜\ ~cî\x1A"
  b"\x01˜XÕ»rJ§©Õnòi0½"
  b"\x01˜XÕ»˜q'…£\x0F£‰\x13¬"
  b"\x01˜XÕ»²pW©–ì¿™¶÷à"
  b"\x01˜XÕ»És͆+|ŽRm9$"
  b"\x01˜XÕ»áq㕝èÇ\x14³ü"
  b"\x01˜XÕ»ùqï™ÏfÓ‘¨\x01A"
  b"\x01˜XÕ¼\x12p†škI\x12F\f\x1DÇ"
  b"\x01˜XÕ¼-pU‰õFt5ðãç"
  b"\x01˜XÕ¼GsL¿•\x17úÕ‘\e\x7F"
  b"\x01˜XÕ¼`pÕ¿ ó…àjê‰"
  b"\x01˜XÕ¼ypsžêŒÒôL»—"
  b"\x01˜XÕ¼qBŠ]ý8Ôâܺ"
  b"\x01˜XÕ¼ªp8³]زÃ{P@"
  b"\x01˜XÕ¼Ârùœñ\x07¯¡îbŠ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01‘J‘_hp­ˆó.‘x3LN"
  b"\x01‚\x03wûq޾՗1àÐ'"
  b"\x01‚=\f—p"’Vƒì)'\x05È"
  b"\x01‚=\førºáß)\x1A<_9"
  b"\x01‚=\rCqÛ¶?OÃn\x18"
  b"\x01‚=\rŒrÚ¡·¿»^| ("
  b"\x01‚=\r×p¥”KçIv)fa"
  b"\x01‚=\x0E\x1EpH­ˆeî^.Ò\x18"
  b"\x01‚=\x0Ecs£²\x1C$iÛ% "
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜á\váÎpxŽ\x03íÃñn¶™"
  b"\x01˜á\váíp¥¡(qxrù_"
  b"\x01˜á\vâ\x16r£Ÿªý\x1C\x12ØÂD"
  b"\x01˜á\vâ9sÔšß\x08ÓÚY\x16"
  b"\x01˜á\vâ`qF‹Y­­%Ñi'"
  b"\x01˜á\vâ„p\x19±\x19]ï&:;æ"
  b"\x01˜á\vâ¥p4±<8Æï%»["
  b"\x01˜á\vâÅr.›\x04w(ÿõ^à"
  b"\x01˜á\vâèp‰—ò\’G\x17\x15Ð"
  b"\x01˜á\vã\x11q¯„õô“\´‹§"
  b"\x01˜á\vã9qŒ¤Ž¤J]äà\x10"
  b"\x01˜á\vãesh«ë9¹\x03\x1C¦¤"
  b"\x01˜á\vã~rÚ¨Ç\x03\x11N͝{"
  b"\x01˜á\vãŸs\e¢øÎ…&®KÛ"
  b"""
    \x01˜á\vãÊs3Œ0\n
    ÿ¶ž©n
    """
  b"\x01˜á\vãëp¸ ßû‡ö,ºI"
  b"\x01˜á\vä\x02qý;|-Yual"
  b"\x01˜á\vä"p7¼`ÈVüH™6"
  b"\x01˜á\vä@r¸””¦SI¨—ö"
  b"\x01˜á\vä]s\x15¥¹ãµ\e\n"
  b"\x01˜á\vä€r߉\x10©oÚ} _"
  b"""
    \x01˜á\vä¥pz‹ ü˜"\n
    `\x01
    """
  b"\x01˜á\väÎr†øÿù¿oŸŒ"
  b"\x01˜á\väðrŸ”¤ –\x08o\x10æ"
  b"\x01˜á\vå\x17pgºÔCccé\x15ª"
  b"\x01˜á\vå;p\x17ˆôõȯ\t\x1E\x07"
  b"\x01˜á\våbpJ¯ašáW$ã\x0E"
  b"\x01˜á\vå†pŸŠÊÄûìV:\x13"
  b"\x01˜á\vå«rö„\x12":\“Õ\f"
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜á\våÊsS±&\x10™t\x7F"
  b"\x01˜á\våðp\x16ƒ\x05Ž–\x08„¬Ð"
  b"\x01˜á\væ\esh¢œB˜\x060\x11\x08"
  b"\x01˜á\væ@q:™\x08²ÄÖ\x1C"
  b"\x01˜á\væaq¯¿m\x06§è#ÅÎ"
  b"\x01˜á\væŠså™™"¦¶çì\r"
  b"\x01˜á\væ­qk¸qaC­¦0\x03"
  b"\x01˜á\vé6s\x7FŠ:×4<²B¸"
  b"\x01˜á\véosn¥b îÜ\eï"
  b"\x01˜á\vé’ŕšC:\x1E$vˆ"
  b"\x01˜á\vé²r7µ#ñÇqÚ‰]"
  b"\x01˜á\véßpt¤©<\x123ÔÖ°"
  b"\x01˜á\vê\x02sïŸsw¹Òw«a"
  b"\x01˜á\vê/rbŠo\x0F.\9¦U"
  b"\x01˜á\vêOs%¾ûI¸\x1EàÉó"
  b"\x01˜á\vêur¸”^3\x10q˜|\x1C"
  b"\x01˜á\vêœrÙ›îø\x12"K—µ"
  b"\x01˜á\vêÈq½»³\x1CÓÕ2\x03\x11"
  b"\x01˜á\vêìq^ƒH\fã)³s¡"
  b"\x01˜á\vë\x0EqM‘\x18ðn[n0u"
  b"\x01˜á\vë;qþžYÃq•òs."
  b"\x01˜á\vëaré’°ˆMА‰"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01˜XÏ`-q\x14§=ï‚v‚ŠÇ"
  b"\x01˜XÏ`Ep{‹ª'\e±dA\x16"
  b"\x01˜XÏ`frûuˤCXZ"
  b"\x01˜XÏ`ypI‘\x12©t»\x16"
  b"\x01˜XÏ`ŽsÖˆR*A­œR9"
  b"""
    \x01˜XÏ`¦s\x1C±\n
    ѹʫÛE
    """
  b"\x01˜XϺŠrfŽbŒC\Üú"
  b"\x01˜XϺ¥r‡‡\JOyDKÊ"
  b"\x01˜XϺÀpצAªk̾û"
  b"\x01˜XϺÜr0¤ë\x07g´|­\x03"
  b"\x01˜XϺôq«^Öåö£(Ø"
  b"\x01˜XÏ»\x11q\v§OË/øðô·"
  b"\x01˜XÏ»/p\fŽ}‰o,LÞ÷"
  b"\x01˜XۏêsÞ¶n߉¶\x18P""
  b"\x01˜XÛ˜Grk¶r\rďüAÞ"
  b"\x01˜XÜ6[r-½8{´4\t\r%"
  b"\x01˜X܁\rs3˜Fsµô\x1F"
  b"\x01˜Xܬ®p?¯‰­Ã\x19\x0E"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜XËÏUr¦Œ\x0E\x0FÕ2Lâð"
  b"\x01˜XËÏpsª¯\x1D)ᶪm"
  b"\x01˜XËÏ‹r"¯±c3Qªk*"
  b"\x01˜XËϧpø¯\x19üœÑ8‰j"
  b"\x01˜XËϾrص%\x07þe“‘í"
  b"\x01˜XËÏàp;·áóò8{\x7F\x02"
  b"\x01˜XËÏùr´²³/Ü\tÓ]h"
  b"\x01˜XËÐ\x18sDôqêð¶m\v"
  b"\x01˜XËÐ3pNŸ¿¥w^€O"
  b"\x01˜XËÐZp% ÙK\x12anˆ‚"
  b"\x01˜XËÐqr–™ò|$V²\x15\x12"
  b"\x01˜XËЏr\x08»\x1Aø¤\x16ÁõÙ"
  b"\x01˜XÏ·5rü¦¯ÚŠz;"
  b"\x01˜XÛQ=pÿº#cI|ÀwL"
  b"\x01˜XÛQept¡m¼\x0E¢8Â;"
  b"\x01˜XÛQˆsˆ®vΩ\x1E²i"
  b"\x01˜XÜ!žq>•sl\x10\x023m"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"\x01˜XÏ]?p=ˆU²å\x06\x19©´"
  b"\x01˜XÏ]Vqp°\x15\x1Aþ·C\rÌ"
  b"\x01˜XÏ]jrà’M›\x17\x1DüÉ\x03"
  b"\x01˜XÏ]që·í¾Hã{ÙW"
  b"\x01˜XÏ]›qF—\x1DD™Õ\x1F¾\x0F"
  b"\x01˜XÏ®s\x16«A¹hÞÅwl"
  b"\x01˜XÏ®œrN°|ò”±Ž\x11¬"
  b"\x01˜XÏ®µr‰ƒ’Põìæúï"
  b"""
    \x01˜XÏ®Ïqë¾Ò›\n
    —¼kð
    """
  b"\x01˜XÏ®ésx©A\x0E\e¡~ñ"
  b"\x01˜Xϯ\x00p\x15Žsž´á9ú†"
  b"\x01˜Xϯ\x14qÞ†H#\x1ATæþN"
  b"\x01˜Xϯ,p’ªE§)3\x1E\x04\r"
  b"\x01˜XϯHq}ŸÎ¤¦ê-£y"
  b"\x01˜XϯcqÆ›±¨Ê\t¾m\x14"
  b"\x01˜Xϯzr§–\v'܁µgy"
  b"\x01˜Xۏ–p6¤ò;X$\x1F®3"
  b"\x01˜XÜ5ÏsÖ†T\x17sXÕæ2"
  b"\x01˜XÜ8êrκI@ˆd´×\n"
  b"\x01˜XܬUqB¸¸G¡\x18Ïbö"
  b"\x01˜XܬtpŸ´c‰´U\x03b€"
  b"\x01˜XÜÈGq4²ý\x02ué!X]"
  b"\x01˜XÜÝÕrnƒ`Á\x19ã%5]"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"\x01˜XÐ-/sc›\x1Dið:\²»"
  b"\x01˜XÐ-NpÌŸ>çò¿äI\r"
  b"\x01˜XÐ-ksŒ‰Õ†d• ±ý"
  b"\x01˜XÐ-‹q\x1D¯(u \x17 ª"
  b"\x01˜XÐ-¦rD‘15ˆÆŒ„d"
  b"\x01˜XÐ-×sd¸ù /‰\t¨p"
  b"\x01˜XÐ-ûp䎮eㆅ\x07¹"
  b"\x01˜XÛ ´ro´\x1Eê@[RÙú"
  b"\x01˜XÛ ãpV–a*#ªLC]"
  b"\x01˜XÛ¡\x11pÉ›\x16Ú¼É̦“"
  b"\x01˜XÛ¡8p\x05ˆ¿\x16G-óÉ\x11"
  b"\x01˜XÛ¡_rý¦ rî}±’Ö"
  b"\x01˜XÛ¡‹q!ŸI FçåÀô"
  b"\x01˜XÜ<Èpâ£\x12xÆ/Üæ6"
  b"\x01˜XÜ<órŠ©Žu¥\x1A‚ê"
  b"\x01˜XÜ…\es£ª·Ñy?Y–¹"
  b"\x01˜XÜ…@q(¤Z»‚Hã,a"
  b"\x01˜XÝ\x08‚s™½\x1Fô\x05õÁ\x02@"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01˜½96\x00qo§\x01‚°\x14â#$"
  b"\x01˜½96"på†Ó>˜Øo½\x1C"
  b"\x01˜½96Cpù‹ÙC¥o\x13¿§"
  b"\x01˜½96gqk–Œ\x00-\x1FÔ\e"
  b"\x01˜½CÃUsš­<gúÅ·\x119"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
  b"\x01˜XÏi¥p«£\x10#E‰M&\v"
  b"\x01˜XÏi¾sã›…ó\x02[P»ï"
  b"\x01˜XÏiÓr5ž\x15Ù7íÍK"
  b"\x01˜XÏiísƒ±\x1A£Éý5–\x1A"
  b"\x01˜XÏj\x03q@ªšøŸ¼Í`ù"
  b"\x01˜XÏj\x1Er^‚1\x15Ùg¯g7"
  b"\x01˜XÏj7rÿ°MÀ\x18Ý)S\x03"
  b"\x01˜XÏjQpJ­]N=;\x11÷Î"
  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•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01˜XÏ_üqp££\x08-|\fΓ"
  b"\x01˜XÏ`\x17pz½\x00Eÿ \x16³¶"
  b"\x01˜XÜ6\x1CpR±s»Ä&G;æ"
  b"\x01˜XÜ68sɽEòâ\vj2"
  b"\x01˜Xܬ“pk‰\e¢\x18­ˆû"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"""
    \x01˜XÏY\n
    rx³Êg¿y¿ÿ®
    """
  b"\x01˜XÏY5qO³Z™a,¢¹P"
  b"\x01˜XÏYKpˆ£A\e\x04âJÇ\x08"
  b"\x01˜XÏYbrÙ£ÓqZ|\x11\f="
  b"\x01˜XÏY|qÌ‚Þu\x0Eœì|"
  b"\x01˜XÏY”q^°\x01v`p(H\x0F"
  b"\x01˜XÏY§r\r·­íN\x0F«—Æ"
  b"\x01˜XÏY½sκ÷jµ*5Û”"
  b"\x01˜XϪšqÙ©+×°²<'\x10"
  b"\x01˜XϪßq.”‰\x14WDPKÃ"
  b"\x01˜XϪóṕ\x00uNqƪ:"
  b"\x01˜XÏ«\x06rÜ“Q\x1Cû EÐÅ"
  b"\x01˜XÏ«\x1DpÑŸë•$Ñ\x17ö§"
  b"\x01˜XÏ«5pª–UL¶h$·q"
  b"\x01˜XÏ«Kq±‚²!K×D\x16È"
  b"\x01˜XÏ«`p‡–è\vÈ}Ø©\x00"
  b"\x01˜XÏ«wr”’yªwÁÝÕt"
  b"\x01˜XÏ«•q|µ\x0Ed\x7F×¶\r\x04"
  b"\x01˜XÏ«·r\x7F‚aìW7Å\x15£"
  b"\x01˜XÏ«Ïqʁ››:œ~\x1DU"
  b"""
    \x01˜XÏ«æq\n
    ûÍäOû\x13Ï
    """
  b"\x01˜XÏ«ÿq@°^~æÃÀm›"
  b"\x01˜XۏFp3­’X\x07\x0F\tÉÄ"
  b"\x01˜Xۏps>‹fóúj\x17]\x7F"
  b"""
    \x01˜XÜ€’sˆ»Û\x1FY\n
    æ‰Ó
    """
  b"\x01˜XÜݨp2—XÂ\fúV9Â"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜XËÎìqźÁ¿\vßm<4"
  b"\x01˜XËÏ\rqqŽ´¦‘þ©LÍ"
  b"\x01˜XËÏ s–¾y”R\x1EŽ1L"
  b"""
    \x01˜XËÏ8pó´·jç¾\n
    N›
    """
  b"\x01˜X϶\s@’._À†¤4Ü"
  b"\x01˜X϶˜s³¬áÛ#Š»£½"
  b"\x01˜X϶±p_®Â›8•V`É"
  b"\x01˜X϶Êp„‹Út¨\x07\f×\n"
  b"\x01˜X϶çp¬…²Zo¤h€°"
  b"\x01˜X϶þrš„¥ýk1'ZŽ"
  b"\x01˜XÏ·\x19sx² Ôå2‡WS"
  b"\x01˜XÛPñsR­’xëIÁƦ"
  b"\x01˜XÛQ\x16p]©^|k­»5»"
  b"\x01˜XÜ!jpÞ“%Ò]ÌY¹Ç"
  b"\x01˜XÜrppë”\x07Æ0i?È»"
  b"\x01˜XÜr˜s\x10†+TØ\x18\x00\x15"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01˜XÐ,Nre¬\x06ðv"šÒ6"
  b"\x01˜XÐ,`sË–Ž§ ÍvŽ "
  b"\x01˜XÐ,ypø¤Î=ˆŒ "
  b"\x01˜XÐ,”rN®Aìmó™ù"
  b"\x01˜XÐ,¹sۉͬөçZø"
  b"\x01˜XÐ,×sf™!,”VU0"
  b"\x01˜XÐ,ñq•†·vûÏT=Ó"
  b"\x01˜XÐ-\x11p׊²­ä´SVû"
  b"\x01˜XÛ Œr}¯I€\eãÚà\x18"
  b"\x01˜XÜ„ìs%²F†\x13\x12é¼"
  b"\x01˜XÜÊßr.¦+VpG=^&"
]
66 6.59 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"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  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"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  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"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  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"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ù¤ÄmeJۺԐ0Géo "
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x05©“DMHšM™¦ì[¤9"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x05©“DMHšM™¦ì[¤9"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  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"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x05©“DMHšM™¦ì[¤9"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"æœò¡ŸHGe•¢7KìI="
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  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"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  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"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
]
67 5.45 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‚\x03wûq޾՗1àÐ'"
  b"\x01‚=\f—p"’Vƒì)'\x05È"
  b"\x01‚=\førºáß)\x1A<_9"
  b"\x01‚=\rCqÛ¶?OÃn\x18"
  b"\x01‚=\rŒrÚ¡·¿»^| ("
  b"\x01‚=\r×p¥”KçIv)fa"
  b"\x01‚=\x0E\x1EpH­ˆeî^.Ò\x18"
  b"\x01‚=\x0Ecs£²\x1C$iÛ% "
  b"\x01‘J‘_hp­ˆó.‘x3LN"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  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˜Vp¸s9¿NÁ\x12Û^"c"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"\x01˜XËΣs»ŠäÀR»o\x0EG"
  b"\x01˜XËνr\vžªd4¡¨X"
  b"\x01˜XËÎÙs*•ü)ã3\x1C9\x01"
  b"\x01˜XËÎìqźÁ¿\vßm<4"
  b"\x01˜XËÏ\rqqŽ´¦‘þ©LÍ"
  b"\x01˜XËÏ s–¾y”R\x1EŽ1L"
  b"""
    \x01˜XËÏ8pó´·jç¾\n
    N›
    """
  b"\x01˜XËÏUr¦Œ\x0E\x0FÕ2Lâð"
  b"\x01˜XËÏpsª¯\x1D)ᶪm"
  b"\x01˜XËÏ‹r"¯±c3Qªk*"
  b"\x01˜XËϧpø¯\x19üœÑ8‰j"
  b"\x01˜XËϾrص%\x07þe“‘í"
  b"\x01˜XËÏàp;·áóò8{\x7F\x02"
  b"\x01˜XËÏùr´²³/Ü\tÓ]h"
  b"\x01˜XËÐ\x18sDôqêð¶m\v"
  b"\x01˜XËÐ3pNŸ¿¥w^€O"
  b"\x01˜XËÐZp% ÙK\x12anˆ‚"
  b"\x01˜XËÐqr–™ò|$V²\x15\x12"
  b"\x01˜XËЏr\x08»\x1Aø¤\x16ÁõÙ"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"""
    \x01˜XÏY\n
    rx³Êg¿y¿ÿ®
    """
  b"\x01˜XÏY5qO³Z™a,¢¹P"
  b"\x01˜XÏYKpˆ£A\e\x04âJÇ\x08"
  b"\x01˜XÏYbrÙ£ÓqZ|\x11\f="
  b"\x01˜XÏY|qÌ‚Þu\x0Eœì|"
  b"\x01˜XÏY”q^°\x01v`p(H\x0F"
  b"\x01˜XÏY§r\r·­íN\x0F«—Æ"
  b"\x01˜XÏY½sκ÷jµ*5Û”"
  b"\x01˜XÏ]?p=ˆU²å\x06\x19©´"
  b"\x01˜XÏ]Vqp°\x15\x1Aþ·C\rÌ"
  b"\x01˜XÏ]jrà’M›\x17\x1DüÉ\x03"
  b"\x01˜XÏ]që·í¾Hã{ÙW"
  b"\x01˜XÏ]›qF—\x1DD™Õ\x1F¾\x0F"
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XÏ_üqp££\x08-|\fΓ"
  b"\x01˜XÏ`\x17pz½\x00Eÿ \x16³¶"
  b"\x01˜XÏ`-q\x14§=ï‚v‚ŠÇ"
  b"\x01˜XÏ`Ep{‹ª'\e±dA\x16"
  b"\x01˜XÏ`frûuˤCXZ"
  b"\x01˜XÏ`ypI‘\x12©t»\x16"
  b"\x01˜XÏ`ŽsÖˆR*A­œR9"
  b"""
    \x01˜XÏ`¦s\x1C±\n
    ѹʫÛE
    """
  b"\x01˜XÏi¥p«£\x10#E‰M&\v"
  b"\x01˜XÏi¾sã›…ó\x02[P»ï"
  b"\x01˜XÏiÓr5ž\x15Ù7íÍK"
  b"\x01˜XÏiísƒ±\x1A£Éý5–\x1A"
  b"\x01˜XÏj\x03q@ªšøŸ¼Í`ù"
  b"\x01˜XÏj\x1Er^‚1\x15Ùg¯g7"
  b"\x01˜XÏj7rÿ°MÀ\x18Ý)S\x03"
  b"\x01˜XÏjQpJ­]N=;\x11÷Î"
  b"\x01˜XϪšqÙ©+×°²<'\x10"
  b"\x01˜XϪßq.”‰\x14WDPKÃ"
  b"\x01˜XϪóṕ\x00uNqƪ:"
  b"\x01˜XÏ«\x06rÜ“Q\x1Cû EÐÅ"
  b"\x01˜XÏ«\x1DpÑŸë•$Ñ\x17ö§"
  b"\x01˜XÏ«5pª–UL¶h$·q"
  b"\x01˜XÏ«Kq±‚²!K×D\x16È"
  b"\x01˜XÏ«`p‡–è\vÈ}Ø©\x00"
  b"\x01˜XÏ«wr”’yªwÁÝÕt"
  b"\x01˜XÏ«•q|µ\x0Ed\x7F×¶\r\x04"
  b"\x01˜XÏ«·r\x7F‚aìW7Å\x15£"
  b"\x01˜XÏ«Ïqʁ››:œ~\x1DU"
  b"""
    \x01˜XÏ«æq\n
    ûÍäOû\x13Ï
    """
  b"\x01˜XÏ«ÿq@°^~æÃÀm›"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÏ®s\x16«A¹hÞÅwl"
  b"\x01˜XÏ®œrN°|ò”±Ž\x11¬"
  b"\x01˜XÏ®µr‰ƒ’Põìæúï"
  b"""
    \x01˜XÏ®Ïqë¾Ò›\n
    —¼kð
    """
  b"\x01˜XÏ®ésx©A\x0E\e¡~ñ"
  b"\x01˜Xϯ\x00p\x15Žsž´á9ú†"
  b"\x01˜Xϯ\x14qÞ†H#\x1ATæþN"
  b"\x01˜Xϯ,p’ªE§)3\x1E\x04\r"
  b"\x01˜XϯHq}ŸÎ¤¦ê-£y"
  b"\x01˜XϯcqÆ›±¨Ê\t¾m\x14"
  b"\x01˜Xϯzr§–\v'܁µgy"
  b"\x01˜X϶\s@’._À†¤4Ü"
  b"\x01˜X϶˜s³¬áÛ#Š»£½"
  b"\x01˜X϶±p_®Â›8•V`É"
  b"\x01˜X϶Êp„‹Út¨\x07\f×\n"
  b"\x01˜X϶çp¬…²Zo¤h€°"
  b"\x01˜X϶þrš„¥ýk1'ZŽ"
  b"\x01˜XÏ·\x19sx² Ôå2‡WS"
  b"\x01˜XÏ·5rü¦¯ÚŠz;"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"""
    \x01˜XϸIq‹·\n
    b\x16øó‚\x1A
    """
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XϺŠrfŽbŒC\Üú"
  b"\x01˜XϺ¥r‡‡\JOyDKÊ"
  b"\x01˜XϺÀpצAªk̾û"
  b"\x01˜XϺÜr0¤ë\x07g´|­\x03"
  b"\x01˜XϺôq«^Öåö£(Ø"
  b"\x01˜XÏ»\x11q\v§OË/øðô·"
  b"\x01˜XÏ»/p\fŽ}‰o,LÞ÷"
  b"\x01˜XÐ,Nre¬\x06ðv"šÒ6"
  b"\x01˜XÐ,`sË–Ž§ ÍvŽ "
  b"\x01˜XÐ,ypø¤Î=ˆŒ "
  b"\x01˜XÐ,”rN®Aìmó™ù"
  b"\x01˜XÐ,¹sۉͬөçZø"
  b"\x01˜XÐ,×sf™!,”VU0"
  b"\x01˜XÐ,ñq•†·vûÏT=Ó"
  b"\x01˜XÐ-\x11p׊²­ä´SVû"
  b"\x01˜XÐ-/sc›\x1Dið:\²»"
  b"\x01˜XÐ-NpÌŸ>çò¿äI\r"
  b"\x01˜XÐ-ksŒ‰Õ†d• ±ý"
  b"\x01˜XÐ-‹q\x1D¯(u \x17 ª"
  b"\x01˜XÐ-¦rD‘15ˆÆŒ„d"
  b"\x01˜XÐ-×sd¸ù /‰\t¨p"
  b"\x01˜XÐ-ûp䎮eㆅ\x07¹"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÕº¯s\x02ž«\x10PƒÀï>"
  b"\x01˜XÕºÚpî‹€±¢)iÅ¿"
  b"\x01˜XÕºúpõ™\x06\x03\x02µî\ra"
  b"\x01˜XÕ»\x1Arõ‚\x13\x19ްÈ\x12"
  b"\x01˜XÕ»5p\nœ*ËÖp"\x00"
  b"\x01˜XÕ»QpUµ\x13ðnà\x06õ#"
  b"\x01˜XÕ»jp>˜\ ~cî\x1A"
  b"\x01˜XÕ»rJ§©Õnòi0½"
  b"\x01˜XÕ»˜q'…£\x0F£‰\x13¬"
  b"\x01˜XÕ»²pW©–ì¿™¶÷à"
  b"\x01˜XÕ»És͆+|ŽRm9$"
  b"\x01˜XÕ»áq㕝èÇ\x14³ü"
  b"\x01˜XÕ»ùqï™ÏfÓ‘¨\x01A"
  b"\x01˜XÕ¼\x12p†škI\x12F\f\x1DÇ"
  b"\x01˜XÕ¼-pU‰õFt5ðãç"
  b"\x01˜XÕ¼GsL¿•\x17úÕ‘\e\x7F"
  b"\x01˜XÕ¼`pÕ¿ ó…àjê‰"
  b"\x01˜XÕ¼ypsžêŒÒôL»—"
  b"\x01˜XÕ¼qBŠ]ý8Ôâܺ"
  b"\x01˜XÕ¼ªp8³]زÃ{P@"
  b"\x01˜XÕ¼Ârùœñ\x07¯¡îbŠ"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01˜XÛPsqù­Q`Nˆ¿\x04\x11"
  b"\x01˜XÛPžq\x18\f…@.³«Ž"
  b"\x01˜XÛPÊs‡µG­@-¥$æ"
  b"\x01˜XÛPñsR­’xëIÁƦ"
  b"\x01˜XÛQ\x16p]©^|k­»5»"
  b"\x01˜XÛQ=pÿº#cI|ÀwL"
  b"\x01˜XÛQept¡m¼\x0E¢8Â;"
  b"\x01˜XÛQˆsˆ®vΩ\x1E²i"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01˜XۏFp3­’X\x07\x0F\tÉÄ"
  b"\x01˜Xۏps>‹fóúj\x17]\x7F"
  b"\x01˜Xۏ–p6¤ò;X$\x1F®3"
  b"\x01˜XۏêsÞ¶n߉¶\x18P""
  b"\x01˜XÛ˜Grk¶r\rďüAÞ"
  b"\x01˜XÛ Œr}¯I€\eãÚà\x18"
  b"\x01˜XÛ ´ro´\x1Eê@[RÙú"
  b"\x01˜XÛ ãpV–a*#ªLC]"
  b"\x01˜XÛ¡\x11pÉ›\x16Ú¼É̦“"
  b"\x01˜XÛ¡8p\x05ˆ¿\x16G-óÉ\x11"
  b"\x01˜XÛ¡_rý¦ rî}±’Ö"
  b"\x01˜XÛ¡‹q!ŸI FçåÀô"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"\x01˜XÜ!jpÞ“%Ò]ÌY¹Ç"
  b"\x01˜XÜ!žq>•sl\x10\x023m"
  b"\x01˜XÜ5ÏsÖ†T\x17sXÕæ2"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜ6\x1CpR±s»Ä&G;æ"
  b"\x01˜XÜ68sɽEòâ\vj2"
  b"\x01˜XÜ6[r-½8{´4\t\r%"
  b"\x01˜XÜ8êrκI@ˆd´×\n"
  b"\x01˜XÜ<Èpâ£\x12xÆ/Üæ6"
  b"\x01˜XÜ<órŠ©Žu¥\x1A‚ê"
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜrppë”\x07Æ0i?È»"
  b"\x01˜XÜr˜s\x10†+TØ\x18\x00\x15"
  b"""
    \x01˜XÜ€’sˆ»Û\x1FY\n
    æ‰Ó
    """
  b"\x01˜X܁\rs3˜Fsµô\x1F"
  b"\x01˜XÜ„ìs%²F†\x13\x12é¼"
  b"\x01˜XÜ…\es£ª·Ñy?Y–¹"
  b"\x01˜XÜ…@q(¤Z»‚Hã,a"
  b"\x01˜XܬUqB¸¸G¡\x18Ïbö"
  b"\x01˜XܬtpŸ´c‰´U\x03b€"
  b"\x01˜Xܬ“pk‰\e¢\x18­ˆû"
  b"\x01˜Xܬ®p?¯‰­Ã\x19\x0E"
  b"\x01˜XÜÈGq4²ý\x02ué!X]"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01˜XÜÊßr.¦+VpG=^&"
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01˜XÜݨp2—XÂ\fúV9Â"
  b"\x01˜XÜÝÕrnƒ`Á\x19ã%5]"
  b"\x01˜XÝ\x08‚s™½\x1Fô\x05õÁ\x02@"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01˜½96\x00qo§\x01‚°\x14â#$"
  b"\x01˜½96"på†Ó>˜Øo½\x1C"
  b"\x01˜½96Cpù‹ÙC¥o\x13¿§"
  b"\x01˜½96gqk–Œ\x00-\x1FÔ\e"
  b"\x01˜½CÃUsš­<gúÅ·\x119"
  b"\x01˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜á\x07©¡p\x1D¿øŒÓLV\x14"
  b"\x01˜á\x07©Çpd’þ«8\x05L·#"
  b"\x01˜á\x07©çsםÑbAuQ¡v"
  b"\x01˜á\x07ª\x0Ep´·¡6°±\x0Fô."
  b"\x01˜á\x07ª3s§¸…µk‰€Qœ"
  b"\x01˜á\x07ªUs] “´Ôb\x15†¢"
  b"\x01˜á\x07ªnp)Žgï¼>\x10h\x17"
  b"\x01˜á\x07ªˆp\x1E¹QQ¦¿YÔ!"
  b"\x01˜á\x07ª§qجô\x0Egnƒ½\x1A"
  b"\x01˜á\x07ªÀs„›—W-\x060yÍ"
  b"\x01˜á\x07ªßr€¢‰§NÜ=¸¿"
  b"\x01˜á\x07«\x01p\x07¹\3În}<¶"
  b"\x01˜á\x07«'r‹«\eí{ <&}"
  b"\x01˜á\x07«Hq8¢BTùü…ÝD"
  b"\x01˜á\x07«os‰™‘ͳ;+-"
  b"\x01˜á\x07«‹q\x17·Ö”«‡UÆÍ"
  b"\x01˜á\x07«¤p¤¨u^æ‰kÐZ"
  b"\x01˜á\váÎpxŽ\x03íÃñn¶™"
  b"\x01˜á\váíp¥¡(qxrù_"
  b"\x01˜á\vâ\x16r£Ÿªý\x1C\x12ØÂD"
  b"\x01˜á\vâ9sÔšß\x08ÓÚY\x16"
  b"\x01˜á\vâ`qF‹Y­­%Ñi'"
  b"\x01˜á\vâ„p\x19±\x19]ï&:;æ"
  b"\x01˜á\vâ¥p4±<8Æï%»["
  b"\x01˜á\vâÅr.›\x04w(ÿõ^à"
  b"\x01˜á\vâèp‰—ò\’G\x17\x15Ð"
  b"\x01˜á\vã\x11q¯„õô“\´‹§"
  b"\x01˜á\vã9qŒ¤Ž¤J]äà\x10"
  b"\x01˜á\vãesh«ë9¹\x03\x1C¦¤"
  b"\x01˜á\vã~rÚ¨Ç\x03\x11N͝{"
  b"\x01˜á\vãŸs\e¢øÎ…&®KÛ"
  b"""
    \x01˜á\vãÊs3Œ0\n
    ÿ¶ž©n
    """
  b"\x01˜á\vãëp¸ ßû‡ö,ºI"
  b"\x01˜á\vä\x02qý;|-Yual"
  b"\x01˜á\vä"p7¼`ÈVüH™6"
  b"\x01˜á\vä@r¸””¦SI¨—ö"
  b"\x01˜á\vä]s\x15¥¹ãµ\e\n"
  b"\x01˜á\vä€r߉\x10©oÚ} _"
  b"""
    \x01˜á\vä¥pz‹ ü˜"\n
    `\x01
    """
  b"\x01˜á\väÎr†øÿù¿oŸŒ"
  b"\x01˜á\väðrŸ”¤ –\x08o\x10æ"
  b"\x01˜á\vå\x17pgºÔCccé\x15ª"
  b"\x01˜á\vå;p\x17ˆôõȯ\t\x1E\x07"
  b"\x01˜á\våbpJ¯ašáW$ã\x0E"
  b"\x01˜á\vå†pŸŠÊÄûìV:\x13"
  b"\x01˜á\vå«rö„\x12":\“Õ\f"
  b"\x01˜á\våÊsS±&\x10™t\x7F"
  b"\x01˜á\våðp\x16ƒ\x05Ž–\x08„¬Ð"
  b"\x01˜á\væ\esh¢œB˜\x060\x11\x08"
  b"\x01˜á\væ@q:™\x08²ÄÖ\x1C"
  b"\x01˜á\væaq¯¿m\x06§è#ÅÎ"
  b"\x01˜á\væŠså™™"¦¶çì\r"
  b"\x01˜á\væ­qk¸qaC­¦0\x03"
  b"\x01˜á\vé6s\x7FŠ:×4<²B¸"
  b"\x01˜á\véosn¥b îÜ\eï"
  b"\x01˜á\vé’ŕšC:\x1E$vˆ"
  b"\x01˜á\vé²r7µ#ñÇqÚ‰]"
  b"\x01˜á\véßpt¤©<\x123ÔÖ°"
  b"\x01˜á\vê\x02sïŸsw¹Òw«a"
  b"\x01˜á\vê/rbŠo\x0F.\9¦U"
  b"\x01˜á\vêOs%¾ûI¸\x1EàÉó"
  b"\x01˜á\vêur¸”^3\x10q˜|\x1C"
  b"\x01˜á\vêœrÙ›îø\x12"K—µ"
  b"\x01˜á\vêÈq½»³\x1CÓÕ2\x03\x11"
  b"\x01˜á\vêìq^ƒH\fã)³s¡"
  b"\x01˜á\vë\x0EqM‘\x18ðn[n0u"
  b"\x01˜á\vë;qþžYÃq•òs."
  b"\x01˜á\vëaré’°ˆMА‰"
  b"\x01Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x18¸;ã"/FΓ½Y)\x00|m\x18"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"É\x1Eqž1ÙCL«H‡\x0E\x08"
  b"\x03¦Wo£O—©B\x15D×ÓÙ•"
  b"—{.OOôE\x13½š\x00ÍæLoˆ"
  b"äëå2nÅD-§4Ž[«N‡$"
  b"7Ìöa¹‰K\t½˜Rôh«m\x18"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"ã\x0FÈ\x06ǏD¯Ÿê+gÓ\t—d"
  b"\x11Ú_"I(D½¡ˆÌ\x1FÕ\x14¢\x07"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÎs¶·72Ã\fk¨p"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"ΑCÀaCLh„¤¯¥AL³"
  b"\x17\x1C\x08A/¿ñvúYx¾F"
  b"\x01Œ\x1AÈÓÈqÀœX"A^•Øò"
  b"\x01˜àüWGp¥¬Ûã}Ò}æº"
  b"\x01˜àüWgq.œ+)\x17•ŠCo"
]
68 11.81 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"#7L\rWZA}¬7fáÃ’ä)"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x05©“DMHšM™¦ì[¤9"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"?&czä"Dé·Î;Î*™dó"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"C°X#:þ@0¸9›ýu“a"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"j®£o€žE½|è5rÒÑC"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"7ü¸ŽFã“@ø?¬š{Å"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"æœò¡ŸHGe•¢7KìI="
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"åF¢\r\x15KEˆ^X£ö¤Ú•"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b" RžH>”EN±`?žß+/`"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b")1KÁ÷LF[œñÞQ°þël"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"+!.bX$Mí¢1eº\x10\vø"
  b";S\r«\x08òA*Š 6„\f"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\f‚uºE®ÈD¸\`Æ="
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x01ŽÂ`\e¼rû¥Nï(ä\x0FM#"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x01ŽÂ`\eÃrƐëQW¸²m7"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"W¥¶ËR3Ijµ)Avî\x01P"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x01•¯Š øsÞ»p­eué©Ñ"
  b"Æe\x00\x00\tCå‚ÝÂ\x00d\x7FP\x1F"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"¹æË\x16¾äF*˜ÏW`Á%¨"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"\x01Ž9¾4\x18q…–\x15?¤SvÉP"
  b"\x01Ž9¾;ªrÀ©zg3OÁ^\n"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"KÅ¿ýG…Anš¶rY§á%["
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b"£ù7Õ‹6EW©$òLoàº-"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"eáêùÐàE\x00—× Îƒ¸\x07²"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"óüõßâKGX²$_\x08‘I™."
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"¥±¦Z–\x1DGK€G’ºÝ-#"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"çk쏉\x05DœžN˜†ý£!"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01ŽÂn†ŽpaÆ\x1CüRF\x13"
  b"\x01ŽÂnšÇrt¥ÁKÙ¸^Þ\x05"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"c&Žªº?M[A\x1C\x0EÇ\x00"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"ª\eL`’šK'­Cet Ò}½"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"8Â1]Z!F%¿­;ø4tWé"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"‹¹÷ð\ŸD7®vÑá_Ñt"
  b"\eq»ò¥I˜©\x04{ÝNãÔ "
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ËÏÏÇ;8N÷£>sNœTœ"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"ÜŸ»\x07ÝjO\x14‘k˜Ô£\x15Æ\x02"
  b"û¾¸\x1F'Lm§DO%VZ\x07\x04"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"€|»®+ýEü±ì$\r²DýD"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"œ;ø\x03ÅUN“$U2O… "
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"ðAVlcöMdX¶°a‡ìû"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b"`ÿ›\x01\x11¶C잌î}Pt\x0E"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"!©¤Ûò¶B\x00ªÆ\x175‡™ý "
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  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"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x1DóŒR¢M\t¥\x047frÿÿ"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"kÔ[nÎkO\x12¨Z\\x037úX‹"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ï…ÿ†áK\x14‘Ü^A|1l{"
  b"\x01™€…æÃrò¢²yª0¨.["
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"¾\x1C• ‰„HYŠuewó+”À"
  b"å§blþjF\x1C¾x9L5…Ôd"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"\x18ÒN0swC΋j5¹Ý„ ¨"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"\x01˜½E»®r7¦DÌø\x11æ\x14¹"
  b"\x01™€ZO+sS³™©máLë"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"\x01™€z«\x16r•¹\x073ÅœZ\n"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x08 ønåøL…”Ý•cê;"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"â\x0FƒÕ2G)"դŎ"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\x01\nÝ\x12np\x00—¦£†Â.¹Ò"
  b"&˜9\x19{ÜOý¢õœ'DgBâ"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"É\x04j‡LlJ\x19ƒp°\x1F\x03\eø"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"}ÌP'Š¡Fœ³/ëçëÒ€0"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"\x01Ž9à×Apc¡`Ú?¡GºÔ"
  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"Í\eذ8<MèŽGgÒ\x15“fª"
  b"˜\x05P)bñ@æ†Ø8Ç÷ŠõE"
  b"\x01—éñÌ?r†¨‰æ{\x01ÎÆÖ"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"\x01—éñðJsK¯0Á{9ˆ§­"
  b"Fúßc%¾Bï»Ä,\x06eäýZ"
  b"Å\x01\x10—Mµ£–ؤ/\x0Eö“"
  b"¦7¬<#gC+“Q"Š\x15ÕS›"
  b"\x01—éñðEry–ƒ¸\x11ø\x14\x148"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"\x05w\f\x13dE‡Šêßoè\x1C"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"b[7žáBB¼˜]Zû1çpý"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"K6\x1Ar6\x10K›—·’s—Y#Ç"
  b"sXcðÒ\x12N¯¿;€? EÏß"
  b"\x01Ž9à×3rƒ²&\rì0c³­"
  b"\x02œ˜ø¬—Gé’|±8U}.à"
  b"\x11W#Ù¢ÙMœ¸í\x1D#t!\r"
  b"$\Ùß`ØGœ›Ùâ°¨\x06î"
  b"WFw+“HìŠç|?c|Ž "
  b"Y6d;æqO5Š©fceÿć"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"eVËðˆTC,ž½m7Öû«ª"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x18P\x13§;ME¥Ð‹\vyEµ"
  b"¼ÊìTáœK\x1FŸí\x1DÂ)ò\vr"
  b"\rÇ̱\rI:’\x17ïÚŸ\x10"
  b"¼\x18DwböI2±Žšè‘s<e"
]
69 17.42 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ÐS´q£½Dì¹€’6c"
  b"\x01Ž9¾4\x18q…–\x15?¤SvÉP"
  b"\x01Ž9¾;ªrÀ©zg3OÁ^\n"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01ŽÂ`\e¼rû¥Nï(ä\x0FM#"
  b"\x01ŽÂ`\eÃrƐëQW¸²m7"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"\x01ŽÂn†ŽpaÆ\x1CüRF\x13"
  b"\x01ŽÂnšÇrt¥ÁKÙ¸^Þ\x05"
  b"\x01•¯Š øsÞ»p­eué©Ñ"
  b"\x01˜½E»®r7¦DÌø\x11æ\x14¹"
  b"\x01\nÝ\x12np\x00—¦£†Â.¹Ò"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"\x01™€ZO+sS³™©máLë"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x01™€z«\x16r•¹\x073ÅœZ\n"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"\x01™€…æÃrò¢²yª0¨.["
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"\x02œ˜ø¬—Gé’|±8U}.à"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"\x08 ønåøL…”Ý•cê;"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b"\t5WšrZF;®ük@’™}ô"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x11W#Ù¢ÙMœ¸í\x1D#t!\r"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x18ÒN0swC΋j5¹Ý„ ¨"
  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\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b" 1@@noGû¶•÷\x04\x18âó"
  b" L$\x19ËZO>³©²fœ°{"
  b" RžH>”EN±`?žß+/`"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b" àF"Ò×G;‡X×ò7u»"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"!©¤Ûò¶B\x00ªÆ\x175‡™ý "
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"$\Ùß`ØGœ›Ùâ°¨\x06î"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"&˜9\x19{ÜOý¢õœ'DgBâ"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  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")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"8Â1]Z!F%¿­;ø4tWé"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b";S\r«\x08òA*Š 6„\f"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"?&czä"Dé·Î;Î*™dó"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?d{gX@M)‡OÉ5´ŽHø"
  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"@³ß@·JGݽŠC¿OøsÊ"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"\f‚uºE®ÈD¸\`Æ="
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"C°X#:þ@0¸9›ýu“a"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fúßc%¾Bï»Ä,\x06eäýZ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"K€öJV&C‰¢îÍßUz´"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"KÅ¿ýG…Anš¶rY§á%["
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"WFw+“HìŠç|?c|Ž "
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"W¥¶ËR3Ijµ)Avî\x01P"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Y6d;æqO5Š©fceÿć"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"YЊs8£B"˜¥\x04až:„H"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"^:ši\x06¡B.»x\|ú™f5"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"a¢·—Ú\x15@ KýH{œ›C"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"b[7žáBB¼˜]Zû1çpý"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"c&Žªº?M[A\x1C\x0EÇ\x00"
  b"eVËðˆTC,ž½m7Öû«ª"
  b"eáêùÐàE\x00—× Îƒ¸\x07²"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  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"kÔ[nÎkO\x12¨Z\\x037úX‹"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
  b"oìUŸøAK²‚©òHïßKè"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"sXcðÒ\x12N¯¿;€? EÏß"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ÌP'Š¡Fœ³/ëçëÒ€0"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"\x18P\x13§;ME¥Ð‹\vyEµ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\rÇ̱\rI:’\x17ïÚŸ\x10"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"\x1DóŒR¢M\t¥\x047frÿÿ"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"‹¹÷ð\ŸD7®vÑá_Ñt"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"7ü¸ŽFã“@ø?¬š{Å"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"“!ðMβDQ¸B,õj‘»"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"\x05w\f\x13dE‡Šêßoè\x1C"
  b"˜\x05P)bñ@æ†Ø8Ç÷ŠõE"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\eq»ò¥I˜©\x04{ÝNãÔ "
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;ø\x03ÅUN“$U2O… "
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Å\x01\x10—Mµ£–ؤ/\x0Eö“"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"£ù7Õ‹6EW©$òLoàº-"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"¥±¦Z–\x1DGK€G’ºÝ-#"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"¦7¬<#gC+“Q"Š\x15ÕS›"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"ª\eL`’šK'­Cet Ò}½"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  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"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹æË\x16¾äF*˜ÏW`Á%¨"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"¼\x18DwböI2±Žšè‘s<e"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"¼ÊìTáœK\x1FŸí\x1DÂ)ò\vr"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"¾\x1C• ‰„HYŠuewó+”À"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  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"ÅJöoJúLžŠ)q5et¥©"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"Æe\x00\x00\tCå‚ÝÂ\x00d\x7FP\x1F"
]
70 9.82 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"#7L\rWZA}¬7fáÃ’ä)"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x05©“DMHšM™¦ì[¤9"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"?&czä"Dé·Î;Î*™dó"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"C°X#:þ@0¸9›ýu“a"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"j®£o€žE½|è5rÒÑC"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"7ü¸ŽFã“@ø?¬š{Å"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"æœò¡ŸHGe•¢7KìI="
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"åF¢\r\x15KEˆ^X£ö¤Ú•"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b" RžH>”EN±`?žß+/`"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b")1KÁ÷LF[œñÞQ°þël"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"+!.bX$Mí¢1eº\x10\vø"
  b";S\r«\x08òA*Š 6„\f"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\f‚uºE®ÈD¸\`Æ="
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x01ŽÂ`\e¼rû¥Nï(ä\x0FM#"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x01ŽÂ`\eÃrƐëQW¸²m7"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"W¥¶ËR3Ijµ)Avî\x01P"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x01•¯Š øsÞ»p­eué©Ñ"
  b"Æe\x00\x00\tCå‚ÝÂ\x00d\x7FP\x1F"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"¹æË\x16¾äF*˜ÏW`Á%¨"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"\x01Ž9¾4\x18q…–\x15?¤SvÉP"
  b"\x01Ž9¾;ªrÀ©zg3OÁ^\n"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"KÅ¿ýG…Anš¶rY§á%["
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b"£ù7Õ‹6EW©$òLoàº-"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"eáêùÐàE\x00—× Îƒ¸\x07²"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"óüõßâKGX²$_\x08‘I™."
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"¥±¦Z–\x1DGK€G’ºÝ-#"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"çk쏉\x05DœžN˜†ý£!"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01ŽÂn†ŽpaÆ\x1CüRF\x13"
  b"\x01ŽÂnšÇrt¥ÁKÙ¸^Þ\x05"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"c&Žªº?M[A\x1C\x0EÇ\x00"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"ª\eL`’šK'­Cet Ò}½"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"8Â1]Z!F%¿­;ø4tWé"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"‹¹÷ð\ŸD7®vÑá_Ñt"
  b"\eq»ò¥I˜©\x04{ÝNãÔ "
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ËÏÏÇ;8N÷£>sNœTœ"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"ÜŸ»\x07ÝjO\x14‘k˜Ô£\x15Æ\x02"
  b"û¾¸\x1F'Lm§DO%VZ\x07\x04"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"€|»®+ýEü±ì$\r²DýD"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"œ;ø\x03ÅUN“$U2O… "
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"ðAVlcöMdX¶°a‡ìû"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b"`ÿ›\x01\x11¶C잌î}Pt\x0E"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"!©¤Ûò¶B\x00ªÆ\x175‡™ý "
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  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"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x1DóŒR¢M\t¥\x047frÿÿ"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"kÔ[nÎkO\x12¨Z\\x037úX‹"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ï…ÿ†áK\x14‘Ü^A|1l{"
  b"\x01™€…æÃrò¢²yª0¨.["
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"¾\x1C• ‰„HYŠuewó+”À"
  b"å§blþjF\x1C¾x9L5…Ôd"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"\x18ÒN0swC΋j5¹Ý„ ¨"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"\x01˜½E»®r7¦DÌø\x11æ\x14¹"
  b"\x01™€ZO+sS³™©máLë"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"\x01™€z«\x16r•¹\x073ÅœZ\n"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x08 ønåøL…”Ý•cê;"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"â\x0FƒÕ2G)"դŎ"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\x01\nÝ\x12np\x00—¦£†Â.¹Ò"
  b"&˜9\x19{ÜOý¢õœ'DgBâ"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"É\x04j‡LlJ\x19ƒp°\x1F\x03\eø"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"}ÌP'Š¡Fœ³/ëçëÒ€0"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"\x01Ž9à×Apc¡`Ú?¡GºÔ"
  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"Í\eذ8<MèŽGgÒ\x15“fª"
  b"˜\x05P)bñ@æ†Ø8Ç÷ŠõE"
  b"\x01—éñÌ?r†¨‰æ{\x01ÎÆÖ"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"\x01—éñðJsK¯0Á{9ˆ§­"
  b"Fúßc%¾Bï»Ä,\x06eäýZ"
  b"Å\x01\x10—Mµ£–ؤ/\x0Eö“"
  b"¦7¬<#gC+“Q"Š\x15ÕS›"
  b"\x01—éñðEry–ƒ¸\x11ø\x14\x148"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"\x05w\f\x13dE‡Šêßoè\x1C"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"b[7žáBB¼˜]Zû1çpý"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"K6\x1Ar6\x10K›—·’s—Y#Ç"
  b"sXcðÒ\x12N¯¿;€? EÏß"
  b"\x01Ž9à×3rƒ²&\rì0c³­"
  b"\x02œ˜ø¬—Gé’|±8U}.à"
  b"\x11W#Ù¢ÙMœ¸í\x1D#t!\r"
  b"$\Ùß`ØGœ›Ùâ°¨\x06î"
  b"WFw+“HìŠç|?c|Ž "
  b"Y6d;æqO5Š©fceÿć"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"eVËðˆTC,ž½m7Öû«ª"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x18P\x13§;ME¥Ð‹\vyEµ"
  b"¼ÊìTáœK\x1FŸí\x1DÂ)ò\vr"
  b"\rÇ̱\rI:’\x17ïÚŸ\x10"
  b"¼\x18DwböI2±Žšè‘s<e"
]
71 4.94 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"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"É\x04j‡LlJ\x19ƒp°\x1F\x03\eø"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"ËÏÏÇ;8N÷£>sNœTœ"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"Í\eذ8<MèŽGgÒ\x15“fª"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"Ï…ÿ†áK\x14‘Ü^A|1l{"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"ÜŸ»\x07ÝjO\x14‘k˜Ô£\x15Æ\x02"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"â\x0FƒÕ2G)"դŎ"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"åF¢\r\x15KEˆ^X£ö¤Ú•"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"å§blþjF\x1C¾x9L5…Ôd"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"æœò¡ŸHGe•¢7KìI="
  b"çk쏉\x05DœžN˜†ý£!"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"Ñ/e@÷˜q_8GÈþu"
  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"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b"óüõßâKGX²$_\x08‘I™."
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"û¾¸\x1F'Lm§DO%VZ\x07\x04"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  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"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
]
72 5.08 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 1000
Parameters:
[
  true
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x05©“DMHšM™¦ì[¤9"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"?&czä"Dé·Î;Î*™dó"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"C°X#:þ@0¸9›ýu“a"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"j®£o€žE½|è5rÒÑC"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"7ü¸ŽFã“@ø?¬š{Å"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"æœò¡ŸHGe•¢7KìI="
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÇN\x06ß\x0F²N…\x05¤¶ž\x1E\x05W"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"x|ãÊ\x02eA†‰v< Uö@C"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"‡Y\f‚ÖçH’ˆüº¼wXr;"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"¾à÷ŒÔ\eB‚¬\\x18@ÈŸ3F"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"åF¢\r\x15KEˆ^X£ö¤Ú•"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b" RžH>”EN±`?žß+/`"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b")1KÁ÷LF[œñÞQ°þël"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Œ\x1AØ£Eq\x13µ;£e'\x13í¬"
  b"R\x07\x0Fm:GÖ‰R\x1CX1+'ô"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"+!.bX$Mí¢1eº\x10\vø"
  b";S\r«\x08òA*Š 6„\f"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\f‚uºE®ÈD¸\`Æ="
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"õö\x06O`ûE°¡\x0F\x10ü†Ÿ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x01ŽÂ`\e¼rû¥Nï(ä\x0FM#"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x01ŽÂ`\eÃrƐëQW¸²m7"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"W¥¶ËR3Ijµ)Avî\x01P"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x01•¯Š øsÞ»p­eué©Ñ"
  b"Æe\x00\x00\tCå‚ÝÂ\x00d\x7FP\x1F"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"¹æË\x16¾äF*˜ÏW`Á%¨"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"\x01Ž9¾4\x18q…–\x15?¤SvÉP"
  b"\x01Ž9¾;ªrÀ©zg3OÁ^\n"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"KÅ¿ýG…Anš¶rY§á%["
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"C\x17ßE7£E6¥gÒ‡]™ä"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"ã=@’ZÀHÍ£ÒM’/n/å"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b"£ù7Õ‹6EW©$òLoàº-"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"eáêùÐàE\x00—× Îƒ¸\x07²"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"óüõßâKGX²$_\x08‘I™."
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"¥±¦Z–\x1DGK€G’ºÝ-#"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"çk쏉\x05DœžN˜†ý£!"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01ŽÂn†ŽpaÆ\x1CüRF\x13"
  b"\x01ŽÂnšÇrt¥ÁKÙ¸^Þ\x05"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Côž˜\x19U@\x19\x14†À?¨ý\e"
  b"c&Žªº?M[A\x1C\x0EÇ\x00"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x18\x10·\x197FJ÷£@—7ßw³w"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"\x10/À‹Iì‹\x7Fûâma€×"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"\x12®\x17‹On¡/\x07\x1Eâƒ1˜"
  b"sk?”­UD\t¦õ·¶0—k'"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"ª\eL`’šK'­Cet Ò}½"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"­y°|=•BÆ—\x03Ö|¹•~U"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"ÿL`‹N/GÙŽ›\x01U8\x15¾"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"$\x08½‹Ž\x03D\x14§ÕH¬\x0FÊqE"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ˏëCq*J\x12½L\x0EØæÕ[\r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\x04Ÿ\frà"Oy£Ž\x17®¾Ît\x04"
  b"\r\x14p\tØéO5ž&\fL,í¥z"
  b")¿\x12i\x0EgG™§cÜk\x1FÞ'f"
  b"5ûá\v>…Oq´lº…\x12æ³V"
  b"8Â1]Z!F%¿­;ø4tWé"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"‹¹÷ð\ŸD7®vÑá_Ñt"
  b"\eq»ò¥I˜©\x04{ÝNãÔ "
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ËÏÏÇ;8N÷£>sNœTœ"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"ÜŸ»\x07ÝjO\x14‘k˜Ô£\x15Æ\x02"
  b"û¾¸\x1F'Lm§DO%VZ\x07\x04"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"€|»®+ýEü±ì$\r²DýD"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"Ó`|#’@1¡¥õZ=<þÿ"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"œ;ø\x03ÅUN“$U2O… "
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"ðAVlcöMdX¶°a‡ìû"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b"`ÿ›\x01\x11¶C잌î}Pt\x0E"
  b"•ò\f²P\x05KǹdUßÙìe€"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"!©¤Ûò¶B\x00ªÆ\x175‡™ý "
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  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"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x1DóŒR¢M\t¥\x047frÿÿ"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"SØår\tú@\x1CŸûÖÁÎ=ôŽ"
  b"€£\x1A°žåC\x04‹¼ŽYêhËt"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"¯ñU5›UAc–ôˆÖôHÚ)"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"kÔ[nÎkO\x12¨Z\\x037úX‹"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"7ñ0ˆÛ2Bõ†žþ#ºîÆ0"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ï…ÿ†áK\x14‘Ü^A|1l{"
  b"\x01™€…æÃrò¢²yª0¨.["
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"¾\x1C• ‰„HYŠuewó+”À"
  b"å§blþjF\x1C¾x9L5…Ôd"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"\x18ÒN0swC΋j5¹Ý„ ¨"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"\x01˜½E»®r7¦DÌø\x11æ\x14¹"
  b"\x01™€ZO+sS³™©máLë"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"\x1FRG\x1F$hD˜¼\x1FÈE€œ3x"
  b"+\x1EúÐÓ¹Fbž2Ae×\x02"
  b"S>̆\x10ð@-¥@‘…\v2Á."
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"\x01™€z«\x16r•¹\x073ÅœZ\n"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x08 ønåøL…”Ý•cê;"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"â\x0FƒÕ2G)"դŎ"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\x01\nÝ\x12np\x00—¦£†Â.¹Ò"
  b"&˜9\x19{ÜOý¢õœ'DgBâ"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"É\x04j‡LlJ\x19ƒp°\x1F\x03\eø"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"0ÌAP|yJ̧ï=\x07\x14\"
  b"}ÌP'Š¡Fœ³/ëçëÒ€0"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"\x01Ž9à×Apc¡`Ú?¡GºÔ"
  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"Í\eذ8<MèŽGgÒ\x15“fª"
  b"˜\x05P)bñ@æ†Ø8Ç÷ŠõE"
  b"\x01—éñÌ?r†¨‰æ{\x01ÎÆÖ"
  b"E\x19’\x17åN;Ž«¡\x11Æó`¹"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"à—»ËgÖOÔ»lEúˆB)h"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"ó÷u‘\t\eBý¾\x15¼ÚPØ!"
  b"\x1Cmš=ó‰JØ‚!™ofÈ™Ú"
  b"8’(\x17É\x03Nüµá5ðО¥ð"
  b"<þ\x0F`\A€•Ÿ\jÆš\x10_"
  b"‰qyÃɰMô…T\x18Ì\½%\x03"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"\x01™€Z*{r¿ƒÌ*<¨ÃÙÄ"
  b"^qãZ\x1D\x1FD\x14€bOêŠuL>"
  b"sƒ0p:¯M\x18‚•އ@MÊè"
  b"ƒ ”a\x02l@ìŠÔï©\e\x1D"
  b"º/Áeœ\x05Dé›(ñ#B¨8m"
  b"ÅJöoJúLžŠ)q5et¥©"
  b"ÅÖòÚOõHq³›jˆ±\x13"
  b"Ëu©â‡\t@뱘T\t\x13ð"
  b"\x01—éñðJsK¯0Á{9ˆ§­"
  b"Fúßc%¾Bï»Ä,\x06eäýZ"
  b"Å\x01\x10—Mµ£–ؤ/\x0Eö“"
  b"¦7¬<#gC+“Q"Š\x15ÕS›"
  b"\x01—éñðEry–ƒ¸\x11ø\x14\x148"
  b"‡é[J3O®°â[\x1DÆ=À@"
  b"\x05w\f\x13dE‡Šêßoè\x1C"
  b"àÑFp\x17¨GÓ¿>²²“8ÿ"
  b"b[7žáBB¼˜]Zû1çpý"
  b"­\x0FV¼¼þMM˜Î\tÜ7—mt"
  b"K6\x1Ar6\x10K›—·’s—Y#Ç"
  b"sXcðÒ\x12N¯¿;€? EÏß"
  b"\x01Ž9à×3rƒ²&\rì0c³­"
  b"\x02œ˜ø¬—Gé’|±8U}.à"
  b"\x11W#Ù¢ÙMœ¸í\x1D#t!\r"
  b"$\Ùß`ØGœ›Ùâ°¨\x06î"
  b"WFw+“HìŠç|?c|Ž "
  b"Y6d;æqO5Š©fceÿć"
  b"""
    ^\x1D\n
    ЗWO>²\x10Þ\x1EÛ\t©1
    """
  b"nJjÙ\x05\x18@«½\x00–wŽZ›\f"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"eVËðˆTC,ž½m7Öû«ª"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x18P\x13§;ME¥Ð‹\vyEµ"
  b"¼ÊìTáœK\x1FŸí\x1DÂ)ò\vr"
  b"\rÇ̱\rI:’\x17ïÚŸ\x10"
  b"¼\x18DwböI2±Žšè‘s<e"
]
73 14.61 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"\x01Ž\x11º¶õrgŸ‘r·ª¸0X"
  b"\x01Œ\x1AÈØp\x16´Ñý±\x04]æø"
  b"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"\x17\x1C\x08A/¿ñvúYx¾F"
  b"7Ìöa¹‰K\t½˜Rôh«m\x18"
  b"äëå2nÅD-§4Ž[«N‡$"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"\x01˜àüWGp¥¬Ûã}Ò}æº"
  b"\x01˜àüWgq.œ+)\x17•ŠCo"
  b"ã\x0FÈ\x06ǏD¯Ÿê+gÓ\t—d"
  b"\x11Ú_"I(D½¡ˆÌ\x1FÕ\x14¢\x07"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x03¦Wo£O—©B\x15D×ÓÙ•"
  b"\x01Œ\x1AÈÓÎs¶·72Ã\fk¨p"
  b"\x18¸;ã"/FΓ½Y)\x00|m\x18"
  b"\x01Œ\x1AÈÓÈqÀœX"A^•Øò"
  b"ΑCÀaCLh„¤¯¥AL³"
  b"É\x1Eqž1ÙCL«H‡\x0E\x08"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"—{.OOôE\x13½š\x00ÍæLoˆ"
  true
]
74 4.94 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"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  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"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"æœò¡ŸHGe•¢7KìI="
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  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"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  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"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"cźçoM\x7F¥\x167»:0`¡"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x05©“DMHšM™¦ì[¤9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  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"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"EZŠ\x03ƒrK¸œ$fø^ø\x13\x1A"
  b"³\x06öXzI’™l¶Ù\ev\x1Db"
  b"fT¼\x05RÿHѯ0êˆÝB\x1C*"
  b"Ó_[“ CK¨«e¥9Q¼ü¸"
  b"Jðï¸Æ#N_œÆ\x07žS\rZ("
  b"®Iˆ¶ÑÏAhˆOH]y‡õ"
  b"""
    ÷Ô\n
    \x12FYBÑšêRÔ¥„d
    """
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  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"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ù¤ÄmeJۺԐ0Géo "
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x05©“DMHšM™¦ì[¤9"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"ÁtÛ£OŸMЬ8Uæ*V·Å"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  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"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
]
75 4.61 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˜àü$Ør¶…\x03\x0F)"qÌ!"
  b"\x01˜á\x07©¡p\x1D¿øŒÓLV\x14"
  b"\x01˜á\x07©Çpd’þ«8\x05L·#"
  b"\x01˜á\x07©çsםÑbAuQ¡v"
  b"\x01˜á\x07ª\x0Ep´·¡6°±\x0Fô."
  b"\x01˜á\x07ª3s§¸…µk‰€Qœ"
  b"\x01˜á\x07ªUs] “´Ôb\x15†¢"
  b"\x01˜á\x07ªnp)Žgï¼>\x10h\x17"
  b"\x01˜á\x07ªˆp\x1E¹QQ¦¿YÔ!"
  b"\x01˜á\x07ª§qجô\x0Egnƒ½\x1A"
  b"\x01˜á\x07ªÀs„›—W-\x060yÍ"
  b"\x01˜á\x07ªßr€¢‰§NÜ=¸¿"
  b"\x01˜á\x07«\x01p\x07¹\3În}<¶"
  b"\x01˜á\x07«'r‹«\eí{ <&}"
  b"\x01˜á\x07«Hq8¢BTùü…ÝD"
  b"\x01˜á\x07«os‰™‘ͳ;+-"
  b"\x01˜á\x07«‹q\x17·Ö”«‡UÆÍ"
  b"\x01˜á\x07«¤p¤¨u^æ‰kÐZ"
  b"\x01˜W0Ž?rB›\x7F\x1C¦í}c"
  b"\x01˜XÕº¯s\x02ž«\x10PƒÀï>"
  b"\x01˜XÕºÚpî‹€±¢)iÅ¿"
  b"\x01˜XÕºúpõ™\x06\x03\x02µî\ra"
  b"\x01˜XÕ»\x1Arõ‚\x13\x19ްÈ\x12"
  b"\x01˜XÕ»5p\nœ*ËÖp"\x00"
  b"\x01˜XÕ»QpUµ\x13ðnà\x06õ#"
  b"\x01˜XÕ»jp>˜\ ~cî\x1A"
  b"\x01˜XÕ»rJ§©Õnòi0½"
  b"\x01˜XÕ»˜q'…£\x0F£‰\x13¬"
  b"\x01˜XÕ»²pW©–ì¿™¶÷à"
  b"\x01˜XÕ»És͆+|ŽRm9$"
  b"\x01˜XÕ»áq㕝èÇ\x14³ü"
  b"\x01˜XÕ»ùqï™ÏfÓ‘¨\x01A"
  b"\x01˜XÕ¼\x12p†škI\x12F\f\x1DÇ"
  b"\x01˜XÕ¼-pU‰õFt5ðãç"
  b"\x01˜XÕ¼GsL¿•\x17úÕ‘\e\x7F"
  b"\x01˜XÕ¼`pÕ¿ ó…àjê‰"
  b"\x01˜XÕ¼ypsžêŒÒôL»—"
  b"\x01˜XÕ¼qBŠ]ý8Ôâܺ"
  b"\x01˜XÕ¼ªp8³]زÃ{P@"
  b"\x01˜XÕ¼Ârùœñ\x07¯¡îbŠ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01‘J‘_hp­ˆó.‘x3LN"
  b"\x01‚\x03wûq޾՗1àÐ'"
  b"\x01‚=\f—p"’Vƒì)'\x05È"
  b"\x01‚=\førºáß)\x1A<_9"
  b"\x01‚=\rCqÛ¶?OÃn\x18"
  b"\x01‚=\rŒrÚ¡·¿»^| ("
  b"\x01‚=\r×p¥”KçIv)fa"
  b"\x01‚=\x0E\x1EpH­ˆeî^.Ò\x18"
  b"\x01‚=\x0Ecs£²\x1C$iÛ% "
  b"""
    \x01˜àüWXrþ“9\n
    $ÜõtÓ
    """
  b"\x01˜á\váÎpxŽ\x03íÃñn¶™"
  b"\x01˜á\váíp¥¡(qxrù_"
  b"\x01˜á\vâ\x16r£Ÿªý\x1C\x12ØÂD"
  b"\x01˜á\vâ9sÔšß\x08ÓÚY\x16"
  b"\x01˜á\vâ`qF‹Y­­%Ñi'"
  b"\x01˜á\vâ„p\x19±\x19]ï&:;æ"
  b"\x01˜á\vâ¥p4±<8Æï%»["
  b"\x01˜á\vâÅr.›\x04w(ÿõ^à"
  b"\x01˜á\vâèp‰—ò\’G\x17\x15Ð"
  b"\x01˜á\vã\x11q¯„õô“\´‹§"
  b"\x01˜á\vã9qŒ¤Ž¤J]äà\x10"
  b"\x01˜á\vãesh«ë9¹\x03\x1C¦¤"
  b"\x01˜á\vã~rÚ¨Ç\x03\x11N͝{"
  b"\x01˜á\vãŸs\e¢øÎ…&®KÛ"
  b"""
    \x01˜á\vãÊs3Œ0\n
    ÿ¶ž©n
    """
  b"\x01˜á\vãëp¸ ßû‡ö,ºI"
  b"\x01˜á\vä\x02qý;|-Yual"
  b"\x01˜á\vä"p7¼`ÈVüH™6"
  b"\x01˜á\vä@r¸””¦SI¨—ö"
  b"\x01˜á\vä]s\x15¥¹ãµ\e\n"
  b"\x01˜á\vä€r߉\x10©oÚ} _"
  b"""
    \x01˜á\vä¥pz‹ ü˜"\n
    `\x01
    """
  b"\x01˜á\väÎr†øÿù¿oŸŒ"
  b"\x01˜á\väðrŸ”¤ –\x08o\x10æ"
  b"\x01˜á\vå\x17pgºÔCccé\x15ª"
  b"\x01˜á\vå;p\x17ˆôõȯ\t\x1E\x07"
  b"\x01˜á\våbpJ¯ašáW$ã\x0E"
  b"\x01˜á\vå†pŸŠÊÄûìV:\x13"
  b"\x01˜á\vå«rö„\x12":\“Õ\f"
  b"\x01˜àüWypA¦n¸ØHëð$"
  b"\x01˜á\våÊsS±&\x10™t\x7F"
  b"\x01˜á\våðp\x16ƒ\x05Ž–\x08„¬Ð"
  b"\x01˜á\væ\esh¢œB˜\x060\x11\x08"
  b"\x01˜á\væ@q:™\x08²ÄÖ\x1C"
  b"\x01˜á\væaq¯¿m\x06§è#ÅÎ"
  b"\x01˜á\væŠså™™"¦¶çì\r"
  b"\x01˜á\væ­qk¸qaC­¦0\x03"
  b"\x01˜á\vé6s\x7FŠ:×4<²B¸"
  b"\x01˜á\véosn¥b îÜ\eï"
  b"\x01˜á\vé’ŕšC:\x1E$vˆ"
  b"\x01˜á\vé²r7µ#ñÇqÚ‰]"
  b"\x01˜á\véßpt¤©<\x123ÔÖ°"
  b"\x01˜á\vê\x02sïŸsw¹Òw«a"
  b"\x01˜á\vê/rbŠo\x0F.\9¦U"
  b"\x01˜á\vêOs%¾ûI¸\x1EàÉó"
  b"\x01˜á\vêur¸”^3\x10q˜|\x1C"
  b"\x01˜á\vêœrÙ›îø\x12"K—µ"
  b"\x01˜á\vêÈq½»³\x1CÓÕ2\x03\x11"
  b"\x01˜á\vêìq^ƒH\fã)³s¡"
  b"\x01˜á\vë\x0EqM‘\x18ðn[n0u"
  b"\x01˜á\vë;qþžYÃq•òs."
  b"\x01˜á\vëaré’°ˆMА‰"
  b"\x01•¯jG]r‚´ô\x01ސ)g‡"
  b"\x01˜XÏ`-q\x14§=ï‚v‚ŠÇ"
  b"\x01˜XÏ`Ep{‹ª'\e±dA\x16"
  b"\x01˜XÏ`frûuˤCXZ"
  b"\x01˜XÏ`ypI‘\x12©t»\x16"
  b"\x01˜XÏ`ŽsÖˆR*A­œR9"
  b"""
    \x01˜XÏ`¦s\x1C±\n
    ѹʫÛE
    """
  b"\x01˜XϺŠrfŽbŒC\Üú"
  b"\x01˜XϺ¥r‡‡\JOyDKÊ"
  b"\x01˜XϺÀpצAªk̾û"
  b"\x01˜XϺÜr0¤ë\x07g´|­\x03"
  b"\x01˜XϺôq«^Öåö£(Ø"
  b"\x01˜XÏ»\x11q\v§OË/øðô·"
  b"\x01˜XÏ»/p\fŽ}‰o,LÞ÷"
  b"\x01˜XۏêsÞ¶n߉¶\x18P""
  b"\x01˜XÛ˜Grk¶r\rďüAÞ"
  b"\x01˜XÜ6[r-½8{´4\t\r%"
  b"\x01˜X܁\rs3˜Fsµô\x1F"
  b"\x01˜Xܬ®p?¯‰­Ã\x19\x0E"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01˜Vp¼Øs­™P°uï\x17"
  b"\x01˜XËÏUr¦Œ\x0E\x0FÕ2Lâð"
  b"\x01˜XËÏpsª¯\x1D)ᶪm"
  b"\x01˜XËÏ‹r"¯±c3Qªk*"
  b"\x01˜XËϧpø¯\x19üœÑ8‰j"
  b"\x01˜XËϾrص%\x07þe“‘í"
  b"\x01˜XËÏàp;·áóò8{\x7F\x02"
  b"\x01˜XËÏùr´²³/Ü\tÓ]h"
  b"\x01˜XËÐ\x18sDôqêð¶m\v"
  b"\x01˜XËÐ3pNŸ¿¥w^€O"
  b"\x01˜XËÐZp% ÙK\x12anˆ‚"
  b"\x01˜XËÐqr–™ò|$V²\x15\x12"
  b"\x01˜XËЏr\x08»\x1Aø¤\x16ÁõÙ"
  b"\x01˜XÏ·5rü¦¯ÚŠz;"
  b"\x01˜XÛQ=pÿº#cI|ÀwL"
  b"\x01˜XÛQept¡m¼\x0E¢8Â;"
  b"\x01˜XÛQˆsˆ®vΩ\x1E²i"
  b"\x01˜XÜ!žq>•sl\x10\x023m"
  b"\x01•¯jDœpN§d\x15$ƒNv•"
  b"\x01˜XÏ]?p=ˆU²å\x06\x19©´"
  b"\x01˜XÏ]Vqp°\x15\x1Aþ·C\rÌ"
  b"\x01˜XÏ]jrà’M›\x17\x1DüÉ\x03"
  b"\x01˜XÏ]që·í¾Hã{ÙW"
  b"\x01˜XÏ]›qF—\x1DD™Õ\x1F¾\x0F"
  b"\x01˜XÏ®s\x16«A¹hÞÅwl"
  b"\x01˜XÏ®œrN°|ò”±Ž\x11¬"
  b"\x01˜XÏ®µr‰ƒ’Põìæúï"
  b"""
    \x01˜XÏ®Ïqë¾Ò›\n
    —¼kð
    """
  b"\x01˜XÏ®ésx©A\x0E\e¡~ñ"
  b"\x01˜Xϯ\x00p\x15Žsž´á9ú†"
  b"\x01˜Xϯ\x14qÞ†H#\x1ATæþN"
  b"\x01˜Xϯ,p’ªE§)3\x1E\x04\r"
  b"\x01˜XϯHq}ŸÎ¤¦ê-£y"
  b"\x01˜XϯcqÆ›±¨Ê\t¾m\x14"
  b"\x01˜Xϯzr§–\v'܁µgy"
  b"\x01˜Xۏ–p6¤ò;X$\x1F®3"
  b"\x01˜XÜ5ÏsÖ†T\x17sXÕæ2"
  b"\x01˜XÜ8êrκI@ˆd´×\n"
  b"\x01˜XܬUqB¸¸G¡\x18Ïbö"
  b"\x01˜XܬtpŸ´c‰´U\x03b€"
  b"\x01˜XÜÈGq4²ý\x02ué!X]"
  b"\x01˜XÜÝÕrnƒ`Á\x19ã%5]"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01•¯k\x1E\x1Aq–ž_v»\x02\x02"
  b"\x01˜XÐ-/sc›\x1Dið:\²»"
  b"\x01˜XÐ-NpÌŸ>çò¿äI\r"
  b"\x01˜XÐ-ksŒ‰Õ†d• ±ý"
  b"\x01˜XÐ-‹q\x1D¯(u \x17 ª"
  b"\x01˜XÐ-¦rD‘15ˆÆŒ„d"
  b"\x01˜XÐ-×sd¸ù /‰\t¨p"
  b"\x01˜XÐ-ûp䎮eㆅ\x07¹"
  b"\x01˜XÛ ´ro´\x1Eê@[RÙú"
  b"\x01˜XÛ ãpV–a*#ªLC]"
  b"\x01˜XÛ¡\x11pÉ›\x16Ú¼É̦“"
  b"\x01˜XÛ¡8p\x05ˆ¿\x16G-óÉ\x11"
  b"\x01˜XÛ¡_rý¦ rî}±’Ö"
  b"\x01˜XÛ¡‹q!ŸI FçåÀô"
  b"\x01˜XÜ<Èpâ£\x12xÆ/Üæ6"
  b"\x01˜XÜ<órŠ©Žu¥\x1A‚ê"
  b"\x01˜XÜ…\es£ª·Ñy?Y–¹"
  b"\x01˜XÜ…@q(¤Z»‚Hã,a"
  b"\x01˜XÝ\x08‚s™½\x1Fô\x05õÁ\x02@"
  b"\x01˜½8\x18èq‡¼æ™\r3«M"
  b"\x01˜½96\x00qo§\x01‚°\x14â#$"
  b"\x01˜½96"på†Ó>˜Øo½\x1C"
  b"\x01˜½96Cpù‹ÙC¥o\x13¿§"
  b"\x01˜½96gqk–Œ\x00-\x1FÔ\e"
  b"\x01˜½CÃUsš­<gúÅ·\x119"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01•¯jM«pV»Ê\x16¿½Ó©¢"
  b"\x01˜XÏi¥p«£\x10#E‰M&\v"
  b"\x01˜XÏi¾sã›…ó\x02[P»ï"
  b"\x01˜XÏiÓr5ž\x15Ù7íÍK"
  b"\x01˜XÏiísƒ±\x1A£Éý5–\x1A"
  b"\x01˜XÏj\x03q@ªšøŸ¼Í`ù"
  b"\x01˜XÏj\x1Er^‚1\x15Ùg¯g7"
  b"\x01˜XÏj7rÿ°MÀ\x18Ý)S\x03"
  b"\x01˜XÏjQpJ­]N=;\x11÷Î"
  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•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01•¯jFFp)³Âtý›\x10™q"
  b"\x01˜XÏ_üqp££\x08-|\fΓ"
  b"\x01˜XÏ`\x17pz½\x00Eÿ \x16³¶"
  b"\x01˜XÜ6\x1CpR±s»Ä&G;æ"
  b"\x01˜XÜ68sɽEòâ\vj2"
  b"\x01˜Xܬ“pk‰\e¢\x18­ˆû"
  b"\x01˜WÓÂèr(ŒÛêŒïþ\x13["
  b"""
    \x01˜XÏY\n
    rx³Êg¿y¿ÿ®
    """
  b"\x01˜XÏY5qO³Z™a,¢¹P"
  b"\x01˜XÏYKpˆ£A\e\x04âJÇ\x08"
  b"\x01˜XÏYbrÙ£ÓqZ|\x11\f="
  b"\x01˜XÏY|qÌ‚Þu\x0Eœì|"
  b"\x01˜XÏY”q^°\x01v`p(H\x0F"
  b"\x01˜XÏY§r\r·­íN\x0F«—Æ"
  b"\x01˜XÏY½sκ÷jµ*5Û”"
  b"\x01˜XϪšqÙ©+×°²<'\x10"
  b"\x01˜XϪßq.”‰\x14WDPKÃ"
  b"\x01˜XϪóṕ\x00uNqƪ:"
  b"\x01˜XÏ«\x06rÜ“Q\x1Cû EÐÅ"
  b"\x01˜XÏ«\x1DpÑŸë•$Ñ\x17ö§"
  b"\x01˜XÏ«5pª–UL¶h$·q"
  b"\x01˜XÏ«Kq±‚²!K×D\x16È"
  b"\x01˜XÏ«`p‡–è\vÈ}Ø©\x00"
  b"\x01˜XÏ«wr”’yªwÁÝÕt"
  b"\x01˜XÏ«•q|µ\x0Ed\x7F×¶\r\x04"
  b"\x01˜XÏ«·r\x7F‚aìW7Å\x15£"
  b"\x01˜XÏ«Ïqʁ››:œ~\x1DU"
  b"""
    \x01˜XÏ«æq\n
    ûÍäOû\x13Ï
    """
  b"\x01˜XÏ«ÿq@°^~æÃÀm›"
  b"\x01˜XۏFp3­’X\x07\x0F\tÉÄ"
  b"\x01˜Xۏps>‹fóúj\x17]\x7F"
  b"""
    \x01˜XÜ€’sˆ»Û\x1FY\n
    æ‰Ó
    """
  b"\x01˜XÜݨp2—XÂ\fúV9Â"
  b"\x01˜Vp»­p½°\x1AÔÚ4êó–"
  b"\x01˜XËÎìqźÁ¿\vßm<4"
  b"\x01˜XËÏ\rqqŽ´¦‘þ©LÍ"
  b"\x01˜XËÏ s–¾y”R\x1EŽ1L"
  b"""
    \x01˜XËÏ8pó´·jç¾\n
    N›
    """
  b"\x01˜X϶\s@’._À†¤4Ü"
  b"\x01˜X϶˜s³¬áÛ#Š»£½"
  b"\x01˜X϶±p_®Â›8•V`É"
  b"\x01˜X϶Êp„‹Út¨\x07\f×\n"
  b"\x01˜X϶çp¬…²Zo¤h€°"
  b"\x01˜X϶þrš„¥ýk1'ZŽ"
  b"\x01˜XÏ·\x19sx² Ôå2‡WS"
  b"\x01˜XÛPñsR­’xëIÁƦ"
  b"\x01˜XÛQ\x16p]©^|k­»5»"
  b"\x01˜XÜ!jpÞ“%Ò]ÌY¹Ç"
  b"\x01˜XÜrppë”\x07Æ0i?È»"
  b"\x01˜XÜr˜s\x10†+TØ\x18\x00\x15"
  b"""
    \x01•¯k\eœpñ®Ô÷\n
    À—DŠ
    """
  b"\x01˜XÐ,Nre¬\x06ðv"šÒ6"
  b"\x01˜XÐ,`sË–Ž§ ÍvŽ "
  b"\x01˜XÐ,ypø¤Î=ˆŒ "
  b"\x01˜XÐ,”rN®Aìmó™ù"
  b"\x01˜XÐ,¹sۉͬөçZø"
  b"\x01˜XÐ,×sf™!,”VU0"
  b"\x01˜XÐ,ñq•†·vûÏT=Ó"
  b"\x01˜XÐ-\x11p׊²­ä´SVû"
  b"\x01˜XÛ Œr}¯I€\eãÚà\x18"
  b"\x01˜XÜ„ìs%²F†\x13\x12é¼"
  b"\x01˜XÜÊßr.¦+VpG=^&"
]
76 0.74 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
77 0.68 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
78 0.43 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"
]
79 0.42 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»‚ªÁ"
]
80 3.45 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"\x01Œ\x1AÈÑ©s‘‚çÉ"ÊJi\x1A"
  b"\x17\x1C\x08A/¿ñvúYx¾F"
  b"7Ìöa¹‰K\t½˜Rôh«m\x18"
  b"äëå2nÅD-§4Ž[«N‡$"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"\x01˜àüWGp¥¬Ûã}Ò}æº"
  b"\x01˜àüWgq.œ+)\x17•ŠCo"
  b"ã\x0FÈ\x06ǏD¯Ÿê+gÓ\t—d"
  b"\x11Ú_"I(D½¡ˆÌ\x1FÕ\x14¢\x07"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"™x¼¾@ÍEg´{‰[uz\x14B"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x03¦Wo£O—©B\x15D×ÓÙ•"
  b"\x01Œ\x1AÈÓÎs¶·72Ã\fk¨p"
  b"\x18¸;ã"/FΓ½Y)\x00|m\x18"
  b"\x01Œ\x1AÈÓÈqÀœX"A^•Øò"
  b"ΑCÀaCLh„¤¯¥AL³"
  b"É\x1Eqž1ÙCL«H‡\x0E\x08"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"—{.OOôE\x13½š\x00ÍæLoˆ"
]
81 0.94 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Ì"
]
82 0.61 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ç¡"
]
83 0.92 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/f4b7603bafc44414ab117c8b38cfd878"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
84 1.15 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:
[]
85 1.64 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"
]
86 1.42 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"
]
87 1.30 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"
]
88 1.75 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
89 0.53 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
90 0.36 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
91 0.54 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
92 1.42 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"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
93 1.44 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"|ÀÐ÷-âO\x08š¯¢4>ŒÁê"
  b"ô·`;¯ÄD\x14«\x11|‹8ÏØx"
]
94 0.98 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"\x01Ž\x11º´ŽsD‘‰"£Ç÷\x14}"
]
95 1.05 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"F\eõö¦*O˜š7n¤Áê ÷"
]
96 1.17 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"
]
97 1.13 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"
]
98 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
99 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
100 1.05 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Ž"
]
101 0.89 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Ž"
]
102 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
103 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
104 1.37 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Ž"
]
105 1.39 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Ž"
]
106 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Ž"
]
107 1.13 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Ž"
]
108 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
109 1.41 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Ž"
]
110 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"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
111 0.80 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Ž"
]
112 0.95 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Ž"
]
113 1.01 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Ž"
]
114 1.01 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Ž"
]
115 1.29 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Ž"
]
116 1.72 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Ž"
]
117 1.40 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Ž"
]
118 8.98 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/f4b7603bafc44414ab117c8b38cfd878"
  "/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/018a1991bbce4cc3a0b36881e0609858"
  "/navigation/80275fec53cc4418b13757780d0a391a"
  "/navigation/7d831bc424f94acbaded4c192b90ab00"
  "/navigation/c13385ceea66432ebf9c90b5241245fa"
  "/navigation/c21ad6b9a2674c9bbc7fc887a8f4baf8"
  "/navigation/1bfc9663a98d43ee976a5d72a1f6f952"
  "/navigation/d0b5244b803e4d8689f0cf29d1783d69"
  "/navigation/7d696320009349f59d8b4d4ae689fa0e"
  "/navigation/e162efe6834c4c18a37d89df24a85ee9"
  "/navigation/6b17b411b0894416bbec2e6152923c55"
  "/navigation/788233ee30fd4dd5bccdf1cc78307e71"
  "/navigation/68058afef9e146cfa6ac22b9ddc9b259"
  "/navigation/b34c881b75064164b353bc1dec6ac68e"
  "/navigation/c7785ee97b314f3db03edee3d9737975"
  "/navigation/93402c7a97f949a096f24dfb66d62f12"
  "/navigation/705c5df17ecd4d4e8b66cb875c4ac4a4"
  "/navigation/95e119c707fb4f108af00dabc98c1b59"
  "/navigation/517d5b4be04e48ccba78dc027a40488f"
  "/navigation/8298961aeeeb4684acbb6dbd68f4f6fa"
  "/navigation/abe4e14d48e6413d9388df40cbe44f08"
  "/navigation/a3a47692c1f14c2c8db71eecce611eca"
  "/navigation/61deb88a56e04e1c928430569113bfba"
  "/navigation/10c26629e81346f194fe697b7a75e294"
  "/navigation/9e5251b3eb3f4a268bcae8a4a30ff7f2"
  "/navigation/b589d61a2f434726a18b59767a95b99e"
  "/navigation/4400d71f465e4cd7b4242b941296f472"
  "/navigation/b732f1a97a4e44c2be17c49db554a84d"
  "/navigation/4cf6563db8b14e28b849ce9332d755ec"
  "/navigation/6e95e7e6d0f84c22ba20dfd7981594cb"
  "/navigation/ff333e1dabef4c5983af1122ed798d3e"
  "/navigation/4d22db93233d4086bfee36ef3b1f35f6"
  "/navigation/4d02dbf4122e4058bf2080900a44455a"
  "/navigation/119ae3d12644495fa6f3618364cbb727"
  "/navigation/e46870e430b747ecb2d349c455263141"
  "/navigation/be23eb58dd78417f8787ee0c6ebe330c"
  "/navigation/466647936cab40d3904d2d31ca2cf3e6"
  "/navigation/f4a44516f22b4cc8954b3cb231002411"
  "/navigation/7df08da7978d4247900f9270108bb595"
  "/navigation/d59c6fa53fc64f14ae6ee401298ee9ec"
  "/navigation/3647c4d5b9864b9797613bd740285d81"
  "/navigation/11aa8af2e5914337b80147fb3b417f01"
  "/navigation/c35da5cb62394401bb4b8a27e9e9e4ba"
  "/navigation/482b53ae8e0342b0959994dcfd22ebef"
  "/navigation/e0b14a92d05640fe9aaa7f5838123bed"
  "/navigation/2cc6f0ad58cc41f7a1e0fee5a8d69afd"
  "/navigation/522abd10811146118388dd8d252c644a"
  "/navigation/f16e91784bf44ba98025bf6d4b960eff"
  "/navigation/09e908767248492d933a52cb3f9f117b"
  "/navigation/5a365c2907fc4b92ad6865ca0dce12d4"
  "/navigation/50590070321b4992b1815c059ad59ca4"
  "/navigation/99a15c90b32244f29da88b4ab4ee3239"
  "/navigation/c2f3b04dff2648469829fa9e2f5705f9"
  "/navigation/935166103a3e490095790d4ccc314086"
  "/navigation/a25c08ee2a204af59f5efa21e30090f4"
  "/navigation/361443a7216249de96928e3d5004f452"
  "/navigation/e5b8cb522b544f1c99362ac233994e00"
  "/navigation/afc70d4cc4704282906ced99404f7a72"
  "/navigation/82b3c25a888a4ebeb5fb661ec00b8abb"
  "/navigation/cd6a8dabe66241b5ab003a60e73670fe"
  "/navigation/d84d88b1caa34b40ae32fc89a82632aa"
  "/navigation/1832298afded43d0bafb4f9adffb7f7b"
  "/navigation/47d9feac11ec4dd4aa2ca28ef647487d"
  "/navigation/11e80a654d334dae8b0a865222914898"
  "/navigation/6b1f36d3c3c74106a1e79c36f4213bc7"
  "/navigation/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/018d11bab6f572679f9172b7aab83058"
  "/detail/018c1ac8d88f7016b4d1fdb1045de6f8"
  "/detail/019821c1ca2372709f9bd7d28d5c6419"
  "/detail/019821fb4f8b72c097b83cd66b6c2db5"
  "/detail/0198bd3818e87187bce6998f0d33ab4d"
  "/detail/0195af6b1e1a71969e5f76bb0202738a"
  "/detail/0195af6b1b9c70f1aed4f70ac097448a"
  "/detail/0195af6b1f0c7122825a509ed5a9a99a"
  "/detail/0198e0fc575872fe93390a24dcf574d3"
  "/detail/0198e0fc57797041a66eb8d848ebf024"
  "/detail/01985670bbad70bdb01ad4da34eaf396"
  "/detail/01985670bcd873ad9950b075ef174c8e"
  "/detail/01985670be3772c89d11a2689d28f295"
  "/detail/01985670b88f7339bf4ec112db5e2263"
  "/detail/019857c6600371fd93076f90946e3353"
  "/detail/01985670bef57013b3a7df713a2e4dc2"
  "/detail/0195af6a475d7282b4f4018d90296787"
  "/detail/019857308d3f72429b7f891ca6ed7d63"
  "/detail/0195af6a449c704ea7641524834e7695"
  "/detail/0198e0fc24d872b685030f292271cc21"
  "/detail/019857d3c2e872288cdbea8ceffe135b"
  "/detail/0195af6a46467029b3c274fd9b109971"
  "/detail/01985730a7ed73ff8496137f70e9301b"
  "/detail/0195af6a458470f0b6c33a0a5de03291"
  "/detail/0195af6a4dab7056bbca16bfbdd3a9a2"
  "/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ç¡"
]
119 0.61 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.