GET https://dev.cas-technik.de/navigation/8bd5623be4cf4805b79b1dc61b73f4a9

Query Metrics

118 Database Queries
64 Different statements
569.05 ms Query time

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.92 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.44 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.55 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.72 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 4.02 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "clothing/waisted-jackets"
  "clothing/waisted-jackets/"
]
7 61.38 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//en/clothing/waisted-jackets"
  "/en/clothing/waisted-jackets"
  "https://dev.cas-technik.de/en/clothing/waisted-jackets"
  "https://dev.cas-technik.de//en/clothing/waisted-jackets"
  "/en/clothing/waisted-jackets"
  "//en/clothing/waisted-jackets"
  "en/clothing/waisted-jackets"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
8 0.51 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.56 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.51 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "IYajaQN1ApSlXcPuCw7d4Y0sMxX8rCJR"
]
11 0.52 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.72 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
13 0.63 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.41 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
15 0.96 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.69 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.61 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.28 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.47 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.52 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.41 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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
22 0.84 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
23 1.59 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.95 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.86 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.69 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.99 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.51 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.74 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.68 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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
31 0.41 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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
32 2.51 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  b"Ôc^ÈQ»M–—°åiáæD#"
  b"™>ûʲ\x08EO®c_:Lh™ "
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  b"¥’Ì÷h¯M(¾ÖNØÿ:|j"
  b"ÕäÔ«\x08ùAæ¹?\x17Ô\x1Eõ5g"
  b" \x07ÅjWÌF鳩Ď›q2æ"
  b"¦•±{tqIq©èqÍêU\r\x03"
  b"2£`+z\x16K3µeóò)(žy"
  b"Ü>\x06/ЊIÉ™Y”çž{\x1F!"
  b"¢\x12 õ­\rFOßÃvœ—Žë"
  b"""
    *™ÿމ\n
    B³®ëŽšM÷TQ
    """
  b"üÎðÒÀ\vJŽl\x19¤-CÉ\x1F"
  b"iã‘È\x17‘@ùµ§¹\v[ÍW\t"
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  b"„Óñ­ÀCGûö\x1C÷¿Sš\"
  b"\x1E\x1EªšÈåE.¼æÚ\x10[\x11\x13\x11"
  b" ݨó|¬B;š\eO;†ö'î"
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  b"\rú.aU%D0•]©¨(áŽ"
  b"À|7M :K\x1A¼:±{ÀqM\x05"
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  b"\x01•¯mœ:pK–‹ÔOË8'K"
  b"eü³ŽÂ¿GLŸÑ}ûR»Åî"
  b"€R•ü‰UEŠº_½.r¿\x18\x10"
  b"ˆŽ”\x123b@…—LŸº_Ôñ"
]
33 14.36 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˜!è,5p_–"æá4±¨°"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
]
34 4.25 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˜!è,5p_–"æá4±¨°"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
]
35 75.47 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˜!è,5p_–"æá4±¨°"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
]
36 2.66 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.override_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.override_1.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.override_1.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.override_1.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.override_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.override_1.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.translation.override_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.override_1.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.override_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.override_1.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.override_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.override_1.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation.override_1`.`name` as `property_group_option.translation.override_1.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation.override_1`.`position` as `property_group_option.translation.override_1.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields`, `property_group_option.translation.override_1`.`custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.override_1`.`property_group_option_id` AND `property_group_option.translation.override_1`.`language_id` = ? WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation.override_1`.`name` as `property_group_option.group.translation.override_1.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation.override_1`.`description` as `property_group_option.group.translation.override_1.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation.override_1`.`position` as `property_group_option.group.translation.override_1.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields`, `property_group_option.group.translation.override_1`.`custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.override_1`.`property_group_id` AND `property_group_option.group.translation.override_1`.`language_id` = ? WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
]
37 20.46 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜!è,5p_–"æá4±¨°"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
  b"¡¦Þ—æ¡Nb”Z\x18 FßVÅ"
  b"£¶‰2ÊßEÌ‘j\x06úC}\x0F@"
  b"\x01ª¸~NS»Å‚7Sºt¾"
  b"ÖKäC_ÛG\x17Š2obHBH3"
  b"„‡XÔËôGþ蟃Îûgç"
  b"E\x02w‘ø{N\x01¹Õ¶g¯ô¥«"
  b"\x01Ž9¾0×pJ Ì>·õæ;X"
  b"¾¶\x1F]Ë#Fµœ´~jóœ1Ô"
  b"zµjÃóáH’5¸4Ã6öù"
  b"\x1E"’T@üL‡Œ³Ã2±¥È°"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"Û\x1C[çÆ§L¹¸5:[\x1FMB"
  b"\t¶,è¶0J•\x064>²ªân"
  b"vþÇâÜPFÕ›.<÷ÝÄF"
  b"4÷2=ÀÇO\x15„à “&“Pæ"
  b"""
    \x11]\n
    ŽHИ\x16Ù-\x17)§×
    """
  b"\x10rŽJ}”Jâ‹3?‹È\x1A16"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"7aS0ÆæJ\x12„Û\x1Aµ«vÓ\x15"
  b"ÒgP\fÍ\eCÐ’Y{ÒÇú="
  b"\x01˜àüVÊpN¥)¹gÚö5^"
  b"\x01˜åµçJrYº×;¹\r\x00P"
  b"\x01˜åµçhp\x14¥ã+6\x06>ÇÑ"
  b"\x01˜åµç‡q©™ü\e㘶@+"
]
38 0.92 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.override_1.shortCode`, `unit.translation.shortCode`, COALESCE(`unit.translation.override_1.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.override_1.name`, `unit.translation.name`, COALESCE(`unit.translation.override_1.name`,`unit.translation.name`) as `unit.name`, `unit.translation.override_1.customFields`, `unit.translation.customFields`, COALESCE(`unit.translation.override_1.customFields`,`unit.translation.customFields`) as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation.override_1`.`short_code` as `unit.translation.override_1.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation.override_1`.`name` as `unit.translation.override_1.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields`, `unit.translation.override_1`.`custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation`.`unit_id` = `unit.translation.override_1`.`unit_id` AND `unit.translation.override_1`.`language_id` = ? WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
39 1.02 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"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
40 0.87 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
]
41 0.46 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
42 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"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
43 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
44 1.30 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
45 1.28 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"´ó§!`©Já¥@·­ÙP(Û"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
46 0.90 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
47 0.77 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
48 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
50 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.52 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Cd»©s\x10M®‡–;¹® ep"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.52 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.44 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  null
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.54 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.39 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  null
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.39 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  null
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.42 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x04@ž¯SVCP‹Ö%Ï\x15b¬6"
  null
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.43 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.47 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"|¡9ȰPL\x02ÑRœ/vÅÊ"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.43 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  null
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.45 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"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  null
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 0.47 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  null
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 75.30 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"\x10rŽJ}”Jâ‹3?‹È\x1A16"
  b"¾¶\x1F]Ë#Fµœ´~jóœ1Ô"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01˜àüVÊpN¥)¹gÚö5^"
  b"vþÇâÜPFÕ›.<÷ÝÄF"
  b"7aS0ÆæJ\x12„Û\x1Aµ«vÓ\x15"
  b"4÷2=ÀÇO\x15„à “&“Pæ"
  b"Û\x1C[çÆ§L¹¸5:[\x1FMB"
  b"\t¶,è¶0J•\x064>²ªân"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"""
    \x11]\n
    ŽHИ\x16Ù-\x17)§×
    """
  b"ÒgP\fÍ\eCÐ’Y{ÒÇú="
  b"zµjÃóáH’5¸4Ã6öù"
  b"\x1E"’T@üL‡Œ³Ã2±¥È°"
  b"„‡XÔËôGþ蟃Îûgç"
  b"\x01Ž9¾0×pJ Ì>·õæ;X"
  b"E\x02w‘ø{N\x01¹Õ¶g¯ô¥«"
  b"£¶‰2ÊßEÌ‘j\x06úC}\x0F@"
  b"¡¦Þ—æ¡Nb”Z\x18 FßVÅ"
  b"ÖKäC_ÛG\x17Š2obHBH3"
  b"\x01ª¸~NS»Å‚7Sºt¾"
  b"\x01˜åµçJrYº×;¹\r\x00P"
  b"\x01˜åµçhp\x14¥ã+6\x06>ÇÑ"
  b"\x01˜åµç‡q©™ü\e㘶@+"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
64 100.75 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‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01˜X×_%qh”^ªÚÆæ\fà"
  b"\x01˜X×_Dp­¼ G\v5Xj¤"
  b"\x01˜X×_dpî—å³\x00\x03Ï÷$"
  b"\x01˜X×_‡põ²e¨LVµB¹"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01˜á\vÞ\x02q™\x00žÚîñdø"
  b"\x01˜á\vÞ)q½›§›BãÆ¨6"
  b"\x01˜á\vÞKq\x0EµŽ’\x15A°l¶"
  b"\x01˜á\vÞkrR—>.eö^·"
  b"""
    \x01˜á\vÞ‘p\x1D\n
    `tŒúuæ
    """
  b"\x01˜á\vÞ·p½ Œ›\x04ò¦ÊQ"
  b"\x01˜á\vÞÔsç§Ñ\x13çè\x08"
  b"\x01˜á\vÞðs/—N¤í\x03Àþ°"
  b"\x01˜á\vß\ts –B›\x19€˜ˆ~"
  b"\x01˜á\vß+s\x06½XŒÚ\x17\x15{"
  b"\x01˜á\vßKrʯ¼™k\x19Ÿ¡}"
  b"\x01˜á\vßcs€´>Gµç,“¯"
  b"\x01˜á\v߀s&§\v‚,5™€’"
  b"\x01˜á\vߟq\x16‚n1\x00¢,¡Â"
  b"\x01˜á\vßÀqÔ¿‰Ê}kV^Ú"
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åÓLBsP€IÐγŸ¥"
  b"\x01˜åÓLqq\­ôÏå’“\x7F\x17"
  b"\x01˜åÓL˜r·…JºÏRsÝ"
  b"\x01˜åÓLÈqq éŒ0˜½8ï"
  b"\x01˜åÓLþsA•Éê}Y¦ý\t"
  b"\x01˜åÓM/q\x12¬3}u´z<£"
  b"\x01˜åÓMapå¥$±ä\x1DÚÔX"
  b"\x01˜åÓM’sTž–DýYÏ\x11á"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åÓMÊr±¢ç\x18ê6á_\x16"
  b"\x01˜åÓMñpš‘:g§sl\v"
  b"\x01˜åÓN\x15s\x14Š\x00ŸyØì[\x14"
  b"\x01˜åÓNCq}œRjÂ,\x1AæR"
  b"\x01˜åÓNjq6£[\x10@\x03vBè"
  b"\x01˜åÓN”pä¥\x19î?\x04;àe"
  b"\x01˜åÓNÁq<¸¢n†¥{Øþ"
  b"\x01˜åÓN÷p;©\x10Äɉ׮'"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
  b"\x01˜åÓO!s\x1F´’j“û \tµ"
  b"\x01˜åÓQüqI¢d‰µ"\x1CÜŽ"
  b"\x01˜åÓR/s×¥ÝÀÝ^\x180Z"
  b"\x01˜åÓR\sò»´†Ó¨8}¹"
  b"\x01˜åÓRŽsf°á-Ž$××Ò"
  b"\x01˜åÓRÀs ¹»E™y¦\x7F-"
  b"\x01˜åÓRçpዯ†\x00ÐPœ>"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01˜¢û=Nsa•ÏUIoL¯s"
  b"\x01˜¢û=mrç—‰ ×Æ\x1E*P"
  b"\x01˜¢û=rŃڪs\x14,Vù"
  b"\x01˜¢û=’p(˜Ú\x0E\x19\x16¥'n"
  b"\x01˜¢û=¬r\x07Òip×Ô‘5"
  b"\x01˜¢û=¾pÛ‰"uAоÂì"
  b"\x01˜¢û=ÖqÉ™ \x02\x0Fÿ‚Æ"
  b"\x01˜¢û=ïr6—†\x14Ëó¥iS"
  b"\x01˜¢û>\x04rr–x]ÂéÕÍ€"
  b"""
    \x01˜¢û>\epy±\n
    Û\¯Å7Œ
    """
  b"\x01˜¢û>0s€›Ü@…™˜LÛ"
  b"\x01˜¢û>Er¯ŽŠúÓ;2¼"
  b"\x01˜¢û>Yqd—ìö'6UÔ&"
  b"\x01˜¢û>mp#¿åäe\rˆ\x02"
  b"\x01˜¢û>„q½°:º:žOâ—"
  b"\x01˜¢û>–q빇ê)Ւɵ"
  b"\x01˜¢û>©pÿ°BY©ü_bU"
  b"\x01˜¢û>ºpB¡á/\x18}¢“·"
  b"\x01˜¢û>Ípý¹Ì±™ƒ\x17óŒ"
  b"\x01˜¢û>Ýqý®ôÜD9\x00"
  b"\x01˜¢û>òsõ¡ÍðªªzŸ\x1A"
  b"\x01˜¢û?\x08rû—ž¦\x15Ÿ]í"
  b"\x01˜¢û?\eq‡µ¢ß'Gœ¥"
  b"\x01˜¢û?*qü¦é)\x11àFF\x1C"
  b"\x01˜¢û?>s.¬š\f)‚¾ãÔ"
  b"\x01˜¢û?Nr\™\x1DDa|Žø|"
  b"\x01˜¢û?hpѵŒg\x008\x10ÙQ"
  b"\x01˜¢û?}p\x04˜Òò\x0Eö\x12f‘"
  b"\x01˜¢û?Œqź1¶\x02ðwΜ"
  b"\x01˜¢û?¡r­˜a\x03\x13\x1C\x15‡æ"
  b"\x01˜¢û?¸q{›wYÔŽLŒô"
  b"\x01˜¢û?Ðp^¢u£@e+„”"
  b"\x01˜¢û?ãqK¶Œ|ž\x11Ð6à"
  b"\x01˜¢û?ösS¾3~…Œçòv"
  b"\x01˜¢û@\ts–Š!Û[“Í–"
  b"\x01˜¢û@\x1Cq\x14—·\x06×`ßü\x16"
  b"\x01˜¢û@3rÞž\x0E\x08Ÿ0AÅ."
  b"\x01˜¢û@Hp½‘\rL,\x10tj\x1F"
  b"\x01˜¢û@\r¥¶³d‡Um\x1Fÿ"
  b"\x01˜¢û@mp¤†´\x06|Ã3<U"
  b"\x01˜¢û@‚sT¯ÝåXÞéw\"
  b"\x01˜¢û@˜p”‰Nå\x1DÅ”O‚"
  b"\x01˜¢û@¨rƒ†X¯{}¸\x12«"
  b"\x01˜¢û@¼qƒƒ“é¬MÌòR"
  b"\x01˜¢û@Òræ…XâC\x07\x0F"
  b"\x01˜¢û@ðp\x0F‚ÐáÏ@B•("
  b"\x01˜¢ûC×rÚŒfmÄ#3\x11Å"
  b"\x01˜¢ûCós›½çq؉^"
  b"\x01˜¢ûD\x05s\r¦[.\f”A)ã"
  b"\x01˜¢ûD\x16p\x05\fOl¯Òˆ "
  b"\x01˜¢ûD+r£«‚,\x00\x01RÝ<"
  b"\x01˜¢ûD?sœÛ4Ð\x12=\x06Õ"
  b"\x01˜¢ûDQq\fˆ¥“Ä\x1CNi¯"
  b"\x01˜¢ûDipÝ®‰‹ò–ž\fô"
  b"\x01˜¢ûDp»¾›‘‚\x1DŠ\x13."
  b"\x01˜¢ûD–s¾ž¾L,\G¢ð"
  b"\x01˜¢ûD©s*­K\x1Cû\x01Tï"
  b"\x01˜¢ûD¿sl©âWfò\x18FH"
  b"\x01˜¢ûDÙs„»±sUŽ2f#"
  b"\x01˜¢ûDïsûŽõ‰‹“]H÷"
  b"""
    \x01˜¢ûE\x03p\n
    ˆ<¨ß\x19
    """
  b"\x01˜¢ûE\x19r粝éÓ­"߈"
  b"\x01˜¢ûE-q\x03¯fp‹"\x18Ex"
  b"\x01˜¢ûE?sV \x1Fs‚ø:… "
  b"\x01˜¢ûEUpá¾\x12‹8"
  b"\x01˜¢ûEdrÔ¼`*\x1Cl{HÅ"
  b"\x01˜¢ûEvr"ªd¼—ìÁ\x1F"
  b"\x01˜¢ûE†s[®N.\x10M‚W\e"
  b"\x01˜¢ûE qR”\x0Ed¸Ž©Ì("
  b"\x01˜!è,5p_–"æá4±¨°"
  b"\x01˜!÷Ϙs¼ªCñOÿÅ\­"
  b"\x01˜!÷϶sù \x07\x1C‘¨kž"
  b"\x01˜!÷ÏÝpŒ£÷Oéª÷Bh"
  b"\x01˜!÷Ïös{¸&ºçKC^""
  b"\x01˜!÷Ð\x15sÔ·Û\x1D \x06Lt\r"
  b"\x01˜!÷Ð-pŽcLŽ›ð\x14_"
  b"\x01˜!÷ÐNrè™\x02\x04¾zšÖ"
  b"\x01˜!÷ÐnpLjp*¸ˆ1·\x04"
  b"\x01˜!÷Ð’q™ìœ\x01mfž"
  b"\x01˜!ÿ\x1Cmr˜?2ÃÀ"zt"
  b"\x01˜!ÿ\x1C†p ¶\x13!6 *ÌÁ"
  b"\x01˜!ÿ\x1CŸqÔ©\x15\éþÚA"
  b"\x01˜!ÿ\x1Cµq\fŒ7¶v‰ÎQg"
  b"\x01˜!ÿ\x1CÐr7§ÝA\Œ\x1F5e"
  b"\x01˜!ÿ\x1Cðp믺[Tü,;Ê"
  b"\x01˜!ÿïìs\x03¶÷ãÓcAù\x18"
  b"\x01˜!ÿüñp­gŽÈ…!2\x06"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01˜¢ùÞÄpª£«Çúþ‘\x19"
  b"\x01˜¢ùê`sk¸¡%o#^?\x0F"
  b"\x01˜¢ùêpΙŠÏ«Þ  k"
  b"\x01˜¢ùê“rZ‘g6þ?uD["
  b"\x01˜¢ùê¤rN‚ȉèsh\v\r"
  b"\x01˜¢ùê´qÝ¢fËÀpØ?ï"
  b"\x01˜¢ùêÈq}¸¤~+I†Êw"
  b"\x01˜¢ùêßq—˜2¤r\x1C\x01»€"
  b"\x01˜¢ùêøs]£o<\fråkÖ"
  b"\x01˜¢ùë\vp$£Ö{-7\x1Cw\x1F"
  b"\x01˜¢ùë\x1Dq¿™W[/$e\x15ð"
  b"\x01˜¢ùë.qm‹=0ÕkMÞ¶"
  b"\x01˜¢ùëAp»„Ìwuó2èt"
  b"\x01˜¢ùëSrØ•X!B•‰™\x16"
  b"\x01˜¢ùëcsS›\x18ÑånšX%"
  b"\x01˜¢ùësr·Œ\x1Eºå)\x10\x1E"
  b"\x01˜¢ùëƒs"†\x19ê1 )vÝ"
  b"\x01˜¢ùës¯‡ÀJ¨ß÷\x06\t"
  b"\x01˜¢ùëžrê»~Õè ‹\f"
  b"\x01˜¢ùë¯s7£Íª†CLd"
  b"\x01˜¢ùëÃs\t¹ÝVMÏðúñ"
  b"\x01˜¢ùëÖsr•\x02ÕTÇÛvÇ"
  b"\x01˜¢ùëèsîŸ\x1F\x161\x1CÓcm"
  b"\x01˜¢ùëûqØ¥œW\x1E\x07k̘"
  b"\x01˜¢ùì\x11p\x13»tðR\x039²n"
  b"\x01˜¢ùì$qþ¸Õ¹À\x14ßý¨"
  b"\x01˜¢ùì6pµ¨ñ»ë•àÖT"
  b"\x01˜¢ùìFqq³Ø\x18ÒF¢V"
  b"\x01˜¢ùìUp«¥\x1DÞ½\fQé."
  b"\x01˜¢ùìcr+¾u\x06\x02¹\x00ƒ"
  b"\x01˜¢ùì}p'ƒDWèeì~b"
  b"\x01˜¢ùì“r9½u\x18åV†‹Ä"
  b"\x01˜¢ùì£q´w\x05—à\x1FÇ}"
  b"\x01˜¢ùì²q4—\rD3u\x13»ç"
  b"\x01˜¢ùìÁpèµãE÷ëFW…"
  b"\x01˜¢ùìÒsŧÚRpMz¥x"
  b"\x01˜¢ùìåq#¥V†Á©§\x12\x19"
  b"\x01˜¢ùìôq—šb\x04­z\x1Añ"
  b"\x01˜¢ùí\x08sÀ¢q±AE\x11¦è"
  b"\x01˜¢ùí"pàŸk¸š˜o\x04\x17"
  b"\x01˜¢ùí4pr°&;/·ÄóŸ"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01‚\x04þ­sà\x04\x14m\x19¦TÍ"
  b"\x01‚\x04þËrꈁý\x07‹#`"
  b"\x01‚\x04þésm¹Fª¶§Ý˜\v"
  b"\x01‚\x04þþp’š…F\x04\x15}\x1F+"
  b"\x01‚\x04ÿ\x14q\v¼%\x17d‹Ÿ-p"
  b"\x01‚\x04ÿ2sX´);í™\x01"
  b"\x01‚\x04ÿSq\x18²c-™¯¾1í"
  b"\x01‚\x04ÿtqî†\t[ï†\x1DÜC"
  b"\x01‚\x04ÿ•p\v޶Õç`\x15 ¾"
  b"\x01‚\x04ÿ·q°š%\x12ŸeRžb"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01˜¢ûާrì¤Ô¶ø³©/"
  b"\x01˜¢ûŽÁpk‘EºÇ\r5³Š"
  b"\x01˜¢ûŽàr\x13–ß®Fá1Ÿõ"
  b"\x01˜¢ûŽóp\x1D½ûzyÏõ\x7F"
  b"\x01˜¢ûŽ\fsx£±ùàló‘£"
  b"\x01˜¢ûŽ&r¶§˜\x07Z]X2›"
  b"\x01˜¢ûŽ:rñ°\x1Dš¼Î\x04ŸÕ"
  b"\x01˜¢ûŽMp"†\x153Ì$\vþ\x11"
  b"\x01˜¢ûŽ_r\x08Š\x14á\x7FµÿD\x0F"
  b"\x01˜¢ûŽspѬÛVÄü'T3"
  b"\x01˜¢ûŽ…pQ“n“\x03è;±Ç"
  b"\x01˜¢ûŽ›p뀴…Ç\x10,¡â"
  b"\x01˜¢ûŽ´rzŒðÃ\x17´°3£"
  b"\x01˜¢ûŽÈqKŽ.°‡¼Œ\x02"
  b"\x01˜¢ûŽ×pгtp¸¥þäJ"
  b"\x01˜¢ûŽírøˆ$\x12\x15°\x10;\x1D"
  b"\x01˜¢ûŽüs/†xi&\x00!zÊ"
  b"\x01˜¢û\frMÍzDZªuí"
  b"\x01˜¢û*q©‰P\x10ޤZîf"
  b"\x01˜¢ûDsеè1\x12ЦºÃ"
  b"\x01˜¢ûUs^•\x00žd\x1F\x0EQA"
  b"\x01˜¢ûdq_«yAÖúÙtâ"
  b"\x01˜¢û{s]‚àxˆï\v"
  b"\x01˜¢ûsæ¡0\x13˳\x04I\x1D"
  b"\x01˜¢û¥qѬ\x06wLñêçè"
  b"\x01˜¢ûµpI‘ð¸íuÀd©"
  b"\x01˜¢ûÊsm·mk¿\x10£R©"
  b"\x01˜¢ûäsnºÜnW ßŸ\x00"
  b"\x01˜¢ûýsµš\x15…ITÁVî"
  b"\x01˜¢û\x13rè\x06ñEEûø§"
  b"\x01˜¢û'rÉ·\x15\x15hͲ"
  b"\x01˜¢û?pã‡ãì"·ä_£"
  b"\x01˜¢ûNqy€Èh¦\x06m…+"
  b"\x01˜¢û]r>£1\x08U>>’r"
  b"\x01˜¢ûpsΚ\x13ωïW½"
  b"\x01˜¢û‡pòˆ]\x0F¦á=(\x07"
  b"\x01˜¢ûq_„\x196ýˆ+Ò¶"
  b"\x01˜¢û¸q\x07\x1F·»€þ¼%"
  b"\x01˜¢ûÌpi¦$”zØS3"
  b"\x01˜¢ûãqSŽ“ô«&\x1A€ß"
  b"\x01˜¢ûõrÖ¦Æ «Ô·¬€"
  b"\x01˜¢û‘\x04st¹\x02\x00ß3ãl"
  b"\x01˜¢û‘\x17qÖ 6MÜeÀN)"
  b"\x01˜¢û‘1r͐ \x1A\x19òü¨—"
  b"\x01˜¢û‘Ds+­sŸg;å%™"
  b"\x01˜¢û‘Ws\e©8‰¼<P¾E"
  b"\x01˜¢û‘is•‡Ú\x1F9š’ž2"
  b"\x01˜¢û‘}pCª›ºþ5\x0E:{"
  b"\x01˜¢û‘’s\x16¿]\x1D2Uè=\x06"
  b"\x01˜¢û‘®p”‘}°ªe\x06€¬"
  b"\x01˜¢û‘Âq\x15¦{ï'ùuÊA"
  b"\x01˜¢û‘ÓrÇ•l|µ´\x05\f"
  b"""
    \x01˜¢û‘ès{‚)W\n
    \x1CÙܸ
    """
  b"\x01˜¢û‘ùrÈ»©7R%ÌÔt"
  b"\x01˜¢û’\x14s\x03‰("\x05SìW>"
  b"\x01˜¢û’%q-Šÿ@\x02¦\x14Ï"
  b"\x01˜¢û’5qd¬TÈ&zAú"
  b"\x01˜¢û’Fpb”XhË\x118œÞ"
  b"\x01˜¢û’`q`ŒöÒÚBb8f"
  b"\x01˜¢û’{r܆\x02\x05É«V"
  b"\x01˜¢û’sæ¶¶™É\x11„ÿÓ"
  b"\x01˜¢û’°q9‚¾³àd\x1Dk"
  b"""
    \x01˜¢û’Épi„Õ¯±|Ð\n
    6
    """
  b"\x01˜¢û’ÞqÙ¤'ÿþ˜Re0"
  b"\x01˜¢û’ïsê€\x1C=õL±Dé"
  b"\x01˜¢û“\tr'²Œ,"\x1C\x18"
  b"\x01˜¢û“*qí¥b‹o}ñZl"
  b"\x01˜¢û“Dp7”«ÌÉ\vABÁ"
  b"\x01˜¢û“Yp¼æ\x0FÚ8\x13"
  b"\x01˜¢û“ts0“ï‰\e\x14t2@"
  b"""
    \x01˜¢û“Šræ€\x1F\x1AõØ\n
    í=
    """
  b"\x01˜¢û“«p'¬µÑ3<ÒV"
  b"\x01˜¢û“Ær¼lnsö\x11"
  b"\x01˜¢û“är„³ÁgLöbvc"
  b"\x01˜¢û“÷p`Œ4.yÿ@vä"
  b"""
    \x01˜¢û”\n
    rȈÛuö¢sâ¯
    """
  b"\x01˜¢û”!pÚ„šëâ]¦Ê–"
  b"\x01˜¢û”5pV¸€Íõ÷¢\x1Fù"
  b"\x01˜¢û”PrZ·œ\x04,\fåîé"
  b"\x01˜¢û”bp±û$“\x05‡7"
  b"\x01˜¢û”\x7Fqø·nc#Dz@Y"
  b"\x01˜¢û”šrh¯Çìï\x10Ò\x07Ê"
  b"\x01˜¢û”¶sI—0Ž\þ^ŒŽ"
  b"\x01˜¢û”Ìr\eŒVÂŽ–H&ù"
  b"\x01˜¢û”äs\eŒÎ-C\x17e\x07:"
  b"\x01˜£\x00çÂr0°ª\x05/ÏKê\t"
  b"\x01˜£\x00çØpÒ¶®§ñ\x05;\x06š"
  b"\x01˜£\x00çñr3‘\x1Fìû\nMý­"
  b"\x01˜£\x00è\vqþÎo^ÚN,\x1C"
  b"\x01˜£\x00è$pâ¦Îë(\tÖžÚ"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01˜¢ûo\x1CqÀº¹´ë¼\x1A \x10"
  b"\x01˜¢ûo<rÆ‘L<\[\x1Cds"
  b"\x01˜¢ûoRr\x0F–®ìðy+%b"
  b"\x01˜¢ûogs4¾\x12õ\x18Šº\x1FÑ"
  b"\x01˜¢ûo~rݧõÑʏخW"
  b"\x01˜¢ûo”qC–\x17\x00DÄ“Ö,"
  b"\x01˜¢ûo¨p4¡~ðn\x18OBA"
  b"\x01˜¢ûo¾pÒ·þê¸\x17x.c"
  b"\x01˜¢ûoÓpÜŒÃ0ÚÎc׃"
  b"\x01˜¢ûoòrяííel`ú«"
  b"\x01˜¢ûp\x04pw¹\x13‹.@B:;"
  b"\x01˜¢ûp\x13raª`\x19áEø¾"
  b"\x01˜¢ûp)sû´ðt\x19‰Ð'3"
  b"\x01˜¢ûp?pH…uÅœªk\x08\x04"
  b"\x01˜¢ûpWsÞž\x14F×yöÖC"
  b"\x01˜¢ûphq ›©MðÓxů"
  b"\x01˜¢ûp~sš—{Q\f\x031£O"
  b"\x01˜¢ûp–rœš³\x15…³¥K\x13"
  b"\x01˜¢ûp¯s4®p\x073&¼C*"
  b"\x01˜¢ûpÂq‚§\çÑå3²\x1F"
  b"""
    \x01˜¢ûpØpjøúl¿á\n
    b
    """
  b"\x01˜¢ûpêq®§ÒUe{Ô©ƒ"
  b"\x01˜¢ûpÿs\x0E³ß1OHE-á"
  b"\x01˜¢ûq\x13r݉ÞÒØî—\x16£"
  b"\x01˜¢ûq,r\x7F™¹Ï€Ê‚Ì)"
  b"\x01˜¢ûq@q‡ù‚£ð\x1Enb"
  b"\x01˜¢ûqTs޶¿4\e’=SŽ"
  b"\x01˜¢ûqmp3™¬‰8\x1C¸ÚÒ"
  b"\x01˜¢ûqƒsя®¨©jJ2"
  b"\x01˜¢ûqqö—-Å5t\x02âk"
  b"\x01˜¢ûq¸siš5˜’iã\x0Fß"
  b"\x01˜¢ûqÎpì›`â\x06£÷¡"
  b"\x01˜¢ûqærIM}uåë\x17ö"
  b"\x01˜¢ûr\x01s*·ï掬t^à"
  b"\x01˜¢ûr\x18qZƒ|Sk1y_a"
  b"\x01˜¢ûr4p¦¹‹\x0E±÷-)²"
  b"\x01˜¢ûrRpµ^Ög!ÓØÔ"
  b"\x01˜¢ûrhs…¥÷µ:99kú"
  b"\x01˜¢ûr„p\x10¨A$;\x08¾€"
  b"\x01˜¢ûrœpaƒÚhY/|íÇ"
  b"\x01˜¢ûr´rTµq8Ðt6©'"
  b"\x01˜¢ûrÌs,Šx,/LJ\x1A"
  b"\x01˜¢ûrÞq²»¥\x179Ôw¦Ë"
  b"\x01˜¢ûrìp‹þ\t|ê,éß"
  b"\x01˜¢ûrûs\t†•¼ž©Ð3µ"
  b"\x01˜¢ûs\x0Fs£œ\x03àž\x08IÂw"
  b"\x01˜¢ûs\x1Es+’BWûZæ>-"
  b"\x01˜¢ûs0rA¢ÁX“èˆó‘"
  b"\x01˜¢ûsAq\x08 \x08cøgÔ›ˆ"
  b"\x01˜¢ûsPp©¡\x00ϰ\x1F˜®"
  b"\x01˜¢ûsfqݼR\x16\x10¤û\x18U"
  b"\x01˜¢ûs…s*ºK€\x01ÓÛýý"
  b"\x01˜¢ûv'pm£x¹aóª \x08"
  b"\x01˜¢ûvGre¾ð¨\v\eR"
  b"\x01˜¢ûvZq'”xê\x02ЏaÐ"
  b"\x01˜¢ûvtr'£é^Ã-õ\x03"
  b"\x01˜¢ûv‡p\x12—ó¡sü±‘p"
  b"\x01˜¢ûv™pĦ†«FöC e"
  b"\x01˜¢ûvªs\x16‚E\x04hæoñ#"
  b"\x01˜¢ûv¿s\r—0êß*2;\x0E"
  b"\x01˜¢ûvÑpÊ¢xy\x04ímB¢"
  b"\x01˜¢ûvîr\x1E‚Å˜È%f""
  b"\x01˜¢ûw\x04ràˆÞUÉáúåù"
  b"\x01˜¢ûw\x16p™„£÷°Õ*,\"
  b"\x01˜¢ûw.s͉PŠtâø’"
  b"\x01˜¢ûwFs\x06‘Þ¬\x15½½ÀZ"
  b"\x01˜£\x01@^r@œßäåQ¦z"
  b"\x01˜£\x01@{qm¥c„»åå5é"
  b"\x01˜£\x01@˜qÆ“çäm5Іµ"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01˜XÕq>p.‚ê\eÐR‘ÝÓ"
  b"\x01˜XÕqYpZƒ‚\x14Hà䩨"
  b"\x01˜XÕqvs¨ŽÁ–ÕFù\x16£"
  b"\x01˜XÕq˜p®œ1}€vÀ\x01V"
  b"\x01˜XÕq·ríµ\x18D4²ù2‰"
  b"\x01˜XÕqÙpçŒyž‚À'Ù‰"
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜¢ûôírI\x02‚¼ž¾#"
  b"\x01˜¢ûõ\vp1©&~\x1FŠ Ÿ„"
  b"""
    \x01˜¢ûõ\x1EsÕ©\n
    \x10÷ަ†
    """
  b"\x01˜¢ûõ8p\x03¾áM‚Þ”#\x03"
  b"\x01˜¢ûõXpè’ɪöÊŽå·"
  b"\x01˜¢ûõnrÄš¶([æ–Æ4"
  b"\x01˜¢ûõ†q#•§5ˆI\!Í"
  b"\x01˜¢ûõ¥rf“\x17g\f\x08\x15ïŽ"
  b"\x01˜¢ûõ»qT«£<}t·ò†"
  b"\x01˜¢ûõØpפÿ£ñ\x08Ü1U"
  b"\x01˜¢ûõòre˜\x00&£Š8þ"
  b"""
    \x01˜¢ûö\x03q{˜Ô4D/\n
    ¬ö
    """
  b"\x01˜¢ûö\x14q,¢¦"ÆA?¿Ÿ"
  b"\x01˜¢ûö'pˆ°©Èëƒÿ(—"
  b"\x01˜¢ûö9s•¹**\x04ûäÇ7"
  b"\x01˜¢ûöIq]¥“muë×£."
  b"\x01˜¢ûö[q©™ŸÞ‘Û3‹\x05"
  b"\x01˜¢ûörq¼Oô\x04Œs0\x1F"
  b"\x01˜¢ûöŒpÞª¼8Ò}ÙŽU"
  b"\x01˜¢ûöžr­¦ß\x1447Î\x19ù"
  b"\x01˜¢ûö³s·¨\vèG½[\x14\x13"
  b"\x01˜¢ûöÄr‚­\x16\x0E½½\eïD"
  b"\x01˜¢ûöÝpç«ÁÆoÒ¥¹"
  b"\x01˜¢ûö÷p±—X`¦\x07deË"
  b"\x01˜¢û÷\vp!‚áÑî\x1A–¼\x03"
  b"\x01˜¢û÷\x1Cq-«U\x13…])í\x15"
  b"\x01˜¢û÷,pú„î\x05Y*Ëßö"
  b"\x01˜¢û÷BrЙC…6d¾eÊ"
  b"\x01˜¢û÷XqØ­Š\x19óV \e"
  b"\x01˜¢û÷gq¬ˆ¼5>ÑXR¯"
  b"\x01˜¢û÷yqW£¼ƒo…r\x10ù"
  b"\x01˜¢û÷‘s“ŒCÿ¤æ\x18(ÿ"
  b"\x01˜¢û÷ s¶…9Þä \tC\x06"
  b"\x01˜¢û÷³q¿½íóªØ8œ³"
  b"\x01˜¢û÷Åpû¸­w¥XGÀ "
  b"""
    \x01˜¢û÷ÜpÇ„\f\n
    Rn\x1C[
    """
  b"\x01˜¢û÷ìp׆%˜+R¬•\x12"
  b"\x01˜¢ûø\x02rï€x\x11¯çN†\x17"
  b"\x01˜¢ûø\x1Dq⏹›\x1FÛ¶t\x1E"
  b"\x01˜¢ûø3sc›ÛQÜìø®Ñ"
  b"\x01˜¢ûøFs•„\x03ó]\x12q¦l"
  b"\x01˜¢ûøZsË‹8\x06×\x1FüÎS"
  b"\x01˜¢ûøkr]’\x1D–Ì\eÅ’u"
  b"\x01˜¢ûø|s)ŽñœÓ}° \t"
  b"\x01˜¢ûøŽrˆ¼øR\x03ŸW™Ï"
  b"\x01˜¢ûø rQúÎ\x0E\x1AuA‚"
  b"\x01˜¢ûø¶q\x02šÍ›\x06ÀÙ\x07="
  b"\x01˜¢ûøÎr¾¯’\x0Fi=‚ý\"
  b"\x01˜¢ûøéq驲¹ç\x00«”F"
  b"\x01˜¢ûù\x00rOœA Þ)޵."
  b"\x01˜¢ûù\x14p$™ñ­ýqˆžº"
  b"\x01˜¢ûù'qpºÌ…ÉHÜ(š"
  b"\x01˜¢ûû”q†»½‘žló5!"
  b"\x01˜¢ûûºsp¹\f©ÓWªO¤"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"""
    \x01˜¢ûc@q2³\n
    \x0EuÞ#Ê
    """
  b"\x01˜¢ûc\sL†AYVí4\x0EÁ"
  b"\x01˜¢ûcuq\x0F²Ñ\x16þñ9H£"
  b"\x01˜¢ûc”q9£¤KSW\x10a\x16"
  b"\x01˜¢ûc¥s\x06èr˜¹CpØ"
  b"\x01˜¢ûc·q\x1C¢þ\ry:†è¼"
  b"\x01˜¢ûcÎsóšæ=—@\x06"
  b"\x01˜¢ûcär¯€8ÙÂÔÿ^0"
  b"\x01˜¢ûcúp›B—\x1Fì¶ÌW"
  b"\x01˜¢ûd\x12r\x1CŠ\x00«\â6\x08?"
  b"\x01˜¢ûd$p뜡à»AÊ\r2"
  b"""
    \x01˜¢ûd5p”´JË\n
    c’\x14
    """
  b"\x01˜¢ûdHsÿƒŸ\x1Eý„~û"
  b"\x01˜¢ûdXpéƒ%»N\x10r<ð"
  b"\x01˜¢ûdos`¦‡ø‘íWÍT"
  b"\x01˜¢ûd~s…‹-AYc$b"
  b"\x01˜¢ûdqÚ…¥¬´!ñÚù"
  b"\x01˜¢ûd§rÞœ>Ü]\x02Ô\x19"
  b"\x01˜¢ûd¶p&°`@\x10¢iNR"
  b"\x01˜¢ûdÅq\x1DšQsR ¤"
  b"\x01˜¢ûdÕs+ºÆf`¡=ÿr"
  b"\x01˜¢ûdèqþ¡Ò\x0Ffó§’\x07"
  b"\x01˜¢ûdùs±”†¡\x0F\x1Cr~"
  b"\x01˜¢ûe\x0FqЧÝ0:\x04ç…Ï"
  b"\x01˜¢ûe,s¯±\x16®ªe\x07’"
  b"\x01˜¢ûeDr2©\x7FmŽ˜X\v³"
  b"\x01˜¢ûeWpҏaÎtzp*™"
  b"\x01˜¢ûejq<´ \x19OÖy\x14ì"
  b"\x01˜¢ûeƒsf”\x0F\x00Ï<e?÷"
  b"\x01˜¢ûesRˆ5ªí\rW›Ä"
  b"\x01˜¢ûe´qfŠÒÞí²;T"
  b"\x01˜¢ûeÊql¸‡\x05|{©±“"
  b"\x01˜¢ûeÙq\x7F‹2žg –5"
  b"""
    \x01˜¢ûeñq1&'‰u…\n
    \n
    """
  b"\x01˜¢ûf\x05s\x0E¦\x1Dø0¹“‡´"
  b"\x01˜¢ûf\x17q@¤E¹6,À\x1Fê"
  b"\x01˜¢ûf(s¾;Q\rþp#"
  b"\x01˜¢ûf7s“¦œÚ!b­\x1Cî"
  b"\x01˜£\x00æ·q’±)̃n“n"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01˜¢ùÖÂr\x17¿\x04ŽÛøhí4"
  b"\x01˜¢ùÖæq<¸)\x0F\v´HÒÇ"
  b"\x01˜¢ùÖþpžºÎ³\x1DWò{£"
  b"\x01˜¢ù×\x10rN¯úLþEüGœ"
  b"\x01˜¢ù×"pµºoþðƒvV\x02"
  b"\x01˜¢ù×1q™‘L\x06Åê5${"
  b"\x01˜¢ù×EpP‹æZ|·R¬'"
  b"\x01˜¢ù×\s\x1F±¿CYßc\x7Fî"
  b"\x01˜¢ù×qq™†þH\x1F\x10"
  b"\x01˜¢ù×…pOŽ2\x11Õ’föó"
  b"\x01˜¢ùךr¹¿„fá×t4\x06"
  b"\x01˜¢ù×­r“¼ïÿ\x1CÛ‡>\x07"
  b"\x01˜¢ù×Íp‚jmÙê\x1FQT"
  b"\x01˜¢ù×ãqŽ’Øý‡Ðò7\e"
  b"\x01˜¢ù×òrÒ ­:ñ¿cŠ‹"
  b"\x01˜¢ù×þpõ•œxˆ‡\x16Š"
  b"\x01˜¢ùØ\x0FsÆ¿c5šß\úµ"
  b"\x01˜¢ùØ\x1FpR€\e\x106½;š\x16"
  b"\x01˜¢ùØ1p3¨Õ9(®5Ôˆ"
  b"\x01˜¢ùØGs\tžûи\x0EÚ\x0FÐ"
  b"\x01˜¢ùØaqï·óÏ\x1Dm)èw"
  b"\x01˜¢ùØsrV©//¸„՝Ð"
  b"\x01˜¢ùØ\x7FpÙ’\vÈ«\x01ZqY"
  b"\x01˜¢ùØ•r½„.g£XM°œ"
  b"\x01˜¢ùتr¢”¨Ë\x11edm­"
  b"\x01˜¢ùضq‡rνñ—GN"
  b"\x01˜¢ùØÅr7Œ€û\x13¹„i\x14"
  b"\x01˜¢ùØÖpÙ›/]\x13`¡ü"
  b"\x01˜¢ùØãsÌ™Ó\fV÷xîÊ"
  b"\x01˜¢ùØñsS˜XNjêΤ~"
  b"\x01˜¢ùÙ\x06pVàqÁlù\x04\x05"
  b"\x01˜¢ùÙ#s¢‚J95VB\x06ß"
  b"\x01˜¢ùÙ9p±ˆ\x10#ùÿþŸ†"
  b"\x01˜¢ùÙOqY°^\x0Fpœ$h"
  b"\x01˜¢ùÙcp¹´°¢]óOÜÓ"
  b"\x01˜¢ùÙrsð‚S8"Lõ\x1D"
  b"\x01˜¢ùÙˆr¾ ¡Îòuë¸"
  b"\x01˜¢ùÙžqe¸µ\x14¨ß‹Ñ!"
  b"\x01˜¢ùÙ¶q±‡\x19V›ræŽj"
  b"\x01˜¢ùÙÒsc©r©’\x02Jðù"
  b"\x01˜¢ùÙåpÑ•É6[H\x0F"
  b"\x01˜¢ùÙöpN½Ç\x1CøC»vÄ"
  b"\x01˜¢ùÚ\x07r†Ž˜5‘ \x134"
  b"\x01˜¢ùÚ\x1EpÒ»úW\x04#Yw©"
  b"\x01˜¢ùÚ2rãÊ¡\x06Þa,\x10"
  b"\x01˜¢ùÚAqi·°\x03\x7Fð-ˆÁ"
  b"\x01˜¢ùÚPsš¥ŽÇW\x15ò«Ê"
  b"\x01˜¢ùÚfsy¬ÆþAÖ(Õ“"
  b"\x01˜¢ùÚyr\x13Ž+lÍßt\x15¤"
  b"\x01˜¢ùÚŒqê°Îr†Þhe("
  b"\x01˜¢ùÚžqe™Ê@K\x0F_\x19R"
  b"\x01˜¢ùÚ´rð¢1=d]Éj³"
  b"\x01˜¢ùÚÏr\x11µØÂ^5‚†p"
  b"\x01˜¢ùÚãq\x14¦ãؐymw¹"
  b"\x01˜¢ùÝlrø¸\x178J(ÂÅ+"
  b"\x01˜¢ùÝ–rB‰RjâH­©Õ"
  b"\x01˜¢ùݯqÞº|ºÊv\vÐ:"
  b"\x01˜¢ùÝÉr§¼zP\fŠeU*"
  b"\x01˜¢ùÝåp§¹A\x1D0:˜P‘"
  b"\x01˜¢ùÝýr2’ì€ÙûTZK"
  b"\x01˜¢ùÞ\x10rõ…³]\x0Em\x01Óï"
  b"\x01˜¢ùÞ!qä²áñ¥?íÛ¤"
  b"\x01˜¢ùÞ4pWžc(_\r{2×"
  b"\x01˜¢ùÞGq‘µÜ¥içn8ò"
  b"\x01˜¢ùÞYsÀ³¶Wè£õC»"
  b"\x01˜¢ùÞlq½­Tåƒ*°(N"
  b"\x01˜¢ùÞ‚q,·#ùÄÎEÒN"
  b"\x01˜¢ùÞ˜p™®\x10Åæ¤ãű"
  b"\x01˜¢ùÞ±s\x03êÍ܁Ê{\e"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01˜XÕ\x1C6qD“\x12u\e\x13üÜ\f"
  b"\x01˜XÕ\x1CYrÛ¹:Ôš§"
  b"\x01˜XÕ\x1CusQ£í\x10kµøÞ\x08"
  b"\x01˜XÕ\x1Cp‡ˆX:ÒÂutª"
  b"\x01˜XÕ\x1C®p2•÷ß+Üœ´<"
  b"\x01˜XÕ\x1CÎp,¼e¯Q£8\f"
  b"\x01˜XÕ\x1Cðpq¤ºŽ`ôÖþ\t"
  b"\x01˜XÕ\x1D\x13q,]a5Å«ÑI"
  b"\x01˜XÕ\x1D3sŒ«\x17n&Ä5y¤"
  b"\x01˜XÕ\x1DXq¸°î¼vµI‰"
  b"\x01˜XÕ\x1Dvsß»¾\x07¨\x03ulr"
  b"\x01˜XÕ\x1D¢pË´\x1C{¦/\x1Að‹"
  b"""
    \x01˜XÕ\x1DÀr\x17\v¤Ù\n
    n\x1EÔ
    """
  b"\x01˜XÕ\x1Dâs.®b9É\x0E-]ž"
  b"\x01˜XÕ\x1E\x07r½Ÿ\x04±\f:…À4"
  b"\x01˜XÕ \x04qÈ£ðøÎÂU`\x1A"
  b"\x01˜XÕ 6q$°{\x02!M¯„;"
  b"\x01˜XÕ Wr[ƒô\šÑ¤\x02ì"
  b"\x01˜XÕ sqR“kâv\x10úˆ"
  b"\x01˜XÕ —s•†·¥¦àñÒ’"
  b"\x01˜XÕ »s;˜ínBE¤hc"
  b"\x01˜XÕ âqrŽNT)bÉ\x13í"
  b"\x01˜XÕ!\x02p™˜Îs\x04 áEÒ"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x04¸­s缇Œ\r9úå·"
  b"\x01‚\x04¸Ìqh‡6-Oñÿ~S"
  b"\x01‚\x04¸æs\x10£½©C'\v‹*"
  b"\x01‚\x04¸üsŽ­k2ì+“µ\x12"
  b"\x01‚\x04¹\x13qøÉÖ~\r\n"
  b"\x01‚\x04¹*p'¸ÖÎ+>¤²§"
  b"\x01‚\x04¹@s›™cN“Ž\x13"
  b"\x01‚\x04¹VpŽ¢OÂ:g]\x04 "
  b"\x01‚\x04¹rp·¶áxë'æfs"
  b"\x01‚\x04¹’r\x12…â]w—0#¡"
  b"\x01‚\x04¹²pÔŒoˆS\x15'¿"
  b"\x01‚\x04¹ÍqÙŽVùz(¾Ë"
  b"\x01‚\x04¹äp\x1F–Ÿ\x18h4Άã"
  b"\x01‚\x04¹ýr8”r©x—\x17\x1Dƒ"
  b"\x01‚\x04º\x15pÁË<1pÞË\x1A"
  b"\x01‚\x04º,q‚­\x08ë†*>ã"
  b"\x01‚\x04ºBrR‰DÃßDzÓo"
  b"\x01˜XË_úq\x0F˜6¦d1?%ë"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x04É4qR¨rk\x0E\x1C¨8"
  b"\x01‚\x04ÉSs\x0F¢‰*ÝVis}"
  b"\x01‚\x04Épp}žÀKÇZ \x1A}"
  b"\x01‚\x04É’rè·÷ñ\floMì"
  b"\x01‚\x04ɲqK²\f/ÅcDÁË"
  b"\x01‚\x04ÉÐq-ƒ;\x16cÄàº\x16"
  b"\x01‚\x04Éïp\x12µ\x1D˜·÷\x03)\x1C"
  b"\x01‚\x04Ê\vpæ¡T6ÜŸC-Á"
  b"\x01‚\x04Ê(rت\r !`Z¼«"
  b"\x01‚\x04ÊDp\x19Žý\x7F‚ûC­9"
  b"\x01˜XË`*pæ”ȯe#~\x7F¿"
  b"\x01˜XË`VqÓ­§ç¹¶d(Ø"
  b"\x01˜XË`prŽŸ¾À/¶\x12?¿"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01˜XвXpp¶±ñuþ\x12\v\x7F"
  b"\x01˜Xв†q%»•FeÕ\x14Öì"
  b"\x01˜Xв±p'—§-ùIöǧ"
  b"\x01˜XвÕsô°ð\x13·\x19\x15ªµ"
  b"\x01˜Xвõsˆœ<›à5ó§í"
  b"""
    \x01˜Xг\x19s\n
    \x05úÆÜÍHõ
    """
  b"\x01˜Xг8s5‡ãTÎ\ "
  b"\x01˜XгWr]¨\f!´\x06"
  b"\x01˜Xгtsó’G\x1AÊ\x06à\x1CÆ"
  b"\x01˜Xг’qô°ˆ\x04\x18\x1F.hU"
  b"\x01˜Xг­r³—@—ÎåÈ\x00Ñ"
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01˜¢ü\x08\x05sH—S’kÔü­]"
  b"\x01˜¢ü\x08\eqﱁ·*\tíO!"
  b"\x01˜¢ü\x089sЈ흽Jˆ„Š"
  b"\x01˜¢ü\x08Kp\x0F‡Å–{£\x0Eå1"
  b"\x01˜¢ü\x08crޤN\x02‚¸òŽ‹"
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x05\x12\x15p*ŠS \x18÷ö²“"
  b"\x01‚\x05\x12/q㣝J”J$L"
  b"\x01‚\x05\x12MqޏºÊ{aÓ¹Þ"
  b"\x01‚\x05\x12jsòË…òû\rÑž"
  b"\x01‚\x05\x12Šq±ŒD€5n‘¬¢"
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01˜¢ú °rך“^¯\x067º¤"
  b"\x01˜¢ú Ërþ™Žª_Ò²}\x0E"
  b"\x01˜¢ú ápŠ•£´å,•ÎC"
  b"\x01˜¢ú ñp#£^ûüÓ\x1Cå\x08"
  b"\x01˜¢ú ÿs<´Aq£ùŽ\x02á"
  b"\x01˜¢ú¡\x17qQް…\x06)؆/"
  b"""
    \x01˜¢ú¡0s\n
    Nët\x19’šU
    """
  b"\x01˜¢ú¡DrH©æ‚>+~#o"
  b"\x01˜¢ú¡bsC:(èWÆ¢\x16"
  b"\x01˜¢ú¡{q³°\x04\x03ˆ˜Òx‘"
  b"\x01˜¢ú¡‹q9›|£àk\x18"
  b"\x01˜¢ú¡ rm‡V€c¨ë="
  b"\x01˜¢ú¡±sp˜ÆñC™CÙÊ"
  b"\x01˜¢ú¡¾sw¸kà\x0Fì3Ö6"
  b"\x01˜¢ú¡Ìpe·–U»ôêp\f"
  b"\x01˜¢ú¡äs\r¼\x0Eì°RFùË"
  b"\x01˜¢ú¡øsÅ•ÝïïKa‹‹"
  b"\x01˜¢ú¢\rqÑ‘ŽNÊyéÔ"
  b"\x01˜¢ú¢\x1Ds¶‡\x0EÑ—+£\x11æ"
  b"\x01˜¢ú¢0r±“à\r9ÁoR"
  b"\x01˜¢ú¤Žq"¡\x05U‹\x0EÁä"
  b"\x01˜¢ú¤¹q$ ò\x18IV\x07"
  b"\x01˜¢ú¤ÈqiÍðúXÙkÅ"
  b"\x01˜¢ú¤Þq´†E»?~Óú\x11"
  b"\x01˜¢ú¤ôp\x0FŸK¢´–“¡¤"
  b"""
    \x01˜¢ú¥\x06rt¸ïãÌL(\n
    \x14
    """
  b"\x01˜¢ú¥\esQ’zÔ!Éñ®õ"
  b"\x01˜¢ú¥/r`›¤Äèî\x18ÛÌ"
  b"\x01˜¢ú¥HrœA½Ýu~"
  b"\x01˜¢ú¥[sö«"ýt€ÖíÚ"
  b"\x01˜¢ú¥nsÜ‚ÁQJ¹\v"
  b"\x01˜¢ú¥}rˆÿ¾Ë¡è¢"
  b"\x01˜¢ú¥ŽsmŽ\x1C\x00D\x15)"
  b"\x01˜¢ú¥ŸpZ£§H[ž†ûA"
  b"\x01˜¢ú¥±s\v¯‰›F'>\x04h"
  b"""
    \x01˜¢ú¥Ãs\n
    ¶krâ\x18œ\x7F.
    """
  b"\x01˜¢ú¥Ôp-´ÿýÝþª*"
  b"\x01˜¢ú¥çsÉ¥\x1F¹Ö^\x00â\x1A"
  b"\x01˜¢ú¥ÿr žþŸÐPÈ2h"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
]
65 10.11 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"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  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"º\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"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"8™³\x148LKű|ùOgÜl°"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"8™³\x148LKű|ùOgÜl°"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"8™³\x148LKű|ùOgÜl°"
  b"8™³\x148LKű|ùOgÜl°"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¦êít-ùI†¡ªa–é~&"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¦êít-ùI†¡ªa–é~&"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"ù¤ÄmeJۺԐ0Géo "
  b"8™³\x148LKű|ùOgÜl°"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"8™³\x148LKű|ùOgÜl°"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¦êít-ùI†¡ªa–é~&"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"ù¤ÄmeJۺԐ0Géo "
  b"tr¯q®øGÐ|Óqrw'‹"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"³PRlW®G3Ї“.÷œéË"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"³PRlW®G3Ї“.÷œéË"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"³PRlW®G3Ї“.÷œéË"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b" RžH>”EN±`?žß+/`"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b" RžH>”EN±`?žß+/`"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b" RžH>”EN±`?žß+/`"
  b"ßÈq0öMº®\eÇ/º[[,"
  b" RžH>”EN±`?žß+/`"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b" RžH>”EN±`?žß+/`"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b" RžH>”EN±`?žß+/`"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b" RžH>”EN±`?žß+/`"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b" RžH>”EN±`?žß+/`"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"t:A1æKÿ¡t&õŒKÄô"
  b" RžH>”EN±`?žß+/`"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b" RžH>”EN±`?žß+/`"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b" RžH>”EN±`?žß+/`"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b" RžH>”EN±`?žß+/`"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b" RžH>”EN±`?žß+/`"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b" RžH>”EN±`?žß+/`"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b" RžH>”EN±`?žß+/`"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b" RžH>”EN±`?žß+/`"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b" RžH>”EN±`?žß+/`"
  b"t:A1æKÿ¡t&õŒKÄô"
  b" RžH>”EN±`?žß+/`"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  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"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b" RžH>”EN±`?žß+/`"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  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"\x05©“DMHšM™¦ì[¤9"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
]
66 7.38 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01‚\x04¸­s缇Œ\r9úå·"
  b"\x01‚\x04¸Ìqh‡6-Oñÿ~S"
  b"\x01‚\x04¸æs\x10£½©C'\v‹*"
  b"\x01‚\x04¸üsŽ­k2ì+“µ\x12"
  b"\x01‚\x04¹\x13qøÉÖ~\r\n"
  b"\x01‚\x04¹*p'¸ÖÎ+>¤²§"
  b"\x01‚\x04¹@s›™cN“Ž\x13"
  b"\x01‚\x04¹VpŽ¢OÂ:g]\x04 "
  b"\x01‚\x04¹rp·¶áxë'æfs"
  b"\x01‚\x04¹’r\x12…â]w—0#¡"
  b"\x01‚\x04¹²pÔŒoˆS\x15'¿"
  b"\x01‚\x04¹ÍqÙŽVùz(¾Ë"
  b"\x01‚\x04¹äp\x1F–Ÿ\x18h4Άã"
  b"\x01‚\x04¹ýr8”r©x—\x17\x1Dƒ"
  b"\x01‚\x04º\x15pÁË<1pÞË\x1A"
  b"\x01‚\x04º,q‚­\x08ë†*>ã"
  b"\x01‚\x04ºBrR‰DÃßDzÓo"
  b"\x01‚\x04É4qR¨rk\x0E\x1C¨8"
  b"\x01‚\x04ÉSs\x0F¢‰*ÝVis}"
  b"\x01‚\x04Épp}žÀKÇZ \x1A}"
  b"\x01‚\x04É’rè·÷ñ\floMì"
  b"\x01‚\x04ɲqK²\f/ÅcDÁË"
  b"\x01‚\x04ÉÐq-ƒ;\x16cÄàº\x16"
  b"\x01‚\x04Éïp\x12µ\x1D˜·÷\x03)\x1C"
  b"\x01‚\x04Ê\vpæ¡T6ÜŸC-Á"
  b"\x01‚\x04Ê(rت\r !`Z¼«"
  b"\x01‚\x04ÊDp\x19Žý\x7F‚ûC­9"
  b"\x01‚\x04þ­sà\x04\x14m\x19¦TÍ"
  b"\x01‚\x04þËrꈁý\x07‹#`"
  b"\x01‚\x04þésm¹Fª¶§Ý˜\v"
  b"\x01‚\x04þþp’š…F\x04\x15}\x1F+"
  b"\x01‚\x04ÿ\x14q\v¼%\x17d‹Ÿ-p"
  b"\x01‚\x04ÿ2sX´);í™\x01"
  b"\x01‚\x04ÿSq\x18²c-™¯¾1í"
  b"\x01‚\x04ÿtqî†\t[ï†\x1DÜC"
  b"\x01‚\x04ÿ•p\v޶Õç`\x15 ¾"
  b"\x01‚\x04ÿ·q°š%\x12ŸeRžb"
  b"\x01‚\x05\x12\x15p*ŠS \x18÷ö²“"
  b"\x01‚\x05\x12/q㣝J”J$L"
  b"\x01‚\x05\x12MqޏºÊ{aÓ¹Þ"
  b"\x01‚\x05\x12jsòË…òû\rÑž"
  b"\x01‚\x05\x12Šq±ŒD€5n‘¬¢"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜!è,5p_–"æá4±¨°"
  b"\x01˜!÷Ϙs¼ªCñOÿÅ\­"
  b"\x01˜!÷϶sù \x07\x1C‘¨kž"
  b"\x01˜!÷ÏÝpŒ£÷Oéª÷Bh"
  b"\x01˜!÷Ïös{¸&ºçKC^""
  b"\x01˜!÷Ð\x15sÔ·Û\x1D \x06Lt\r"
  b"\x01˜!÷Ð-pŽcLŽ›ð\x14_"
  b"\x01˜!÷ÐNrè™\x02\x04¾zšÖ"
  b"\x01˜!÷ÐnpLjp*¸ˆ1·\x04"
  b"\x01˜!÷Ð’q™ìœ\x01mfž"
  b"\x01˜!ÿ\x1Cmr˜?2ÃÀ"zt"
  b"\x01˜!ÿ\x1C†p ¶\x13!6 *ÌÁ"
  b"\x01˜!ÿ\x1CŸqÔ©\x15\éþÚA"
  b"\x01˜!ÿ\x1Cµq\fŒ7¶v‰ÎQg"
  b"\x01˜!ÿ\x1CÐr7§ÝA\Œ\x1F5e"
  b"\x01˜!ÿ\x1Cðp믺[Tü,;Ê"
  b"\x01˜!ÿïìs\x03¶÷ãÓcAù\x18"
  b"\x01˜!ÿüñp­gŽÈ…!2\x06"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01˜XË_úq\x0F˜6¦d1?%ë"
  b"\x01˜XË`*pæ”ȯe#~\x7F¿"
  b"\x01˜XË`VqÓ­§ç¹¶d(Ø"
  b"\x01˜XË`prŽŸ¾À/¶\x12?¿"
  b"\x01˜XвXpp¶±ñuþ\x12\v\x7F"
  b"\x01˜Xв†q%»•FeÕ\x14Öì"
  b"\x01˜Xв±p'—§-ùIöǧ"
  b"\x01˜XвÕsô°ð\x13·\x19\x15ªµ"
  b"\x01˜Xвõsˆœ<›à5ó§í"
  b"""
    \x01˜Xг\x19s\n
    \x05úÆÜÍHõ
    """
  b"\x01˜Xг8s5‡ãTÎ\ "
  b"\x01˜XгWr]¨\f!´\x06"
  b"\x01˜Xгtsó’G\x1AÊ\x06à\x1CÆ"
  b"\x01˜Xг’qô°ˆ\x04\x18\x1F.hU"
  b"\x01˜Xг­r³—@—ÎåÈ\x00Ñ"
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÕ\x1C6qD“\x12u\e\x13üÜ\f"
  b"\x01˜XÕ\x1CYrÛ¹:Ôš§"
  b"\x01˜XÕ\x1CusQ£í\x10kµøÞ\x08"
  b"\x01˜XÕ\x1Cp‡ˆX:ÒÂutª"
  b"\x01˜XÕ\x1C®p2•÷ß+Üœ´<"
  b"\x01˜XÕ\x1CÎp,¼e¯Q£8\f"
  b"\x01˜XÕ\x1Cðpq¤ºŽ`ôÖþ\t"
  b"\x01˜XÕ\x1D\x13q,]a5Å«ÑI"
  b"\x01˜XÕ\x1D3sŒ«\x17n&Ä5y¤"
  b"\x01˜XÕ\x1DXq¸°î¼vµI‰"
  b"\x01˜XÕ\x1Dvsß»¾\x07¨\x03ulr"
  b"\x01˜XÕ\x1D¢pË´\x1C{¦/\x1Að‹"
  b"""
    \x01˜XÕ\x1DÀr\x17\v¤Ù\n
    n\x1EÔ
    """
  b"\x01˜XÕ\x1Dâs.®b9É\x0E-]ž"
  b"\x01˜XÕ\x1E\x07r½Ÿ\x04±\f:…À4"
  b"\x01˜XÕ \x04qÈ£ðøÎÂU`\x1A"
  b"\x01˜XÕ 6q$°{\x02!M¯„;"
  b"\x01˜XÕ Wr[ƒô\šÑ¤\x02ì"
  b"\x01˜XÕ sqR“kâv\x10úˆ"
  b"\x01˜XÕ —s•†·¥¦àñÒ’"
  b"\x01˜XÕ »s;˜ínBE¤hc"
  b"\x01˜XÕ âqrŽNT)bÉ\x13í"
  b"\x01˜XÕ!\x02p™˜Îs\x04 áEÒ"
  b"\x01˜XÕq>p.‚ê\eÐR‘ÝÓ"
  b"\x01˜XÕqYpZƒ‚\x14Hà䩨"
  b"\x01˜XÕqvs¨ŽÁ–ÕFù\x16£"
  b"\x01˜XÕq˜p®œ1}€vÀ\x01V"
  b"\x01˜XÕq·ríµ\x18D4²ù2‰"
  b"\x01˜XÕqÙpçŒyž‚À'Ù‰"
  b"\x01˜X×_%qh”^ªÚÆæ\fà"
  b"\x01˜X×_Dp­¼ G\v5Xj¤"
  b"\x01˜X×_dpî—å³\x00\x03Ï÷$"
  b"\x01˜X×_‡põ²e¨LVµB¹"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01˜¢ùÖÂr\x17¿\x04ŽÛøhí4"
  b"\x01˜¢ùÖæq<¸)\x0F\v´HÒÇ"
  b"\x01˜¢ùÖþpžºÎ³\x1DWò{£"
  b"\x01˜¢ù×\x10rN¯úLþEüGœ"
  b"\x01˜¢ù×"pµºoþðƒvV\x02"
  b"\x01˜¢ù×1q™‘L\x06Åê5${"
  b"\x01˜¢ù×EpP‹æZ|·R¬'"
  b"\x01˜¢ù×\s\x1F±¿CYßc\x7Fî"
  b"\x01˜¢ù×qq™†þH\x1F\x10"
  b"\x01˜¢ù×…pOŽ2\x11Õ’föó"
  b"\x01˜¢ùךr¹¿„fá×t4\x06"
  b"\x01˜¢ù×­r“¼ïÿ\x1CÛ‡>\x07"
  b"\x01˜¢ù×Íp‚jmÙê\x1FQT"
  b"\x01˜¢ù×ãqŽ’Øý‡Ðò7\e"
  b"\x01˜¢ù×òrÒ ­:ñ¿cŠ‹"
  b"\x01˜¢ù×þpõ•œxˆ‡\x16Š"
  b"\x01˜¢ùØ\x0FsÆ¿c5šß\úµ"
  b"\x01˜¢ùØ\x1FpR€\e\x106½;š\x16"
  b"\x01˜¢ùØ1p3¨Õ9(®5Ôˆ"
  b"\x01˜¢ùØGs\tžûи\x0EÚ\x0FÐ"
  b"\x01˜¢ùØaqï·óÏ\x1Dm)èw"
  b"\x01˜¢ùØsrV©//¸„՝Ð"
  b"\x01˜¢ùØ\x7FpÙ’\vÈ«\x01ZqY"
  b"\x01˜¢ùØ•r½„.g£XM°œ"
  b"\x01˜¢ùتr¢”¨Ë\x11edm­"
  b"\x01˜¢ùضq‡rνñ—GN"
  b"\x01˜¢ùØÅr7Œ€û\x13¹„i\x14"
  b"\x01˜¢ùØÖpÙ›/]\x13`¡ü"
  b"\x01˜¢ùØãsÌ™Ó\fV÷xîÊ"
  b"\x01˜¢ùØñsS˜XNjêΤ~"
  b"\x01˜¢ùÙ\x06pVàqÁlù\x04\x05"
  b"\x01˜¢ùÙ#s¢‚J95VB\x06ß"
  b"\x01˜¢ùÙ9p±ˆ\x10#ùÿþŸ†"
  b"\x01˜¢ùÙOqY°^\x0Fpœ$h"
  b"\x01˜¢ùÙcp¹´°¢]óOÜÓ"
  b"\x01˜¢ùÙrsð‚S8"Lõ\x1D"
  b"\x01˜¢ùÙˆr¾ ¡Îòuë¸"
  b"\x01˜¢ùÙžqe¸µ\x14¨ß‹Ñ!"
  b"\x01˜¢ùÙ¶q±‡\x19V›ræŽj"
  b"\x01˜¢ùÙÒsc©r©’\x02Jðù"
  b"\x01˜¢ùÙåpÑ•É6[H\x0F"
  b"\x01˜¢ùÙöpN½Ç\x1CøC»vÄ"
  b"\x01˜¢ùÚ\x07r†Ž˜5‘ \x134"
  b"\x01˜¢ùÚ\x1EpÒ»úW\x04#Yw©"
  b"\x01˜¢ùÚ2rãÊ¡\x06Þa,\x10"
  b"\x01˜¢ùÚAqi·°\x03\x7Fð-ˆÁ"
  b"\x01˜¢ùÚPsš¥ŽÇW\x15ò«Ê"
  b"\x01˜¢ùÚfsy¬ÆþAÖ(Õ“"
  b"\x01˜¢ùÚyr\x13Ž+lÍßt\x15¤"
  b"\x01˜¢ùÚŒqê°Îr†Þhe("
  b"\x01˜¢ùÚžqe™Ê@K\x0F_\x19R"
  b"\x01˜¢ùÚ´rð¢1=d]Éj³"
  b"\x01˜¢ùÚÏr\x11µØÂ^5‚†p"
  b"\x01˜¢ùÚãq\x14¦ãؐymw¹"
  b"\x01˜¢ùÝlrø¸\x178J(ÂÅ+"
  b"\x01˜¢ùÝ–rB‰RjâH­©Õ"
  b"\x01˜¢ùݯqÞº|ºÊv\vÐ:"
  b"\x01˜¢ùÝÉr§¼zP\fŠeU*"
  b"\x01˜¢ùÝåp§¹A\x1D0:˜P‘"
  b"\x01˜¢ùÝýr2’ì€ÙûTZK"
  b"\x01˜¢ùÞ\x10rõ…³]\x0Em\x01Óï"
  b"\x01˜¢ùÞ!qä²áñ¥?íÛ¤"
  b"\x01˜¢ùÞ4pWžc(_\r{2×"
  b"\x01˜¢ùÞGq‘µÜ¥içn8ò"
  b"\x01˜¢ùÞYsÀ³¶Wè£õC»"
  b"\x01˜¢ùÞlq½­Tåƒ*°(N"
  b"\x01˜¢ùÞ‚q,·#ùÄÎEÒN"
  b"\x01˜¢ùÞ˜p™®\x10Åæ¤ãű"
  b"\x01˜¢ùÞ±s\x03êÍ܁Ê{\e"
  b"\x01˜¢ùÞÄpª£«Çúþ‘\x19"
  b"\x01˜¢ùê`sk¸¡%o#^?\x0F"
  b"\x01˜¢ùêpΙŠÏ«Þ  k"
  b"\x01˜¢ùê“rZ‘g6þ?uD["
  b"\x01˜¢ùê¤rN‚ȉèsh\v\r"
  b"\x01˜¢ùê´qÝ¢fËÀpØ?ï"
  b"\x01˜¢ùêÈq}¸¤~+I†Êw"
  b"\x01˜¢ùêßq—˜2¤r\x1C\x01»€"
  b"\x01˜¢ùêøs]£o<\fråkÖ"
  b"\x01˜¢ùë\vp$£Ö{-7\x1Cw\x1F"
  b"\x01˜¢ùë\x1Dq¿™W[/$e\x15ð"
  b"\x01˜¢ùë.qm‹=0ÕkMÞ¶"
  b"\x01˜¢ùëAp»„Ìwuó2èt"
  b"\x01˜¢ùëSrØ•X!B•‰™\x16"
  b"\x01˜¢ùëcsS›\x18ÑånšX%"
  b"\x01˜¢ùësr·Œ\x1Eºå)\x10\x1E"
  b"\x01˜¢ùëƒs"†\x19ê1 )vÝ"
  b"\x01˜¢ùës¯‡ÀJ¨ß÷\x06\t"
  b"\x01˜¢ùëžrê»~Õè ‹\f"
  b"\x01˜¢ùë¯s7£Íª†CLd"
  b"\x01˜¢ùëÃs\t¹ÝVMÏðúñ"
  b"\x01˜¢ùëÖsr•\x02ÕTÇÛvÇ"
  b"\x01˜¢ùëèsîŸ\x1F\x161\x1CÓcm"
  b"\x01˜¢ùëûqØ¥œW\x1E\x07k̘"
  b"\x01˜¢ùì\x11p\x13»tðR\x039²n"
  b"\x01˜¢ùì$qþ¸Õ¹À\x14ßý¨"
  b"\x01˜¢ùì6pµ¨ñ»ë•àÖT"
  b"\x01˜¢ùìFqq³Ø\x18ÒF¢V"
  b"\x01˜¢ùìUp«¥\x1DÞ½\fQé."
  b"\x01˜¢ùìcr+¾u\x06\x02¹\x00ƒ"
  b"\x01˜¢ùì}p'ƒDWèeì~b"
  b"\x01˜¢ùì“r9½u\x18åV†‹Ä"
  b"\x01˜¢ùì£q´w\x05—à\x1FÇ}"
  b"\x01˜¢ùì²q4—\rD3u\x13»ç"
  b"\x01˜¢ùìÁpèµãE÷ëFW…"
  b"\x01˜¢ùìÒsŧÚRpMz¥x"
  b"\x01˜¢ùìåq#¥V†Á©§\x12\x19"
  b"\x01˜¢ùìôq—šb\x04­z\x1Añ"
  b"\x01˜¢ùí\x08sÀ¢q±AE\x11¦è"
  b"\x01˜¢ùí"pàŸk¸š˜o\x04\x17"
  b"\x01˜¢ùí4pr°&;/·ÄóŸ"
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜¢ú °rך“^¯\x067º¤"
  b"\x01˜¢ú Ërþ™Žª_Ò²}\x0E"
  b"\x01˜¢ú ápŠ•£´å,•ÎC"
  b"\x01˜¢ú ñp#£^ûüÓ\x1Cå\x08"
  b"\x01˜¢ú ÿs<´Aq£ùŽ\x02á"
  b"\x01˜¢ú¡\x17qQް…\x06)؆/"
  b"""
    \x01˜¢ú¡0s\n
    Nët\x19’šU
    """
  b"\x01˜¢ú¡DrH©æ‚>+~#o"
  b"\x01˜¢ú¡bsC:(èWÆ¢\x16"
  b"\x01˜¢ú¡{q³°\x04\x03ˆ˜Òx‘"
  b"\x01˜¢ú¡‹q9›|£àk\x18"
  b"\x01˜¢ú¡ rm‡V€c¨ë="
  b"\x01˜¢ú¡±sp˜ÆñC™CÙÊ"
  b"\x01˜¢ú¡¾sw¸kà\x0Fì3Ö6"
  b"\x01˜¢ú¡Ìpe·–U»ôêp\f"
  b"\x01˜¢ú¡äs\r¼\x0Eì°RFùË"
  b"\x01˜¢ú¡øsÅ•ÝïïKa‹‹"
  b"\x01˜¢ú¢\rqÑ‘ŽNÊyéÔ"
  b"\x01˜¢ú¢\x1Ds¶‡\x0EÑ—+£\x11æ"
  b"\x01˜¢ú¢0r±“à\r9ÁoR"
  b"\x01˜¢ú¤Žq"¡\x05U‹\x0EÁä"
  b"\x01˜¢ú¤¹q$ ò\x18IV\x07"
  b"\x01˜¢ú¤ÈqiÍðúXÙkÅ"
  b"\x01˜¢ú¤Þq´†E»?~Óú\x11"
  b"\x01˜¢ú¤ôp\x0FŸK¢´–“¡¤"
  b"""
    \x01˜¢ú¥\x06rt¸ïãÌL(\n
    \x14
    """
  b"\x01˜¢ú¥\esQ’zÔ!Éñ®õ"
  b"\x01˜¢ú¥/r`›¤Äèî\x18ÛÌ"
  b"\x01˜¢ú¥HrœA½Ýu~"
  b"\x01˜¢ú¥[sö«"ýt€ÖíÚ"
  b"\x01˜¢ú¥nsÜ‚ÁQJ¹\v"
  b"\x01˜¢ú¥}rˆÿ¾Ë¡è¢"
  b"\x01˜¢ú¥ŽsmŽ\x1C\x00D\x15)"
  b"\x01˜¢ú¥ŸpZ£§H[ž†ûA"
  b"\x01˜¢ú¥±s\v¯‰›F'>\x04h"
  b"""
    \x01˜¢ú¥Ãs\n
    ¶krâ\x18œ\x7F.
    """
  b"\x01˜¢ú¥Ôp-´ÿýÝþª*"
  b"\x01˜¢ú¥çsÉ¥\x1F¹Ö^\x00â\x1A"
  b"\x01˜¢ú¥ÿr žþŸÐPÈ2h"
  b"\x01˜¢û=Nsa•ÏUIoL¯s"
  b"\x01˜¢û=mrç—‰ ×Æ\x1E*P"
  b"\x01˜¢û=rŃڪs\x14,Vù"
  b"\x01˜¢û=’p(˜Ú\x0E\x19\x16¥'n"
  b"\x01˜¢û=¬r\x07Òip×Ô‘5"
  b"\x01˜¢û=¾pÛ‰"uAоÂì"
  b"\x01˜¢û=ÖqÉ™ \x02\x0Fÿ‚Æ"
  b"\x01˜¢û=ïr6—†\x14Ëó¥iS"
  b"\x01˜¢û>\x04rr–x]ÂéÕÍ€"
  b"""
    \x01˜¢û>\epy±\n
    Û\¯Å7Œ
    """
  b"\x01˜¢û>0s€›Ü@…™˜LÛ"
  b"\x01˜¢û>Er¯ŽŠúÓ;2¼"
  b"\x01˜¢û>Yqd—ìö'6UÔ&"
  b"\x01˜¢û>mp#¿åäe\rˆ\x02"
  b"\x01˜¢û>„q½°:º:žOâ—"
  b"\x01˜¢û>–q빇ê)Ւɵ"
  b"\x01˜¢û>©pÿ°BY©ü_bU"
  b"\x01˜¢û>ºpB¡á/\x18}¢“·"
  b"\x01˜¢û>Ípý¹Ì±™ƒ\x17óŒ"
  b"\x01˜¢û>Ýqý®ôÜD9\x00"
  b"\x01˜¢û>òsõ¡ÍðªªzŸ\x1A"
  b"\x01˜¢û?\x08rû—ž¦\x15Ÿ]í"
  b"\x01˜¢û?\eq‡µ¢ß'Gœ¥"
  b"\x01˜¢û?*qü¦é)\x11àFF\x1C"
  b"\x01˜¢û?>s.¬š\f)‚¾ãÔ"
  b"\x01˜¢û?Nr\™\x1DDa|Žø|"
  b"\x01˜¢û?hpѵŒg\x008\x10ÙQ"
  b"\x01˜¢û?}p\x04˜Òò\x0Eö\x12f‘"
  b"\x01˜¢û?Œqź1¶\x02ðwΜ"
  b"\x01˜¢û?¡r­˜a\x03\x13\x1C\x15‡æ"
  b"\x01˜¢û?¸q{›wYÔŽLŒô"
  b"\x01˜¢û?Ðp^¢u£@e+„”"
  b"\x01˜¢û?ãqK¶Œ|ž\x11Ð6à"
  b"\x01˜¢û?ösS¾3~…Œçòv"
  b"\x01˜¢û@\ts–Š!Û[“Í–"
  b"\x01˜¢û@\x1Cq\x14—·\x06×`ßü\x16"
  b"\x01˜¢û@3rÞž\x0E\x08Ÿ0AÅ."
  b"\x01˜¢û@Hp½‘\rL,\x10tj\x1F"
  b"\x01˜¢û@\r¥¶³d‡Um\x1Fÿ"
  b"\x01˜¢û@mp¤†´\x06|Ã3<U"
  b"\x01˜¢û@‚sT¯ÝåXÞéw\"
  b"\x01˜¢û@˜p”‰Nå\x1DÅ”O‚"
  b"\x01˜¢û@¨rƒ†X¯{}¸\x12«"
  b"\x01˜¢û@¼qƒƒ“é¬MÌòR"
  b"\x01˜¢û@Òræ…XâC\x07\x0F"
  b"\x01˜¢û@ðp\x0F‚ÐáÏ@B•("
  b"\x01˜¢ûC×rÚŒfmÄ#3\x11Å"
  b"\x01˜¢ûCós›½çq؉^"
  b"\x01˜¢ûD\x05s\r¦[.\f”A)ã"
  b"\x01˜¢ûD\x16p\x05\fOl¯Òˆ "
  b"\x01˜¢ûD+r£«‚,\x00\x01RÝ<"
  b"\x01˜¢ûD?sœÛ4Ð\x12=\x06Õ"
  b"\x01˜¢ûDQq\fˆ¥“Ä\x1CNi¯"
  b"\x01˜¢ûDipÝ®‰‹ò–ž\fô"
  b"\x01˜¢ûDp»¾›‘‚\x1DŠ\x13."
  b"\x01˜¢ûD–s¾ž¾L,\G¢ð"
  b"\x01˜¢ûD©s*­K\x1Cû\x01Tï"
  b"\x01˜¢ûD¿sl©âWfò\x18FH"
  b"\x01˜¢ûDÙs„»±sUŽ2f#"
  b"\x01˜¢ûDïsûŽõ‰‹“]H÷"
  b"""
    \x01˜¢ûE\x03p\n
    ˆ<¨ß\x19
    """
  b"\x01˜¢ûE\x19r粝éÓ­"߈"
  b"\x01˜¢ûE-q\x03¯fp‹"\x18Ex"
  b"\x01˜¢ûE?sV \x1Fs‚ø:… "
  b"\x01˜¢ûEUpá¾\x12‹8"
  b"\x01˜¢ûEdrÔ¼`*\x1Cl{HÅ"
  b"\x01˜¢ûEvr"ªd¼—ìÁ\x1F"
  b"\x01˜¢ûE†s[®N.\x10M‚W\e"
  b"\x01˜¢ûE qR”\x0Ed¸Ž©Ì("
  b"""
    \x01˜¢ûc@q2³\n
    \x0EuÞ#Ê
    """
  b"\x01˜¢ûc\sL†AYVí4\x0EÁ"
  b"\x01˜¢ûcuq\x0F²Ñ\x16þñ9H£"
  b"\x01˜¢ûc”q9£¤KSW\x10a\x16"
  b"\x01˜¢ûc¥s\x06èr˜¹CpØ"
  b"\x01˜¢ûc·q\x1C¢þ\ry:†è¼"
  b"\x01˜¢ûcÎsóšæ=—@\x06"
  b"\x01˜¢ûcär¯€8ÙÂÔÿ^0"
  b"\x01˜¢ûcúp›B—\x1Fì¶ÌW"
  b"\x01˜¢ûd\x12r\x1CŠ\x00«\â6\x08?"
  b"\x01˜¢ûd$p뜡à»AÊ\r2"
  b"""
    \x01˜¢ûd5p”´JË\n
    c’\x14
    """
  b"\x01˜¢ûdHsÿƒŸ\x1Eý„~û"
  b"\x01˜¢ûdXpéƒ%»N\x10r<ð"
  b"\x01˜¢ûdos`¦‡ø‘íWÍT"
  b"\x01˜¢ûd~s…‹-AYc$b"
  b"\x01˜¢ûdqÚ…¥¬´!ñÚù"
  b"\x01˜¢ûd§rÞœ>Ü]\x02Ô\x19"
  b"\x01˜¢ûd¶p&°`@\x10¢iNR"
  b"\x01˜¢ûdÅq\x1DšQsR ¤"
  b"\x01˜¢ûdÕs+ºÆf`¡=ÿr"
  b"\x01˜¢ûdèqþ¡Ò\x0Ffó§’\x07"
  b"\x01˜¢ûdùs±”†¡\x0F\x1Cr~"
  b"\x01˜¢ûe\x0FqЧÝ0:\x04ç…Ï"
  b"\x01˜¢ûe,s¯±\x16®ªe\x07’"
  b"\x01˜¢ûeDr2©\x7FmŽ˜X\v³"
  b"\x01˜¢ûeWpҏaÎtzp*™"
  b"\x01˜¢ûejq<´ \x19OÖy\x14ì"
  b"\x01˜¢ûeƒsf”\x0F\x00Ï<e?÷"
  b"\x01˜¢ûesRˆ5ªí\rW›Ä"
  b"\x01˜¢ûe´qfŠÒÞí²;T"
  b"\x01˜¢ûeÊql¸‡\x05|{©±“"
  b"\x01˜¢ûeÙq\x7F‹2žg –5"
  b"""
    \x01˜¢ûeñq1&'‰u…\n
    \n
    """
  b"\x01˜¢ûf\x05s\x0E¦\x1Dø0¹“‡´"
  b"\x01˜¢ûf\x17q@¤E¹6,À\x1Fê"
  b"\x01˜¢ûf(s¾;Q\rþp#"
  b"\x01˜¢ûf7s“¦œÚ!b­\x1Cî"
  b"\x01˜¢ûo\x1CqÀº¹´ë¼\x1A \x10"
  b"\x01˜¢ûo<rÆ‘L<\[\x1Cds"
  b"\x01˜¢ûoRr\x0F–®ìðy+%b"
  b"\x01˜¢ûogs4¾\x12õ\x18Šº\x1FÑ"
  b"\x01˜¢ûo~rݧõÑʏخW"
  b"\x01˜¢ûo”qC–\x17\x00DÄ“Ö,"
  b"\x01˜¢ûo¨p4¡~ðn\x18OBA"
  b"\x01˜¢ûo¾pÒ·þê¸\x17x.c"
  b"\x01˜¢ûoÓpÜŒÃ0ÚÎc׃"
  b"\x01˜¢ûoòrяííel`ú«"
  b"\x01˜¢ûp\x04pw¹\x13‹.@B:;"
  b"\x01˜¢ûp\x13raª`\x19áEø¾"
  b"\x01˜¢ûp)sû´ðt\x19‰Ð'3"
  b"\x01˜¢ûp?pH…uÅœªk\x08\x04"
  b"\x01˜¢ûpWsÞž\x14F×yöÖC"
  b"\x01˜¢ûphq ›©MðÓxů"
  b"\x01˜¢ûp~sš—{Q\f\x031£O"
  b"\x01˜¢ûp–rœš³\x15…³¥K\x13"
  b"\x01˜¢ûp¯s4®p\x073&¼C*"
  b"\x01˜¢ûpÂq‚§\çÑå3²\x1F"
  b"""
    \x01˜¢ûpØpjøúl¿á\n
    b
    """
  b"\x01˜¢ûpêq®§ÒUe{Ô©ƒ"
  b"\x01˜¢ûpÿs\x0E³ß1OHE-á"
  b"\x01˜¢ûq\x13r݉ÞÒØî—\x16£"
  b"\x01˜¢ûq,r\x7F™¹Ï€Ê‚Ì)"
  b"\x01˜¢ûq@q‡ù‚£ð\x1Enb"
  b"\x01˜¢ûqTs޶¿4\e’=SŽ"
  b"\x01˜¢ûqmp3™¬‰8\x1C¸ÚÒ"
  b"\x01˜¢ûqƒsя®¨©jJ2"
  b"\x01˜¢ûqqö—-Å5t\x02âk"
  b"\x01˜¢ûq¸siš5˜’iã\x0Fß"
  b"\x01˜¢ûqÎpì›`â\x06£÷¡"
  b"\x01˜¢ûqærIM}uåë\x17ö"
  b"\x01˜¢ûr\x01s*·ï掬t^à"
  b"\x01˜¢ûr\x18qZƒ|Sk1y_a"
  b"\x01˜¢ûr4p¦¹‹\x0E±÷-)²"
  b"\x01˜¢ûrRpµ^Ög!ÓØÔ"
  b"\x01˜¢ûrhs…¥÷µ:99kú"
  b"\x01˜¢ûr„p\x10¨A$;\x08¾€"
  b"\x01˜¢ûrœpaƒÚhY/|íÇ"
  b"\x01˜¢ûr´rTµq8Ðt6©'"
  b"\x01˜¢ûrÌs,Šx,/LJ\x1A"
  b"\x01˜¢ûrÞq²»¥\x179Ôw¦Ë"
  b"\x01˜¢ûrìp‹þ\t|ê,éß"
  b"\x01˜¢ûrûs\t†•¼ž©Ð3µ"
  b"\x01˜¢ûs\x0Fs£œ\x03àž\x08IÂw"
  b"\x01˜¢ûs\x1Es+’BWûZæ>-"
  b"\x01˜¢ûs0rA¢ÁX“èˆó‘"
  b"\x01˜¢ûsAq\x08 \x08cøgÔ›ˆ"
  b"\x01˜¢ûsPp©¡\x00ϰ\x1F˜®"
  b"\x01˜¢ûsfqݼR\x16\x10¤û\x18U"
  b"\x01˜¢ûs…s*ºK€\x01ÓÛýý"
  b"\x01˜¢ûv'pm£x¹aóª \x08"
  b"\x01˜¢ûvGre¾ð¨\v\eR"
  b"\x01˜¢ûvZq'”xê\x02ЏaÐ"
  b"\x01˜¢ûvtr'£é^Ã-õ\x03"
  b"\x01˜¢ûv‡p\x12—ó¡sü±‘p"
  b"\x01˜¢ûv™pĦ†«FöC e"
  b"\x01˜¢ûvªs\x16‚E\x04hæoñ#"
  b"\x01˜¢ûv¿s\r—0êß*2;\x0E"
  b"\x01˜¢ûvÑpÊ¢xy\x04ímB¢"
  b"\x01˜¢ûvîr\x1E‚Å˜È%f""
  b"\x01˜¢ûw\x04ràˆÞUÉáúåù"
  b"\x01˜¢ûw\x16p™„£÷°Õ*,\"
  b"\x01˜¢ûw.s͉PŠtâø’"
  b"\x01˜¢ûwFs\x06‘Þ¬\x15½½ÀZ"
  b"\x01˜¢ûާrì¤Ô¶ø³©/"
  b"\x01˜¢ûŽÁpk‘EºÇ\r5³Š"
  b"\x01˜¢ûŽàr\x13–ß®Fá1Ÿõ"
  b"\x01˜¢ûŽóp\x1D½ûzyÏõ\x7F"
  b"\x01˜¢ûŽ\fsx£±ùàló‘£"
  b"\x01˜¢ûŽ&r¶§˜\x07Z]X2›"
  b"\x01˜¢ûŽ:rñ°\x1Dš¼Î\x04ŸÕ"
  b"\x01˜¢ûŽMp"†\x153Ì$\vþ\x11"
  b"\x01˜¢ûŽ_r\x08Š\x14á\x7FµÿD\x0F"
  b"\x01˜¢ûŽspѬÛVÄü'T3"
  b"\x01˜¢ûŽ…pQ“n“\x03è;±Ç"
  b"\x01˜¢ûŽ›p뀴…Ç\x10,¡â"
  b"\x01˜¢ûŽ´rzŒðÃ\x17´°3£"
  b"\x01˜¢ûŽÈqKŽ.°‡¼Œ\x02"
  b"\x01˜¢ûŽ×pгtp¸¥þäJ"
  b"\x01˜¢ûŽírøˆ$\x12\x15°\x10;\x1D"
  b"\x01˜¢ûŽüs/†xi&\x00!zÊ"
  b"\x01˜¢û\frMÍzDZªuí"
  b"\x01˜¢û*q©‰P\x10ޤZîf"
  b"\x01˜¢ûDsеè1\x12ЦºÃ"
  b"\x01˜¢ûUs^•\x00žd\x1F\x0EQA"
  b"\x01˜¢ûdq_«yAÖúÙtâ"
  b"\x01˜¢û{s]‚àxˆï\v"
  b"\x01˜¢ûsæ¡0\x13˳\x04I\x1D"
  b"\x01˜¢û¥qѬ\x06wLñêçè"
  b"\x01˜¢ûµpI‘ð¸íuÀd©"
  b"\x01˜¢ûÊsm·mk¿\x10£R©"
  b"\x01˜¢ûäsnºÜnW ßŸ\x00"
  b"\x01˜¢ûýsµš\x15…ITÁVî"
  b"\x01˜¢û\x13rè\x06ñEEûø§"
  b"\x01˜¢û'rÉ·\x15\x15hͲ"
  b"\x01˜¢û?pã‡ãì"·ä_£"
  b"\x01˜¢ûNqy€Èh¦\x06m…+"
  b"\x01˜¢û]r>£1\x08U>>’r"
  b"\x01˜¢ûpsΚ\x13ωïW½"
  b"\x01˜¢û‡pòˆ]\x0F¦á=(\x07"
  b"\x01˜¢ûq_„\x196ýˆ+Ò¶"
  b"\x01˜¢û¸q\x07\x1F·»€þ¼%"
  b"\x01˜¢ûÌpi¦$”zØS3"
  b"\x01˜¢ûãqSŽ“ô«&\x1A€ß"
  b"\x01˜¢ûõrÖ¦Æ «Ô·¬€"
  b"\x01˜¢û‘\x04st¹\x02\x00ß3ãl"
  b"\x01˜¢û‘\x17qÖ 6MÜeÀN)"
  b"\x01˜¢û‘1r͐ \x1A\x19òü¨—"
  b"\x01˜¢û‘Ds+­sŸg;å%™"
  b"\x01˜¢û‘Ws\e©8‰¼<P¾E"
  b"\x01˜¢û‘is•‡Ú\x1F9š’ž2"
  b"\x01˜¢û‘}pCª›ºþ5\x0E:{"
  b"\x01˜¢û‘’s\x16¿]\x1D2Uè=\x06"
  b"\x01˜¢û‘®p”‘}°ªe\x06€¬"
  b"\x01˜¢û‘Âq\x15¦{ï'ùuÊA"
  b"\x01˜¢û‘ÓrÇ•l|µ´\x05\f"
  b"""
    \x01˜¢û‘ès{‚)W\n
    \x1CÙܸ
    """
  b"\x01˜¢û‘ùrÈ»©7R%ÌÔt"
  b"\x01˜¢û’\x14s\x03‰("\x05SìW>"
  b"\x01˜¢û’%q-Šÿ@\x02¦\x14Ï"
  b"\x01˜¢û’5qd¬TÈ&zAú"
  b"\x01˜¢û’Fpb”XhË\x118œÞ"
  b"\x01˜¢û’`q`ŒöÒÚBb8f"
  b"\x01˜¢û’{r܆\x02\x05É«V"
  b"\x01˜¢û’sæ¶¶™É\x11„ÿÓ"
  b"\x01˜¢û’°q9‚¾³àd\x1Dk"
  b"""
    \x01˜¢û’Épi„Õ¯±|Ð\n
    6
    """
  b"\x01˜¢û’ÞqÙ¤'ÿþ˜Re0"
  b"\x01˜¢û’ïsê€\x1C=õL±Dé"
  b"\x01˜¢û“\tr'²Œ,"\x1C\x18"
  b"\x01˜¢û“*qí¥b‹o}ñZl"
  b"\x01˜¢û“Dp7”«ÌÉ\vABÁ"
  b"\x01˜¢û“Yp¼æ\x0FÚ8\x13"
  b"\x01˜¢û“ts0“ï‰\e\x14t2@"
  b"""
    \x01˜¢û“Šræ€\x1F\x1AõØ\n
    í=
    """
  b"\x01˜¢û“«p'¬µÑ3<ÒV"
  b"\x01˜¢û“Ær¼lnsö\x11"
  b"\x01˜¢û“är„³ÁgLöbvc"
  b"\x01˜¢û“÷p`Œ4.yÿ@vä"
  b"""
    \x01˜¢û”\n
    rȈÛuö¢sâ¯
    """
  b"\x01˜¢û”!pÚ„šëâ]¦Ê–"
  b"\x01˜¢û”5pV¸€Íõ÷¢\x1Fù"
  b"\x01˜¢û”PrZ·œ\x04,\fåîé"
  b"\x01˜¢û”bp±û$“\x05‡7"
  b"\x01˜¢û”\x7Fqø·nc#Dz@Y"
  b"\x01˜¢û”šrh¯Çìï\x10Ò\x07Ê"
  b"\x01˜¢û”¶sI—0Ž\þ^ŒŽ"
  b"\x01˜¢û”Ìr\eŒVÂŽ–H&ù"
  b"\x01˜¢û”äs\eŒÎ-C\x17e\x07:"
  b"\x01˜¢ûôírI\x02‚¼ž¾#"
  b"\x01˜¢ûõ\vp1©&~\x1FŠ Ÿ„"
  b"""
    \x01˜¢ûõ\x1EsÕ©\n
    \x10÷ަ†
    """
  b"\x01˜¢ûõ8p\x03¾áM‚Þ”#\x03"
  b"\x01˜¢ûõXpè’ɪöÊŽå·"
  b"\x01˜¢ûõnrÄš¶([æ–Æ4"
  b"\x01˜¢ûõ†q#•§5ˆI\!Í"
  b"\x01˜¢ûõ¥rf“\x17g\f\x08\x15ïŽ"
  b"\x01˜¢ûõ»qT«£<}t·ò†"
  b"\x01˜¢ûõØpפÿ£ñ\x08Ü1U"
  b"\x01˜¢ûõòre˜\x00&£Š8þ"
  b"""
    \x01˜¢ûö\x03q{˜Ô4D/\n
    ¬ö
    """
  b"\x01˜¢ûö\x14q,¢¦"ÆA?¿Ÿ"
  b"\x01˜¢ûö'pˆ°©Èëƒÿ(—"
  b"\x01˜¢ûö9s•¹**\x04ûäÇ7"
  b"\x01˜¢ûöIq]¥“muë×£."
  b"\x01˜¢ûö[q©™ŸÞ‘Û3‹\x05"
  b"\x01˜¢ûörq¼Oô\x04Œs0\x1F"
  b"\x01˜¢ûöŒpÞª¼8Ò}ÙŽU"
  b"\x01˜¢ûöžr­¦ß\x1447Î\x19ù"
  b"\x01˜¢ûö³s·¨\vèG½[\x14\x13"
  b"\x01˜¢ûöÄr‚­\x16\x0E½½\eïD"
  b"\x01˜¢ûöÝpç«ÁÆoÒ¥¹"
  b"\x01˜¢ûö÷p±—X`¦\x07deË"
  b"\x01˜¢û÷\vp!‚áÑî\x1A–¼\x03"
  b"\x01˜¢û÷\x1Cq-«U\x13…])í\x15"
  b"\x01˜¢û÷,pú„î\x05Y*Ëßö"
  b"\x01˜¢û÷BrЙC…6d¾eÊ"
  b"\x01˜¢û÷XqØ­Š\x19óV \e"
  b"\x01˜¢û÷gq¬ˆ¼5>ÑXR¯"
  b"\x01˜¢û÷yqW£¼ƒo…r\x10ù"
  b"\x01˜¢û÷‘s“ŒCÿ¤æ\x18(ÿ"
  b"\x01˜¢û÷ s¶…9Þä \tC\x06"
  b"\x01˜¢û÷³q¿½íóªØ8œ³"
  b"\x01˜¢û÷Åpû¸­w¥XGÀ "
  b"""
    \x01˜¢û÷ÜpÇ„\f\n
    Rn\x1C[
    """
  b"\x01˜¢û÷ìp׆%˜+R¬•\x12"
  b"\x01˜¢ûø\x02rï€x\x11¯çN†\x17"
  b"\x01˜¢ûø\x1Dq⏹›\x1FÛ¶t\x1E"
  b"\x01˜¢ûø3sc›ÛQÜìø®Ñ"
  b"\x01˜¢ûøFs•„\x03ó]\x12q¦l"
  b"\x01˜¢ûøZsË‹8\x06×\x1FüÎS"
  b"\x01˜¢ûøkr]’\x1D–Ì\eÅ’u"
  b"\x01˜¢ûø|s)ŽñœÓ}° \t"
  b"\x01˜¢ûøŽrˆ¼øR\x03ŸW™Ï"
  b"\x01˜¢ûø rQúÎ\x0E\x1AuA‚"
  b"\x01˜¢ûø¶q\x02šÍ›\x06ÀÙ\x07="
  b"\x01˜¢ûøÎr¾¯’\x0Fi=‚ý\"
  b"\x01˜¢ûøéq驲¹ç\x00«”F"
  b"\x01˜¢ûù\x00rOœA Þ)޵."
  b"\x01˜¢ûù\x14p$™ñ­ýqˆžº"
  b"\x01˜¢ûù'qpºÌ…ÉHÜ(š"
  b"\x01˜¢ûû”q†»½‘žló5!"
  b"\x01˜¢ûûºsp¹\f©ÓWªO¤"
  b"\x01˜¢ü\x08\x05sH—S’kÔü­]"
  b"\x01˜¢ü\x08\eqﱁ·*\tíO!"
  b"\x01˜¢ü\x089sЈ흽Jˆ„Š"
  b"\x01˜¢ü\x08Kp\x0F‡Å–{£\x0Eå1"
  b"\x01˜¢ü\x08crޤN\x02‚¸òŽ‹"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
  b"\x01˜£\x00æ·q’±)̃n“n"
  b"\x01˜£\x00çÂr0°ª\x05/ÏKê\t"
  b"\x01˜£\x00çØpÒ¶®§ñ\x05;\x06š"
  b"\x01˜£\x00çñr3‘\x1Fìû\nMý­"
  b"\x01˜£\x00è\vqþÎo^ÚN,\x1C"
  b"\x01˜£\x00è$pâ¦Îë(\tÖžÚ"
  b"\x01˜£\x01@^r@œßäåQ¦z"
  b"\x01˜£\x01@{qm¥c„»åå5é"
  b"\x01˜£\x01@˜qÆ“çäm5Іµ"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01˜á\vÞ\x02q™\x00žÚîñdø"
  b"\x01˜á\vÞ)q½›§›BãÆ¨6"
  b"\x01˜á\vÞKq\x0EµŽ’\x15A°l¶"
  b"\x01˜á\vÞkrR—>.eö^·"
  b"""
    \x01˜á\vÞ‘p\x1D\n
    `tŒúuæ
    """
  b"\x01˜á\vÞ·p½ Œ›\x04ò¦ÊQ"
  b"\x01˜á\vÞÔsç§Ñ\x13çè\x08"
  b"\x01˜á\vÞðs/—N¤í\x03Àþ°"
  b"\x01˜á\vß\ts –B›\x19€˜ˆ~"
  b"\x01˜á\vß+s\x06½XŒÚ\x17\x15{"
  b"\x01˜á\vßKrʯ¼™k\x19Ÿ¡}"
  b"\x01˜á\vßcs€´>Gµç,“¯"
  b"\x01˜á\v߀s&§\v‚,5™€’"
  b"\x01˜á\vߟq\x16‚n1\x00¢,¡Â"
  b"\x01˜á\vßÀqÔ¿‰Ê}kV^Ú"
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
  b"\x01˜åÓLBsP€IÐγŸ¥"
  b"\x01˜åÓLqq\­ôÏå’“\x7F\x17"
  b"\x01˜åÓL˜r·…JºÏRsÝ"
  b"\x01˜åÓLÈqq éŒ0˜½8ï"
  b"\x01˜åÓLþsA•Éê}Y¦ý\t"
  b"\x01˜åÓM/q\x12¬3}u´z<£"
  b"\x01˜åÓMapå¥$±ä\x1DÚÔX"
  b"\x01˜åÓM’sTž–DýYÏ\x11á"
  b"\x01˜åÓMÊr±¢ç\x18ê6á_\x16"
  b"\x01˜åÓMñpš‘:g§sl\v"
  b"\x01˜åÓN\x15s\x14Š\x00ŸyØì[\x14"
  b"\x01˜åÓNCq}œRjÂ,\x1AæR"
  b"\x01˜åÓNjq6£[\x10@\x03vBè"
  b"\x01˜åÓN”pä¥\x19î?\x04;àe"
  b"\x01˜åÓNÁq<¸¢n†¥{Øþ"
  b"\x01˜åÓN÷p;©\x10Äɉ׮'"
  b"\x01˜åÓO!s\x1F´’j“û \tµ"
  b"\x01˜åÓQüqI¢d‰µ"\x1CÜŽ"
  b"\x01˜åÓR/s×¥ÝÀÝ^\x180Z"
  b"\x01˜åÓR\sò»´†Ó¨8}¹"
  b"\x01˜åÓRŽsf°á-Ž$××Ò"
  b"\x01˜åÓRÀs ¹»E™y¦\x7F-"
  b"\x01˜åÓRçpዯ†\x00ÐPœ>"
  b"¡¦Þ—æ¡Nb”Z\x18 FßVÅ"
  b"£¶‰2ÊßEÌ‘j\x06úC}\x0F@"
  b"\x01ª¸~NS»Å‚7Sºt¾"
  b"ÖKäC_ÛG\x17Š2obHBH3"
  b"„‡XÔËôGþ蟃Îûgç"
  b"E\x02w‘ø{N\x01¹Õ¶g¯ô¥«"
  b"\x01Ž9¾0×pJ Ì>·õæ;X"
  b"¾¶\x1F]Ë#Fµœ´~jóœ1Ô"
  b"zµjÃóáH’5¸4Ã6öù"
  b"\x1E"’T@üL‡Œ³Ã2±¥È°"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"Û\x1C[çÆ§L¹¸5:[\x1FMB"
  b"\t¶,è¶0J•\x064>²ªân"
  b"vþÇâÜPFÕ›.<÷ÝÄF"
  b"4÷2=ÀÇO\x15„à “&“Pæ"
  b"""
    \x11]\n
    ŽHИ\x16Ù-\x17)§×
    """
  b"\x10rŽJ}”Jâ‹3?‹È\x1A16"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"7aS0ÆæJ\x12„Û\x1Aµ«vÓ\x15"
  b"ÒgP\fÍ\eCÐ’Y{ÒÇú="
  b"\x01˜àüVÊpN¥)¹gÚö5^"
  b"\x01˜åµçJrYº×;¹\r\x00P"
  b"\x01˜åµçhp\x14¥ã+6\x06>ÇÑ"
  b"\x01˜åµç‡q©™ü\e㘶@+"
]
67 6.75 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"Cd»©s\x10M®‡–;¹® ep"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"×n\x03èl\x0EL:¨›“\x1DÝ…\x1Eb"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"º›Sû]7B{‹£²ŸŽ5 É"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"K€öJV&C‰¢îÍßUz´"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\vaÖÚ\\x08G\x0F•û¦uz×Û\x19"
  b"\x10kü°\x03©MS£©?Åð½"
  b".{aX|oLŠ‡¨²;„/v"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x01Ž9¾JspS‡oŽÁc…æ\x10"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"\x01Ž9¾-úq¯bæñÍ\x18"
  b">\r’ý²âB\t\tÐ:¾b‘²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x00$ê?³áO亭Ìã’Mb©"
  b"K†Gˆì\x00EE¨ß™ “äœx"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ŽäɳA"I{¬Ù ޵S®©"
  b"–t¨(á˜KǶþô@;·]"
  b"£Ò\x10 ÊOCX‚/S%áX\x16p"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"ðy\x1Aþè\x11F2‡kiú›çâ"
  b"\x01Ž9¾$}qù©+S-\x1E\x1F"
  b"\x01Ž9Ý¢¿r\x11µ4\x1CÓ~UL¦"
  b"\x01Ž9Ý£\x13p†¼v\x1D_Û‘Ev"
  b"C°X#:þ@0¸9›ýu“a"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"8™³\x148LKű|ùOgÜl°"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x1A\x01\x16o\x7FJЇçÌÞŽZ8\x06"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Ì’ò[`Bº¾±\x03C”>7S"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x01Ž9¾-¹p˜€<§J(02\n"
  b"\x01Ž9ÙÎAqÛ·$‚30Œ¥Ü"
  b"\x01Ž9ÙÔ|qï»=?±ÿÉ/]"
  b"\x01Ž9ÙÔÞqß­,\x08÷À\x11\x1EB"
  b"\x01Ž9ÙՁqs‚n›%Ç\x17—"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"\x01Ž9ݵ\x16qþ¯•¥j\v„‹\x12"
  b"\x01•¯m|"r¡§\x0E—=îl›\x08"
  b"\x01•¯m~£p0Ž^X¢<—ó"
  b"\x01•¯m~©róˆ\x07cÑź\x0E\x05"
  b"\x01•¯m~¯qÁ›Ú¶Æ\x01Ž \x11"
  b"\x01•¯‡Êæqȶ½$u\x1C\e"
  b"G<>IÁ)OV½ª§ž§–ÆÛ"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"Ædô\x18^\x1FAÀ¾Ì·9gß\ÿ"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"~ÖÐ\x12IRC\x0F±\x10¿’øÇTÚ"
  b"©½sž$£I}«\v+Ï;‰° "
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ëµi× \x1EAΔߒùÙä1Ý"
  b"@\x0E#[Ç\x03JƁ\x11§\fŽ\x04jv"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x01—éòC¢r-ºvŽüŒÚ‰#"
  b"\x179º¿G9º\x1C‰È\x04ªw¾"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x01Ž9¾?,qw Ù8;¾È]"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01Ž9ÚgxsϾݰ\x06™‹\x05:"
  b"\x01Ž9Ú´õs®ŽŸ¾‡¢öá\"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"\tf‚Ãþ A÷«ÎÅ„²\x00"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x1Ftº,\x04ÌA4¥,IàÌ\vÿD"
  b"*Feôf­DO å&ØÎ.|7"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"fÙ¥Õ%ÙH+‰°õ=²bh<"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00WP\tiH±·\x03¸ÏÕ\x19€ž"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"«Ó¶ñGåMD‡/ïM\x06Õù4"
  b"ËÓkŽ3ßCŸ¿)êª\x05\x1A"
  b"ä3Ø]’\x00Nh¤s\x01"6Ùס"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"1æÁ8z8Cd‰º‹¤!"¤\x17"
  b"\x01Œ\x1AØâeq™›âùPº‡\x15É"
  b"\x01Ž9¾LÅs~—.už@^\x02\x10"
  b"\x01Ž9¾N§qü–žï*ð“óN"
  b"\x01Ž9Ý\x12‰q\x16 Ñ5D\x161#®"
  b"\x01ŽS¶Æ\x01r\š£hî|\t´\x16"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"\x14\x1E§Íó¡L‚²ã„Žª]Dß"
  b"\x15\rŽr\x12ÖIj”Òbe9‘r\x10"
  b"'÷J笰L¾³ãAf\x07\x13WR"
  b"^F[y\vÄDƒ„³dÝŽ\fó"
  b"gÆÏ\vk^CK™^2±”5à™"
  b"lÌ?´ønO÷šZÐóNæôÛ"
  b"\x7F€=\x004;@\x08€è'ÞR f´"
  b"„Ùܝá=Eò¤L\ÛÉ‚LJ"
  b"""
    È3Ì1ýS@»‡ÑÞߌú\n
    
    """
  b"÷\x02\x06MlŠø\x14\x1D\tý"
  b"\x01•¯Š\x1CÐrD¤ùšï^÷_E"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"(WÿF²wCE“Ä¿˜›¦!$"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"*h°ñòôA¸¹‰]DGy¶ú"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"A¨øOšSG+‰HÄ~kþ\x1F³"
  b"\f‚uºE®ÈD¸\`Æ="
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"š\x16^…Êÿ@åŽ6³\x19\x12\x17"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"Âû\x00´]¼H.·ðs«Š’\x046"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"\x01ŽÂf\x1E\x1AqŽ…T^þðt,º"
  b"\x14b$´ÈäEâ”L)ä!´9ª"
  b"\x1D³Ûù„@>¤ªq\x1FÚæl\x15"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"6FÝwÕ6E\x00™?Ò¿²or¤"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÔU¸YyEN6DKâ!ÖÚH"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"äFcíJ\x1FE¥ƒ+ûª\x18Ëóa"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x0E&ú®5ãAç··&\x10ÚZz"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b")³¥o@­Gâ¨\x13Z¤"ù’2"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  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"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"œ;ø\x03ÅUN“$U2O… "
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ðAVlcöMdX¶°a‡ìû"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  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"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"v!ä ûãB=«Q­É®›6"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b"\vPg¹\x05=Böró;bî=°"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"Œ\Š:˜ÑJa§\fQëØ÷ÑT"
  b"‘&©\x1E›5G&·c‚\x02ƒ´ýt"
  b"²\x10¶SÜ6HÜŽþÁ8v;Ûî"
  b"Ãõ —`~Oð—>\x7F\x00`t™Ý"
  b"ÚßCĶ5J:¶\x18„U }ßõ"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"ô‰Üú°lD\x0EŽÿØãš5‘§"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"ü;£LŽÂ@\x12¶ôÏ;陼"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"""
    {\n
    ËÈ\x15L‰«·M?¬ÜÃU
    """
  b"\x1E\rî·\x7F[KØ¡9+¾}dÙ®"
  b"Äo‚\x17ˆ%@ʃ.\rxɽ#¡"
  b")1KÁ÷LF[œñÞQ°þël"
  b"\x01™€Gô¦q\x12Ÿ\x02|†,MÓ‘"
  b"!Fî\x18z@JÒ…\x00\rš\x088\x15±"
  b"k#NøÑ½B\x07“Ž3žša=¿"
  b"&9ÆZxÞAý»oÉDç6“\x02"
  b"wB`š\fÅCO¤™& fc\x15 "
  b"""
    è\n
    ßS'\x03H\x1A±\x18Ž\evÄ(\x0F
    """
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"¹<\t¦m®I'¤9V³ 1u\x1F"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"Uñï”COKÖ¿¿áœ\x0E¿zy"
  b"\x01™€Z#€pèœô{G÷6\x08;"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"š¥ïòqžC[—\f\x14Œ¼¨\x04È"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"\x01™€bÓŽp\x12žT°«\x1C\x04\x18"
  b"\x03ÏÊÌ ÞI郰œI”ÁŽÆ"
  b"žžò6cíCý·AÃWoüÎæ"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"\x01™€Zn°sñ¤ÊÎÌùë\x1E"
  b"\x01™€Z%åpn¶®S¯µf…\e"
  b"PZ\x1CR%ÆJû¦s³\x06Ô‚ó÷"
  b"\x01™€Hgiráµ8<v„·\x15¸"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€…JÞq~€T\e~a2È,"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"X\x14k.ÛOA륀\x11̺ªƒ#"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"”vF»=BD¨‡¼(:ÏO‹Ñ"
  b"Æœøe&\x06F±½üºÀTêè"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"\x1E9_VJœKS·+k&ë£R;"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"òdqu ÒA;Ž\x15ÊEñM\x00)"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01™€Z\f\fs\x10\x04*м\x1F—~"
  b"\x01™€Z:ur7‹T\fgk2O\x14"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  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£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"\x01™€Z!€s\x1C«Ÿò¡\x00+¤¯"
  b"\x01™€z}'s4—92¤Y³p~"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"\x01™€H£‹p\x07´}Ó­töpê"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"ZnyfÅ)O\v¯ºqlax¦L"
  b"¹CyØØ`Cbºñ®õÛ¯F¡"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b"\x01™€Z(>sT¾\erS⛡C"
  b"\x01™€Zd\x04rH„3åˆù¸;ÿ"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x0E ØX\x05€KT¢­²¦w©Çµ"
  b"NDƒ*Ž/Ah‰„ª]#r(ç"
  b"Ì½%9¡C˜ºy=\x14˜t"\f"
  b"Èß¾så.O!‹ñ×\x17ÏýN,"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"õý—þ$¥H€µe\x12ß¾=œç"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"\x01™€Skšq1ŸµXÅ‹´iÑ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"\x15ñ\x19ÏëmC.³Ã­±ÚrÉÙ"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"\x01™€zˆ\x04r)²ÅH\x05`NüG"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"""
    áÛòl\n
    ÛB'‡;Ý0Œ\n
    ´š
    """
  b"\x01™€”\x1D0r?©kóX\rTJÓ"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"WFw+“HìŠç|?c|Ž "
  b"b[7žáBB¼˜]Zû1çpý"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"nUèCS\x00IËŽÓ#\tñ\x1E\x06"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"\r\x1C‚ƒT@q¬¯¸\x11%\x02E\f"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"\x01™€H˜‚p™°Þ\x1F\x1F®8Þ¶"
  b"\x01™€e’)q”—Çã—…Vc\x01"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"""
    H%š)\eÌK{’b\x08ùQ\n
    
    """
  b"”6ŸK\x1D D%„^d‰–òØ—"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"â\x0FƒÕ2G)"դŎ"
  b"#´öË[!@\f»:RA¡àRA"
  b"Ü\x07w¸•\x18K–±AÄ\x03æWÏÅ"
  b"Y6d;æqO5Š©fceÿć"
  b"\x08 ønåøL…”Ý•cê;"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\aÙ4\x08e@¤º\v'‰\x1Cn{z"
]
68 11.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"\x00$ê?³áO亭Ìã’Mb©"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01Œ\x1AØâeq™›âùPº‡\x15É"
  b"\x01Ž9¾$}qù©+S-\x1E\x1F"
  b"\x01Ž9¾-¹p˜€<§J(02\n"
  b"\x01Ž9¾-úq¯bæñÍ\x18"
  b"\x01Ž9¾?,qw Ù8;¾È]"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01Ž9¾JspS‡oŽÁc…æ\x10"
  b"\x01Ž9¾LÅs~—.už@^\x02\x10"
  b"\x01Ž9¾N§qü–žï*ð“óN"
  b"\x01Ž9ÙÎAqÛ·$‚30Œ¥Ü"
  b"\x01Ž9ÙÔ|qï»=?±ÿÉ/]"
  b"\x01Ž9ÙÔÞqß­,\x08÷À\x11\x1EB"
  b"\x01Ž9ÙՁqs‚n›%Ç\x17—"
  b"\x01Ž9ÚgxsϾݰ\x06™‹\x05:"
  b"\x01Ž9Ú´õs®ŽŸ¾‡¢öá\"
  b"\x01Ž9Ý\x12‰q\x16 Ñ5D\x161#®"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"\x01Ž9Ý¢¿r\x11µ4\x1CÓ~UL¦"
  b"\x01Ž9Ý£\x13p†¼v\x1D_Û‘Ev"
  b"\x01Ž9ݵ\x16qþ¯•¥j\v„‹\x12"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01ŽS¶Æ\x01r\š£hî|\t´\x16"
  b"\x01ŽÂf\x1E\x1AqŽ…T^þðt,º"
  b"\x01•¯m|"r¡§\x0E—=îl›\x08"
  b"\x01•¯m~£p0Ž^X¢<—ó"
  b"\x01•¯m~©róˆ\x07cÑź\x0E\x05"
  b"\x01•¯m~¯qÁ›Ú¶Æ\x01Ž \x11"
  b"\x01•¯‡Êæqȶ½$u\x1C\e"
  b"\x01•¯Š\x1CÐrD¤ùšï^÷_E"
  b"\x01—éòC¢r-ºvŽüŒÚ‰#"
  b"\x01™€Gô¦q\x12Ÿ\x02|†,MÓ‘"
  b"\x01™€Hgiráµ8<v„·\x15¸"
  b"\x01™€H˜‚p™°Þ\x1F\x1F®8Þ¶"
  b"\x01™€H£‹p\x07´}Ó­töpê"
  b"\x01™€Skšq1ŸµXÅ‹´iÑ"
  b"\x01™€Z\f\fs\x10\x04*м\x1F—~"
  b"\x01™€Z!€s\x1C«Ÿò¡\x00+¤¯"
  b"\x01™€Z#€pèœô{G÷6\x08;"
  b"\x01™€Z%åpn¶®S¯µf…\e"
  b"\x01™€Z(>sT¾\erS⛡C"
  b"\x01™€Z:ur7‹T\fgk2O\x14"
  b"\x01™€Zd\x04rH„3åˆù¸;ÿ"
  b"\x01™€Zn°sñ¤ÊÎÌùë\x1E"
  b"\x01™€bÓŽp\x12žT°«\x1C\x04\x18"
  b"\x01™€e’)q”—Çã—…Vc\x01"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x01™€z}'s4—92¤Y³p~"
  b"\x01™€zˆ\x04r)²ÅH\x05`NüG"
  b"\x01™€…JÞq~€T\e~a2È,"
  b"\x01™€”\x1D0r?©kóX\rTJÓ"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b"\x03ÏÊÌ ÞI郰œI”ÁŽÆ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"\x08 ønåøL…”Ý•cê;"
  b"\t5WšrZF;®ük@’™}ô"
  b"\tf‚Ãþ A÷«ÎÅ„²\x00"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"\vPg¹\x05=Böró;bî=°"
  b"\vaÖÚ\\x08G\x0F•û¦uz×Û\x19"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\x0E ØX\x05€KT¢­²¦w©Çµ"
  b"\x0E&ú®5ãAç··&\x10ÚZz"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"\x10kü°\x03©MS£©?Åð½"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x14\x1E§Íó¡L‚²ã„Žª]Dß"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x14b$´ÈäEâ”L)ä!´9ª"
  b"\x15\rŽr\x12ÖIj”Òbe9‘r\x10"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\x15ñ\x19ÏëmC.³Ã­±ÚrÉÙ"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x1A\x01\x16o\x7FJЇçÌÞŽZ8\x06"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1D³Ûù„@>¤ªq\x1FÚæl\x15"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"\x1E\rî·\x7F[KØ¡9+¾}dÙ®"
  b"\x1E9_VJœKS·+k&ë£R;"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"\x1Ftº,\x04ÌA4¥,IàÌ\vÿD"
  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"!Fî\x18z@JÒ…\x00\rš\x088\x15±"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"#´öË[!@\f»:RA¡àRA"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"&9ÆZxÞAý»oÉDç6“\x02"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"'÷J笰L¾³ãAf\x07\x13WR"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"(WÿF²wCE“Ä¿˜›¦!$"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b")³¥o@­Gâ¨\x13Z¤"ù’2"
  b"*Feôf­DO å&ØÎ.|7"
  b"*h°ñòôA¸¹‰]DGy¶ú"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b".{aX|oLŠ‡¨²;„/v"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"1æÁ8z8Cd‰º‹¤!"¤\x17"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  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"6FÝwÕ6E\x00™?Ò¿²or¤"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"8™³\x148LKű|ùOgÜl°"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b">\r’ý²âB\t\tÐ:¾b‘²"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"@\x0E#[Ç\x03JƁ\x11§\fŽ\x04jv"
  b"@…×þbéB9²<Í•\tÅhä"
  b"\x179º¿G9º\x1C‰È\x04ªw¾"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"A¨øOšSG+‰HÄ~kþ\x1F³"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"C°X#:þ@0¸9›ýu“a"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"G<>IÁ)OV½ª§ž§–ÆÛ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"""
    H%š)\eÌK{’b\x08ùQ\n
    
    """
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"K€öJV&C‰¢îÍßUz´"
  b"K†Gˆì\x00EE¨ß™ “äœx"
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"NDƒ*Ž/Ah‰„ª]#r(ç"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"PZ\x1CR%ÆJû¦s³\x06Ô‚ó÷"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Uñï”COKÖ¿¿áœ\x0E¿zy"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"WFw+“HìŠç|?c|Ž "
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"X\x14k.ÛOA륀\x11̺ªƒ#"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  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,‡Ø‡Lp¡ˆè¢€;º\f"
  b"ZnyfÅ)O\v¯ºqlax¦L"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\aÙ4\x08e@¤º\v'‰\x1Cn{z"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"^F[y\vÄDƒ„³dÝŽ\fó"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  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"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"fÙ¥Õ%ÙH+‰°õ=²bh<"
  b"gÆÏ\vk^CK™^2±”5à™"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"k#NøÑ½B\x07“Ž3žša=¿"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"lÌ?´ønO÷šZÐóNæôÛ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"nUèCS\x00IËŽÓ#\tñ\x1E\x06"
  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\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"q\x19=dc”A§©¡\x01\x19÷"
  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"t:A1æKÿ¡t&õŒKÄô"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"v!ä ûãB=«Q­É®›6"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"wB`š\fÅCO¤™& fc\x15 "
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"~ÖÐ\x12IRC\x0F±\x10¿’øÇTÚ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F€=\x004;@\x08€è'ÞR f´"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"„Ùܝá=Eò¤L\ÛÉ‚LJ"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"\x00WP\tiH±·\x03¸ÏÕ\x19€ž"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"Œ\Š:˜ÑJa§\fQëØ÷ÑT"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"ŽäɳA"I{¬Ù ޵S®©"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Ì½%9¡C˜ºy=\x14˜t"\f"
  b"‘&©\x1E›5G&·c‚\x02ƒ´ýt"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"“!ðMβDQ¸B,õj‘»"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”6ŸK\x1D D%„^d‰–òØ—"
  b"”vF»=BD¨‡¼(:ÏO‹Ñ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"–t¨(á˜KǶþô@;·]"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"š\x16^…Êÿ@åŽ6³\x19\x12\x17"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"š¥ïòqžC[—\f\x14Œ¼¨\x04È"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;ø\x03ÅUN“$U2O… "
  b"\r\x1C‚ƒT@q¬¯¸\x11%\x02E\f"
  b"""
    {\n
    ËÈ\x15L‰«·M?¬ÜÃU
    """
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"žžò6cíCý·AÃWoüÎæ"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"£Ò\x10 ÊOCX‚/S%áX\x16p"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"©½sž$£I}«\v+Ï;‰° "
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"«Ó¶ñGåMD‡/ïM\x06Õù4"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"²\x10¶SÜ6HÜŽþÁ8v;Ûî"
  b"³PRlW®G3Ї“.÷œéË"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¹<\t¦m®I'¤9V³ 1u\x1F"
  b"¹CyØØ`Cbºñ®õÛ¯F¡"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º›Sû]7B{‹£²ŸŽ5 É"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"½Ì’ò[`Bº¾±\x03C”>7S"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Âû\x00´]¼H.·ðs«Š’\x046"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"Ãõ —`~Oð—>\x7F\x00`t™Ý"
  b"Äo‚\x17ˆ%@ʃ.\rxɽ#¡"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"Ædô\x18^\x1FAÀ¾Ì·9gß\ÿ"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Æœøe&\x06F±½üºÀTêè"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"""
    È3Ì1ýS@»‡ÑÞߌú\n
    
    """
  b"Èß¾så.O!‹ñ×\x17ÏýN,"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"ËÓkŽ3ßCŸ¿)êª\x05\x1A"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"ÔU¸YyEN6DKâ!ÖÚH"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"×n\x03èl\x0EL:¨›“\x1DÝ…\x1Eb"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"ÚßCĶ5J:¶\x18„U }ßõ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"Ü\x07w¸•\x18K–±AÄ\x03æWÏÅ"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"""
    áÛòl\n
    ÛB'‡;Ý0Œ\n
    ´š
    """
  b"â\x0FƒÕ2G)"դŎ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ä3Ø]’\x00Nh¤s\x01"6Ùס"
  b"äFcíJ\x1FE¥ƒ+ûª\x18Ëóa"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æœò¡ŸHGe•¢7KìI="
  b"""
    è\n
    ßS'\x03H\x1A±\x18Ž\evÄ(\x0F
    """
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ëµi× \x1EAΔߒùÙä1Ý"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
]
69 6.09 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"Cd»©s\x10M®‡–;¹® ep"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"×n\x03èl\x0EL:¨›“\x1DÝ…\x1Eb"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"º›Sû]7B{‹£²ŸŽ5 É"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"K€öJV&C‰¢îÍßUz´"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\vaÖÚ\\x08G\x0F•û¦uz×Û\x19"
  b"\x10kü°\x03©MS£©?Åð½"
  b".{aX|oLŠ‡¨²;„/v"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x01Ž9¾JspS‡oŽÁc…æ\x10"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"\x01Ž9¾-úq¯bæñÍ\x18"
  b">\r’ý²âB\t\tÐ:¾b‘²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x00$ê?³áO亭Ìã’Mb©"
  b"K†Gˆì\x00EE¨ß™ “äœx"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ŽäɳA"I{¬Ù ޵S®©"
  b"–t¨(á˜KǶþô@;·]"
  b"£Ò\x10 ÊOCX‚/S%áX\x16p"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"ðy\x1Aþè\x11F2‡kiú›çâ"
  b"\x01Ž9¾$}qù©+S-\x1E\x1F"
  b"\x01Ž9Ý¢¿r\x11µ4\x1CÓ~UL¦"
  b"\x01Ž9Ý£\x13p†¼v\x1D_Û‘Ev"
  b"C°X#:þ@0¸9›ýu“a"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"8™³\x148LKű|ùOgÜl°"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x1A\x01\x16o\x7FJЇçÌÞŽZ8\x06"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Ì’ò[`Bº¾±\x03C”>7S"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x01Ž9¾-¹p˜€<§J(02\n"
  b"\x01Ž9ÙÎAqÛ·$‚30Œ¥Ü"
  b"\x01Ž9ÙÔ|qï»=?±ÿÉ/]"
  b"\x01Ž9ÙÔÞqß­,\x08÷À\x11\x1EB"
  b"\x01Ž9ÙՁqs‚n›%Ç\x17—"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"\x01Ž9ݵ\x16qþ¯•¥j\v„‹\x12"
  b"\x01•¯m|"r¡§\x0E—=îl›\x08"
  b"\x01•¯m~£p0Ž^X¢<—ó"
  b"\x01•¯m~©róˆ\x07cÑź\x0E\x05"
  b"\x01•¯m~¯qÁ›Ú¶Æ\x01Ž \x11"
  b"\x01•¯‡Êæqȶ½$u\x1C\e"
  b"G<>IÁ)OV½ª§ž§–ÆÛ"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"Ædô\x18^\x1FAÀ¾Ì·9gß\ÿ"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"~ÖÐ\x12IRC\x0F±\x10¿’øÇTÚ"
  b"©½sž$£I}«\v+Ï;‰° "
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ëµi× \x1EAΔߒùÙä1Ý"
  b"@\x0E#[Ç\x03JƁ\x11§\fŽ\x04jv"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x01—éòC¢r-ºvŽüŒÚ‰#"
  b"\x179º¿G9º\x1C‰È\x04ªw¾"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x01Ž9¾?,qw Ù8;¾È]"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01Ž9ÚgxsϾݰ\x06™‹\x05:"
  b"\x01Ž9Ú´õs®ŽŸ¾‡¢öá\"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"\tf‚Ãþ A÷«ÎÅ„²\x00"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x1Ftº,\x04ÌA4¥,IàÌ\vÿD"
  b"*Feôf­DO å&ØÎ.|7"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"fÙ¥Õ%ÙH+‰°õ=²bh<"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00WP\tiH±·\x03¸ÏÕ\x19€ž"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"«Ó¶ñGåMD‡/ïM\x06Õù4"
  b"ËÓkŽ3ßCŸ¿)êª\x05\x1A"
  b"ä3Ø]’\x00Nh¤s\x01"6Ùס"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"1æÁ8z8Cd‰º‹¤!"¤\x17"
  b"\x01Œ\x1AØâeq™›âùPº‡\x15É"
  b"\x01Ž9¾LÅs~—.už@^\x02\x10"
  b"\x01Ž9¾N§qü–žï*ð“óN"
  b"\x01Ž9Ý\x12‰q\x16 Ñ5D\x161#®"
  b"\x01ŽS¶Æ\x01r\š£hî|\t´\x16"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"\x14\x1E§Íó¡L‚²ã„Žª]Dß"
  b"\x15\rŽr\x12ÖIj”Òbe9‘r\x10"
  b"'÷J笰L¾³ãAf\x07\x13WR"
  b"^F[y\vÄDƒ„³dÝŽ\fó"
  b"gÆÏ\vk^CK™^2±”5à™"
  b"lÌ?´ønO÷šZÐóNæôÛ"
  b"\x7F€=\x004;@\x08€è'ÞR f´"
  b"„Ùܝá=Eò¤L\ÛÉ‚LJ"
  b"""
    È3Ì1ýS@»‡ÑÞߌú\n
    
    """
  b"÷\x02\x06MlŠø\x14\x1D\tý"
  b"\x01•¯Š\x1CÐrD¤ùšï^÷_E"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"(WÿF²wCE“Ä¿˜›¦!$"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"*h°ñòôA¸¹‰]DGy¶ú"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"A¨øOšSG+‰HÄ~kþ\x1F³"
  b"\f‚uºE®ÈD¸\`Æ="
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"š\x16^…Êÿ@åŽ6³\x19\x12\x17"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"Âû\x00´]¼H.·ðs«Š’\x046"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"\x01ŽÂf\x1E\x1AqŽ…T^þðt,º"
  b"\x14b$´ÈäEâ”L)ä!´9ª"
  b"\x1D³Ûù„@>¤ªq\x1FÚæl\x15"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"6FÝwÕ6E\x00™?Ò¿²or¤"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÔU¸YyEN6DKâ!ÖÚH"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"äFcíJ\x1FE¥ƒ+ûª\x18Ëóa"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x0E&ú®5ãAç··&\x10ÚZz"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b")³¥o@­Gâ¨\x13Z¤"ù’2"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  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"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"œ;ø\x03ÅUN“$U2O… "
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ðAVlcöMdX¶°a‡ìû"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  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"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"v!ä ûãB=«Q­É®›6"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b"\vPg¹\x05=Böró;bî=°"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"Œ\Š:˜ÑJa§\fQëØ÷ÑT"
  b"‘&©\x1E›5G&·c‚\x02ƒ´ýt"
  b"²\x10¶SÜ6HÜŽþÁ8v;Ûî"
  b"Ãõ —`~Oð—>\x7F\x00`t™Ý"
  b"ÚßCĶ5J:¶\x18„U }ßõ"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"ô‰Üú°lD\x0EŽÿØãš5‘§"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"ü;£LŽÂ@\x12¶ôÏ;陼"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"""
    {\n
    ËÈ\x15L‰«·M?¬ÜÃU
    """
  b"\x1E\rî·\x7F[KØ¡9+¾}dÙ®"
  b"Äo‚\x17ˆ%@ʃ.\rxɽ#¡"
  b")1KÁ÷LF[œñÞQ°þël"
  b"\x01™€Gô¦q\x12Ÿ\x02|†,MÓ‘"
  b"!Fî\x18z@JÒ…\x00\rš\x088\x15±"
  b"k#NøÑ½B\x07“Ž3žša=¿"
  b"&9ÆZxÞAý»oÉDç6“\x02"
  b"wB`š\fÅCO¤™& fc\x15 "
  b"""
    è\n
    ßS'\x03H\x1A±\x18Ž\evÄ(\x0F
    """
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"¹<\t¦m®I'¤9V³ 1u\x1F"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"Uñï”COKÖ¿¿áœ\x0E¿zy"
  b"\x01™€Z#€pèœô{G÷6\x08;"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"š¥ïòqžC[—\f\x14Œ¼¨\x04È"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"\x01™€bÓŽp\x12žT°«\x1C\x04\x18"
  b"\x03ÏÊÌ ÞI郰œI”ÁŽÆ"
  b"žžò6cíCý·AÃWoüÎæ"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"\x01™€Zn°sñ¤ÊÎÌùë\x1E"
  b"\x01™€Z%åpn¶®S¯µf…\e"
  b"PZ\x1CR%ÆJû¦s³\x06Ô‚ó÷"
  b"\x01™€Hgiráµ8<v„·\x15¸"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€…JÞq~€T\e~a2È,"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"X\x14k.ÛOA륀\x11̺ªƒ#"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"”vF»=BD¨‡¼(:ÏO‹Ñ"
  b"Æœøe&\x06F±½üºÀTêè"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"\x1E9_VJœKS·+k&ë£R;"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"òdqu ÒA;Ž\x15ÊEñM\x00)"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01™€Z\f\fs\x10\x04*м\x1F—~"
  b"\x01™€Z:ur7‹T\fgk2O\x14"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  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£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"\x01™€Z!€s\x1C«Ÿò¡\x00+¤¯"
  b"\x01™€z}'s4—92¤Y³p~"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"\x01™€H£‹p\x07´}Ó­töpê"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"ZnyfÅ)O\v¯ºqlax¦L"
  b"¹CyØØ`Cbºñ®õÛ¯F¡"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b"\x01™€Z(>sT¾\erS⛡C"
  b"\x01™€Zd\x04rH„3åˆù¸;ÿ"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x0E ØX\x05€KT¢­²¦w©Çµ"
  b"NDƒ*Ž/Ah‰„ª]#r(ç"
  b"Ì½%9¡C˜ºy=\x14˜t"\f"
  b"Èß¾så.O!‹ñ×\x17ÏýN,"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"õý—þ$¥H€µe\x12ß¾=œç"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"\x01™€Skšq1ŸµXÅ‹´iÑ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"\x15ñ\x19ÏëmC.³Ã­±ÚrÉÙ"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"\x01™€zˆ\x04r)²ÅH\x05`NüG"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"""
    áÛòl\n
    ÛB'‡;Ý0Œ\n
    ´š
    """
  b"\x01™€”\x1D0r?©kóX\rTJÓ"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"WFw+“HìŠç|?c|Ž "
  b"b[7žáBB¼˜]Zû1çpý"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"nUèCS\x00IËŽÓ#\tñ\x1E\x06"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"\r\x1C‚ƒT@q¬¯¸\x11%\x02E\f"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"\x01™€H˜‚p™°Þ\x1F\x1F®8Þ¶"
  b"\x01™€e’)q”—Çã—…Vc\x01"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"""
    H%š)\eÌK{’b\x08ùQ\n
    
    """
  b"”6ŸK\x1D D%„^d‰–òØ—"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"â\x0FƒÕ2G)"դŎ"
  b"#´öË[!@\f»:RA¡àRA"
  b"Ü\x07w¸•\x18K–±AÄ\x03æWÏÅ"
  b"Y6d;æqO5Š©fceÿć"
  b"\x08 ønåøL…”Ý•cê;"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\aÙ4\x08e@¤º\v'‰\x1Cn{z"
]
70 2.45 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"ðAVlcöMdX¶°a‡ìû"
  b"ðy\x1Aþè\x11F2‡kiú›çâ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"òdqu ÒA;Ž\x15ÊEñM\x00)"
  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"ô‰Üú°lD\x0EŽÿØãš5‘§"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"õý—þ$¥H€µe\x12ß¾=œç"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"÷\x02\x06MlŠø\x14\x1D\tý"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"ü;£LŽÂ@\x12¶ôÏ;陼"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
]
71 6.41 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"Cd»©s\x10M®‡–;¹® ep"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"×n\x03èl\x0EL:¨›“\x1DÝ…\x1Eb"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"º›Sû]7B{‹£²ŸŽ5 É"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"K€öJV&C‰¢îÍßUz´"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\vaÖÚ\\x08G\x0F•û¦uz×Û\x19"
  b"\x10kü°\x03©MS£©?Åð½"
  b".{aX|oLŠ‡¨²;„/v"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"W\x0E\x11«\x1FÀJl‰äšÇ)ùÓ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x01Ž9¾JspS‡oŽÁc…æ\x10"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"\x01Ž9¾-úq¯bæñÍ\x18"
  b">\r’ý²âB\t\tÐ:¾b‘²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x00$ê?³áO亭Ìã’Mb©"
  b"K†Gˆì\x00EE¨ß™ “äœx"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ŽäɳA"I{¬Ù ޵S®©"
  b"–t¨(á˜KǶþô@;·]"
  b"£Ò\x10 ÊOCX‚/S%áX\x16p"
  b"©Í&Ó‹\eF ˆÄ\x04ìÿåûÞ"
  b"ðy\x1Aþè\x11F2‡kiú›çâ"
  b"\x01Ž9¾$}qù©+S-\x1E\x1F"
  b"\x01Ž9Ý¢¿r\x11µ4\x1CÓ~UL¦"
  b"\x01Ž9Ý£\x13p†¼v\x1D_Û‘Ev"
  b"C°X#:þ@0¸9›ýu“a"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"8™³\x148LKű|ùOgÜl°"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x1A\x01\x16o\x7FJЇçÌÞŽZ8\x06"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"½Ì’ò[`Bº¾±\x03C”>7S"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x01Ž9¾-¹p˜€<§J(02\n"
  b"\x01Ž9ÙÎAqÛ·$‚30Œ¥Ü"
  b"\x01Ž9ÙÔ|qï»=?±ÿÉ/]"
  b"\x01Ž9ÙÔÞqß­,\x08÷À\x11\x1EB"
  b"\x01Ž9ÙՁqs‚n›%Ç\x17—"
  b"\x01Ž9¾A\x16pö²\x13û\x1A\x12Ðù"
  b"\x01Ž9Ý}«rBºÓ> T†\vù"
  b"\x01Ž9ݵ\x16qþ¯•¥j\v„‹\x12"
  b"\x01•¯m|"r¡§\x0E—=îl›\x08"
  b"\x01•¯m~£p0Ž^X¢<—ó"
  b"\x01•¯m~©róˆ\x07cÑź\x0E\x05"
  b"\x01•¯m~¯qÁ›Ú¶Æ\x01Ž \x11"
  b"\x01•¯‡Êæqȶ½$u\x1C\e"
  b"G<>IÁ)OV½ª§ž§–ÆÛ"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"y\vpÊòZNó€ˆ×—teƒã"
  b"Ædô\x18^\x1FAÀ¾Ì·9gß\ÿ"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x0F\x08”÷€ËAð˜Ò9·¥Žÿ\x17"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"~ÖÐ\x12IRC\x0F±\x10¿’øÇTÚ"
  b"©½sž$£I}«\v+Ï;‰° "
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ëµi× \x1EAΔߒùÙä1Ý"
  b"@\x0E#[Ç\x03JƁ\x11§\fŽ\x04jv"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x01—éòC¢r-ºvŽüŒÚ‰#"
  b"\x179º¿G9º\x1C‰È\x04ªw¾"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Ÿêkˆ\x12HAj¾\x15‘¥cê\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x01Ž9¾?,qw Ù8;¾È]"
  b"\x01Ž9¾I*q «\x7Ftrh\x17\x1E;"
  b"\x01Ž9ÚgxsϾݰ\x06™‹\x05:"
  b"\x01Ž9Ú´õs®ŽŸ¾‡¢öá\"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"\tf‚Ãþ A÷«ÎÅ„²\x00"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x1Ftº,\x04ÌA4¥,IàÌ\vÿD"
  b"*Feôf­DO å&ØÎ.|7"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"fÙ¥Õ%ÙH+‰°õ=²bh<"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00WP\tiH±·\x03¸ÏÕ\x19€ž"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"«Ó¶ñGåMD‡/ïM\x06Õù4"
  b"ËÓkŽ3ßCŸ¿)êª\x05\x1A"
  b"ä3Ø]’\x00Nh¤s\x01"6Ùס"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"1æÁ8z8Cd‰º‹¤!"¤\x17"
  b"\x01Œ\x1AØâeq™›âùPº‡\x15É"
  b"\x01Ž9¾LÅs~—.už@^\x02\x10"
  b"\x01Ž9¾N§qü–žï*ð“óN"
  b"\x01Ž9Ý\x12‰q\x16 Ñ5D\x161#®"
  b"\x01ŽS¶Æ\x01r\š£hî|\t´\x16"
  b"\x07©´ŒE)On£»“=lí\x18ö"
  b"\x14\x1E§Íó¡L‚²ã„Žª]Dß"
  b"\x15\rŽr\x12ÖIj”Òbe9‘r\x10"
  b"'÷J笰L¾³ãAf\x07\x13WR"
  b"^F[y\vÄDƒ„³dÝŽ\fó"
  b"gÆÏ\vk^CK™^2±”5à™"
  b"lÌ?´ønO÷šZÐóNæôÛ"
  b"\x7F€=\x004;@\x08€è'ÞR f´"
  b"„Ùܝá=Eò¤L\ÛÉ‚LJ"
  b"""
    È3Ì1ýS@»‡ÑÞߌú\n
    
    """
  b"÷\x02\x06MlŠø\x14\x1D\tý"
  b"\x01•¯Š\x1CÐrD¤ùšï^÷_E"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"(WÿF²wCE“Ä¿˜›¦!$"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"*h°ñòôA¸¹‰]DGy¶ú"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"A¨øOšSG+‰HÄ~kþ\x1F³"
  b"\f‚uºE®ÈD¸\`Æ="
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"ƒ?Ÿ«\t‡DÏ«Å,*§þ¿"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"š\x16^…Êÿ@åŽ6³\x19\x12\x17"
  b"³ã.…-Nƒ¨î0Ë\x159«±"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢·\x1Fë˪@ʏþ\x178\r™d¨"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"Âû\x00´]¼H.·ðs«Š’\x046"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"óÂ`‹ºŽ@ד\x1F‡Ÿ?Ÿs\x19"
  b"ûtß\x08Í>B„¥Œ£+0\x04G"
  b"\x01ŽÂf\x1E\x1AqŽ…T^þðt,º"
  b"\x14b$´ÈäEâ”L)ä!´9ª"
  b"\x1D³Ûù„@>¤ªq\x1FÚæl\x15"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"6FÝwÕ6E\x00™?Ò¿²or¤"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"t\x15ùìX\vIÑ…&³g½•¬ç"
  b"ÔU¸YyEN6DKâ!ÖÚH"
  b"ãeÊ%Á“I½¹6…lC[›"
  b"äFcíJ\x1FE¥ƒ+ûª\x18Ëóa"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x0E&ú®5ãAç··&\x10ÚZz"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b")³¥o@­Gâ¨\x13Z¤"ù’2"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÜÄ\x0FÐå\x12K2‚×o9Þ‚L:"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  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"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"œ;ø\x03ÅUN“$U2O… "
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ðAVlcöMdX¶°a‡ìû"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  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"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
  b"v!ä ûãB=«Q­É®›6"
  b"\x02x|lŒIÁ¥(\r=ÞU\x0E\x01"
  b"\x03Z/‘.K9¶I>zÂ\x11\x03%"
  b"\vPg¹\x05=Böró;bî=°"
  b">¾ÿQÃÑIê³-Ê©¯\x12÷\x03"
  b"Œ\Š:˜ÑJa§\fQëØ÷ÑT"
  b"‘&©\x1E›5G&·c‚\x02ƒ´ýt"
  b"²\x10¶SÜ6HÜŽþÁ8v;Ûî"
  b"Ãõ —`~Oð—>\x7F\x00`t™Ý"
  b"ÚßCĶ5J:¶\x18„U }ßõ"
  b"ࢌXA[LmŸ4Êps›\x0E4"
  b"ô‰Üú°lD\x0EŽÿØãš5‘§"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"ü;£LŽÂ@\x12¶ôÏ;陼"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"""
    {\n
    ËÈ\x15L‰«·M?¬ÜÃU
    """
  b"\x1E\rî·\x7F[KØ¡9+¾}dÙ®"
  b"Äo‚\x17ˆ%@ʃ.\rxɽ#¡"
  b")1KÁ÷LF[œñÞQ°þël"
  b"\x01™€Gô¦q\x12Ÿ\x02|†,MÓ‘"
  b"!Fî\x18z@JÒ…\x00\rš\x088\x15±"
  b"k#NøÑ½B\x07“Ž3žša=¿"
  b"&9ÆZxÞAý»oÉDç6“\x02"
  b"wB`š\fÅCO¤™& fc\x15 "
  b"""
    è\n
    ßS'\x03H\x1A±\x18Ž\evÄ(\x0F
    """
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"¹<\t¦m®I'¤9V³ 1u\x1F"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
  b"y—4l«ýHÍ’öCÇ}—,T"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"Uñï”COKÖ¿¿áœ\x0E¿zy"
  b"\x01™€Z#€pèœô{G÷6\x08;"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"š¥ïòqžC[—\f\x14Œ¼¨\x04È"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"\x01™€bÓŽp\x12žT°«\x1C\x04\x18"
  b"\x03ÏÊÌ ÞI郰œI”ÁŽÆ"
  b"žžò6cíCý·AÃWoüÎæ"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"\x01™€Zn°sñ¤ÊÎÌùë\x1E"
  b"\x01™€Z%åpn¶®S¯µf…\e"
  b"PZ\x1CR%ÆJû¦s³\x06Ô‚ó÷"
  b"\x01™€Hgiráµ8<v„·\x15¸"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€…JÞq~€T\e~a2È,"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"X\x14k.ÛOA륀\x11̺ªƒ#"
  b"YЊs8£B"˜¥\x04až:„H"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"oìUŸøAK²‚©òHïßKè"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"“!ðMβDQ¸B,õj‘»"
  b"”vF»=BD¨‡¼(:ÏO‹Ñ"
  b"Æœøe&\x06F±½üºÀTêè"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"\x1E9_VJœKS·+k&ë£R;"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"òdqu ÒA;Ž\x15ÊEñM\x00)"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01™€Z\f\fs\x10\x04*м\x1F—~"
  b"\x01™€Z:ur7‹T\fgk2O\x14"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"""
    \eÁ\n
    ybaF©¯~d"èØç|
    """
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"lT\x1C\x04\x16Oã½\x04\x15õÉŒ\f"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  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£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"\x01™€Z!€s\x1C«Ÿò¡\x00+¤¯"
  b"\x01™€z}'s4—92¤Y³p~"
  b"`íî~ÃZE^·®V«¾\x0E…×"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"\x01™€H£‹p\x07´}Ó­töpê"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"KäÙ#‡„K\¬Ï¿fçk.\x19"
  b"p®Ëk63Nå¥e;Yã>œÂ"
  b"ZnyfÅ)O\v¯ºqlax¦L"
  b"¹CyØØ`Cbºñ®õÛ¯F¡"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"ÎqèÍ%ÓJm³¾^í]Ùè”"
  b"\x01™€Z(>sT¾\erS⛡C"
  b"\x01™€Zd\x04rH„3åˆù¸;ÿ"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x0E ØX\x05€KT¢­²¦w©Çµ"
  b"NDƒ*Ž/Ah‰„ª]#r(ç"
  b"Ì½%9¡C˜ºy=\x14˜t"\f"
  b"Èß¾så.O!‹ñ×\x17ÏýN,"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"õý—þ$¥H€µe\x12ß¾=œç"
  b"d6Ž*¸çO9º\t¬Hì3ÿ°"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"\x01™€Skšq1ŸµXÅ‹´iÑ"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"\x15ñ\x19ÏëmC.³Ã­±ÚrÉÙ"
  b"¨}B(Â\x10O\x0E¤¨•Ú¥G[¾"
  b"\x01™€zˆ\x04r)²ÅH\x05`NüG"
  b"\x03zĉÓHFU‚iñºU\n\x13\x00"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"ÖŽž„e8G¬’\x08\x12|)ˆ"
  b"""
    áÛòl\n
    ÛB'‡;Ý0Œ\n
    ´š
    """
  b"\x01™€”\x1D0r?©kóX\rTJÓ"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b" àF"Ò×G;‡X×ò7u»"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"WFw+“HìŠç|?c|Ž "
  b"b[7žáBB¼˜]Zû1çpý"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"nUèCS\x00IËŽÓ#\tñ\x1E\x06"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"\r\x1C‚ƒT@q¬¯¸\x11%\x02E\f"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"\x01™€H˜‚p™°Þ\x1F\x1F®8Þ¶"
  b"\x01™€e’)q”—Çã—…Vc\x01"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"@³ß@·JGݽŠC¿OøsÊ"
  b"B—\x1Eÿ\x12ìDl¤ü6\x1F¾\x18äi"
  b"~ñŒžÿAz…±x×ÖS\x03˜"
  b"""
    \x07½ˆ>uB©ˆ\f\x1F\n
    ‘[\x12 
    """
  b"""
    Óç\\x04óÆI~ˆ\x0ES\n
    (¾¥E
    """
  b"óœ\x1A#[\x1CI‰¦Ô×;¦w=‹"
  b"»öù„¬¦E\”ò¿ž%µ4\x06"
  b"ÅM˜\x1F?çHÅ¢¨#ud1\x04\x01"
  b"""
    H%š)\eÌK{’b\x08ùQ\n
    
    """
  b"”6ŸK\x1D D%„^d‰–òØ—"
  b"Ÿ/Üq<5A޳ϟI×Ï\x1D$"
  b"#‹ÞI³;Gþ–ؼ\r\x19#š5"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"‘+.Ÿè,Aª˜k\x12\x17Á²ð¦"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"â\x0FƒÕ2G)"դŎ"
  b"#´öË[!@\f»:RA¡àRA"
  b"Ü\x07w¸•\x18K–±AÄ\x03æWÏÅ"
  b"Y6d;æqO5Š©fceÿć"
  b"\x08 ønåøL…”Ý•cê;"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"\aÙ4\x08e@¤º\v'‰\x1Cn{z"
]
72 40.24 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"\x10rŽJ}”Jâ‹3?‹È\x1A16"
  b"¾¶\x1F]Ë#Fµœ´~jóœ1Ô"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01˜àüVÊpN¥)¹gÚö5^"
  b"vþÇâÜPFÕ›.<÷ÝÄF"
  b"7aS0ÆæJ\x12„Û\x1Aµ«vÓ\x15"
  b"4÷2=ÀÇO\x15„à “&“Pæ"
  b"Û\x1C[çÆ§L¹¸5:[\x1FMB"
  b"\t¶,è¶0J•\x064>²ªân"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"""
    \x11]\n
    ŽHИ\x16Ù-\x17)§×
    """
  b"ÒgP\fÍ\eCÐ’Y{ÒÇú="
  b"zµjÃóáH’5¸4Ã6öù"
  b"\x1E"’T@üL‡Œ³Ã2±¥È°"
  b"„‡XÔËôGþ蟃Îûgç"
  b"\x01Ž9¾0×pJ Ì>·õæ;X"
  b"E\x02w‘ø{N\x01¹Õ¶g¯ô¥«"
  b"£¶‰2ÊßEÌ‘j\x06úC}\x0F@"
  b"¡¦Þ—æ¡Nb”Z\x18 FßVÅ"
  b"ÖKäC_ÛG\x17Š2obHBH3"
  b"\x01ª¸~NS»Å‚7Sºt¾"
  b"\x01˜åµçJrYº×;¹\r\x00P"
  b"\x01˜åµçhp\x14¥ã+6\x06>ÇÑ"
  b"\x01˜åµç‡q©™ü\e㘶@+"
  true
]
73 4.69 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \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"\x05©“DMHšM™¦ì[¤9"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ù¤ÄmeJۺԐ0Géo "
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"³PRlW®G3Ї“.÷œéË"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"³PRlW®G3Ї“.÷œéË"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"³PRlW®G3Ї“.÷œéË"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b" RžH>”EN±`?žß+/`"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b" RžH>”EN±`?žß+/`"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b" RžH>”EN±`?žß+/`"
  b"ßÈq0öMº®\eÇ/º[[,"
  b" RžH>”EN±`?žß+/`"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b" RžH>”EN±`?žß+/`"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b" RžH>”EN±`?žß+/`"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b" RžH>”EN±`?žß+/`"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b" RžH>”EN±`?žß+/`"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"8™³\x148LKű|ùOgÜl°"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"8™³\x148LKű|ùOgÜl°"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"8™³\x148LKű|ùOgÜl°"
  b"8™³\x148LKű|ùOgÜl°"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¦êít-ùI†¡ªa–é~&"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¦êít-ùI†¡ªa–é~&"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"ù¤ÄmeJۺԐ0Géo "
  b"8™³\x148LKű|ùOgÜl°"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"8™³\x148LKű|ùOgÜl°"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¦êít-ùI†¡ªa–é~&"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"JÀÿÕ\x15£J«´ X­BWôV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x06×Áè¾RK\x17† Ï¦ÝaÔV"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  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"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b" RžH>”EN±`?žß+/`"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b" RžH>”EN±`?žß+/`"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b" RžH>”EN±`?žß+/`"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b" RžH>”EN±`?žß+/`"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b" RžH>”EN±`?žß+/`"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b" RžH>”EN±`?žß+/`"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b" RžH>”EN±`?žß+/`"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b" RžH>”EN±`?žß+/`"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b" RžH>”EN±`?žß+/`"
  b"t:A1æKÿ¡t&õŒKÄô"
  b" RžH>”EN±`?žß+/`"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"'Øëñô\x00L¤œÐWÌÌ·‰\x1C"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x17\x01ÚôÀBE\x16ž\x00Qâ\x15"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"uN(4UÔLÛ—è+p€$Ǹ"
  b" RžH>”EN±`?žß+/`"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"´ó§!`©Já¥@·­ÙP(Û"
  b">8(ÐÁwJãƒOI÷\x07GV\x14"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"â'A¿¦\x03Ot¹^˜àOïÖ$"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"ý\x05Å(\x10%OþŸ˜\x15bÉONó"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"›ê³t÷ËBT•+ÞéIú™Æ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"ñVæ\x11µGÇ£a˜¾kê–õ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"""
    Ž)\n
    8|QOVªñ\x02½\x17öšq
    """
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"Ï3²VõæJÿ¥Q\x05Hð-C•"
  b"\x03ƒzy‹gM«´tõÐ;;¤\n"
  b"t:A1æKÿ¡t&õŒKÄô"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Cd»©s\x10M®‡–;¹® ep"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"ñ”BL|ÇN<›^[\x15ö’]“"
  b">\r«õÄEæ±ËŽÒ9ûa"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"Ç‚ ”æ]D²µâµÑÕªéu"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"2pÛg£NÞ·\x16Û<4\@\x19"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"n6\x12ÃDAó§/v5rÍWÚ"
  b"¥‰÷d^7LòÒxߺ\x07q–"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"ù¤ÄmeJۺԐ0Géo "
  b"tr¯q®øGÐ|Óqrw'‹"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"\x7F\x15\x14ðlMM3¬81¡‡›—#"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"""
    \x16ʈ¤ç)A\n
    Õqè1ÇtV
    """
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"Qe~b²Ã@f¦JzNs$v\e"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b":n»!·–Cg¯?\v$¤8íÉ"
  b"¾B\x15˜<ZO$¬›øpíJºà"
]
74 4.17 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‚\x03sq±¤ºÕžœ÷–¬"
  b"\x01˜X×_%qh”^ªÚÆæ\fà"
  b"\x01˜X×_Dp­¼ G\v5Xj¤"
  b"\x01˜X×_dpî—å³\x00\x03Ï÷$"
  b"\x01˜X×_‡põ²e¨LVµB¹"
  b"\x01˜àüVáq7©!Rs²\x15j"
  b"\x01˜á\vÞ\x02q™\x00žÚîñdø"
  b"\x01˜á\vÞ)q½›§›BãÆ¨6"
  b"\x01˜á\vÞKq\x0EµŽ’\x15A°l¶"
  b"\x01˜á\vÞkrR—>.eö^·"
  b"""
    \x01˜á\vÞ‘p\x1D\n
    `tŒúuæ
    """
  b"\x01˜á\vÞ·p½ Œ›\x04ò¦ÊQ"
  b"\x01˜á\vÞÔsç§Ñ\x13çè\x08"
  b"\x01˜á\vÞðs/—N¤í\x03Àþ°"
  b"\x01˜á\vß\ts –B›\x19€˜ˆ~"
  b"\x01˜á\vß+s\x06½XŒÚ\x17\x15{"
  b"\x01˜á\vßKrʯ¼™k\x19Ÿ¡}"
  b"\x01˜á\vßcs€´>Gµç,“¯"
  b"\x01˜á\v߀s&§\v‚,5™€’"
  b"\x01˜á\vߟq\x16‚n1\x00¢,¡Â"
  b"\x01˜á\vßÀqÔ¿‰Ê}kV^Ú"
  b"\x01˜åµçZpǤKš&3\x10{\x02"
  b"\x01˜åÓLBsP€IÐγŸ¥"
  b"\x01˜åÓLqq\­ôÏå’“\x7F\x17"
  b"\x01˜åÓL˜r·…JºÏRsÝ"
  b"\x01˜åÓLÈqq éŒ0˜½8ï"
  b"\x01˜åÓLþsA•Éê}Y¦ý\t"
  b"\x01˜åÓM/q\x12¬3}u´z<£"
  b"\x01˜åÓMapå¥$±ä\x1DÚÔX"
  b"\x01˜åÓM’sTž–DýYÏ\x11á"
  b"\x01˜åµçyr¶‹Žéà0"
  b"\x01˜åÓMÊr±¢ç\x18ê6á_\x16"
  b"\x01˜åÓMñpš‘:g§sl\v"
  b"\x01˜åÓN\x15s\x14Š\x00ŸyØì[\x14"
  b"\x01˜åÓNCq}œRjÂ,\x1AæR"
  b"\x01˜åÓNjq6£[\x10@\x03vBè"
  b"\x01˜åÓN”pä¥\x19î?\x04;àe"
  b"\x01˜åÓNÁq<¸¢n†¥{Øþ"
  b"\x01˜åÓN÷p;©\x10Äɉ׮'"
  b"\x01˜åµç£qD•¸öMq\x11\x13"
  b"\x01˜åÓO!s\x1F´’j“û \tµ"
  b"\x01˜åÓQüqI¢d‰µ"\x1CÜŽ"
  b"\x01˜åÓR/s×¥ÝÀÝ^\x180Z"
  b"\x01˜åÓR\sò»´†Ó¨8}¹"
  b"\x01˜åÓRŽsf°á-Ž$××Ò"
  b"\x01˜åÓRÀs ¹»E™y¦\x7F-"
  b"\x01˜åÓRçpዯ†\x00ÐPœ>"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
  b"\x01•¯lSlqÀ•+³rk›ƒj"
  b"\x01˜¢û=Nsa•ÏUIoL¯s"
  b"\x01˜¢û=mrç—‰ ×Æ\x1E*P"
  b"\x01˜¢û=rŃڪs\x14,Vù"
  b"\x01˜¢û=’p(˜Ú\x0E\x19\x16¥'n"
  b"\x01˜¢û=¬r\x07Òip×Ô‘5"
  b"\x01˜¢û=¾pÛ‰"uAоÂì"
  b"\x01˜¢û=ÖqÉ™ \x02\x0Fÿ‚Æ"
  b"\x01˜¢û=ïr6—†\x14Ëó¥iS"
  b"\x01˜¢û>\x04rr–x]ÂéÕÍ€"
  b"""
    \x01˜¢û>\epy±\n
    Û\¯Å7Œ
    """
  b"\x01˜¢û>0s€›Ü@…™˜LÛ"
  b"\x01˜¢û>Er¯ŽŠúÓ;2¼"
  b"\x01˜¢û>Yqd—ìö'6UÔ&"
  b"\x01˜¢û>mp#¿åäe\rˆ\x02"
  b"\x01˜¢û>„q½°:º:žOâ—"
  b"\x01˜¢û>–q빇ê)Ւɵ"
  b"\x01˜¢û>©pÿ°BY©ü_bU"
  b"\x01˜¢û>ºpB¡á/\x18}¢“·"
  b"\x01˜¢û>Ípý¹Ì±™ƒ\x17óŒ"
  b"\x01˜¢û>Ýqý®ôÜD9\x00"
  b"\x01˜¢û>òsõ¡ÍðªªzŸ\x1A"
  b"\x01˜¢û?\x08rû—ž¦\x15Ÿ]í"
  b"\x01˜¢û?\eq‡µ¢ß'Gœ¥"
  b"\x01˜¢û?*qü¦é)\x11àFF\x1C"
  b"\x01˜¢û?>s.¬š\f)‚¾ãÔ"
  b"\x01˜¢û?Nr\™\x1DDa|Žø|"
  b"\x01˜¢û?hpѵŒg\x008\x10ÙQ"
  b"\x01˜¢û?}p\x04˜Òò\x0Eö\x12f‘"
  b"\x01˜¢û?Œqź1¶\x02ðwΜ"
  b"\x01˜¢û?¡r­˜a\x03\x13\x1C\x15‡æ"
  b"\x01˜¢û?¸q{›wYÔŽLŒô"
  b"\x01˜¢û?Ðp^¢u£@e+„”"
  b"\x01˜¢û?ãqK¶Œ|ž\x11Ð6à"
  b"\x01˜¢û?ösS¾3~…Œçòv"
  b"\x01˜¢û@\ts–Š!Û[“Í–"
  b"\x01˜¢û@\x1Cq\x14—·\x06×`ßü\x16"
  b"\x01˜¢û@3rÞž\x0E\x08Ÿ0AÅ."
  b"\x01˜¢û@Hp½‘\rL,\x10tj\x1F"
  b"\x01˜¢û@\r¥¶³d‡Um\x1Fÿ"
  b"\x01˜¢û@mp¤†´\x06|Ã3<U"
  b"\x01˜¢û@‚sT¯ÝåXÞéw\"
  b"\x01˜¢û@˜p”‰Nå\x1DÅ”O‚"
  b"\x01˜¢û@¨rƒ†X¯{}¸\x12«"
  b"\x01˜¢û@¼qƒƒ“é¬MÌòR"
  b"\x01˜¢û@Òræ…XâC\x07\x0F"
  b"\x01˜¢û@ðp\x0F‚ÐáÏ@B•("
  b"\x01˜¢ûC×rÚŒfmÄ#3\x11Å"
  b"\x01˜¢ûCós›½çq؉^"
  b"\x01˜¢ûD\x05s\r¦[.\f”A)ã"
  b"\x01˜¢ûD\x16p\x05\fOl¯Òˆ "
  b"\x01˜¢ûD+r£«‚,\x00\x01RÝ<"
  b"\x01˜¢ûD?sœÛ4Ð\x12=\x06Õ"
  b"\x01˜¢ûDQq\fˆ¥“Ä\x1CNi¯"
  b"\x01˜¢ûDipÝ®‰‹ò–ž\fô"
  b"\x01˜¢ûDp»¾›‘‚\x1DŠ\x13."
  b"\x01˜¢ûD–s¾ž¾L,\G¢ð"
  b"\x01˜¢ûD©s*­K\x1Cû\x01Tï"
  b"\x01˜¢ûD¿sl©âWfò\x18FH"
  b"\x01˜¢ûDÙs„»±sUŽ2f#"
  b"\x01˜¢ûDïsûŽõ‰‹“]H÷"
  b"""
    \x01˜¢ûE\x03p\n
    ˆ<¨ß\x19
    """
  b"\x01˜¢ûE\x19r粝éÓ­"߈"
  b"\x01˜¢ûE-q\x03¯fp‹"\x18Ex"
  b"\x01˜¢ûE?sV \x1Fs‚ø:… "
  b"\x01˜¢ûEUpá¾\x12‹8"
  b"\x01˜¢ûEdrÔ¼`*\x1Cl{HÅ"
  b"\x01˜¢ûEvr"ªd¼—ìÁ\x1F"
  b"\x01˜¢ûE†s[®N.\x10M‚W\e"
  b"\x01˜¢ûE qR”\x0Ed¸Ž©Ì("
  b"\x01˜!è,5p_–"æá4±¨°"
  b"\x01˜!÷Ϙs¼ªCñOÿÅ\­"
  b"\x01˜!÷϶sù \x07\x1C‘¨kž"
  b"\x01˜!÷ÏÝpŒ£÷Oéª÷Bh"
  b"\x01˜!÷Ïös{¸&ºçKC^""
  b"\x01˜!÷Ð\x15sÔ·Û\x1D \x06Lt\r"
  b"\x01˜!÷Ð-pŽcLŽ›ð\x14_"
  b"\x01˜!÷ÐNrè™\x02\x04¾zšÖ"
  b"\x01˜!÷ÐnpLjp*¸ˆ1·\x04"
  b"\x01˜!÷Ð’q™ìœ\x01mfž"
  b"\x01˜!ÿ\x1Cmr˜?2ÃÀ"zt"
  b"\x01˜!ÿ\x1C†p ¶\x13!6 *ÌÁ"
  b"\x01˜!ÿ\x1CŸqÔ©\x15\éþÚA"
  b"\x01˜!ÿ\x1Cµq\fŒ7¶v‰ÎQg"
  b"\x01˜!ÿ\x1CÐr7§ÝA\Œ\x1F5e"
  b"\x01˜!ÿ\x1Cðp믺[Tü,;Ê"
  b"\x01˜!ÿïìs\x03¶÷ãÓcAù\x18"
  b"\x01˜!ÿüñp­gŽÈ…!2\x06"
  b"\x01•¯kÌ<sL—ƒ­—íDO"
  b"\x01˜¢ùÞÄpª£«Çúþ‘\x19"
  b"\x01˜¢ùê`sk¸¡%o#^?\x0F"
  b"\x01˜¢ùêpΙŠÏ«Þ  k"
  b"\x01˜¢ùê“rZ‘g6þ?uD["
  b"\x01˜¢ùê¤rN‚ȉèsh\v\r"
  b"\x01˜¢ùê´qÝ¢fËÀpØ?ï"
  b"\x01˜¢ùêÈq}¸¤~+I†Êw"
  b"\x01˜¢ùêßq—˜2¤r\x1C\x01»€"
  b"\x01˜¢ùêøs]£o<\fråkÖ"
  b"\x01˜¢ùë\vp$£Ö{-7\x1Cw\x1F"
  b"\x01˜¢ùë\x1Dq¿™W[/$e\x15ð"
  b"\x01˜¢ùë.qm‹=0ÕkMÞ¶"
  b"\x01˜¢ùëAp»„Ìwuó2èt"
  b"\x01˜¢ùëSrØ•X!B•‰™\x16"
  b"\x01˜¢ùëcsS›\x18ÑånšX%"
  b"\x01˜¢ùësr·Œ\x1Eºå)\x10\x1E"
  b"\x01˜¢ùëƒs"†\x19ê1 )vÝ"
  b"\x01˜¢ùës¯‡ÀJ¨ß÷\x06\t"
  b"\x01˜¢ùëžrê»~Õè ‹\f"
  b"\x01˜¢ùë¯s7£Íª†CLd"
  b"\x01˜¢ùëÃs\t¹ÝVMÏðúñ"
  b"\x01˜¢ùëÖsr•\x02ÕTÇÛvÇ"
  b"\x01˜¢ùëèsîŸ\x1F\x161\x1CÓcm"
  b"\x01˜¢ùëûqØ¥œW\x1E\x07k̘"
  b"\x01˜¢ùì\x11p\x13»tðR\x039²n"
  b"\x01˜¢ùì$qþ¸Õ¹À\x14ßý¨"
  b"\x01˜¢ùì6pµ¨ñ»ë•àÖT"
  b"\x01˜¢ùìFqq³Ø\x18ÒF¢V"
  b"\x01˜¢ùìUp«¥\x1DÞ½\fQé."
  b"\x01˜¢ùìcr+¾u\x06\x02¹\x00ƒ"
  b"\x01˜¢ùì}p'ƒDWèeì~b"
  b"\x01˜¢ùì“r9½u\x18åV†‹Ä"
  b"\x01˜¢ùì£q´w\x05—à\x1FÇ}"
  b"\x01˜¢ùì²q4—\rD3u\x13»ç"
  b"\x01˜¢ùìÁpèµãE÷ëFW…"
  b"\x01˜¢ùìÒsŧÚRpMz¥x"
  b"\x01˜¢ùìåq#¥V†Á©§\x12\x19"
  b"\x01˜¢ùìôq—šb\x04­z\x1Añ"
  b"\x01˜¢ùí\x08sÀ¢q±AE\x11¦è"
  b"\x01˜¢ùí"pàŸk¸š˜o\x04\x17"
  b"\x01˜¢ùí4pr°&;/·ÄóŸ"
  b"\x01‚\x00"‘qm­^›\x01\x1D>©."
  b"\x01‚\x04þ­sà\x04\x14m\x19¦TÍ"
  b"\x01‚\x04þËrꈁý\x07‹#`"
  b"\x01‚\x04þésm¹Fª¶§Ý˜\v"
  b"\x01‚\x04þþp’š…F\x04\x15}\x1F+"
  b"\x01‚\x04ÿ\x14q\v¼%\x17d‹Ÿ-p"
  b"\x01‚\x04ÿ2sX´);í™\x01"
  b"\x01‚\x04ÿSq\x18²c-™¯¾1í"
  b"\x01‚\x04ÿtqî†\t[ï†\x1DÜC"
  b"\x01‚\x04ÿ•p\v޶Õç`\x15 ¾"
  b"\x01‚\x04ÿ·q°š%\x12ŸeRžb"
  b"\x01•¯lxös5ª¿\x07l\e´ô\n"
  b"\x01˜¢ûާrì¤Ô¶ø³©/"
  b"\x01˜¢ûŽÁpk‘EºÇ\r5³Š"
  b"\x01˜¢ûŽàr\x13–ß®Fá1Ÿõ"
  b"\x01˜¢ûŽóp\x1D½ûzyÏõ\x7F"
  b"\x01˜¢ûŽ\fsx£±ùàló‘£"
  b"\x01˜¢ûŽ&r¶§˜\x07Z]X2›"
  b"\x01˜¢ûŽ:rñ°\x1Dš¼Î\x04ŸÕ"
  b"\x01˜¢ûŽMp"†\x153Ì$\vþ\x11"
  b"\x01˜¢ûŽ_r\x08Š\x14á\x7FµÿD\x0F"
  b"\x01˜¢ûŽspѬÛVÄü'T3"
  b"\x01˜¢ûŽ…pQ“n“\x03è;±Ç"
  b"\x01˜¢ûŽ›p뀴…Ç\x10,¡â"
  b"\x01˜¢ûŽ´rzŒðÃ\x17´°3£"
  b"\x01˜¢ûŽÈqKŽ.°‡¼Œ\x02"
  b"\x01˜¢ûŽ×pгtp¸¥þäJ"
  b"\x01˜¢ûŽírøˆ$\x12\x15°\x10;\x1D"
  b"\x01˜¢ûŽüs/†xi&\x00!zÊ"
  b"\x01˜¢û\frMÍzDZªuí"
  b"\x01˜¢û*q©‰P\x10ޤZîf"
  b"\x01˜¢ûDsеè1\x12ЦºÃ"
  b"\x01˜¢ûUs^•\x00žd\x1F\x0EQA"
  b"\x01˜¢ûdq_«yAÖúÙtâ"
  b"\x01˜¢û{s]‚àxˆï\v"
  b"\x01˜¢ûsæ¡0\x13˳\x04I\x1D"
  b"\x01˜¢û¥qѬ\x06wLñêçè"
  b"\x01˜¢ûµpI‘ð¸íuÀd©"
  b"\x01˜¢ûÊsm·mk¿\x10£R©"
  b"\x01˜¢ûäsnºÜnW ßŸ\x00"
  b"\x01˜¢ûýsµš\x15…ITÁVî"
  b"\x01˜¢û\x13rè\x06ñEEûø§"
  b"\x01˜¢û'rÉ·\x15\x15hͲ"
  b"\x01˜¢û?pã‡ãì"·ä_£"
  b"\x01˜¢ûNqy€Èh¦\x06m…+"
  b"\x01˜¢û]r>£1\x08U>>’r"
  b"\x01˜¢ûpsΚ\x13ωïW½"
  b"\x01˜¢û‡pòˆ]\x0F¦á=(\x07"
  b"\x01˜¢ûq_„\x196ýˆ+Ò¶"
  b"\x01˜¢û¸q\x07\x1F·»€þ¼%"
  b"\x01˜¢ûÌpi¦$”zØS3"
  b"\x01˜¢ûãqSŽ“ô«&\x1A€ß"
  b"\x01˜¢ûõrÖ¦Æ «Ô·¬€"
  b"\x01˜¢û‘\x04st¹\x02\x00ß3ãl"
  b"\x01˜¢û‘\x17qÖ 6MÜeÀN)"
  b"\x01˜¢û‘1r͐ \x1A\x19òü¨—"
  b"\x01˜¢û‘Ds+­sŸg;å%™"
  b"\x01˜¢û‘Ws\e©8‰¼<P¾E"
  b"\x01˜¢û‘is•‡Ú\x1F9š’ž2"
  b"\x01˜¢û‘}pCª›ºþ5\x0E:{"
  b"\x01˜¢û‘’s\x16¿]\x1D2Uè=\x06"
  b"\x01˜¢û‘®p”‘}°ªe\x06€¬"
  b"\x01˜¢û‘Âq\x15¦{ï'ùuÊA"
  b"\x01˜¢û‘ÓrÇ•l|µ´\x05\f"
  b"""
    \x01˜¢û‘ès{‚)W\n
    \x1CÙܸ
    """
  b"\x01˜¢û‘ùrÈ»©7R%ÌÔt"
  b"\x01˜¢û’\x14s\x03‰("\x05SìW>"
  b"\x01˜¢û’%q-Šÿ@\x02¦\x14Ï"
  b"\x01˜¢û’5qd¬TÈ&zAú"
  b"\x01˜¢û’Fpb”XhË\x118œÞ"
  b"\x01˜¢û’`q`ŒöÒÚBb8f"
  b"\x01˜¢û’{r܆\x02\x05É«V"
  b"\x01˜¢û’sæ¶¶™É\x11„ÿÓ"
  b"\x01˜¢û’°q9‚¾³àd\x1Dk"
  b"""
    \x01˜¢û’Épi„Õ¯±|Ð\n
    6
    """
  b"\x01˜¢û’ÞqÙ¤'ÿþ˜Re0"
  b"\x01˜¢û’ïsê€\x1C=õL±Dé"
  b"\x01˜¢û“\tr'²Œ,"\x1C\x18"
  b"\x01˜¢û“*qí¥b‹o}ñZl"
  b"\x01˜¢û“Dp7”«ÌÉ\vABÁ"
  b"\x01˜¢û“Yp¼æ\x0FÚ8\x13"
  b"\x01˜¢û“ts0“ï‰\e\x14t2@"
  b"""
    \x01˜¢û“Šræ€\x1F\x1AõØ\n
    í=
    """
  b"\x01˜¢û“«p'¬µÑ3<ÒV"
  b"\x01˜¢û“Ær¼lnsö\x11"
  b"\x01˜¢û“är„³ÁgLöbvc"
  b"\x01˜¢û“÷p`Œ4.yÿ@vä"
  b"""
    \x01˜¢û”\n
    rȈÛuö¢sâ¯
    """
  b"\x01˜¢û”!pÚ„šëâ]¦Ê–"
  b"\x01˜¢û”5pV¸€Íõ÷¢\x1Fù"
  b"\x01˜¢û”PrZ·œ\x04,\fåîé"
  b"\x01˜¢û”bp±û$“\x05‡7"
  b"\x01˜¢û”\x7Fqø·nc#Dz@Y"
  b"\x01˜¢û”šrh¯Çìï\x10Ò\x07Ê"
  b"\x01˜¢û”¶sI—0Ž\þ^ŒŽ"
  b"\x01˜¢û”Ìr\eŒVÂŽ–H&ù"
  b"\x01˜¢û”äs\eŒÎ-C\x17e\x07:"
  b"\x01˜£\x00çÂr0°ª\x05/ÏKê\t"
  b"\x01˜£\x00çØpÒ¶®§ñ\x05;\x06š"
  b"\x01˜£\x00çñr3‘\x1Fìû\nMý­"
  b"\x01˜£\x00è\vqþÎo^ÚN,\x1C"
  b"\x01˜£\x00è$pâ¦Îë(\tÖžÚ"
  b"\x01˜W°âÏrðž‘O{×èÀ%"
  b"\x01˜¢ûo\x1CqÀº¹´ë¼\x1A \x10"
  b"\x01˜¢ûo<rÆ‘L<\[\x1Cds"
  b"\x01˜¢ûoRr\x0F–®ìðy+%b"
  b"\x01˜¢ûogs4¾\x12õ\x18Šº\x1FÑ"
  b"\x01˜¢ûo~rݧõÑʏخW"
  b"\x01˜¢ûo”qC–\x17\x00DÄ“Ö,"
  b"\x01˜¢ûo¨p4¡~ðn\x18OBA"
  b"\x01˜¢ûo¾pÒ·þê¸\x17x.c"
  b"\x01˜¢ûoÓpÜŒÃ0ÚÎc׃"
  b"\x01˜¢ûoòrяííel`ú«"
  b"\x01˜¢ûp\x04pw¹\x13‹.@B:;"
  b"\x01˜¢ûp\x13raª`\x19áEø¾"
  b"\x01˜¢ûp)sû´ðt\x19‰Ð'3"
  b"\x01˜¢ûp?pH…uÅœªk\x08\x04"
  b"\x01˜¢ûpWsÞž\x14F×yöÖC"
  b"\x01˜¢ûphq ›©MðÓxů"
  b"\x01˜¢ûp~sš—{Q\f\x031£O"
  b"\x01˜¢ûp–rœš³\x15…³¥K\x13"
  b"\x01˜¢ûp¯s4®p\x073&¼C*"
  b"\x01˜¢ûpÂq‚§\çÑå3²\x1F"
  b"""
    \x01˜¢ûpØpjøúl¿á\n
    b
    """
  b"\x01˜¢ûpêq®§ÒUe{Ô©ƒ"
  b"\x01˜¢ûpÿs\x0E³ß1OHE-á"
  b"\x01˜¢ûq\x13r݉ÞÒØî—\x16£"
  b"\x01˜¢ûq,r\x7F™¹Ï€Ê‚Ì)"
  b"\x01˜¢ûq@q‡ù‚£ð\x1Enb"
  b"\x01˜¢ûqTs޶¿4\e’=SŽ"
  b"\x01˜¢ûqmp3™¬‰8\x1C¸ÚÒ"
  b"\x01˜¢ûqƒsя®¨©jJ2"
  b"\x01˜¢ûqqö—-Å5t\x02âk"
  b"\x01˜¢ûq¸siš5˜’iã\x0Fß"
  b"\x01˜¢ûqÎpì›`â\x06£÷¡"
  b"\x01˜¢ûqærIM}uåë\x17ö"
  b"\x01˜¢ûr\x01s*·ï掬t^à"
  b"\x01˜¢ûr\x18qZƒ|Sk1y_a"
  b"\x01˜¢ûr4p¦¹‹\x0E±÷-)²"
  b"\x01˜¢ûrRpµ^Ög!ÓØÔ"
  b"\x01˜¢ûrhs…¥÷µ:99kú"
  b"\x01˜¢ûr„p\x10¨A$;\x08¾€"
  b"\x01˜¢ûrœpaƒÚhY/|íÇ"
  b"\x01˜¢ûr´rTµq8Ðt6©'"
  b"\x01˜¢ûrÌs,Šx,/LJ\x1A"
  b"\x01˜¢ûrÞq²»¥\x179Ôw¦Ë"
  b"\x01˜¢ûrìp‹þ\t|ê,éß"
  b"\x01˜¢ûrûs\t†•¼ž©Ð3µ"
  b"\x01˜¢ûs\x0Fs£œ\x03àž\x08IÂw"
  b"\x01˜¢ûs\x1Es+’BWûZæ>-"
  b"\x01˜¢ûs0rA¢ÁX“èˆó‘"
  b"\x01˜¢ûsAq\x08 \x08cøgÔ›ˆ"
  b"\x01˜¢ûsPp©¡\x00ϰ\x1F˜®"
  b"\x01˜¢ûsfqݼR\x16\x10¤û\x18U"
  b"\x01˜¢ûs…s*ºK€\x01ÓÛýý"
  b"\x01˜¢ûv'pm£x¹aóª \x08"
  b"\x01˜¢ûvGre¾ð¨\v\eR"
  b"\x01˜¢ûvZq'”xê\x02ЏaÐ"
  b"\x01˜¢ûvtr'£é^Ã-õ\x03"
  b"\x01˜¢ûv‡p\x12—ó¡sü±‘p"
  b"\x01˜¢ûv™pĦ†«FöC e"
  b"\x01˜¢ûvªs\x16‚E\x04hæoñ#"
  b"\x01˜¢ûv¿s\r—0êß*2;\x0E"
  b"\x01˜¢ûvÑpÊ¢xy\x04ímB¢"
  b"\x01˜¢ûvîr\x1E‚Å˜È%f""
  b"\x01˜¢ûw\x04ràˆÞUÉáúåù"
  b"\x01˜¢ûw\x16p™„£÷°Õ*,\"
  b"\x01˜¢ûw.s͉PŠtâø’"
  b"\x01˜¢ûwFs\x06‘Þ¬\x15½½ÀZ"
  b"\x01˜£\x01@^r@œßäåQ¦z"
  b"\x01˜£\x01@{qm¥c„»åå5é"
  b"\x01˜£\x01@˜qÆ“çäm5Іµ"
  b"\x01‚\x03`\tq¨Ð‰A\x10!©g"
  b"\x01˜XÕq>p.‚ê\eÐR‘ÝÓ"
  b"\x01˜XÕqYpZƒ‚\x14Hà䩨"
  b"\x01˜XÕqvs¨ŽÁ–ÕFù\x16£"
  b"\x01˜XÕq˜p®œ1}€vÀ\x01V"
  b"\x01˜XÕq·ríµ\x18D4²ù2‰"
  b"\x01˜XÕqÙpçŒyž‚À'Ù‰"
  b"\x01•¯l˜ÄrL•\x00#ÈÞC‰("
  b"\x01˜¢ûôírI\x02‚¼ž¾#"
  b"\x01˜¢ûõ\vp1©&~\x1FŠ Ÿ„"
  b"""
    \x01˜¢ûõ\x1EsÕ©\n
    \x10÷ަ†
    """
  b"\x01˜¢ûõ8p\x03¾áM‚Þ”#\x03"
  b"\x01˜¢ûõXpè’ɪöÊŽå·"
  b"\x01˜¢ûõnrÄš¶([æ–Æ4"
  b"\x01˜¢ûõ†q#•§5ˆI\!Í"
  b"\x01˜¢ûõ¥rf“\x17g\f\x08\x15ïŽ"
  b"\x01˜¢ûõ»qT«£<}t·ò†"
  b"\x01˜¢ûõØpפÿ£ñ\x08Ü1U"
  b"\x01˜¢ûõòre˜\x00&£Š8þ"
  b"""
    \x01˜¢ûö\x03q{˜Ô4D/\n
    ¬ö
    """
  b"\x01˜¢ûö\x14q,¢¦"ÆA?¿Ÿ"
  b"\x01˜¢ûö'pˆ°©Èëƒÿ(—"
  b"\x01˜¢ûö9s•¹**\x04ûäÇ7"
  b"\x01˜¢ûöIq]¥“muë×£."
  b"\x01˜¢ûö[q©™ŸÞ‘Û3‹\x05"
  b"\x01˜¢ûörq¼Oô\x04Œs0\x1F"
  b"\x01˜¢ûöŒpÞª¼8Ò}ÙŽU"
  b"\x01˜¢ûöžr­¦ß\x1447Î\x19ù"
  b"\x01˜¢ûö³s·¨\vèG½[\x14\x13"
  b"\x01˜¢ûöÄr‚­\x16\x0E½½\eïD"
  b"\x01˜¢ûöÝpç«ÁÆoÒ¥¹"
  b"\x01˜¢ûö÷p±—X`¦\x07deË"
  b"\x01˜¢û÷\vp!‚áÑî\x1A–¼\x03"
  b"\x01˜¢û÷\x1Cq-«U\x13…])í\x15"
  b"\x01˜¢û÷,pú„î\x05Y*Ëßö"
  b"\x01˜¢û÷BrЙC…6d¾eÊ"
  b"\x01˜¢û÷XqØ­Š\x19óV \e"
  b"\x01˜¢û÷gq¬ˆ¼5>ÑXR¯"
  b"\x01˜¢û÷yqW£¼ƒo…r\x10ù"
  b"\x01˜¢û÷‘s“ŒCÿ¤æ\x18(ÿ"
  b"\x01˜¢û÷ s¶…9Þä \tC\x06"
  b"\x01˜¢û÷³q¿½íóªØ8œ³"
  b"\x01˜¢û÷Åpû¸­w¥XGÀ "
  b"""
    \x01˜¢û÷ÜpÇ„\f\n
    Rn\x1C[
    """
  b"\x01˜¢û÷ìp׆%˜+R¬•\x12"
  b"\x01˜¢ûø\x02rï€x\x11¯çN†\x17"
  b"\x01˜¢ûø\x1Dq⏹›\x1FÛ¶t\x1E"
  b"\x01˜¢ûø3sc›ÛQÜìø®Ñ"
  b"\x01˜¢ûøFs•„\x03ó]\x12q¦l"
  b"\x01˜¢ûøZsË‹8\x06×\x1FüÎS"
  b"\x01˜¢ûøkr]’\x1D–Ì\eÅ’u"
  b"\x01˜¢ûø|s)ŽñœÓ}° \t"
  b"\x01˜¢ûøŽrˆ¼øR\x03ŸW™Ï"
  b"\x01˜¢ûø rQúÎ\x0E\x1AuA‚"
  b"\x01˜¢ûø¶q\x02šÍ›\x06ÀÙ\x07="
  b"\x01˜¢ûøÎr¾¯’\x0Fi=‚ý\"
  b"\x01˜¢ûøéq驲¹ç\x00«”F"
  b"\x01˜¢ûù\x00rOœA Þ)޵."
  b"\x01˜¢ûù\x14p$™ñ­ýqˆžº"
  b"\x01˜¢ûù'qpºÌ…ÉHÜ(š"
  b"\x01˜¢ûû”q†»½‘žló5!"
  b"\x01˜¢ûûºsp¹\f©ÓWªO¤"
  b"\x01•¯l]Çq1ŸŒ¥Ñ]z˜¯"
  b"""
    \x01˜¢ûc@q2³\n
    \x0EuÞ#Ê
    """
  b"\x01˜¢ûc\sL†AYVí4\x0EÁ"
  b"\x01˜¢ûcuq\x0F²Ñ\x16þñ9H£"
  b"\x01˜¢ûc”q9£¤KSW\x10a\x16"
  b"\x01˜¢ûc¥s\x06èr˜¹CpØ"
  b"\x01˜¢ûc·q\x1C¢þ\ry:†è¼"
  b"\x01˜¢ûcÎsóšæ=—@\x06"
  b"\x01˜¢ûcär¯€8ÙÂÔÿ^0"
  b"\x01˜¢ûcúp›B—\x1Fì¶ÌW"
  b"\x01˜¢ûd\x12r\x1CŠ\x00«\â6\x08?"
  b"\x01˜¢ûd$p뜡à»AÊ\r2"
  b"""
    \x01˜¢ûd5p”´JË\n
    c’\x14
    """
  b"\x01˜¢ûdHsÿƒŸ\x1Eý„~û"
  b"\x01˜¢ûdXpéƒ%»N\x10r<ð"
  b"\x01˜¢ûdos`¦‡ø‘íWÍT"
  b"\x01˜¢ûd~s…‹-AYc$b"
  b"\x01˜¢ûdqÚ…¥¬´!ñÚù"
  b"\x01˜¢ûd§rÞœ>Ü]\x02Ô\x19"
  b"\x01˜¢ûd¶p&°`@\x10¢iNR"
  b"\x01˜¢ûdÅq\x1DšQsR ¤"
  b"\x01˜¢ûdÕs+ºÆf`¡=ÿr"
  b"\x01˜¢ûdèqþ¡Ò\x0Ffó§’\x07"
  b"\x01˜¢ûdùs±”†¡\x0F\x1Cr~"
  b"\x01˜¢ûe\x0FqЧÝ0:\x04ç…Ï"
  b"\x01˜¢ûe,s¯±\x16®ªe\x07’"
  b"\x01˜¢ûeDr2©\x7FmŽ˜X\v³"
  b"\x01˜¢ûeWpҏaÎtzp*™"
  b"\x01˜¢ûejq<´ \x19OÖy\x14ì"
  b"\x01˜¢ûeƒsf”\x0F\x00Ï<e?÷"
  b"\x01˜¢ûesRˆ5ªí\rW›Ä"
  b"\x01˜¢ûe´qfŠÒÞí²;T"
  b"\x01˜¢ûeÊql¸‡\x05|{©±“"
  b"\x01˜¢ûeÙq\x7F‹2žg –5"
  b"""
    \x01˜¢ûeñq1&'‰u…\n
    \n
    """
  b"\x01˜¢ûf\x05s\x0E¦\x1Dø0¹“‡´"
  b"\x01˜¢ûf\x17q@¤E¹6,À\x1Fê"
  b"\x01˜¢ûf(s¾;Q\rþp#"
  b"\x01˜¢ûf7s“¦œÚ!b­\x1Cî"
  b"\x01˜£\x00æ·q’±)̃n“n"
  b"\x01•¯kÉVrý™ËàZOˆd"
  b"\x01˜¢ùÖÂr\x17¿\x04ŽÛøhí4"
  b"\x01˜¢ùÖæq<¸)\x0F\v´HÒÇ"
  b"\x01˜¢ùÖþpžºÎ³\x1DWò{£"
  b"\x01˜¢ù×\x10rN¯úLþEüGœ"
  b"\x01˜¢ù×"pµºoþðƒvV\x02"
  b"\x01˜¢ù×1q™‘L\x06Åê5${"
  b"\x01˜¢ù×EpP‹æZ|·R¬'"
  b"\x01˜¢ù×\s\x1F±¿CYßc\x7Fî"
  b"\x01˜¢ù×qq™†þH\x1F\x10"
  b"\x01˜¢ù×…pOŽ2\x11Õ’föó"
  b"\x01˜¢ùךr¹¿„fá×t4\x06"
  b"\x01˜¢ù×­r“¼ïÿ\x1CÛ‡>\x07"
  b"\x01˜¢ù×Íp‚jmÙê\x1FQT"
  b"\x01˜¢ù×ãqŽ’Øý‡Ðò7\e"
  b"\x01˜¢ù×òrÒ ­:ñ¿cŠ‹"
  b"\x01˜¢ù×þpõ•œxˆ‡\x16Š"
  b"\x01˜¢ùØ\x0FsÆ¿c5šß\úµ"
  b"\x01˜¢ùØ\x1FpR€\e\x106½;š\x16"
  b"\x01˜¢ùØ1p3¨Õ9(®5Ôˆ"
  b"\x01˜¢ùØGs\tžûи\x0EÚ\x0FÐ"
  b"\x01˜¢ùØaqï·óÏ\x1Dm)èw"
  b"\x01˜¢ùØsrV©//¸„՝Ð"
  b"\x01˜¢ùØ\x7FpÙ’\vÈ«\x01ZqY"
  b"\x01˜¢ùØ•r½„.g£XM°œ"
  b"\x01˜¢ùتr¢”¨Ë\x11edm­"
  b"\x01˜¢ùضq‡rνñ—GN"
  b"\x01˜¢ùØÅr7Œ€û\x13¹„i\x14"
  b"\x01˜¢ùØÖpÙ›/]\x13`¡ü"
  b"\x01˜¢ùØãsÌ™Ó\fV÷xîÊ"
  b"\x01˜¢ùØñsS˜XNjêΤ~"
  b"\x01˜¢ùÙ\x06pVàqÁlù\x04\x05"
  b"\x01˜¢ùÙ#s¢‚J95VB\x06ß"
  b"\x01˜¢ùÙ9p±ˆ\x10#ùÿþŸ†"
  b"\x01˜¢ùÙOqY°^\x0Fpœ$h"
  b"\x01˜¢ùÙcp¹´°¢]óOÜÓ"
  b"\x01˜¢ùÙrsð‚S8"Lõ\x1D"
  b"\x01˜¢ùÙˆr¾ ¡Îòuë¸"
  b"\x01˜¢ùÙžqe¸µ\x14¨ß‹Ñ!"
  b"\x01˜¢ùÙ¶q±‡\x19V›ræŽj"
  b"\x01˜¢ùÙÒsc©r©’\x02Jðù"
  b"\x01˜¢ùÙåpÑ•É6[H\x0F"
  b"\x01˜¢ùÙöpN½Ç\x1CøC»vÄ"
  b"\x01˜¢ùÚ\x07r†Ž˜5‘ \x134"
  b"\x01˜¢ùÚ\x1EpÒ»úW\x04#Yw©"
  b"\x01˜¢ùÚ2rãÊ¡\x06Þa,\x10"
  b"\x01˜¢ùÚAqi·°\x03\x7Fð-ˆÁ"
  b"\x01˜¢ùÚPsš¥ŽÇW\x15ò«Ê"
  b"\x01˜¢ùÚfsy¬ÆþAÖ(Õ“"
  b"\x01˜¢ùÚyr\x13Ž+lÍßt\x15¤"
  b"\x01˜¢ùÚŒqê°Îr†Þhe("
  b"\x01˜¢ùÚžqe™Ê@K\x0F_\x19R"
  b"\x01˜¢ùÚ´rð¢1=d]Éj³"
  b"\x01˜¢ùÚÏr\x11µØÂ^5‚†p"
  b"\x01˜¢ùÚãq\x14¦ãؐymw¹"
  b"\x01˜¢ùÝlrø¸\x178J(ÂÅ+"
  b"\x01˜¢ùÝ–rB‰RjâH­©Õ"
  b"\x01˜¢ùݯqÞº|ºÊv\vÐ:"
  b"\x01˜¢ùÝÉr§¼zP\fŠeU*"
  b"\x01˜¢ùÝåp§¹A\x1D0:˜P‘"
  b"\x01˜¢ùÝýr2’ì€ÙûTZK"
  b"\x01˜¢ùÞ\x10rõ…³]\x0Em\x01Óï"
  b"\x01˜¢ùÞ!qä²áñ¥?íÛ¤"
  b"\x01˜¢ùÞ4pWžc(_\r{2×"
  b"\x01˜¢ùÞGq‘µÜ¥içn8ò"
  b"\x01˜¢ùÞYsÀ³¶Wè£õC»"
  b"\x01˜¢ùÞlq½­Tåƒ*°(N"
  b"\x01˜¢ùÞ‚q,·#ùÄÎEÒN"
  b"\x01˜¢ùÞ˜p™®\x10Åæ¤ãű"
  b"\x01˜¢ùÞ±s\x03êÍ܁Ê{\e"
  b"\x01‚\x03B\x0Ept™×”M>ç¹F"
  b"\x01˜XÕ\x1C6qD“\x12u\e\x13üÜ\f"
  b"\x01˜XÕ\x1CYrÛ¹:Ôš§"
  b"\x01˜XÕ\x1CusQ£í\x10kµøÞ\x08"
  b"\x01˜XÕ\x1Cp‡ˆX:ÒÂutª"
  b"\x01˜XÕ\x1C®p2•÷ß+Üœ´<"
  b"\x01˜XÕ\x1CÎp,¼e¯Q£8\f"
  b"\x01˜XÕ\x1Cðpq¤ºŽ`ôÖþ\t"
  b"\x01˜XÕ\x1D\x13q,]a5Å«ÑI"
  b"\x01˜XÕ\x1D3sŒ«\x17n&Ä5y¤"
  b"\x01˜XÕ\x1DXq¸°î¼vµI‰"
  b"\x01˜XÕ\x1Dvsß»¾\x07¨\x03ulr"
  b"\x01˜XÕ\x1D¢pË´\x1C{¦/\x1Að‹"
  b"""
    \x01˜XÕ\x1DÀr\x17\v¤Ù\n
    n\x1EÔ
    """
  b"\x01˜XÕ\x1Dâs.®b9É\x0E-]ž"
  b"\x01˜XÕ\x1E\x07r½Ÿ\x04±\f:…À4"
  b"\x01˜XÕ \x04qÈ£ðøÎÂU`\x1A"
  b"\x01˜XÕ 6q$°{\x02!M¯„;"
  b"\x01˜XÕ Wr[ƒô\šÑ¤\x02ì"
  b"\x01˜XÕ sqR“kâv\x10úˆ"
  b"\x01˜XÕ —s•†·¥¦àñÒ’"
  b"\x01˜XÕ »s;˜ínBE¤hc"
  b"\x01˜XÕ âqrŽNT)bÉ\x13í"
  b"\x01˜XÕ!\x02p™˜Îs\x04 áEÒ"
  b"\x01‚\x00\x1D}sC·s\x1DýZp\r÷"
  b"\x01‚\x04¸­s缇Œ\r9úå·"
  b"\x01‚\x04¸Ìqh‡6-Oñÿ~S"
  b"\x01‚\x04¸æs\x10£½©C'\v‹*"
  b"\x01‚\x04¸üsŽ­k2ì+“µ\x12"
  b"\x01‚\x04¹\x13qøÉÖ~\r\n"
  b"\x01‚\x04¹*p'¸ÖÎ+>¤²§"
  b"\x01‚\x04¹@s›™cN“Ž\x13"
  b"\x01‚\x04¹VpŽ¢OÂ:g]\x04 "
  b"\x01‚\x04¹rp·¶áxë'æfs"
  b"\x01‚\x04¹’r\x12…â]w—0#¡"
  b"\x01‚\x04¹²pÔŒoˆS\x15'¿"
  b"\x01‚\x04¹ÍqÙŽVùz(¾Ë"
  b"\x01‚\x04¹äp\x1F–Ÿ\x18h4Άã"
  b"\x01‚\x04¹ýr8”r©x—\x17\x1Dƒ"
  b"\x01‚\x04º\x15pÁË<1pÞË\x1A"
  b"\x01‚\x04º,q‚­\x08ë†*>ã"
  b"\x01‚\x04ºBrR‰DÃßDzÓo"
  b"\x01˜XË_úq\x0F˜6¦d1?%ë"
  b"\x01‚\x00\x1DâsÛ‹°2\nãþbT"
  b"\x01‚\x04É4qR¨rk\x0E\x1C¨8"
  b"\x01‚\x04ÉSs\x0F¢‰*ÝVis}"
  b"\x01‚\x04Épp}žÀKÇZ \x1A}"
  b"\x01‚\x04É’rè·÷ñ\floMì"
  b"\x01‚\x04ɲqK²\f/ÅcDÁË"
  b"\x01‚\x04ÉÐq-ƒ;\x16cÄàº\x16"
  b"\x01‚\x04Éïp\x12µ\x1D˜·÷\x03)\x1C"
  b"\x01‚\x04Ê\vpæ¡T6ÜŸC-Á"
  b"\x01‚\x04Ê(rت\r !`Z¼«"
  b"\x01‚\x04ÊDp\x19Žý\x7F‚ûC­9"
  b"\x01˜XË`*pæ”ȯe#~\x7F¿"
  b"\x01˜XË`VqÓ­§ç¹¶d(Ø"
  b"\x01˜XË`prŽŸ¾À/¶\x12?¿"
  b"\x01•¯k:Wq}¡h%\f„u£O"
  b"\x01˜XвXpp¶±ñuþ\x12\v\x7F"
  b"\x01˜Xв†q%»•FeÕ\x14Öì"
  b"\x01˜Xв±p'—§-ùIöǧ"
  b"\x01˜XвÕsô°ð\x13·\x19\x15ªµ"
  b"\x01˜Xвõsˆœ<›à5ó§í"
  b"""
    \x01˜Xг\x19s\n
    \x05úÆÜÍHõ
    """
  b"\x01˜Xг8s5‡ãTÎ\ "
  b"\x01˜XгWr]¨\f!´\x06"
  b"\x01˜Xгtsó’G\x1AÊ\x06à\x1CÆ"
  b"\x01˜Xг’qô°ˆ\x04\x18\x1F.hU"
  b"\x01˜Xг­r³—@—ÎåÈ\x00Ñ"
  b"\x01˜Š\f|Mr¾¸a«©€\vÉ\x11"
  b"\x01˜¢ü\x08\x05sH—S’kÔü­]"
  b"\x01˜¢ü\x08\eqﱁ·*\tíO!"
  b"\x01˜¢ü\x089sЈ흽Jˆ„Š"
  b"\x01˜¢ü\x08Kp\x0F‡Å–{£\x0Eå1"
  b"\x01˜¢ü\x08crޤN\x02‚¸òŽ‹"
  b"\x01‚\x00)Cp%´t+y3O\x11"
  b"\x01‚\x05\x12\x15p*ŠS \x18÷ö²“"
  b"\x01‚\x05\x12/q㣝J”J$L"
  b"\x01‚\x05\x12MqޏºÊ{aÓ¹Þ"
  b"\x01‚\x05\x12jsòË…òû\rÑž"
  b"\x01‚\x05\x12Šq±ŒD€5n‘¬¢"
  b"\x01•¯l$rrê£3ˆeé\x00"
  b"\x01˜¢ú °rך“^¯\x067º¤"
  b"\x01˜¢ú Ërþ™Žª_Ò²}\x0E"
  b"\x01˜¢ú ápŠ•£´å,•ÎC"
  b"\x01˜¢ú ñp#£^ûüÓ\x1Cå\x08"
  b"\x01˜¢ú ÿs<´Aq£ùŽ\x02á"
  b"\x01˜¢ú¡\x17qQް…\x06)؆/"
  b"""
    \x01˜¢ú¡0s\n
    Nët\x19’šU
    """
  b"\x01˜¢ú¡DrH©æ‚>+~#o"
  b"\x01˜¢ú¡bsC:(èWÆ¢\x16"
  b"\x01˜¢ú¡{q³°\x04\x03ˆ˜Òx‘"
  b"\x01˜¢ú¡‹q9›|£àk\x18"
  b"\x01˜¢ú¡ rm‡V€c¨ë="
  b"\x01˜¢ú¡±sp˜ÆñC™CÙÊ"
  b"\x01˜¢ú¡¾sw¸kà\x0Fì3Ö6"
  b"\x01˜¢ú¡Ìpe·–U»ôêp\f"
  b"\x01˜¢ú¡äs\r¼\x0Eì°RFùË"
  b"\x01˜¢ú¡øsÅ•ÝïïKa‹‹"
  b"\x01˜¢ú¢\rqÑ‘ŽNÊyéÔ"
  b"\x01˜¢ú¢\x1Ds¶‡\x0EÑ—+£\x11æ"
  b"\x01˜¢ú¢0r±“à\r9ÁoR"
  b"\x01˜¢ú¤Žq"¡\x05U‹\x0EÁä"
  b"\x01˜¢ú¤¹q$ ò\x18IV\x07"
  b"\x01˜¢ú¤ÈqiÍðúXÙkÅ"
  b"\x01˜¢ú¤Þq´†E»?~Óú\x11"
  b"\x01˜¢ú¤ôp\x0FŸK¢´–“¡¤"
  b"""
    \x01˜¢ú¥\x06rt¸ïãÌL(\n
    \x14
    """
  b"\x01˜¢ú¥\esQ’zÔ!Éñ®õ"
  b"\x01˜¢ú¥/r`›¤Äèî\x18ÛÌ"
  b"\x01˜¢ú¥HrœA½Ýu~"
  b"\x01˜¢ú¥[sö«"ýt€ÖíÚ"
  b"\x01˜¢ú¥nsÜ‚ÁQJ¹\v"
  b"\x01˜¢ú¥}rˆÿ¾Ë¡è¢"
  b"\x01˜¢ú¥ŽsmŽ\x1C\x00D\x15)"
  b"\x01˜¢ú¥ŸpZ£§H[ž†ûA"
  b"\x01˜¢ú¥±s\v¯‰›F'>\x04h"
  b"""
    \x01˜¢ú¥Ãs\n
    ¶krâ\x18œ\x7F.
    """
  b"\x01˜¢ú¥Ôp-´ÿýÝþª*"
  b"\x01˜¢ú¥çsÉ¥\x1F¹Ö^\x00â\x1A"
  b"\x01˜¢ú¥ÿr žþŸÐPÈ2h"
  b"\x01˜Vý\x05Çr\x0F°]Ùó©\e\x7F´"
  b"\x01˜XÕ\x07­p‚œ‚ÝSá!ŽS"
  b"\x01˜XÕ\x07Ös×…Æ\t]À¬×š"
  b"\x01˜XÕ\x08\x06qõ &“Q\x17šø^"
  b"\x01˜XÕ\x08*q– :]6³Q‡Q"
  b"\x01˜XÕ\x08Dr†­;\x1CÓb–*w"
  b"\x01˜XÕ\x08hp\x0F„³ˆ L\x18é°"
  b"\x01˜XÕ\x08qU¹€’ÐŽ;\x05Q"
  b"\x01˜XÕ\x08®p]ÝiR†s¯e"
  b"\x01˜XÕ\x08Ïs¶“wÿ›«°ˆ¬"
  b"\x01˜XÕ\x08øsj›\x17-óÉñ)²"
  b"\x01˜XÛÄ‹r\x1E†m X\x12\x05%\x18"
]
75 0.91 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
76 0.89 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.50 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01™•^/q¦”—\t¹×c6"
]
78 0.49 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01™¾èì8s„¥P\v»‚ªÁ"
]
79 5.19 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"\x10rŽJ}”Jâ‹3?‹È\x1A16"
  b"¾¶\x1F]Ë#Fµœ´~jóœ1Ô"
  b"ã\x13µ\x15=\x19E(ޱW•\x1F¥hy"
  b"\x01˜àüVÊpN¥)¹gÚö5^"
  b"vþÇâÜPFÕ›.<÷ÝÄF"
  b"7aS0ÆæJ\x12„Û\x1Aµ«vÓ\x15"
  b"4÷2=ÀÇO\x15„à “&“Pæ"
  b"Û\x1C[çÆ§L¹¸5:[\x1FMB"
  b"\t¶,è¶0J•\x064>²ªân"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"""
    \x11]\n
    ŽHИ\x16Ù-\x17)§×
    """
  b"ÒgP\fÍ\eCÐ’Y{ÒÇú="
  b"zµjÃóáH’5¸4Ã6öù"
  b"\x1E"’T@üL‡Œ³Ã2±¥È°"
  b"„‡XÔËôGþ蟃Îûgç"
  b"\x01Ž9¾0×pJ Ì>·õæ;X"
  b"E\x02w‘ø{N\x01¹Õ¶g¯ô¥«"
  b"£¶‰2ÊßEÌ‘j\x06úC}\x0F@"
  b"¡¦Þ—æ¡Nb”Z\x18 FßVÅ"
  b"ÖKäC_ÛG\x17Š2obHBH3"
  b"\x01ª¸~NS»Å‚7Sºt¾"
  b"\x01˜åµçJrYº×;¹\r\x00P"
  b"\x01˜åµçhp\x14¥ã+6\x06>ÇÑ"
  b"\x01˜åµç‡q©™ü\e㘶@+"
]
80 1.22 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Ì"
]
81 0.68 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
82 1.25 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/8bd5623be4cf4805b79b1dc61b73f4a9"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
83 0.79 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
84 0.72 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NINJAManufacturerExtension"
]
85 0.73 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "AcrisTagManagerAppCS"
]
86 0.62 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CampitVariantSwitch"
]
87 0.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"
  "TrustedShopsEasyIntegrationS6"
]
88 0.32 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
89 0.27 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
90 0.41 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
91 1.34 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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
92 0.99 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.override_1.name`, `category.translation.name`, COALESCE(`category.translation.override_1.name`,`category.translation.name`) as `category.name`, `category.translation.override_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.override_1.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.override_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.override_1.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.override_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.override_1.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.override_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.override_1.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.override_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.override_1.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.override_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.override_1.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.override_1.description`, `category.translation.description`, COALESCE(`category.translation.override_1.description`,`category.translation.description`) as `category.description`, `category.translation.override_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.override_1.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.override_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.override_1.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.override_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.override_1.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.override_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.override_1.customFields`,`category.translation.customFields`) as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation.override_1`.`breadcrumb` as `category.translation.override_1.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation.override_1`.`name` as `category.translation.override_1.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation.override_1`.`custom_fields` as `category.translation.override_1.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation.override_1`.`slot_config` as `category.translation.override_1.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation.override_1`.`link_type` as `category.translation.override_1.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation.override_1`.`internal_link` as `category.translation.override_1.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation.override_1`.`external_link` as `category.translation.override_1.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation.override_1`.`link_new_tab` as `category.translation.override_1.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation.override_1`.`description` as `category.translation.override_1.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation.override_1`.`meta_title` as `category.translation.override_1.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation.override_1`.`meta_description` as `category.translation.override_1.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords`, `category.translation.override_1`.`keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation`.`category_id` = `category.translation.override_1`.`category_id` AND `category.translation.override_1`.`language_id` = ? AND `category.translation`.`category_version_id` = `category.translation.override_1`.`category_version_id` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãv\x0Eɰ>A®¼H§™êÞÚ"
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
93 1.15 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ŸoçÿpOI<’ÝK.9Èên"
]
94 1.12 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
95 0.99 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
96 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Ž"
]
97 1.28 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
98 1.24 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
99 1.54 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
100 1.36 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
101 1.38 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
102 1.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"3kO./Jc£ÐuC¶"èÔ"
]
103 1.64 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
104 1.54 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
105 1.51 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
106 1.46 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
107 1.42 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"SÛQ:¹>E¶—Ɖ[d¥?Í"
]
108 1.46 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"SÛQ:¹>E¶—Ɖ[d¥?Í"
]
109 1.66 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"SÛQ:¹>E¶—Ɖ[d¥?Í"
]
110 1.38 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"SÛQ:¹>E¶—Ɖ[d¥?Í"
]
111 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"SÛQ:¹>E¶—Ɖ[d¥?Í"
]
112 1.42 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"Dl‰Ê+^K۩៼ù̸A"
]
113 1.32 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"Dl‰Ê+^K۩៼ù̸A"
]
114 1.46 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˜åµÒçpý•Vnš;â•\t"
]
115 1.36 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˜åµÒçpý•Vnš;â•\t"
]
116 1.59 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.override_1.title`, `media.translation.title`, COALESCE(`media.translation.override_1.title`,`media.translation.title`) as `media.title`, `media.translation.override_1.alt`, `media.translation.alt`, COALESCE(`media.translation.override_1.alt`,`media.translation.alt`) as `media.alt`, `media.translation.override_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.override_1.customFields`,`media.translation.customFields`) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation.override_1`.`alt` as `media.translation.override_1.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation.override_1`.`title` as `media.translation.override_1.title`, `media.translation`.`custom_fields` as `media.translation.customFields`, `media.translation.override_1`.`custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation`.`media_id` = `media.translation.override_1`.`media_id` AND `media.translation.override_1`.`language_id` = ? WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01˜åµÒçpý•Vnš;â•\t"
]
117 14.60 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/8bd5623be4cf4805b79b1dc61b73f4a9"
  "/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/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/f4b7603bafc44414ab117c8b38cfd878"
  "/navigation/e5ce80e45abd415f8d0895ab89e06f77"
  "/navigation/cef44518aa174c05973fcdc34d5422c6"
  "/navigation/60bb56d041354f1e939e88f666a9cd65"
  "/navigation/94b5cd34662b47de98a5ca08a153d540"
  "/navigation/ee22b10674724db0b93bbefb3a53b000"
  "/navigation/051fa87536b24ad5888de4352eb66dcd"
  "/navigation/a3325dcd976744a9b7f2990703246ef7"
  "/navigation/2b60a69d4a5a47e0a3fdbf9f6d58f7e8"
  "/navigation/cfc787d6fdfa46a989f2f9ac405eb28c"
  "/navigation/4cac06891e084b4ab42034389be686a6"
  "/navigation/592dc6a003174c72939f9c9206bb9fc8"
  "/navigation/f1ebd70a55c3423d87cfc3e3b6c47a3a"
  "/navigation/97dca773c7e64a0a9382c62cbb3c3092"
  "/navigation/0d45ecb6ed3d4fd685bc2fbbc1203ecc"
  "/navigation/907f84eb71d047498c4d4a61c44c4978"
  "/navigation/742aa3c20c5f4e36977fd1158c36916a"
  "/navigation/16ad571d128444849fd08837180a1ef0"
  "/navigation/8544509a798e4615af5b534b5a35f5b5"
  "/navigation/c2c220b6478248989238c07e245fca35"
  "/navigation/a3c71aa0afd94c9aa1fe66ecd777206b"
  "/navigation/e7b72d5fccc1493c971eccb526f6d12d"
  "/navigation/7dddc7d8d1d74ef28f9c12e2e8aac677"
  "/navigation/b03a2c463c93486eacc93f4f742ea1f2"
  "/navigation/21bfb02687734332811066e98085ba11"
  "/navigation/fbbc83de22664f7994df395b2a340613"
  "/navigation/563f957f228a48fb9ef95efbe8f1ad83"
  "/navigation/15d9c5b6e04d4646a3050fc3fc2f84df"
  "/navigation/02455587dbe7441cb30b620bd222ac3b"
  "/navigation/460ad71b0a9d4b96aed25472735f4777"
  "/navigation/c0140d331b1d4802a60de10691fc3d5f"
  "/navigation/4d01fc191f9740149fdc6102711c6823"
  "/navigation/92fb2b306b8842d6a71b326857b5cbb5"
  "/navigation/40a3b520ae5d4017b6eefe15e75e1980"
  "/navigation/1392601f332c428abd4cc7398f071259"
  "/navigation/e8c6a616d32c4892998f7a8b86fba4ef"
  "/navigation/105fc3f5c83d46778ded9b38355ddb5e"
  "/navigation/abd9631fe49b40e6ac10a17cc6181df7"
  "/navigation/825c3e44198b41f48e881e722033fb9b"
  "/navigation/be585685fec1422fabf9556c5b1d4955"
  "/navigation/ee446ee6cc7b40f2903bd25891a18890"
  "/navigation/2be391b2a29a4bfeb14b1b990081ce28"
  "/navigation/614fba7efeaa40808b12f5dc90501757"
  "/navigation/ee1fb9bf87f14ec086eb23f3e27b84d0"
  "/navigation/5ec40e618a4d4e56a4f9302f29258d39"
  "/navigation/c056c12aacce442987daca041ac61028"
  "/navigation/0e837b0d82d54343bf02a58c3012111c"
  "/navigation/7ed8bb18171341e1b1cd7f0a31de5cc0"
  "/navigation/d276ad2d62db43f9bca54b5a5c8d5baf"
  "/navigation/1be5d8d2204a4fc1b589197b9c5a9db4"
  "/navigation/9b106747cfe141409c036310400259e4"
  "/navigation/6d1782600e1546f7aefc9fbde46336fe"
  "/navigation/d3584a9491e44ee5bf068f19ee855a6c"
  "/navigation/3bb178ff44ab4ecbbd4f4f6fbc99ac7b"
  "/navigation/9a7c6dfbf50a4b52927d9585366175a8"
  "/detail/019821e82c35705f9622e6e134b1a8b0"
  "/detail/019821f7cfb673f9a0071c91a86b909e"
  "/detail/019821f7d02d70818e634c8d9bf0145f"
  "/detail/0195af6b3a57717da168250c8475a34f"
  "/detail/019856fd05c7720fb05dd9f3a91b7fb4"
  "/detail/0198e0fc56e17137a9219d5273b2156a"
  "/detail/0195af6c5dc771319f8ca5d15d7a98af"
  "/detail/0198a2fb6412721c8a00ab5ce236083f"
  "/detail/0198a2fb64b67026b0604010a2694e52"
  "/detail/019857b0e2cf72f09e914f7bd7e8c025"
  "/detail/0198a2fb6f1c71c0bab9b4ebbc1a2010"
  "/detail/0198a2fb70c27182a75ce7d1e533b21f"
  "/detail/0195af6c78f67335aabf076c1bb4f40a"
  "/detail/0198a2fb8da772eca4d4b69df8b3a92f"
  "/detail/0198a2fb8eb4727a8cf0c317b4b033a3"
  "/detail/0195af6c247272eaa3338865e90038a7"
  "/detail/0198a2faa0b072d79a935eaf0637baa4"
  "/detail/0198a2faa23072b193e00d39c16f529d"
  "/detail/0195af6c536c71c0952bb3726b9b836a"
  "/detail/0198a2fb3d4e736195cf55496f4caf73"
  "/detail/0198a2fb3e3073809bdc408599984cdb"
  "/detail/0195af6bd08170019b2db81d176f2e28"
  "/detail/0198a2f9edff72609c2709287e074e8c"
  "/detail/0198a2f9f10571418dd371bcc33df82d"
  "/detail/0195af6c98c4724c950023c8de438928"
  "/detail/0198a2fbf5f27265980026a38a388ffe"
  "/detail/0198a2fbf6c47282ad160ebdbd1bef44"
  "/detail/01988a0c7c4d72beb861aba9800bc911"
  "/detail/0195af6bc95672fd99cbe05a4fc28864"
  "/detail/0198a2f9d6c27217bf048edbf868ed34"
  "/detail/0198a2f9d84773099efbd0b80eda0fd0"
  "/detail/0195af6bcc3c734c978f83ad97ed444f"
  "/detail/0198a2f9dec470aaa3abc7fafe919019"
  "/detail/0198a2f9eb2e716d8b3d30d56b4ddeb6"
  "/detail/01908203420e707499d7944d3ee7b946"
  "/detail/019858d51cce702cbc6590af51a3380c"
  "/detail/019858d51da270cbb41c7ba62f1af08b"
  "/detail/01908203907371b1a4bad59e9cf796ac"
  "/detail/01908203600971a881d089411021a967"
  "/detail/019082001de273db8bb0320ae3fe6254"
  "/detail/01908204c9347152a8726b0e911ca838"
  "/detail/019082001d7d7343b7731dfd5a700df7"
  "/detail/01908204b8ad73e7bc878c0d39fae5b7"
  "/detail/0190820029437025b4742b79334f8f11"
  "/detail/019082002291716dad5e9b011d3ea92e"
  "/detail/0198e5b5e75a70c7a44b9a2633107b02"
  "/detail/0198e5b5e77972b68b8de9e0ee8fb930"
  "/detail/0198e5b5e7a3714495b8f64d71118513"
  "/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ç¡"
]
118 0.56 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"×\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.