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

Query Metrics

117 Database Queries
62 Different statements
285.56 ms Query time

Queries

Group similar statements

# Time Info
1 0.52 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.86 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.42 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.54 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.46 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 0.81 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "navigation/c2c220b6478248989238c07e245fca35"
  "navigation/c2c220b6478248989238c07e245fca35/"
]
7 0.57 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "/navigation/c2c220b6478248989238c07e245fca35"
]
8 79.67 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//navigation/c2c220b6478248989238c07e245fca35"
  "/navigation/c2c220b6478248989238c07e245fca35"
  "https://dev.cas-technik.de/navigation/c2c220b6478248989238c07e245fca35"
  "https://dev.cas-technik.de//navigation/c2c220b6478248989238c07e245fca35"
  "/navigation/c2c220b6478248989238c07e245fca35"
  "//navigation/c2c220b6478248989238c07e245fca35"
  "navigation/c2c220b6478248989238c07e245fca35"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.62 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.51 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "j1Dsmv8LsxlSsVD28tC8bxBQnW4bfQRv"
]
11 0.37 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "j1Dsmv8LsxlSsVD28tC8bxBQnW4bfQRv"
]
12 0.32 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
]
13 0.56 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
14 0.38 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"²z*šNI!Ÿ½¿[ÖlÉE"
]
15 0.27 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.53 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
17 0.49 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
18 0.36 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
19 0.98 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.netiCurrency`.`id` as `sales_channel_domain.currency.netiCurrency.id`, `sales_channel_domain.currency.netiCurrency`.`currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID`, `sales_channel_domain.currency.netiCurrency`.`active` as `sales_channel_domain.currency.netiCurrency.active`, `sales_channel_domain.currency.netiCurrency`.`buffer` as `sales_channel_domain.currency.netiCurrency.buffer`, `sales_channel_domain.currency.netiCurrency`.`last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor`, `sales_channel_domain.currency.netiCurrency`.`last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate`, `sales_channel_domain.currency.netiCurrency`.`created_at` as `sales_channel_domain.currency.netiCurrency.createdAt`, `sales_channel_domain.currency.netiCurrency`.`updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency`.`id` = `sales_channel_domain.currency.netiCurrency`.`currency_id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01X<lŒx»‹tFª£Gx "
]
20 0.34 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"\x01X<lŒx»‹tFª£Gx "
]
21 0.42 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
22 1.18 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`file_hash` as `category.media.fileHash`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
23 0.49 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
24 0.94 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_version_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`language_id` = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
25 1.00 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.id`, `cms_section.swagCmsExtensionsScrollNavigation`.`active` as `cms_section.swagCmsExtensionsScrollNavigation.active`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`file_hash` as `cms_section.backgroundMedia.fileHash`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section`.`id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AND `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation`.`swag_cms_extensions_scroll_navigation_id`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.`display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation`.`language_id` = ?) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€Ž\x15zÕ |=m„èªP"
]
26 0.76 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.swagCmsExtensionsBlockRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.id`, `cms_block.swagCmsExtensionsBlockRule`.`inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted`, `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId`, `cms_block.swagCmsExtensionsBlockRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt`, `cms_block.swagCmsExtensionsQuickview`.`id` as `cms_block.swagCmsExtensionsQuickview.id`, `cms_block.swagCmsExtensionsQuickview`.`active` as `cms_block.swagCmsExtensionsQuickview.active`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId`, `cms_block.swagCmsExtensionsQuickview`.`created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt`, `cms_block.swagCmsExtensionsQuickview`.`updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`file_hash` as `cms_block.backgroundMedia.fileHash`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€£\x12t§µò\x0E£\x0Fiñ""
  b"\x01‹ðø.U~,ƒBwT5wî="
  b"""
    \x01‹ðý­úq\n
    ¿w-Ã}ªr§
    """
  b"\x01‹ñŠû¿xgŽþü¢"ºþm"
]
27 0.83 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹Ó€÷\x14uÊ•ÊHÅA>ª\t"
  b"\x01‹ðí:rxdÁhãk\~"
  b"\x01‹ñ\x05jå|U©W\x1Ce\x1EO\x14s"
  b"\x01‹÷=\x10»p~ªL««ê’ÌÎ"
]
28 0.89 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"`\x12éà«\x12M4žôø©úô\x1Eå"
]
29 0.36 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
30 0.95 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"`\x12éà«\x12M4žôø©úô\x1Eå"
  b"Óû¬kVHõµ¸EDû‹\x02½"
  b"•d øç5@¨˜]h“*jô\x11"
  b"yõ@7"\x07LÛŽgMµ3ôMO"
  b"¼wÅÄk E•«sSúÑ/'Ð"
  b"ÓGÒþ°íJ…’'ø(–ߝt"
]
31 0.42 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"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
32 0.22 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"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
33 1.01 ms
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ôc^ÈQ»M–—°åiáæD#"
  b"Ü>\x06/ЊIÉ™Y”çž{\x1F!"
  b"™>ûʲ\x08EO®c_:Lh™ "
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  b" ݨó|¬B;š\eO;†ö'î"
  b"¢\x12 õ­\rFOßÃvœ—Žë"
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  b"2£`+z\x16K3µeóò)(žy"
  b" \x07ÅjWÌF鳩Ď›q2æ"
  b"\x01•¯mœ:pK–‹ÔOË8'K"
  b"ÕäÔ«\x08ùAæ¹?\x17Ô\x1Eõ5g"
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  b"¦•±{tqIq©èqÍêU\r\x03"
  b"»žRÄeôG#’zãã2 ôF"
  b"„Óñ­ÀCGûö\x1C÷¿Sš\"
  b"\x03“ºQ9¨EçŸr\f-\x1Eœ¦û"
  b"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
]
34 1.89 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•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
]
35 2.89 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•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
]
36 12.27 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
]
37 1.37 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
]
38 2.45 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•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"–ç«áF\x10JC·Ñöᆡ€\x16"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"[I=ü:NJ³ Ú^&cÕs"
  b"\fcúDޝT\x1A\x16\x07\x1F†]"
  b"(X†Œi—I\v’-bÔÜgw™"
  b"öÐz¹FþI¬­=Y-ñÎbª"
  b"\x07â\x0F÷MñxÍ]:¬¢"
  b"tD:4]¥AõµÛá\x1F½E¹º"
  b"\x7F(]%E\x10J8¬ô¹KÕ\x06"
  b"\x01—éÖ)—q;¼!ª*0q½ç"
  b"´¡Î=\x0E¬D/€yÒÎΦ\x05K"
  b"½S¦?\tA\x13ˆ-O˜˜hô\x1A"
  b"-Äí§Î[I@±ø¸¼¼$RT"
  b"n”õQµ÷GJ±ŸU²?ý·T"
  b"©"Ï¢¨ŒD#¸£µ\x16)íÈ{"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x01•¯m’Ôrò©.s–Ç7\x02Q"
  b"©Ò­˜÷zB•º#\x18\x08"
  b"""
    û÷zÇüq@‹¨µÂ\v\n
    én=
    """
  b"ZP\x18Ê«õH£Žp¤o¹h\x02S"
  b"\x03ƒ‡Û—ˆM\eŽ>¬TQ^\x07^"
]
39 0.80 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
40 0.65 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.57 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
42 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
43 0.94 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
44 0.94 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"=»Š=ð~JUœ^0‘Â!£©"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
45 0.94 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
46 0.84 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
47 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
48 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" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
49 0.34 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
50 0.32 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.33 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.34 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b" ݨó|¬B;š\eO;†ö'î"
  null
  b"GQÆ;§½KP°\e\x03ÃØ„"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.33 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.36 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.38 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.36 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 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"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 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"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.88 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"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.81 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` 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"w¢Èc}_K²©\t™œtTs\x1E"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.91 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"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 1.09 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"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 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"\x01—éÖ!\x02r›µñü\v\x11é‰Ý"
  null
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
64 11.27 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"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"–ç«áF\x10JC·Ñöᆡ€\x16"
  b"´¡Î=\x0E¬D/€yÒÎΦ\x05K"
  b"©Ò­˜÷zB•º#\x18\x08"
  b"©"Ï¢¨ŒD#¸£µ\x16)íÈ{"
  b"\x01•¯m’Ôrò©.s–Ç7\x02Q"
  b"½S¦?\tA\x13ˆ-O˜˜hô\x1A"
  b"n”õQµ÷GJ±ŸU²?ý·T"
  b"-Äí§Î[I@±ø¸¼¼$RT"
  b"(X†Œi—I\v’-bÔÜgw™"
  b"[I=ü:NJ³ Ú^&cÕs"
  b"\fcúDޝT\x1A\x16\x07\x1F†]"
  b"öÐz¹FþI¬­=Y-ñÎbª"
  b"\x07â\x0F÷MñxÍ]:¬¢"
  b"ZP\x18Ê«õH£Žp¤o¹h\x02S"
  b"\x03ƒ‡Û—ˆM\eŽ>¬TQ^\x07^"
  b"tD:4]¥AõµÛá\x1F½E¹º"
  b"""
    û÷zÇüq@‹¨µÂ\v\n
    én=
    """
  b"\x7F(]%E\x10J8¬ô¹KÕ\x06"
  b"\x01—éÖ)—q;¼!ª*0q½ç"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
65 26.56 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜XÚ]|q£†ß8\x19r"–¹"
  b"\x01˜XÚ]§r6¸½|ûz™ §"
  b"""
    \x01˜XÚ]Èq\e¥¨\x1FTÐù\n
    ö
    """
  b"\x01˜XÚ]îp»§$£\x03è\x13T"
  b"\x01˜XÚ^\x18s[„\x1E˜"iG†â"
  b"\x01˜XÚ^?s\tµ¯Í&X4áš"
  b"\x01˜XÚ^irC¬ÃÑÐS¹\x03g"
  b"\x01˜XÚ^Žq•’®\x13fîV3"
  b"\x01˜XÚ^´p‹jæ…Š`Ï\x14"
  b"\x01˜XÚ^ÓqX (ÜûjŠ\v"
  b"\x01˜XÚ^üpT„J2nôô\x19Q"
  b"\x01˜XÚ_ r߉­‡cEÍÐ"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
  b"\x01—éï¨\x17sϺl˜.·õê3"
  b"\x01—éï¨&rͲ\x15Ýª†3\x06"
  b"\x01—éï¨7ql³dN¦wÀ”7"
  b"\x01—éï¨Dr®ŠÞ,\x12¦¨TR"
  b"\x01—éï¨Tq˜‡÷ÕFK\x16"
  b"\x01—éï¨isµ‚¥ò„«t$‰"
  b"\x01—éï¨ys›¢Úâq|ùz"
  b"\x01—é降pÔ§ºe7HD¢›"
  b"\x01—é祥q‘”4\x1Aø<\x039#"
  b"\x01—é﨩sË®¸mËbXvš"
  b"\x01—é塀sq–½Qø\x13Õ5"
  b"\x01—éï¨Ìs¤®\v.k\x13³\x03ö"
  b"\x01—éï¨àr‹„ô§Mæ«\x10ð"
  b"\x01—éï¨óqÀ‚«ç]”Jo9"
  b"""
    \x01—éï©\n
    s6…Ñ=¿¶u
    """
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01˜ ‹Ù¾rä—¹\x04\x19‚ëì\x7F"
  b"\x01˜ ‹ÙËps“«VAã¬lz"
  b"\x01˜ ‹Ùßq!¥S‹q\x14§E…"
  b"\x01˜ ‹Ùóqξº¼p¤ƒÃé"
  b"\x01˜ ‹Ú\x08s\x07¤:Ú‡\x06\x08ˆŒ"
  b"\x01˜ ‹Ú\x15p\r«T\fäh5#Û"
  b"\x01˜ ‹Ú*rœ‘ÈUÏ4”ˆ\x01"
  b"\x01˜ ‹Ú8p´ž¢±("
  b"\x01˜ ‹ÚFr\x18¼\x1Cûluý?W"
  b"\x01˜ ‹ÚWsu”Ž\x17ß„’ï\t"
  b"\x01˜ ‹Újs5™ôE{%!,°"
  b"\x01˜ ‹Ú€qN§ç­[Ý@8\x16"
  b"\x01˜ ‹Üåq„€Óbfî\x04\x04¦"
  b"\x01˜ ‹Ý\x03qA¨\x7Fޤú\x01"
  b"\x01˜ ‹Ý\x1CqO£\fseÝ%>¥"
  b"\x01˜ ‹Ý/q@˜'œ\e‚NÏ”"
  b"\x01˜ ‹ÝDr\t»X(U¾tT\x05"
  b"\x01˜ ‹ÝUpª²å†!ëlÛ\x12"
  b"\x01˜ ‹Ýer7¸Š+ðúž†ú"
  b"\x01˜ ‹Ýup?½ñÌa$y±F"
  b"\x01˜ ‹Ý„qÿ“•"\x7FÕ÷~í"
  b"\x01˜ ‹ÝšsK¢\x10;Æèð\x12ñ"
  b"\x01˜ ‹Ý±q0 ŸÞ&óA\x17¡"
  b"\x01˜ ‹ÝÅsÞªføIµVÁ\f"
  b"\x01˜ ‹ÝÝpœ±ëàÑ¥Þ•%"
  b"\x01˜ ‹Ýðsæ»\x1Fq\x16§£ƒ2"
  b"\x01˜ ‹Þ\x01sj¡úZÉ\x1A±è)"
  b"\x01˜ ‹Þ\x1Aqž¬­x0\f¶÷ª"
  b"\x01˜ ‹Þ-q*ˆÕƒtÚYíÒ"
  b"""
    \x01˜ ‹Þ=s£\n
    Ä—íÖ2Œ
    """
  b"\x01˜ ‹ÞTs©˜üÌÛÎJF\x15"
  b"\x01˜ ‹Þbr¢¼whdúx¬ì"
  b"\x01˜ ‹Þqr†–y€\x08²«ÌD"
  b"\x01˜ ‹Þ‚pˆ³õ©NIÿèf"
  b"\x01˜ ‹Þ‘s„ŠwIx·\x1Ej"
  b"\x01˜ ‹Þ¡rîŒÏ>ˆå\x1C¡j"
  b"\x01˜ ‹Þºs{\f\x0FG·S†b"
  b"\x01˜ ‹ÞÑrYš\x1DJø7¢ÄŸ"
  b"\x01˜ ‹Þâp:·ñ²½ôp\x16ª"
  b"\x01˜ ‹Þõr\rŸ\x07.£øŽ®°"
  b"\x01˜ ‹ß\x06p4“\x0Eì/\x01CíÔ"
  b"\x01˜ ‹ß\x15sq¢Å†§Oß\x1EZ"
  b"\x01˜¢Šñ¯rî½Ô\x04O›S‹~"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01˜¢ùG[q\x03ž\x12,vºäÒ"
  b"\x01˜¢ùGnpº•º¿¡bHŽŽ"
  b"\x01˜¢ùG~s•¹iÆò«\x0F±Ê"
  b"\x01˜¢ùGrb¥£—3\x1Eõ£Ð"
  b"\x01˜¢ùG¡rP‚]Á\vFõHÒ"
  b"\x01˜¢ùGµs•ˆý7íúː\n"
  b"\x01˜¢ùGÊqqž”§É…e©H"
  b"\x01˜¢ùGßr“»ùÂ4-䔼"
  b"\x01˜¢ùGòs&‡×\x08µóHTû"
  b"\x01˜¢ùH\x04s†ŠŒŽ³\x1Fú\x18ä"
  b"\x01˜¢ùH\x17p·šx\x11\x1F£¦"
  b"\x01˜¢ùH,s\x16±‚\v†šêkô"
  b"\x01˜¢ùH;s…‹¾|±Æ<\È"
  b"\x01˜¢ùHNs@–™—4¥œÙ\x10"
  b"\x01˜¢ùHbs\x1CªX©ˆ\x14®\x11Ù"
  b"\x01˜¢ùH}r–•Ô2WöѵK"
  b"\x01˜¢ùH”sQŽ -þ\x07²ªÙ"
  b"\x01˜¢ùH£s·&g‡\x1E–K\x02"
  b"\x01˜¢ùH¹s\x06‰Ï!cèé{ø"
  b"\x01˜¢ùHÉr8€n0—E¤öG"
  b"\x01˜¢ùHãsÇžß¼å#ÆUþ"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01˜XÊ(Rs~ªè\x01”Õf#v"
  b"\x01˜XÊ(lsx±Õ–ñ'G«\x7F"
  b"\x01˜XÊ(­q\t›š%)‚\x07\W"
  b"\x01˜XÊ(ÐqÀ„úäAë"\x00\x0F"
  b"\x01˜XÊ(ésl“ c˜Ï“SN"
  b"\x01˜XÊ)\rp\v\x1C\vè8¡Ñà"
  b"\x01˜XÊ))q[¸4溁iR "
  b"\x01˜XÊ)Mp9„­­6\ruëˆ"
  b"\x01˜XÊ)mrþ9\x08\þç¨p"
  b"\x01˜XÊ)•q\x04Ž\x14Lºâ‚€£"
  b"\x01˜XÊ)²p¨¼g²œgŸ K"
  b"\x01˜XÊ)ÐsBž·¥‚›ïK8"
  b"\x01˜XÊ)þpoŽ\x19Æ8UN·q"
  b"\x01˜XÊ*\x18q"¢È‚økGI"
  b"\x01˜XÊ*5sL²\x13èFf¡õ\x0F"
  b"\x01˜XÊ*MrŒ©ãJØ2Bù¾"
  b"\x01˜XÊ*pqP’(ýRnA>q"
  b"""
    \x01˜XÊ*Šp6¤\n
    ¬\x06˜màÙ
    """
  b"""
    \x01˜XÛ7q\n
    œà?ö…\r
    """
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01˜¢ùc sX,\x1D\fÎ\x1Dž"
  b"\x01˜¢ùc2s\x06‰Õ\x04Ø\x1C]Eµ"
  b"\x01˜¢ùc?rMž\x7Fë\f\x14Ç´°"
  b"\x01˜¢ùcJrÜ¿›oðú\x04°\x18"
  b"\x01˜¢ùcXq|ˆ±Ô‹b\x17%„"
  b"\x01˜¢ùcps:£CE0\eÎR"
  b"\x01˜¢ùc€s*«ó\x06[A\vqA"
  b"\x01˜¢ùcsð¾1áñ¯K,ä"
  b"\x01˜¢ùc¡sÐŽéT½ÁIŠ!"
  b"\x01˜¢ùc²rÑ«({M™\x1A\x14"
  b"\x01˜¢ùcÄpQ«‘\f>iOâð"
  b"\x01˜¢ùcÓrf´½<Ûá¾Ñ°"
  b"\x01˜¢ùcârµ¸#t¥z¬â"
  b"\x01˜¢ùcòr&¼ÑÔ9±N$!"
  b"\x01˜¢ùd\x02r®´­£¾Eü¶\x02"
  b"\x01˜¢ùd\x12rló«ÎQ¤ºÿ"
  b"\x01˜¢ùd!r`½U =•ºƒÔ"
  b"\x01˜¢ùd1sk³:<®It¸Ñ"
  b"\x01˜¢ùd?ql‘QÅ\x14Øve+"
  b"\x01˜¢ùdNp¤œR~·\x13à-Æ"
  b"\x01˜¢ùd^s'›i\x10OݧŒä"
  b"\x01˜¢ùdlr$».7û\x0Fn–g"
  b"\x01˜¢ùdzsœœÂâÉ^\x1C.t"
  b"\x01˜¢ùdŠr\x13µŒk\t\x01Ê_x"
  b"\x01˜¢ùd™ry¬ž¾_\ežå5"
  b"\x01˜¢ùd©ršŽ:ÇïjÚ:ñ"
  b"\x01˜¢ùd·p@º\x14[†î¶\x0E"
  b"\x01˜¢ùdÊq\x17·â¤ŽFùç\x16"
  b"\x01˜¢ùdÝpP¥\e1ä`¬ì"
  b"\x01˜¢ùdîrœ^\x0Fj¸â\x186"
  b"\x01˜¢ùe\x03qÿºƒfd&1e¾"
  b"\x01˜¢ùe\er\x7F·>üÖ¥‹i"
  b"\x01˜¢ùe.q\x11‰û½’íÆ¦ö"
  b"\x01˜¢ùe>rë *ZuÁ<ª<"
  b"\x01˜¢ùePs(½lÙv·¢e\x07"
  b"\x01˜¢ùe^rw¯Äã&ÉgëØ"
  b"\x01˜¢ùenpv¥•\x01»Âa©Ë"
  b"\x01˜¢ùe\x7FpϪØaM“\x14µ\t"
  b"\x01˜¢ùe’q[©¿øÒ¯?:«"
  b"\x01˜¢ùeŸrѝr\x10Ð\x05ºXÔ"
  b"\x01˜¢ùe¬q/±ú.Öcoe"
  b"\x01˜¢ùeÀpùšò{\x03Ž5]­"
  b"\x01˜¢ùeÍqc‰kà¾`¾%û"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜¢ùQLp…›ó\tëÁG½3"
  b"\x01˜¢ùQYs—¬ý \x1E\x10\x1AÈ\x7F"
  b"\x01˜¢ùQer®¶cg?¤Ì\x1F"
  b"\x01˜¢ùQqr9—¬íôˆ¾Š›"
  b"\x01˜¢ùQ…pÂ’2ßü#‡ ç"
  b"\x01˜¢ùQ“r€Ÿ­\x11óG\x16‚à"
  b"\x01˜¢ùQ¦rÏ¡\x17¼ñ…¾Ð"
  b"\x01˜¢ùQ¼q§ñd¢eT»a"
  b"\x01˜¢ùQÎs„©ýüKË}¯i"
  b"\x01˜¢ùQâp¹—ó66÷G?\x14"
  b"\x01˜¢ùQöré—héú½©ÂF"
  b"\x01˜¢ùR\x02ss²ZÞI\x18çLt"
  b"\x01˜¢ùR\x17r\x18„>\x1Fµ‘·Û-"
  b"\x01˜¢ùR'qò9CÆü­õ¬"
  b"\x01˜¢ùR;s5‡\x19Ø4¤æ„t"
  b"\x01˜¢ùRLp¨¡ì\x03:|xN°"
  b"\x01˜¢ùRasæ’X\t\v3m‰¿"
  b"\x01˜¢ùRuq’—®O)HÇšù"
  b"\x01˜¢ùR„r3²Ëf“Qá÷ã"
  b"\x01˜¢ùRqV“¸Å\fè·\vÐ"
  b"\x01˜¢ùR°q\x14¦”þáA{‘~"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01˜¢ù=!sè™Ð¢<ip\x1A)"
  b"\x01˜¢ù=/s-ˆËû\x10š‘'j"
  b"\x01˜¢ù=<sͧ^kÇEÊ^;"
  b"\x01˜¢ù=Vs\x07\x1F\x13¶6·€Æ"
  b"\x01˜¢ù=jq¢¼š‚\x14œä¡"
  b"\x01˜¢ù=|pz\x00E¡¸‘"
  b"\x01˜¢ù=ŒqÀ!\x11ŒAº*@"
  b"\x01˜¢ù=œpú–õØüe]ô”"
  b"\x01˜¢ù=®p\v¥&+¤÷\x04‘Z"
  b"\x01˜¢ù=¿s¸¿ù[@4\x16\x18®"
  b"\x01˜¢ù=ÏpÀ¸Î*\x01\x7F°¿õ"
  b"\x01˜¢ù=ÛsŠ¥À5d,\x01"
  b"\x01˜¢ù=êpP…jÞ¾Låg\x11"
  b"\x01˜¢ù=öq€àýX\x1A솚"
  b"\x01˜¢ù>\x03rÛ›\v&eÃ‘ÞÆ"
  b"\x01˜¢ù>\x15sá…\x05G›ºê‹Â"
  b"\x01˜¢ù>)qË (\x19*'Ú½ù"
  b"\x01˜¢ù>:sƒ¤Âa'óíZo"
  b"\x01˜¢ù>Ls¹šjðgK2j""
  b"\x01˜¢ù>^s-°\eN5ßêõ"
  b"\x01˜¢ù>qr¡˜×¤«8OA‡"
  b"\x01˜¢ù>‚rRŽû¢i¸£Ìo"
  b"\x01˜¢ù>•s(™à6ŒóZ9Ž"
  b"\x01˜¢ù>¥r£¦\x1C›"±\x13"
  b"\x01˜¢ù>µp\x14½>ç­?;£g"
  b"\x01˜¢ù>ÍsÖ¨nŽ®·Y×V"
  b"\x01˜¢ù>çrß¾T¹ø)Úv0"
  b"\x01˜¢ù>þqº4\eÊFp¥"
  b"\x01˜¢ù?\x10q»žÒ®áTÕ<„"
  b"\x01˜¢ù?\x1Dqc…N'ÆU€ÿ\x18"
  b"\x01˜¢ù?*r„€\x18‚Ïb/àu"
  b"\x01˜¢ù?9rއS–Ož\x05\x16"
  b"\x01˜¢ù?Hp…œVTÒý5\x07¨"
  b"\x01˜¢ù?\qµˆ\x1A\x03òƒ€"
  b"\x01˜¢ù?tpn¿Äjæ>Ö{\t"
  b"\x01˜¢ù?‡sT“Wúf&¹"
  b"\x01˜¢ù?™pŒ¬€ëóuŸ½„"
  b"\x01˜¢ù?¬rÓŠ‹ô8Ý£ö{"
  b"\x01˜¢ù?ºp|¡Ó9æ=û*?"
  b"\x01˜¢ù?És)½Nšá;\x1E\x04¸"
  b"\x01˜¢ù?Øq>œ+™ºÐ\x12\x15"
  b"\x01˜¢ù?ïpô‚ÖéY\x07d>"
  b"\x01˜¢ù@\x01r=ºÿ(\e\rÊ?¹"
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜XÊN‹ríª¿ôÎãEø„"
  b"\x01˜XÊN°rQ³Kj‹òé:R"
  b"\x01˜XÊNÇr›·ƒ\t±ëÏäZ"
  b"\x01˜XÊNðs\r¶ 3ý‘B\x19U"
  b"\x01˜XÊO\rq–ž»Ì©-\x7Fº"
  b"\x01˜XÊO2p©…\x1C¯öL}ÚÏ"
  b"\x01˜XÊO`süˆ\x17óð…\œ×"
  b"\x01˜XÊVks:«Ü.ö~ásí"
  b"\x01˜XÊVšp³§S\x0E"…˜;•"
  b"\x01˜XÊVÁsCµ¢Ô5O/ÏÙ"
  b"\x01˜XÊVëqš¬Ö¬\x0E=¤^\x06"
  b"\x01˜XÊW\x17qJ³ñ?JMvÔ"
  b"\x01˜XÊW<p¸¤\x08“¿Rá\x02\x03"
  b"\x01˜XÊWorݸ¥µâ'$T_"
  b"\x01˜XÊWŽr£—Ýç±;,Zy"
  b"\x01˜XÊW°q_š5é\x1Ce‘ëÜ"
  b"\x01˜XÊWÑqiîö±Õz4z"
  b"\x01˜XÛ9®pà­þtDBEÞ;"
  b"\x01˜XÛ9Õrt»(œ=Bö+Æ"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01˜¢ùl‚s‹ª3½Ô6y>¼"
  b"\x01˜¢ùl–rßµœ+Q=ëÿ"
  b"\x01˜¢ùl«q‚b9NwÄg£"
  b"\x01˜¢ùl»r^¸ˆJüÚ=j}"
  b"""
    \x01˜¢ùlÍq-²\n
    ñ\x01Á'eÃ
    """
  b"\x01˜¢ùlÚq¥¬q×{P³¤\x05"
  b"\x01˜¢ùlðp@Œ<,Ÿ\x08»4R"
  b"\x01˜¢ùm\x04qh¯SŒ\x01\r"
  b"\x01˜¢ùm\x19r\x06¾öû\tã\x0E"
  b"\x01˜¢ùm-sïœróÍÁLÈ\x05"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01˜¢ù@\x18pÇ¢þ™ó-\v8\x1C"
  b"""
    \x01˜¢ù@0p\x0F“fÝ\x0E\n
    ·y%
    """
  b"\x01˜¢ù@Csi©¦ôÜnËQ"
  b"\x01˜¢ù@Rq\x14€co)f¤&É"
  b"\x01˜¢ù@`sÈŽæKˆ{J\x16Ç"
  b"\x01˜¢ù@wq\x03ªÓ§F¬Iþ]"
  b"\x01˜¢ù@Žs^¤>\x1F%^QY"
  b"\x01˜¢ù@¢pûŒ/8›‘G³„"
  b"\x01˜¢ù@³sD½¤o$Àñ\x1F"
  b"\x01˜¢ù@Êr\x16¿®DÕA²Õ("
  b"\x01˜¢ù@Ürƒ‡#\x7Fø§rѽ"
  b"\x01˜¢ù@ìqǦ=¯\x00‡ýXG"
  b"\x01˜¢ù@ÿs[’¦gԝ©Þ"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01˜¢ùqárø¼Eꉒ]òo"
  b"\x01˜¢ùqöpM‚·´È ´"
  b"\x01˜¢ùr\x07pX¨\Ú6ª4±U"
  b"\x01˜¢ùr\x1Ap§\x1Eo©(S§\v"
  b"\x01˜¢ùr,r+ºG©\x18ÁÁ\±"
  b"\x01˜¢ùr;pX\›’½Á„}"
  b"""
    \x01˜¢ùrLq¡€\n
    ¸‡ÿóRH
    """
  b"\x01˜¢ùr\q¶¡ï\eN´”î†"
  b"\x01˜¢ùrnp­Ñ¦GÏ[̾"
  b"\x01˜¢ùrrû†âíê>4#\x12"
  b"\x01˜¢ùr‘qw¯Ëë–e˜¯"
  b"\x01˜¢ùr¢p\x14•La¡'\r\k"
  b"\x01˜¢ùr¹pÁ„šm\x10²Ž³"
  b"\x01˜¢ùrÉqT›{+ø_\x10"
  b"\x01˜¢ùrÞp[ƒŠ˜;͹°½"
  b"\x01˜¢ùrïr{£Q»\x07«FÏA"
  b"\x01˜¢ùs\x03rÊ‚=\tÝýˆD"
  b"\x01˜¢ùs\x17rWœP\x7F\x05¿ým²"
  b"\x01˜¢ùs,rE²-\x02¤²TÑ"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01˜XÏg{rlºøB\x1AµéH©"
  b"\x01˜XÏg‘r\x06¹\x07\x17áì\x18"
  b"\x01˜XÏg«q “EÉj_\x7F\x1D»"
  b"\x01˜XÏgÄqc¾·ë’Ÿ+‡£"
  b"\x01˜XÏgÞpb¶¼\x04ÂÝ\x10ˆ"
  b"\x01˜XÏgüsᶤåŠU£_\v"
  b"\x01˜XÏh\x11q=—gEÇw§k!"
  b"\x01˜XÏh.pÊ’½)×\x0E›""
  b"\x01˜XÏhHrç™\x02Ç`F3mz"
  b"\x01˜XÏh^q\x1E´Ž\x1CÂxB("
  b"\x01˜XÏhvrˆ°"\x7FºZ¤\r\x06"
  b"\x01˜XÏhŠra¬ª;L•zƒ"
  b"\x01˜XÏh£r˜—\x01cäØCض"
  b"\x01˜XÏh¿s ³{\x02\5¿\x12"
  b"\x01˜XÏhÙpR»´âTÍÅá›"
  b"\x01˜Xې7p\x08µÂ_\ô#"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜XÊK\x08rÛ°aΆ\x18q¾M"
  b"\x01˜XÊK!sŸ á¸Ò{ßÖ`"
  b"\x01˜XÊK@rÖ’Éæ\r.iœ˜"
  b"\x01˜XÊK_r›ŒÜq»eÊ\e"
  b"\x01˜XÊKp*€îæ\x08\x1AÌl1"
  b"\x01˜XÊK£sÛ—\x07àh„Òõ\x14"
  b"\x01˜XÊKËq¼¡éUÎk5ïº"
  b"\x01˜XÊL\x00qý—ÊH?˜ÍŠO"
  b"\x01˜XÊL5s•¢*ìxØSÇ~"
  b"\x01˜XÊLas\e¥U…"}\x1AÎç"
  b"\x01˜XÊL‹ræ“úÝr×Ê«Ô"
  b"\x01˜X˘ßp\x18¯iy8÷o4z"
  b"\x01˜X˘ÿrp¿™\x1E7£=;y"
  b"\x01˜XË™\x19r>´\x19\fì0Ê"
  b"\x01˜XË™6sÙŒ\x1FWå2\x18‘€"
  b"\x01˜XË™^rސƒ+K7â“F"
  b"\x01˜XË™tsô—`µ¦6\rüþ"
  b"\x01˜XÛ9\fs„€ßߗã9ž"
  b"\x01˜XÜ\x16\x7Fr¸©#H_\x14÷tb"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜XÊ\x18äp3‰ºŸ\x08\x13æâ@"
  b"""
    \x01˜XÊ\x19\n
    r.¡ÀÃ\x17_\x16
    """
  b"\x01˜XÊ\x19/søœa&}ýß(Ë"
  b"\x01˜XÊ\x19Jp'€=qÔF\IÌ"
  b"\x01˜XÊ\x19ip\x19ºt³ó89\x01·"
  b"\x01˜XÊ\x19˜r²…ò\x1CÞ\x13ï#k"
  b"\x01˜XÊ\x19±pè’k&Ô\x02­¤\x1D"
  b"\x01˜XË—Opx®\x06·N£Ì‘R"
  b"\x01˜XÏ»Kp/–³‹@{\x14©‹"
  b"\x01˜XÏ»esû™IŽh“Çcì"
  b"\x01˜XÏ»Žsè½ÓD²\x11«3 "
  b"\x01˜XÏ»ºq|¯\x04º\x0FôOx©"
  b"\x01˜XÏ»ÙrC¹M~LiØiÃ"
  b"\x01˜XÏ»öp­´E›¤—zîî"
  b"\x01˜XÛ5\x7FrٝkB\x17÷o\x1C+"
  b"\x01˜XÛ˜€p£¾X\x02g[]nÍ"
  b"\x01˜XÛ˜¤q\x01«¼\x01úíäR±"
  b"\x01˜XÜ\x13wq(ŽÍ̪릫ï"
  b"\x01˜XÜ9\fp—½\x04\x141¢}ó."
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜XË•¢r#‘¾$©å4\x01^"
  b"\x01˜XË•Ês€«¿—¾kµÆš"
  b"\x01˜XË•àsŽ€\x1EAf16¡­"
  b"\x01˜XË•ùrc´\x025Àß\x7Fù\t"
  b"\x01˜XË–\x0EpÒ¿¡\x1Aà½k\rø"
  b"\x01˜XË–*rށJ£\x04\x1E•2x"
  b"\x01˜XË–Os̐9\x08ÑŽºÁ\x14"
  b"\x01˜XË–fp@žè\x03p\x16/á("
  b"\x01˜XË–\x7FpŽ»tærq½!÷"
  b"\x01˜XË––pÁªkÓ@^\x0EÃþ"
  b"\x01˜XË–¹pî‰|ÜAçrp³"
  b"\x01˜XË–Ðqj¥ÝÜ–áõêž"
  b"\x01˜XË–îsZ„åÇ‚’D¥ç"
  b"\x01˜XË—\x08qA¤p[\r3a2è"
  b"\x01˜XË—#q$ŸúŽV„œæ¹"
  b"\x01˜XË—4q÷¬­›:tª=u"
  b"\x01˜XϹ”s.³i²Ç™Às{"
  b"\x01˜XϹ°r\x15¿*ÒÝ[‡v\x07"
  b"\x01˜XϹÆqi»0k¼Q—¹Å"
  b"\x01˜XϹÜs\x14ŽÍ\x1Fw\x1CÝ\x19?"
  b"\x01˜XϹ÷s\x1D¡\x014†ê›b\x1F"
  b"\x01˜XϺ\x15p–‚DÎØ¦Fóˆ"
  b"\x01˜XϺ2p„£µvGé\x15ìk"
  b"\x01˜XϺTrÕˆëì¤ú×98"
  b"\x01˜XϺos”¯ÌgÕ\x1A¬Ïm"
  b"\x01˜XÛJ¹røF9Ðk\x02«D"
  b"\x01˜XÛJãrÑ£ý­g%y°"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜XÊ"‹r#¹{‡\x1CR,Q["
  b"\x01˜XÊ"­qS³;‚«3-\x1F"
  b"\x01˜XÊ"Ép\eö²Ð€K×\"
  b"\x01˜XÊ"åsk\x1DJÀkܳ"
  b"\x01˜XÊ#\x00r0·]a0§ø+#"
  b"\x01˜XÊ#\ep–µ\x07qv¥Ôrp"
  b"\x01˜XÊ#5p\£\x08\x0EÃ<¦"
  b"\x01˜XÊ#Vps¹ÉøÃ×ËT¯"
  b"\x01˜XÊ#qq]ªŽ–ãò1²ö"
  b"\x01˜XÊ#Žrˆ™€Ñ´–\x11bD"
  b"\x01˜XÊ#©r`¹-ÎÈ©aFÞ"
  b"\x01˜XÊ#Ísç„pÀ\x16ôº\x0Eè"
  b"\x01˜XÛ5ørb“¨M­Íü{º"
  b"\x01˜XÛ6!qW„#—zVpiR"
  b"\x01˜XÜ¡‡r$†¸…<˜å"
  b"\x01˜XÜ¡´q^‚t>ÞœV8"
  b"\x01˜XÜîŸs¤¬Î\x11l~¢ô"
  b"\x01˜XÜöÅré§Fë*†AN°"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01˜¢ùHósI…åúHýƆ…"
  b"\x01˜¢ùI\x0Er‘ŒüèT²ðž"
  b"\x01˜¢ùI qö§£§\x10\x1E˜Ÿº"
  b"\x01˜¢ùI3sÚ”®Fý\x1EÕ(w"
  b"\x01˜¢ùIDsÁ©\x1F€ej-Ó±"
  b"\x01˜¢ùI_põ²±Â\x1E»ó\x00b"
  b"\x01˜¢ùIsp\x15‡|@7Á¤©ý"
  b"\x01˜¢ùI…qO—:Xbº,,Ÿ"
  b"\x01˜¢ùI“q^½Ô.l69 ž"
  b"\x01˜¢ùI¡sp\x11AÖŽ\x15"
  b"\x01˜¢ùI´r/ŸãJ÷}ÃóK"
  b"\x01˜¢ùIÆqñŽG‘œpß§¼"
  b"\x01˜¢ùIÜpý›\x02ae\x12\x0E¨"
  b"\x01˜¢ùIõpÕ†åº\x0Eû~³1"
  b"\x01˜¢ùJ\x07q\t¼¢ªQLÏ×"
  b"\x01˜¢ùJ\x19pœ¦#ñ1iµÖ\x12"
  b"\x01˜¢ùJ(q Á”°ö_Ô"
  b"\x01˜¢ùJ8prš”\rEJ©¹°"
  b"\x01˜¢ùJHs\x05§Ø)\t§\x12\x08Ü"
  b"\x01˜¢ùJ`s5’\x1DÃ’åŸy|"
  b"\x01˜¢ùJyr\x06–,…µÑY™O"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01˜¢ùRÇsn®:\x0E\x19KH³k"
  b"\x01˜¢ùRÖp\x7F–ÙÿkJ­‚N"
  b"\x01˜¢ùRír<¨¬\x03þ\x10Ÿé¢"
  b"\x01˜¢ùS\x00pØ“Ã=o•¬Û"
  b"\x01˜¢ùS\x14qܯá\x1A³ø\x1F‰Z"
  b"\x01˜¢ùS'r\x0E´Ÿ¯Âdl\v¿"
  b"\x01˜¢ùS4rtž\x10\x03x\x1EN\ff"
  b"\x01˜¢ùS@pX¶¬\x19¾Üë""
  b"\x01˜¢ùSMpi‹ƒ¨q`rÚ\x11"
  b"\x01˜¢ùS[p3†Ð­á™jb9"
  b"\x01˜¢ùSrsƒºy(\rê»—Ë"
  b"\x01˜¢ùS„q¨Ó¶\x06ä¸xÒ"
  b"\x01˜¢ùS“rÒ¥HĐ‹{ú\x10"
  b"\x01˜¢ùS rú—‰'lGjÂQ"
  b"\x01˜¢ùS­qå‰îÄ›ÿ¿¿q"
  b"\x01˜¢ùS¾r\x1A—²àÆ,sZx"
  b"\x01˜¢ùSÌsŸí}\x07wgJ}"
  b"\x01˜¢ùSÚr‘¥Ò)çÆ/ðl"
  b"\x01˜¢ùSírz¡|3\x1E‡òÃ\x00"
  b"\x01˜¢ùT\x01p¹““_$¹Ô\x12ˆ"
  b"\x01˜¢ùT\x0Fp±¡IèY]]W\x03"
]
66 4.78 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"=»Š=ð~JUœ^0‘Â!£©"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  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"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  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"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  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"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  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"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  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"\x05©“DMHšM™¦ì[¤9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x02üêÒJZ°‘DqS—îq"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x02üêÒJZ°‘DqS—îq"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"f8\e\x00¼îCgº|€KðЇr"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x02üêÒJZ°‘DqS—îq"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"f8\e\x00¼îCgº|€KðЇr"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x02üêÒJZ°‘DqS—îq"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x02üêÒJZ°‘DqS—îq"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x02üêÒJZ°‘DqS—îq"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b";S\r«\x08òA*Š 6„\f"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x02üêÒJZ°‘DqS—îq"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
]
67 4.36 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•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
  b"\x01—éï¨\x17sϺl˜.·õê3"
  b"\x01—éï¨&rͲ\x15Ýª†3\x06"
  b"\x01—éï¨7ql³dN¦wÀ”7"
  b"\x01—éï¨Dr®ŠÞ,\x12¦¨TR"
  b"\x01—éï¨Tq˜‡÷ÕFK\x16"
  b"\x01—éï¨isµ‚¥ò„«t$‰"
  b"\x01—éï¨ys›¢Úâq|ùz"
  b"\x01—é降pÔ§ºe7HD¢›"
  b"\x01—é祥q‘”4\x1Aø<\x039#"
  b"\x01—é﨩sË®¸mËbXvš"
  b"\x01—é塀sq–½Qø\x13Õ5"
  b"\x01—éï¨Ìs¤®\v.k\x13³\x03ö"
  b"\x01—éï¨àr‹„ô§Mæ«\x10ð"
  b"\x01—éï¨óqÀ‚«ç]”Jo9"
  b"""
    \x01—éï©\n
    s6…Ñ=¿¶u
    """
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜XÊ\x18äp3‰ºŸ\x08\x13æâ@"
  b"""
    \x01˜XÊ\x19\n
    r.¡ÀÃ\x17_\x16
    """
  b"\x01˜XÊ\x19/søœa&}ýß(Ë"
  b"\x01˜XÊ\x19Jp'€=qÔF\IÌ"
  b"\x01˜XÊ\x19ip\x19ºt³ó89\x01·"
  b"\x01˜XÊ\x19˜r²…ò\x1CÞ\x13ï#k"
  b"\x01˜XÊ\x19±pè’k&Ô\x02­¤\x1D"
  b"\x01˜XÊ"‹r#¹{‡\x1CR,Q["
  b"\x01˜XÊ"­qS³;‚«3-\x1F"
  b"\x01˜XÊ"Ép\eö²Ð€K×\"
  b"\x01˜XÊ"åsk\x1DJÀkܳ"
  b"\x01˜XÊ#\x00r0·]a0§ø+#"
  b"\x01˜XÊ#\ep–µ\x07qv¥Ôrp"
  b"\x01˜XÊ#5p\£\x08\x0EÃ<¦"
  b"\x01˜XÊ#Vps¹ÉøÃ×ËT¯"
  b"\x01˜XÊ#qq]ªŽ–ãò1²ö"
  b"\x01˜XÊ#Žrˆ™€Ñ´–\x11bD"
  b"\x01˜XÊ#©r`¹-ÎÈ©aFÞ"
  b"\x01˜XÊ#Ísç„pÀ\x16ôº\x0Eè"
  b"\x01˜XÊ(Rs~ªè\x01”Õf#v"
  b"\x01˜XÊ(lsx±Õ–ñ'G«\x7F"
  b"\x01˜XÊ(­q\t›š%)‚\x07\W"
  b"\x01˜XÊ(ÐqÀ„úäAë"\x00\x0F"
  b"\x01˜XÊ(ésl“ c˜Ï“SN"
  b"\x01˜XÊ)\rp\v\x1C\vè8¡Ñà"
  b"\x01˜XÊ))q[¸4溁iR "
  b"\x01˜XÊ)Mp9„­­6\ruëˆ"
  b"\x01˜XÊ)mrþ9\x08\þç¨p"
  b"\x01˜XÊ)•q\x04Ž\x14Lºâ‚€£"
  b"\x01˜XÊ)²p¨¼g²œgŸ K"
  b"\x01˜XÊ)ÐsBž·¥‚›ïK8"
  b"\x01˜XÊ)þpoŽ\x19Æ8UN·q"
  b"\x01˜XÊ*\x18q"¢È‚økGI"
  b"\x01˜XÊ*5sL²\x13èFf¡õ\x0F"
  b"\x01˜XÊ*MrŒ©ãJØ2Bù¾"
  b"\x01˜XÊ*pqP’(ýRnA>q"
  b"""
    \x01˜XÊ*Šp6¤\n
    ¬\x06˜màÙ
    """
  b"\x01˜XÊK\x08rÛ°aΆ\x18q¾M"
  b"\x01˜XÊK!sŸ á¸Ò{ßÖ`"
  b"\x01˜XÊK@rÖ’Éæ\r.iœ˜"
  b"\x01˜XÊK_r›ŒÜq»eÊ\e"
  b"\x01˜XÊKp*€îæ\x08\x1AÌl1"
  b"\x01˜XÊK£sÛ—\x07àh„Òõ\x14"
  b"\x01˜XÊKËq¼¡éUÎk5ïº"
  b"\x01˜XÊL\x00qý—ÊH?˜ÍŠO"
  b"\x01˜XÊL5s•¢*ìxØSÇ~"
  b"\x01˜XÊLas\e¥U…"}\x1AÎç"
  b"\x01˜XÊL‹ræ“úÝr×Ê«Ô"
  b"\x01˜XÊN‹ríª¿ôÎãEø„"
  b"\x01˜XÊN°rQ³Kj‹òé:R"
  b"\x01˜XÊNÇr›·ƒ\t±ëÏäZ"
  b"\x01˜XÊNðs\r¶ 3ý‘B\x19U"
  b"\x01˜XÊO\rq–ž»Ì©-\x7Fº"
  b"\x01˜XÊO2p©…\x1C¯öL}ÚÏ"
  b"\x01˜XÊO`süˆ\x17óð…\œ×"
  b"\x01˜XÊVks:«Ü.ö~ásí"
  b"\x01˜XÊVšp³§S\x0E"…˜;•"
  b"\x01˜XÊVÁsCµ¢Ô5O/ÏÙ"
  b"\x01˜XÊVëqš¬Ö¬\x0E=¤^\x06"
  b"\x01˜XÊW\x17qJ³ñ?JMvÔ"
  b"\x01˜XÊW<p¸¤\x08“¿Rá\x02\x03"
  b"\x01˜XÊWorݸ¥µâ'$T_"
  b"\x01˜XÊWŽr£—Ýç±;,Zy"
  b"\x01˜XÊW°q_š5é\x1Ce‘ëÜ"
  b"\x01˜XÊWÑqiîö±Õz4z"
  b"\x01˜XË•¢r#‘¾$©å4\x01^"
  b"\x01˜XË•Ês€«¿—¾kµÆš"
  b"\x01˜XË•àsŽ€\x1EAf16¡­"
  b"\x01˜XË•ùrc´\x025Àß\x7Fù\t"
  b"\x01˜XË–\x0EpÒ¿¡\x1Aà½k\rø"
  b"\x01˜XË–*rށJ£\x04\x1E•2x"
  b"\x01˜XË–Os̐9\x08ÑŽºÁ\x14"
  b"\x01˜XË–fp@žè\x03p\x16/á("
  b"\x01˜XË–\x7FpŽ»tærq½!÷"
  b"\x01˜XË––pÁªkÓ@^\x0EÃþ"
  b"\x01˜XË–¹pî‰|ÜAçrp³"
  b"\x01˜XË–Ðqj¥ÝÜ–áõêž"
  b"\x01˜XË–îsZ„åÇ‚’D¥ç"
  b"\x01˜XË—\x08qA¤p[\r3a2è"
  b"\x01˜XË—#q$ŸúŽV„œæ¹"
  b"\x01˜XË—4q÷¬­›:tª=u"
  b"\x01˜XË—Opx®\x06·N£Ì‘R"
  b"\x01˜X˘ßp\x18¯iy8÷o4z"
  b"\x01˜X˘ÿrp¿™\x1E7£=;y"
  b"\x01˜XË™\x19r>´\x19\fì0Ê"
  b"\x01˜XË™6sÙŒ\x1FWå2\x18‘€"
  b"\x01˜XË™^rސƒ+K7â“F"
  b"\x01˜XË™tsô—`µ¦6\rüþ"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XÏg{rlºøB\x1AµéH©"
  b"\x01˜XÏg‘r\x06¹\x07\x17áì\x18"
  b"\x01˜XÏg«q “EÉj_\x7F\x1D»"
  b"\x01˜XÏgÄqc¾·ë’Ÿ+‡£"
  b"\x01˜XÏgÞpb¶¼\x04ÂÝ\x10ˆ"
  b"\x01˜XÏgüsᶤåŠU£_\v"
  b"\x01˜XÏh\x11q=—gEÇw§k!"
  b"\x01˜XÏh.pÊ’½)×\x0E›""
  b"\x01˜XÏhHrç™\x02Ç`F3mz"
  b"\x01˜XÏh^q\x1E´Ž\x1CÂxB("
  b"\x01˜XÏhvrˆ°"\x7FºZ¤\r\x06"
  b"\x01˜XÏhŠra¬ª;L•zƒ"
  b"\x01˜XÏh£r˜—\x01cäØCض"
  b"\x01˜XÏh¿s ³{\x02\5¿\x12"
  b"\x01˜XÏhÙpR»´âTÍÅá›"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XϹ”s.³i²Ç™Às{"
  b"\x01˜XϹ°r\x15¿*ÒÝ[‡v\x07"
  b"\x01˜XϹÆqi»0k¼Q—¹Å"
  b"\x01˜XϹÜs\x14ŽÍ\x1Fw\x1CÝ\x19?"
  b"\x01˜XϹ÷s\x1D¡\x014†ê›b\x1F"
  b"\x01˜XϺ\x15p–‚DÎØ¦Fóˆ"
  b"\x01˜XϺ2p„£µvGé\x15ìk"
  b"\x01˜XϺTrÕˆëì¤ú×98"
  b"\x01˜XϺos”¯ÌgÕ\x1A¬Ïm"
  b"\x01˜XÏ»Kp/–³‹@{\x14©‹"
  b"\x01˜XÏ»esû™IŽh“Çcì"
  b"\x01˜XÏ»Žsè½ÓD²\x11«3 "
  b"\x01˜XÏ»ºq|¯\x04º\x0FôOx©"
  b"\x01˜XÏ»ÙrC¹M~LiØiÃ"
  b"\x01˜XÏ»öp­´E›¤—zîî"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01˜XÚ]|q£†ß8\x19r"–¹"
  b"\x01˜XÚ]§r6¸½|ûz™ §"
  b"""
    \x01˜XÚ]Èq\e¥¨\x1FTÐù\n
    ö
    """
  b"\x01˜XÚ]îp»§$£\x03è\x13T"
  b"\x01˜XÚ^\x18s[„\x1E˜"iG†â"
  b"\x01˜XÚ^?s\tµ¯Í&X4áš"
  b"\x01˜XÚ^irC¬ÃÑÐS¹\x03g"
  b"\x01˜XÚ^Žq•’®\x13fîV3"
  b"\x01˜XÚ^´p‹jæ…Š`Ï\x14"
  b"\x01˜XÚ^ÓqX (ÜûjŠ\v"
  b"\x01˜XÚ^üpT„J2nôô\x19Q"
  b"\x01˜XÚ_ r߉­‡cEÍÐ"
  b"\x01˜XÛ5\x7FrٝkB\x17÷o\x1C+"
  b"\x01˜XÛ5ørb“¨M­Íü{º"
  b"\x01˜XÛ6!qW„#—zVpiR"
  b"""
    \x01˜XÛ7q\n
    œà?ö…\r
    """
  b"\x01˜XÛ9\fs„€ßߗã9ž"
  b"\x01˜XÛ9®pà­þtDBEÞ;"
  b"\x01˜XÛ9Õrt»(œ=Bö+Æ"
  b"\x01˜XÛJ¹røF9Ðk\x02«D"
  b"\x01˜XÛJãrÑ£ý­g%y°"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01˜Xې7p\x08µÂ_\ô#"
  b"\x01˜XÛ˜€p£¾X\x02g[]nÍ"
  b"\x01˜XÛ˜¤q\x01«¼\x01úíäR±"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"\x01˜XÜ\x13wq(ŽÍ̪릫ï"
  b"\x01˜XÜ\x16\x7Fr¸©#H_\x14÷tb"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜ9\fp—½\x04\x141¢}ó."
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜ¡‡r$†¸…<˜å"
  b"\x01˜XÜ¡´q^‚t>ÞœV8"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01˜XÜîŸs¤¬Î\x11l~¢ô"
  b"\x01˜XÜöÅré§Fë*†AN°"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01˜ ‹Ù¾rä—¹\x04\x19‚ëì\x7F"
  b"\x01˜ ‹ÙËps“«VAã¬lz"
  b"\x01˜ ‹Ùßq!¥S‹q\x14§E…"
  b"\x01˜ ‹Ùóqξº¼p¤ƒÃé"
  b"\x01˜ ‹Ú\x08s\x07¤:Ú‡\x06\x08ˆŒ"
  b"\x01˜ ‹Ú\x15p\r«T\fäh5#Û"
  b"\x01˜ ‹Ú*rœ‘ÈUÏ4”ˆ\x01"
  b"\x01˜ ‹Ú8p´ž¢±("
  b"\x01˜ ‹ÚFr\x18¼\x1Cûluý?W"
  b"\x01˜ ‹ÚWsu”Ž\x17ß„’ï\t"
  b"\x01˜ ‹Újs5™ôE{%!,°"
  b"\x01˜ ‹Ú€qN§ç­[Ý@8\x16"
  b"\x01˜ ‹Üåq„€Óbfî\x04\x04¦"
  b"\x01˜ ‹Ý\x03qA¨\x7Fޤú\x01"
  b"\x01˜ ‹Ý\x1CqO£\fseÝ%>¥"
  b"\x01˜ ‹Ý/q@˜'œ\e‚NÏ”"
  b"\x01˜ ‹ÝDr\t»X(U¾tT\x05"
  b"\x01˜ ‹ÝUpª²å†!ëlÛ\x12"
  b"\x01˜ ‹Ýer7¸Š+ðúž†ú"
  b"\x01˜ ‹Ýup?½ñÌa$y±F"
  b"\x01˜ ‹Ý„qÿ“•"\x7FÕ÷~í"
  b"\x01˜ ‹ÝšsK¢\x10;Æèð\x12ñ"
  b"\x01˜ ‹Ý±q0 ŸÞ&óA\x17¡"
  b"\x01˜ ‹ÝÅsÞªføIµVÁ\f"
  b"\x01˜ ‹ÝÝpœ±ëàÑ¥Þ•%"
  b"\x01˜ ‹Ýðsæ»\x1Fq\x16§£ƒ2"
  b"\x01˜ ‹Þ\x01sj¡úZÉ\x1A±è)"
  b"\x01˜ ‹Þ\x1Aqž¬­x0\f¶÷ª"
  b"\x01˜ ‹Þ-q*ˆÕƒtÚYíÒ"
  b"""
    \x01˜ ‹Þ=s£\n
    Ä—íÖ2Œ
    """
  b"\x01˜ ‹ÞTs©˜üÌÛÎJF\x15"
  b"\x01˜ ‹Þbr¢¼whdúx¬ì"
  b"\x01˜ ‹Þqr†–y€\x08²«ÌD"
  b"\x01˜ ‹Þ‚pˆ³õ©NIÿèf"
  b"\x01˜ ‹Þ‘s„ŠwIx·\x1Ej"
  b"\x01˜ ‹Þ¡rîŒÏ>ˆå\x1C¡j"
  b"\x01˜ ‹Þºs{\f\x0FG·S†b"
  b"\x01˜ ‹ÞÑrYš\x1DJø7¢ÄŸ"
  b"\x01˜ ‹Þâp:·ñ²½ôp\x16ª"
  b"\x01˜ ‹Þõr\rŸ\x07.£øŽ®°"
  b"\x01˜ ‹ß\x06p4“\x0Eì/\x01CíÔ"
  b"\x01˜ ‹ß\x15sq¢Å†§Oß\x1EZ"
  b"\x01˜¢Šñ¯rî½Ô\x04O›S‹~"
  b"\x01˜¢ù=!sè™Ð¢<ip\x1A)"
  b"\x01˜¢ù=/s-ˆËû\x10š‘'j"
  b"\x01˜¢ù=<sͧ^kÇEÊ^;"
  b"\x01˜¢ù=Vs\x07\x1F\x13¶6·€Æ"
  b"\x01˜¢ù=jq¢¼š‚\x14œä¡"
  b"\x01˜¢ù=|pz\x00E¡¸‘"
  b"\x01˜¢ù=ŒqÀ!\x11ŒAº*@"
  b"\x01˜¢ù=œpú–õØüe]ô”"
  b"\x01˜¢ù=®p\v¥&+¤÷\x04‘Z"
  b"\x01˜¢ù=¿s¸¿ù[@4\x16\x18®"
  b"\x01˜¢ù=ÏpÀ¸Î*\x01\x7F°¿õ"
  b"\x01˜¢ù=ÛsŠ¥À5d,\x01"
  b"\x01˜¢ù=êpP…jÞ¾Låg\x11"
  b"\x01˜¢ù=öq€àýX\x1A솚"
  b"\x01˜¢ù>\x03rÛ›\v&eÃ‘ÞÆ"
  b"\x01˜¢ù>\x15sá…\x05G›ºê‹Â"
  b"\x01˜¢ù>)qË (\x19*'Ú½ù"
  b"\x01˜¢ù>:sƒ¤Âa'óíZo"
  b"\x01˜¢ù>Ls¹šjðgK2j""
  b"\x01˜¢ù>^s-°\eN5ßêõ"
  b"\x01˜¢ù>qr¡˜×¤«8OA‡"
  b"\x01˜¢ù>‚rRŽû¢i¸£Ìo"
  b"\x01˜¢ù>•s(™à6ŒóZ9Ž"
  b"\x01˜¢ù>¥r£¦\x1C›"±\x13"
  b"\x01˜¢ù>µp\x14½>ç­?;£g"
  b"\x01˜¢ù>ÍsÖ¨nŽ®·Y×V"
  b"\x01˜¢ù>çrß¾T¹ø)Úv0"
  b"\x01˜¢ù>þqº4\eÊFp¥"
  b"\x01˜¢ù?\x10q»žÒ®áTÕ<„"
  b"\x01˜¢ù?\x1Dqc…N'ÆU€ÿ\x18"
  b"\x01˜¢ù?*r„€\x18‚Ïb/àu"
  b"\x01˜¢ù?9rއS–Ož\x05\x16"
  b"\x01˜¢ù?Hp…œVTÒý5\x07¨"
  b"\x01˜¢ù?\qµˆ\x1A\x03òƒ€"
  b"\x01˜¢ù?tpn¿Äjæ>Ö{\t"
  b"\x01˜¢ù?‡sT“Wúf&¹"
  b"\x01˜¢ù?™pŒ¬€ëóuŸ½„"
  b"\x01˜¢ù?¬rÓŠ‹ô8Ý£ö{"
  b"\x01˜¢ù?ºp|¡Ó9æ=û*?"
  b"\x01˜¢ù?És)½Nšá;\x1E\x04¸"
  b"\x01˜¢ù?Øq>œ+™ºÐ\x12\x15"
  b"\x01˜¢ù?ïpô‚ÖéY\x07d>"
  b"\x01˜¢ù@\x01r=ºÿ(\e\rÊ?¹"
  b"\x01˜¢ù@\x18pÇ¢þ™ó-\v8\x1C"
  b"""
    \x01˜¢ù@0p\x0F“fÝ\x0E\n
    ·y%
    """
  b"\x01˜¢ù@Csi©¦ôÜnËQ"
  b"\x01˜¢ù@Rq\x14€co)f¤&É"
  b"\x01˜¢ù@`sÈŽæKˆ{J\x16Ç"
  b"\x01˜¢ù@wq\x03ªÓ§F¬Iþ]"
  b"\x01˜¢ù@Žs^¤>\x1F%^QY"
  b"\x01˜¢ù@¢pûŒ/8›‘G³„"
  b"\x01˜¢ù@³sD½¤o$Àñ\x1F"
  b"\x01˜¢ù@Êr\x16¿®DÕA²Õ("
  b"\x01˜¢ù@Ürƒ‡#\x7Fø§rѽ"
  b"\x01˜¢ù@ìqǦ=¯\x00‡ýXG"
  b"\x01˜¢ù@ÿs[’¦gԝ©Þ"
  b"\x01˜¢ùG[q\x03ž\x12,vºäÒ"
  b"\x01˜¢ùGnpº•º¿¡bHŽŽ"
  b"\x01˜¢ùG~s•¹iÆò«\x0F±Ê"
  b"\x01˜¢ùGrb¥£—3\x1Eõ£Ð"
  b"\x01˜¢ùG¡rP‚]Á\vFõHÒ"
  b"\x01˜¢ùGµs•ˆý7íúː\n"
  b"\x01˜¢ùGÊqqž”§É…e©H"
  b"\x01˜¢ùGßr“»ùÂ4-䔼"
  b"\x01˜¢ùGòs&‡×\x08µóHTû"
  b"\x01˜¢ùH\x04s†ŠŒŽ³\x1Fú\x18ä"
  b"\x01˜¢ùH\x17p·šx\x11\x1F£¦"
  b"\x01˜¢ùH,s\x16±‚\v†šêkô"
  b"\x01˜¢ùH;s…‹¾|±Æ<\È"
  b"\x01˜¢ùHNs@–™—4¥œÙ\x10"
  b"\x01˜¢ùHbs\x1CªX©ˆ\x14®\x11Ù"
  b"\x01˜¢ùH}r–•Ô2WöѵK"
  b"\x01˜¢ùH”sQŽ -þ\x07²ªÙ"
  b"\x01˜¢ùH£s·&g‡\x1E–K\x02"
  b"\x01˜¢ùH¹s\x06‰Ï!cèé{ø"
  b"\x01˜¢ùHÉr8€n0—E¤öG"
  b"\x01˜¢ùHãsÇžß¼å#ÆUþ"
  b"\x01˜¢ùHósI…åúHýƆ…"
  b"\x01˜¢ùI\x0Er‘ŒüèT²ðž"
  b"\x01˜¢ùI qö§£§\x10\x1E˜Ÿº"
  b"\x01˜¢ùI3sÚ”®Fý\x1EÕ(w"
  b"\x01˜¢ùIDsÁ©\x1F€ej-Ó±"
  b"\x01˜¢ùI_põ²±Â\x1E»ó\x00b"
  b"\x01˜¢ùIsp\x15‡|@7Á¤©ý"
  b"\x01˜¢ùI…qO—:Xbº,,Ÿ"
  b"\x01˜¢ùI“q^½Ô.l69 ž"
  b"\x01˜¢ùI¡sp\x11AÖŽ\x15"
  b"\x01˜¢ùI´r/ŸãJ÷}ÃóK"
  b"\x01˜¢ùIÆqñŽG‘œpß§¼"
  b"\x01˜¢ùIÜpý›\x02ae\x12\x0E¨"
  b"\x01˜¢ùIõpÕ†åº\x0Eû~³1"
  b"\x01˜¢ùJ\x07q\t¼¢ªQLÏ×"
  b"\x01˜¢ùJ\x19pœ¦#ñ1iµÖ\x12"
  b"\x01˜¢ùJ(q Á”°ö_Ô"
  b"\x01˜¢ùJ8prš”\rEJ©¹°"
  b"\x01˜¢ùJHs\x05§Ø)\t§\x12\x08Ü"
  b"\x01˜¢ùJ`s5’\x1DÃ’åŸy|"
  b"\x01˜¢ùJyr\x06–,…µÑY™O"
  b"\x01˜¢ùQLp…›ó\tëÁG½3"
  b"\x01˜¢ùQYs—¬ý \x1E\x10\x1AÈ\x7F"
  b"\x01˜¢ùQer®¶cg?¤Ì\x1F"
  b"\x01˜¢ùQqr9—¬íôˆ¾Š›"
  b"\x01˜¢ùQ…pÂ’2ßü#‡ ç"
  b"\x01˜¢ùQ“r€Ÿ­\x11óG\x16‚à"
  b"\x01˜¢ùQ¦rÏ¡\x17¼ñ…¾Ð"
  b"\x01˜¢ùQ¼q§ñd¢eT»a"
  b"\x01˜¢ùQÎs„©ýüKË}¯i"
  b"\x01˜¢ùQâp¹—ó66÷G?\x14"
  b"\x01˜¢ùQöré—héú½©ÂF"
  b"\x01˜¢ùR\x02ss²ZÞI\x18çLt"
  b"\x01˜¢ùR\x17r\x18„>\x1Fµ‘·Û-"
  b"\x01˜¢ùR'qò9CÆü­õ¬"
  b"\x01˜¢ùR;s5‡\x19Ø4¤æ„t"
  b"\x01˜¢ùRLp¨¡ì\x03:|xN°"
  b"\x01˜¢ùRasæ’X\t\v3m‰¿"
  b"\x01˜¢ùRuq’—®O)HÇšù"
  b"\x01˜¢ùR„r3²Ëf“Qá÷ã"
  b"\x01˜¢ùRqV“¸Å\fè·\vÐ"
  b"\x01˜¢ùR°q\x14¦”þáA{‘~"
  b"\x01˜¢ùRÇsn®:\x0E\x19KH³k"
  b"\x01˜¢ùRÖp\x7F–ÙÿkJ­‚N"
  b"\x01˜¢ùRír<¨¬\x03þ\x10Ÿé¢"
  b"\x01˜¢ùS\x00pØ“Ã=o•¬Û"
  b"\x01˜¢ùS\x14qܯá\x1A³ø\x1F‰Z"
  b"\x01˜¢ùS'r\x0E´Ÿ¯Âdl\v¿"
  b"\x01˜¢ùS4rtž\x10\x03x\x1EN\ff"
  b"\x01˜¢ùS@pX¶¬\x19¾Üë""
  b"\x01˜¢ùSMpi‹ƒ¨q`rÚ\x11"
  b"\x01˜¢ùS[p3†Ð­á™jb9"
  b"\x01˜¢ùSrsƒºy(\rê»—Ë"
  b"\x01˜¢ùS„q¨Ó¶\x06ä¸xÒ"
  b"\x01˜¢ùS“rÒ¥HĐ‹{ú\x10"
  b"\x01˜¢ùS rú—‰'lGjÂQ"
  b"\x01˜¢ùS­qå‰îÄ›ÿ¿¿q"
  b"\x01˜¢ùS¾r\x1A—²àÆ,sZx"
  b"\x01˜¢ùSÌsŸí}\x07wgJ}"
  b"\x01˜¢ùSÚr‘¥Ò)çÆ/ðl"
  b"\x01˜¢ùSírz¡|3\x1E‡òÃ\x00"
  b"\x01˜¢ùT\x01p¹““_$¹Ô\x12ˆ"
  b"\x01˜¢ùT\x0Fp±¡IèY]]W\x03"
  b"\x01˜¢ùc sX,\x1D\fÎ\x1Dž"
  b"\x01˜¢ùc2s\x06‰Õ\x04Ø\x1C]Eµ"
  b"\x01˜¢ùc?rMž\x7Fë\f\x14Ç´°"
  b"\x01˜¢ùcJrÜ¿›oðú\x04°\x18"
  b"\x01˜¢ùcXq|ˆ±Ô‹b\x17%„"
  b"\x01˜¢ùcps:£CE0\eÎR"
  b"\x01˜¢ùc€s*«ó\x06[A\vqA"
  b"\x01˜¢ùcsð¾1áñ¯K,ä"
  b"\x01˜¢ùc¡sÐŽéT½ÁIŠ!"
  b"\x01˜¢ùc²rÑ«({M™\x1A\x14"
  b"\x01˜¢ùcÄpQ«‘\f>iOâð"
  b"\x01˜¢ùcÓrf´½<Ûá¾Ñ°"
  b"\x01˜¢ùcârµ¸#t¥z¬â"
  b"\x01˜¢ùcòr&¼ÑÔ9±N$!"
  b"\x01˜¢ùd\x02r®´­£¾Eü¶\x02"
  b"\x01˜¢ùd\x12rló«ÎQ¤ºÿ"
  b"\x01˜¢ùd!r`½U =•ºƒÔ"
  b"\x01˜¢ùd1sk³:<®It¸Ñ"
  b"\x01˜¢ùd?ql‘QÅ\x14Øve+"
  b"\x01˜¢ùdNp¤œR~·\x13à-Æ"
  b"\x01˜¢ùd^s'›i\x10OݧŒä"
  b"\x01˜¢ùdlr$».7û\x0Fn–g"
  b"\x01˜¢ùdzsœœÂâÉ^\x1C.t"
  b"\x01˜¢ùdŠr\x13µŒk\t\x01Ê_x"
  b"\x01˜¢ùd™ry¬ž¾_\ežå5"
  b"\x01˜¢ùd©ršŽ:ÇïjÚ:ñ"
  b"\x01˜¢ùd·p@º\x14[†î¶\x0E"
  b"\x01˜¢ùdÊq\x17·â¤ŽFùç\x16"
  b"\x01˜¢ùdÝpP¥\e1ä`¬ì"
  b"\x01˜¢ùdîrœ^\x0Fj¸â\x186"
  b"\x01˜¢ùe\x03qÿºƒfd&1e¾"
  b"\x01˜¢ùe\er\x7F·>üÖ¥‹i"
  b"\x01˜¢ùe.q\x11‰û½’íÆ¦ö"
  b"\x01˜¢ùe>rë *ZuÁ<ª<"
  b"\x01˜¢ùePs(½lÙv·¢e\x07"
  b"\x01˜¢ùe^rw¯Äã&ÉgëØ"
  b"\x01˜¢ùenpv¥•\x01»Âa©Ë"
  b"\x01˜¢ùe\x7FpϪØaM“\x14µ\t"
  b"\x01˜¢ùe’q[©¿øÒ¯?:«"
  b"\x01˜¢ùeŸrѝr\x10Ð\x05ºXÔ"
  b"\x01˜¢ùe¬q/±ú.Öcoe"
  b"\x01˜¢ùeÀpùšò{\x03Ž5]­"
  b"\x01˜¢ùeÍqc‰kà¾`¾%û"
  b"\x01˜¢ùl‚s‹ª3½Ô6y>¼"
  b"\x01˜¢ùl–rßµœ+Q=ëÿ"
  b"\x01˜¢ùl«q‚b9NwÄg£"
  b"\x01˜¢ùl»r^¸ˆJüÚ=j}"
  b"""
    \x01˜¢ùlÍq-²\n
    ñ\x01Á'eÃ
    """
  b"\x01˜¢ùlÚq¥¬q×{P³¤\x05"
  b"\x01˜¢ùlðp@Œ<,Ÿ\x08»4R"
  b"\x01˜¢ùm\x04qh¯SŒ\x01\r"
  b"\x01˜¢ùm\x19r\x06¾öû\tã\x0E"
  b"\x01˜¢ùm-sïœróÍÁLÈ\x05"
  b"\x01˜¢ùqárø¼Eꉒ]òo"
  b"\x01˜¢ùqöpM‚·´È ´"
  b"\x01˜¢ùr\x07pX¨\Ú6ª4±U"
  b"\x01˜¢ùr\x1Ap§\x1Eo©(S§\v"
  b"\x01˜¢ùr,r+ºG©\x18ÁÁ\±"
  b"\x01˜¢ùr;pX\›’½Á„}"
  b"""
    \x01˜¢ùrLq¡€\n
    ¸‡ÿóRH
    """
  b"\x01˜¢ùr\q¶¡ï\eN´”î†"
  b"\x01˜¢ùrnp­Ñ¦GÏ[̾"
  b"\x01˜¢ùrrû†âíê>4#\x12"
  b"\x01˜¢ùr‘qw¯Ëë–e˜¯"
  b"\x01˜¢ùr¢p\x14•La¡'\r\k"
  b"\x01˜¢ùr¹pÁ„šm\x10²Ž³"
  b"\x01˜¢ùrÉqT›{+ø_\x10"
  b"\x01˜¢ùrÞp[ƒŠ˜;͹°½"
  b"\x01˜¢ùrïr{£Q»\x07«FÏA"
  b"\x01˜¢ùs\x03rÊ‚=\tÝýˆD"
  b"\x01˜¢ùs\x17rWœP\x7F\x05¿ým²"
  b"\x01˜¢ùs,rE²-\x02¤²TÑ"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"–ç«áF\x10JC·Ñöᆡ€\x16"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"[I=ü:NJ³ Ú^&cÕs"
  b"\fcúDޝT\x1A\x16\x07\x1F†]"
  b"(X†Œi—I\v’-bÔÜgw™"
  b"öÐz¹FþI¬­=Y-ñÎbª"
  b"\x07â\x0F÷MñxÍ]:¬¢"
  b"tD:4]¥AõµÛá\x1F½E¹º"
  b"\x7F(]%E\x10J8¬ô¹KÕ\x06"
  b"\x01—éÖ)—q;¼!ª*0q½ç"
  b"´¡Î=\x0E¬D/€yÒÎΦ\x05K"
  b"½S¦?\tA\x13ˆ-O˜˜hô\x1A"
  b"-Äí§Î[I@±ø¸¼¼$RT"
  b"n”õQµ÷GJ±ŸU²?ý·T"
  b"©"Ï¢¨ŒD#¸£µ\x16)íÈ{"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x01•¯m’Ôrò©.s–Ç7\x02Q"
  b"©Ò­˜÷zB•º#\x18\x08"
  b"""
    û÷zÇüq@‹¨µÂ\v\n
    én=
    """
  b"ZP\x18Ê«õH£Žp¤o¹h\x02S"
  b"\x03ƒ‡Û—ˆM\eŽ>¬TQ^\x07^"
]
68 5.17 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"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"K€öJV&C‰¢îÍßUz´"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"?&czä"Dé·Î;Î*™dó"
  b"C°X#:þ@0¸9›ýu“a"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b";S\r«\x08òA*Š 6„\f"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x02üêÒJZ°‘DqS—îq"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\f‚uºE®ÈD¸\`Æ="
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"£ù7Õ‹6EW©$òLoàº-"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"\x01Ž\x11º´¦q.º#[ž?G€"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"Üæ:»ˆÏAášý,!çðy?"
  b")1KÁ÷LF[œñÞQ°þël"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"œ;ø\x03ÅUN“$U2O… "
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  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"éNõ[äCB³ÄîOtLÇÝ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"ðAVlcöMdX¶°a‡ìû"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  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"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"\x01™€”\x18ÃsUŒr¸è{×§ž"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"\x01™€GH¡r˜ŽWŽicªv6"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"\x01™€ZO+sS³™©máLë"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"â\x0FƒÕ2G)"դŎ"
  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"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"\x08 ønåøL…”Ý•cê;"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"Í\eذ8<MèŽGgÒ\x15“fª"
]
69 6.84 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x01Ž\x11º´¦q.º#[ž?G€"
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"\x01™€GH¡r˜ŽWŽicªv6"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"\x01™€ZO+sS³™©máLë"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"\x01™€”\x18ÃsUŒr¸è{×§ž"
  b"\x02«•÷ä»E†¬\x08'\x1ANŽˆÌ"
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"\x05\x1C.=rBh€y\x18ƒ%\x15"„"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"\x08 ønåøL…”Ý•cê;"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b"\t5WšrZF;®ük@’™}ô"
  b"""
    \n
    í+äé"Eõ³õʁ\x07\x1C­¹
    """
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b" 1@@noGû¶•÷\x04\x18âó"
  b" L$\x19ËZO>³©²fœ°{"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b" àF"Ò×G;‡X×ò7u»"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b",bØ÷_÷IÕŒh³G#o\x13U"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b": ñ«\x12AK݈§!â`.9\x17"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b";S\r«\x08òA*Š 6„\f"
  b"<èBÉÇwO&¶‡ëXw<7:"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"?&czä"Dé·Î;Î*™dó"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"@…×þbéB9²<Í•\tÅhä"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"\f‚uºE®ÈD¸\`Æ="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"C°X#:þ@0¸9›ýu“a"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"K/D®0FÆ´-¨¾rÒÞ‹"
  b"K€öJV&C‰¢îÍßUz´"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"KùsDÏ÷N\x1E«l-=Â\x01•r"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"YЊs8£B"˜¥\x04až:„H"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"""
    Zì¨\n
    rÃB.¿o2Q\x1DIB–
    """
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"a¢·—Ú\x15@ KýH{œ›C"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b"oìUŸøAK²‚©òHïßKè"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"v83\x0EyñLÙµÃ(-š”г"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"ŽeBäÕ¾D«ƒ7nŽ÷¯»\x08"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"Õ»\x10OãFV¢°ØÑ4ç\x1A¥"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"“!ðMβDQ¸B,õj‘»"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;ø\x03ÅUN“$U2O… "
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"£ù7Õ‹6EW©$òLoàº-"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"Í\eذ8<MèŽGgÒ\x15“fª"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"â\x0FƒÕ2G)"դŎ"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"æœò¡ŸHGe•¢7KìI="
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"éNõ[äCB³ÄîOtLÇÝ"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ðAVlcöMdX¶°a‡ìû"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"ÿ¨Œ%úÆE׈QeHVœv|"
]
70 4.71 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"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"?p\x04y•R@­‰^hŸùTR³"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Z+êü¹¸Aƒ·”¼)Ã%($"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"vïJAËýJÔŒ”Së—\x04ª\x1D"
  b"¯ü-èùÕO0Ÿ=C67^u"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Ò°”û¼úMŽ„2uÉá/ƒ"
  b"”ˆÚ]#{C|ƒ•È»\x1Fx\x01O"
  b"Û—âagˆK\x0E­6PY˜©æ#"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¾éi üA·¿–\x14W\x7FÛž""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Œ`Ë\x0Fá\x10LHº\x15°”2§ÐG"
  b"\ Çc\x02SLF‰“õ~0VòB"
  b"6”HXdœMÿ›2\x1Fi²=\x17¯"
  b"K€öJV&C‰¢îÍßUz´"
  b"O\x06¶ûJØJr­ùø.ý\x16\n"
  b"°@+Žr†Jâ´¿Ç Õ¦f\x7F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\eT_f#áGmˆ  …ŠÄ-"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"?&czä"Dé·Î;Î*™dó"
  b"C°X#:þ@0¸9›ýu“a"
  b"yv½\x1DÔfDñ„ü`ºbúï’"
  b"€‡û•×(Nqƒ\x02\e7=§\x03q"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž9ÛHLpNŽÆQÚnYå“"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ψÊÎã-L:ƒúW\x1Fæãí®"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04˜÷\x14pJZ“Õ€ÞÝ\x1Cøu"
  b"?d{gX@M)‡OÉ5´ŽHø"
  b"IЬî­ôCB¶±7Ì¡;XÌ"
  b"\x19bfdÅD\x7FÜµµ\x16\x00\f­"
  b"àøE¥(ÔE¡¹š¿yטˆÇ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Æpyõ\x14ëG\x18æi+ÝÝá;"
  b"÷ §\x1CÜõN[¦5\x7F>\x10\x1EÆ'"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x01ŽÂn‚_rñ®\t.ìÛæ5#"
  b"\x01Ž9¾AApi¼&6óõ\x01Æ\x17"
  b"\x01Ž9ÛIŽqÀ½·ô0\x1F¡É\x15"
  b"\x01Ž9Ý‘…qѸŽîށÁQ."
  b"6*W¯+‹CÒƒ7mJë‰^o"
  b"A\n”'\x00IK£¶Ü¨!”Þã"
  b"pâÅF5àJ2‡EŸÁ»wyû"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Vµ¨Ö½SEjŽþ<µLÄ:Ž"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b";S\r«\x08òA*Š 6„\f"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x02üêÒJZ°‘DqS—îq"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž\x11ÐS´q£½Dì¹€’6c"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"GÞ>\x15\x19¦IÑ‘ýFú†ÃÚ)"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x01Ž9Þn…pÍ¿hx1PBö‘"
  b"\x01ŽÂ``Nq\x02† L‘,Ëyï"
  b"\x01ŽÂn~ÿq>§°$ñ¡'Ïh"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"\f‚uºE®ÈD¸\`Æ="
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"÷\x12p’îuF·U\x0FÁÀOKl"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\t\x1E?¡H\x13L&€…Xÿ\x08Ø\x15\x16"
  b""£-M:ÄB\x13¦Ôë\x05¼™\x18$"
  b"#Hâ°Ø@;›vù%®°\x13Ì"
  b"Nƒåð(êB­˜Œ\x7FE&'k;"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ŸîÛ+[¸Hƒ¨r.\f$Ý›"
  b"¦f3‹H\x19B\tƒ\x07zD\rg‰]"
  b"°Öù9ºZJ<–X0\x13Ë\x01‚ë"
  b"Ël‹V$ZB3Ÿº‹£ë\tñ\x14"
  b"գ櫛\x13KP“\fŽX÷\x12n\x18"
  b"â:½\x14\x02¦D˼pZv­„À«"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x1Fv\x11\x1EŒ1H¯—¨QÙ§¹Q½"
  b"*öólÔG›½,æþ9ƒ\x1F1"
  b"4Us÷GÙF "\rû\x02Å\x1FÐ"
  b"\x12\x0EÆ1B\r´\x13úv¢Ñ¸é"
  b":o<lž¹H…œ\x12\x01Ž\x16\x1C"
  b"OJj¬ORN\x08„"üÀˆŸM*"
  b"U…\x04Fv¶Aa \x18p3eŽøˆ"
  b"]\e£°ŒJF-¡­G\tfK.°"
  b"`”Ck—½Mÿ¶á\x18[«ò\x03)"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Ø.ø:³B©›kIÊ<\x08Úa"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"£ù7Õ‹6EW©$òLoàº-"
  b"Ʀž‘dÂH{šLp\x15‘C\¤"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ù"üLLFø¬i\x03©’JìÝ"
  b"""
    üz)ô£ÚFŠƒ\n
    çùŽàŲ
    """
  b"\x01Ž\x11º´¦q.º#[ž?G€"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"*ÈEK7PA«µõ{Z–Š{š"
  b"3>\x1C‚ÓòDPµ¿cö\x04ÛEZ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"W@°Š²MK‰VUGqÔ\x10"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"\x19{\v J\x14 Ÿ\x14ú¯ö“"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"{Ž™él<K¤…3@TýÊÌ"
  b"}Ö¸ÜMT@FŽ\x07ÐâÉ·`Ÿ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"¢²I\x15½¡E(‰<gqËiÃI"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"ÆÐÐÖþ\x08@ù˜O&¼ã‘<Ô"
  b"Þ°\x17ÑÆ K3¶MÉ\x1FéŠ~˜"
  b"è\fh¼…'F\t¥îä\x08Ã.åA"
  b"èÕÎoWPB'‚I²Ù¹ñ\x02c"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"÷Ó}\x10ÏŒN\x12¼!@/b4m\x1D"
  b"ü3ß\x7F°1@4©%\x02†Í`ê"
  b"ÇB:q%¤O͝‘‘®»\x17ÿp"
  b"»Ç\x01ÎÆŒBBšSÓ¿'«×á"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"ppe\x1EµE\x1DƒvKUöêþŽ"
  b"tÃÕ?-¿M)¹ÜD\x16©žSÁ"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"’üÁ’L(H% ã¸«·ÚÅ‹"
  b"ÃË\x002ÌDDnµµ÷…aΛ\x06"
  b"™²Rƒ=\x00OI‡c¾UÝTÉâ"
  b" On×jjAý¯Ù\x11¡­¥µ\x12"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"’±ÀÞÍ#Mf¯\x1F袐¯ÿ\x0E"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"u“aÒ~ÎIÕ¿Ñ\x038ÔX†"
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"®47\x14oìE\x0FŽ€![OOæî"
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b""Š?Â$è@ï°o´Ž¥<ßè"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"Üæ:»ˆÏAášý,!çðy?"
  b")1KÁ÷LF[œñÞQ°þël"
  b"55ª&Ä B†«ˆF-·ÐG"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"œ;ø\x03ÅUN“$U2O… "
  b"\x01Ž9à×%qŸ‡î1m\x15?%:"
  b"\x01Ž9à×<sþ©vTw\x08[>À"
  b"\x14Y(t¤ÙC\x1F™¬¡®[°`!"
  b"\x1AóÚžm®A»„eTôUƒ­G"
  b"31f\x1C\eDˤØ%™Úsšè"
  b"4¹2\x0F\x16JŶ–é-b\x0F\x00"
  b"EJ˜XÂM\x04ª£‹â¿ˆ4µ"
  b"K’<‹Â(CRŽèÍb…\x07¦C"
  b"›ö>UBZ@Ožž\fötY\v~"
  b"¦\x12àÚo\x19NQ‘3\x0E)ŸIãà"
  b"æxãÛ„ÂM`¾¢|\x02L2—Æ"
  b"ñ‹Î²oNGž†ä¼ Þ\x1DÑU"
  b"þú½cßåM¬Ž™Ÿ¹¯\f"
  b"\x10}5ýÕ¾BD­d‡i½ûö¥"
  b"\x19Ci\x07\e\x08I9¦páé˜yº\x13"
  b"&›•\x1DŠE‡¨z€iÿeî3"
  b"h \x19º/íAÙž—‚P¬#J&"
  b"k\x05`^\eMGó·åqÉû\x03ÙÖ"
  b"""
    †q1\x0E\r\n
    K\fµë;*\x12ã}y
    """
  b" ¼‚Ï5ßMʾëìLT€cÂ"
  b"¥\v\x01–Ü8F€.g¤>”Ð|"
  b"´6`È׫Hf¶1ä¯üþa\x1D"
  b"ÀΡÁ‚SL\ržr\x14*ªIÂÛ"
  b"ÿ¨Œ%úÆE׈QeHVœv|"
  b"€%‹:+J? Î…ù¸\x02\x03ì"
  b"åO¥Ä>qFÊœ."ºÉ¦™"
  b"Ë\x1DøSvZIÛª³ÆXC³vf"
  b"3ÀºK\tŠC¥_­+=“1ª"
  b"E5~§7Oê‹\x1FO—¤ž¡F"
  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"éNõ[äCB³ÄîOtLÇÝ"
  b"\r±\x01\x03DÇ« \v$wÖ•Û"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"F%…SºÜN\v…³+\x11ob'¦"
  b"\x01™€zdzs¯híž\x11ùp>"
  b"9]‰{£;HˆŽ¡šqƒp\x1C´"
  b"Ž.\x0Eåß}AÕ»ÈÓU{_p"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"\eÈÐ\tœûG÷ˆy:9Z[¯"
  b"½xݵ$MJrØ[Ê*?Æ\x07"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"Ê“kœÍ\x00KÞ±EÅîB\ÒM"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"ðAVlcöMdX¶°a‡ìû"
  b" L$\x19ËZO>³©²fœ°{"
  b"\x01™€GDØqï¸õ\fÒ7Ìû\"
  b"\x01™€Z.ãr²¯â\x13\eŸz\x05á"
  b"¦:a\x17•AAp·ø¡Ìf‘-"
  b">¿–¡·&J¸¯÷ѸϿT\t"
  b"$¶a›«öM¡ p8äÖ_]}"
  b"Øãü\x01\\x13G\ºo!ŽùaÝ3"
  b"Z,‡Ø‡Lp¡ˆè¢€;º\f"
  b"w7kÐIÞLñ©\x10.ž"Šî¦"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"QU±|+\x05K’½Ñ Òæ\x15^"
  b"\x01™€x,ïq¦´…Q:™mia"
  b"‡Ä¡}†ìNm½ ƒGbXw\x15"
  b"¤_\x18þ¿vJ(œÝñòç\eŒ¥"
  b"+NTdð‚Hd•3C\e‘bŠ"
  b"/”ãùÀ´Gú“êàû2\x1D¨•"
  b"|*«„D\x15E{¾ˆ0uu\x03³ã"
  b"ƒzˆ«uOí¹\x01SvD›eÀ"
  b"‰ÊµƒlŽN\x1A‘²\x0E|Û¶§e"
  b"‹§qE…\rGÚ‰aî\x0E\x0E,5}"
  b"¡\x07\x02\x02Ð,CÉž„ô*Å+Wá"
  b"Ö5\x01°$\x13O¡:Š–Â:‰\x02"
  b"à&?{ŸƒBá¶"2TÐ%`Õ"
  b"êBŒ#ÆPHœc¬=ã®þû"
  b"ø…OÓ\x16\x11O™¦Ç€\f\x17R"
  b"üjW6\x08äI$žŒµ¯:Nú"
  b"½Ù\#èýHª?Ù¯êQ\x08H"
  b"n/\x1F­v2MF€ÿÁN$‡\fn"
  b"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"\x01™€Z,ÆphªŸ\x13Õb\x05"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x1E÷¶\x03\x05‡K\x06©^€\x02\x12u\vd"
  b"8.yÌ–·E\x13½kÕ\x1F¬nk&"
  b"`[þ©@øA\t€úI¶¦\x10Áì"
  b"\x7FØÄºd<ML¿&¦ú6Æ+_"
  b"\x0F\x12¿Ò\x1DCº‚\e[È_g–•"
  b"œÛ"K~°IJ¾\x04viKìq\f"
  b"ºN4U«>@=€úœ{(\x076}"
  b"»\f)kùDJϸ*\r \x10»Q\x14"
  b"¼5,¤wÚEæ†,\x07³YŽV/"
  b"ÕrÂeâJï§c£¸Âs\x0E\x18"
  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"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"„êPÜW¨ImˆSŒßª5Qˆ"
  b"¯\x01£5_\BI¯²aœæƒ×˜"
  b"""
    úïä\x17zKÆ‚h\n
    E\x08vAà
    """
  b"""
    8RÆ‘¹ZDì­\x13>éM\n
    Zk
    """
  b"\x01™€”\x18ÃsUŒr¸è{×§ž"
  b"×KÇ]­INl­u˜\x14(\x01ðÚ"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"\x15,ظÔ/Aã‚ÃA‘Â\x0Eð@"
  b",àd\x1A’3D.ƒi1f¶DÚ1"
  b"•3¿¸³\x12E\x07û*ƒ\x11"
  b"Qkªó]PK\x01º\r ~ŸIÿD"
  b"ÚUÁÊÙVEŸ B@L¼åo¡"
  b"•`ú„£áN¿ƒ\x142|\x19wŒt"
  b"ÒÎwY»›A\x1A™nø¹`Þ?Ô"
  b"\x01™€GH¡r˜ŽWŽicªv6"
  b" 1@@noGû¶•÷\x04\x18âó"
  b"¬™Ýš¥ÔCp¥P†œà-¡\x1D"
  b"¶Ã÷\x1A®K¨†“2ÍRÛú¨"
  b"Ïs¢ÏùÜC±ˆ\x03ùÚe™'\x17"
  b"ËýJè\e\x17Cݱ!ÍÑzÎHl"
  b"V\x02«š\f\x19K\v–`K\x08\Ú½¡"
  b"t'vÿä°H\x1C¹p21Î%Ch"
  b"‹Œ¨ÝÇ`MÀ\x13{\x1E¿Q„–"
  b"¬„|_é\x1ECi™`>âꏟ_"
  b"ÐI™ÈRùC\x11´Âîó\x01·…M"
  b"üñ\x18ÇfVCYƒÇˆ§ÆÞjh"
  b"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x1A0ÛñÀxB\x12·"l0ºwT"
  b"\x7Ft*\x03`\x05Kã®\tý`2Ç¥Ð"
  b"\x0F¨lØ •Cƒ²úB–K§é°"
  b"\x125a\x12à\x7FHˆ³e\x15n)Ÿ¯g"
  b"!ÝÚ\x19αJ€šÂd\f[l°…"
  b"4§!k!ÎO\x00°/¡F'9=|"
  b"EÆÌ`®¶B=±¾j\x01\x04i\x1F"
  b"m4"\x0F&ÊNà0\x11,$n„¤"
  b"""
    rïþù‹\n
    Bi•ùC(M_\x13U
    """
  b"¤‘˜Ì­õDä³\x1F\x08àÂbëo"
  b"©å\x00`¬6K²³º\x01(<\vp("
  b"®ªG&y¹A\x17¯Ý&íg\x1F\x7FŽ"
  b"¯ŠÕõ8ØD·´žòC\x1Fiê®"
  b"ÁÏ\x0F\x08\x0FJJ‡¿\vV+©C´š"
  b"ñ\tB)ûD•‘\x11ô›Ä¡×\r"
  b"\x01™€ZO+sS³™©máLë"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"\x01™€zÁÓrˆ)'åáñ\f\x03"
  b"ñ\x05ÿ<XãMm¬É•÷‹\x02~C"
  b"\x01™€RÜÑs=`\x0Eå\r[µ"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"Bp…føoLy­Õ¸À¶ç'‘"
  b"½G3M\x04¤K–¥N\x1A¿å\x00…‘"
  b"â\x0FƒÕ2G)"դŎ"
  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"\x01\x1AK(¶¯Ä\x15‹Žˆ™"
  b"p\x1CëoR„O~ƒBj\x0E-'à"
  b"x\x1Db\x19¸B‰¡³´FN¼9"
  b"ƒÍªd/\x0EDÙ±-ž{lT—\t"
  b"ƒëá½\eŽK¤¯kaÏüºbù"
  b"œ\x1D(ýC\x15LÖŒçÕ\x7FÆ’¿ë"
  b"£bŒGfI¥‰PÝQ{3\x17["
  b"É)±ª#ô@X¤€Oá=«ñ|"
  b"\x01Œ\x13±ÚGF¨¤}có\x08wRl"
  b"\x07ŶñtØM¦‰œ\x13Û?{$_"
  b"\x08 ønåøL…”Ý•cê;"
  b"\x12ìîû¾ŠK“¹:d­ÑU~š"
  b"/÷9…©È@q¤Íô×R³\x19Ì"
  b"?¶¿Ëê\x02D«™—±ƒ™a÷’"
  b"E\x7Fke\x05‹EùŠ\e\x07œ¦\x14!"
  b"XÄ꺮ŠON‰SþáC0Z"
  b"[›Ùî\x04½C1¦\t«M\÷Þz"
  b"v«YyY­Ce™t\x0FrèÚÕ\x00"
  b"}Kå¸0“MϨ>Ü\x11˜ŸXá"
  b"ˆ¦v\x0E@\vL\x12†ÝgÞ‚Ùª\x16"
  b"\x03œ;ÙJ\rš¥ç\x06Üë¼z"
  b"¥¢eS;ÌH«–Ééç>õé\x03"
  b"䎫ÍL\x1E@e¾fzaq\tÉ/"
  b"Í\eذ8<MèŽGgÒ\x15“fª"
]
71 25.48 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, `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"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"–ç«áF\x10JC·Ñöᆡ€\x16"
  b"´¡Î=\x0E¬D/€yÒÎΦ\x05K"
  b"©Ò­˜÷zB•º#\x18\x08"
  b"©"Ï¢¨ŒD#¸£µ\x16)íÈ{"
  b"\x01•¯m’Ôrò©.s–Ç7\x02Q"
  b"½S¦?\tA\x13ˆ-O˜˜hô\x1A"
  b"n”õQµ÷GJ±ŸU²?ý·T"
  b"-Äí§Î[I@±ø¸¼¼$RT"
  b"(X†Œi—I\v’-bÔÜgw™"
  b"[I=ü:NJ³ Ú^&cÕs"
  b"\fcúDޝT\x1A\x16\x07\x1F†]"
  b"öÐz¹FþI¬­=Y-ñÎbª"
  b"\x07â\x0F÷MñxÍ]:¬¢"
  b"ZP\x18Ê«õH£Žp¤o¹h\x02S"
  b"\x03ƒ‡Û—ˆM\eŽ>¬TQ^\x07^"
  b"tD:4]¥AõµÛá\x1F½E¹º"
  b"""
    û÷zÇüq@‹¨µÂ\v\n
    én=
    """
  b"\x7F(]%E\x10J8¬ô¹KÕ\x06"
  b"\x01—éÖ)—q;¼!ª*0q½ç"
  true
]
72 4.56 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"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x02üêÒJZ°‘DqS—îq"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"f8\e\x00¼îCgº|€KðЇr"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x02üêÒJZ°‘DqS—îq"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  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"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x02üêÒJZ°‘DqS—îq"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"\x7F3C¬cÍF\x0E\x03Ù•º·nã"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"Ýÿ„_\x07(JU¥ |\fŽéŽ\x04"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x02üêÒJZ°‘DqS—îq"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"?§Ø¡º¤K\v¯\x13tº€Ä\x14l"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  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"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  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"&²ó¥å\x17Dlž¹§ø ð††"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x02üêÒJZ°‘DqS—îq"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"w¢Èc}_K²©\t™œtTs\x1E"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"¹dÀÁC¹IX³<—Ó‘æaª"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ö‡……IgNœƒa4{%"_Ö"
  b"ù¤ÄmeJۺԐ0Géo "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b";S\r«\x08òA*Š 6„\f"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x02üêÒJZ°‘DqS—îq"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  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"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  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"\x05©“DMHšM™¦ì[¤9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"(\x13ŽkÀ÷I\x11•9´õüaɪ"
  b"´¯Ó.‡nL¥ ñŽxO¬°r"
  b"èÚ6\x06\x10}K°¤!!£f'D"
  b"ïÿ›|Ú&F¬ž\x02‡%×ì\x15µ"
  b"iX½\x02–?L,¶\x1Fá‚㯯k"
  b"¾B\x15˜<ZO$¬›øpíJºà"
  b": ñ«\x12AK݈§!â`.9\x17"
  b"ưhÛè«Ab½Ì5‡]D+Q"
  b"\r\x0E¸\r\x02\vBòºÉ .:Þò\x1E"
  b"¸&¼è´†H»–ìý"ÑêÑò"
  b"¸Ö5¼]O#¿'u¡9[pV"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"f8\e\x00¼îCgº|€KðЇr"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x02üêÒJZ°‘DqS—îq"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"·¨e:Òæ@s¿\t#Ѓ ‚ "
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"Urƒxå¾@g£Õæ\x12ô³œ˜"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
]
73 4.88 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˜W0§ísÿ„–\x13\x7Fpé0\e"
  b"\x01˜XÕ¾Þs]³Ã‡SP@\x11$"
  b"\x01˜XÕ¿\x02p4¯¦3\ºT\x00m"
  b"\x01˜XÕ¿\x1Ass®æ=%‡yf\x15"
  b"\x01˜XÕ¿4rû­¬-’%'Ù"
  b"\x01˜XÕ¿Osެ?òŠUµ(‰"
  b"\x01˜XÕ¿gp\x00±•ÁWì§Ñö"
  b"\x01˜XÕ¿\x7Fs\x16±Â×e_#ˆ"
  b"\x01˜XÕ¿™rýŸÃ\x15'Þ’Jæ"
  b"\x01˜XÕ¿²rYª\x19ØP¥\fG"
  b"\x01˜XÕ¿Ês\f·“†ŠK‰\x174"
  b"\x01˜XÕ¿âqa‡[Æ£v\x17"
  b"\x01˜XÕ¿ûp0ŸÉ¯³¨¬Ž+"
  b"\x01˜XÕÀ\x14sC°LšÐ\f\x07"
  b"\x01˜XÕÀ-r<«øÞº-²¹k"
  b"\x01˜XÕÀGp{¦·\x0E?\vß\x1Dx"
  b"\x01˜XÕÀhsvŸ¯\x1A#$µÎï"
  b"\x01˜XÕÀp›Ž–'í,åóÊ"
  b"\x01˜XÕÀšpŽ“ b~ºn\x10¡"
  b"\x01˜XÕÀ³r\x07—_\x08ëSk\x07Û"
  b"\x01˜XÕÀÒs䳬.Bý´ÞÎ"
  b"\x01˜XÕÀíqU·\x01¢—ÇÄål"
  b"\x01˜Wq\x19œr–™³;³x¿7\x08"
  b"\x01˜XÚ]|q£†ß8\x19r"–¹"
  b"\x01˜XÚ]§r6¸½|ûz™ §"
  b"""
    \x01˜XÚ]Èq\e¥¨\x1FTÐù\n
    ö
    """
  b"\x01˜XÚ]îp»§$£\x03è\x13T"
  b"\x01˜XÚ^\x18s[„\x1E˜"iG†â"
  b"\x01˜XÚ^?s\tµ¯Í&X4áš"
  b"\x01˜XÚ^irC¬ÃÑÐS¹\x03g"
  b"\x01˜XÚ^Žq•’®\x13fîV3"
  b"\x01˜XÚ^´p‹jæ…Š`Ï\x14"
  b"\x01˜XÚ^ÓqX (ÜûjŠ\v"
  b"\x01˜XÚ^üpT„J2nôô\x19Q"
  b"\x01˜XÚ_ r߉­‡cEÍÐ"
  b"\x01—éÖ)°sHªù\x1E\eÓ‡\x0Ec"
  b"\x01—éï¨\x17sϺl˜.·õê3"
  b"\x01—éï¨&rͲ\x15Ýª†3\x06"
  b"\x01—éï¨7ql³dN¦wÀ”7"
  b"\x01—éï¨Dr®ŠÞ,\x12¦¨TR"
  b"\x01—éï¨Tq˜‡÷ÕFK\x16"
  b"\x01—éï¨isµ‚¥ò„«t$‰"
  b"\x01—éï¨ys›¢Úâq|ùz"
  b"\x01—é降pÔ§ºe7HD¢›"
  b"\x01—é祥q‘”4\x1Aø<\x039#"
  b"\x01—é﨩sË®¸mËbXvš"
  b"\x01—é塀sq–½Qø\x13Õ5"
  b"\x01—éï¨Ìs¤®\v.k\x13³\x03ö"
  b"\x01—éï¨àr‹„ô§Mæ«\x10ð"
  b"\x01—éï¨óqÀ‚«ç]”Jo9"
  b"""
    \x01—éï©\n
    s6…Ñ=¿¶u
    """
  b"\x01˜ ‹Ù±s•›\vËašX½\x03"
  b"\x01˜ ‹Ù¾rä—¹\x04\x19‚ëì\x7F"
  b"\x01˜ ‹ÙËps“«VAã¬lz"
  b"\x01˜ ‹Ùßq!¥S‹q\x14§E…"
  b"\x01˜ ‹Ùóqξº¼p¤ƒÃé"
  b"\x01˜ ‹Ú\x08s\x07¤:Ú‡\x06\x08ˆŒ"
  b"\x01˜ ‹Ú\x15p\r«T\fäh5#Û"
  b"\x01˜ ‹Ú*rœ‘ÈUÏ4”ˆ\x01"
  b"\x01˜ ‹Ú8p´ž¢±("
  b"\x01˜ ‹ÚFr\x18¼\x1Cûluý?W"
  b"\x01˜ ‹ÚWsu”Ž\x17ß„’ï\t"
  b"\x01˜ ‹Újs5™ôE{%!,°"
  b"\x01˜ ‹Ú€qN§ç­[Ý@8\x16"
  b"\x01˜ ‹Üåq„€Óbfî\x04\x04¦"
  b"\x01˜ ‹Ý\x03qA¨\x7Fޤú\x01"
  b"\x01˜ ‹Ý\x1CqO£\fseÝ%>¥"
  b"\x01˜ ‹Ý/q@˜'œ\e‚NÏ”"
  b"\x01˜ ‹ÝDr\t»X(U¾tT\x05"
  b"\x01˜ ‹ÝUpª²å†!ëlÛ\x12"
  b"\x01˜ ‹Ýer7¸Š+ðúž†ú"
  b"\x01˜ ‹Ýup?½ñÌa$y±F"
  b"\x01˜ ‹Ý„qÿ“•"\x7FÕ÷~í"
  b"\x01˜ ‹ÝšsK¢\x10;Æèð\x12ñ"
  b"\x01˜ ‹Ý±q0 ŸÞ&óA\x17¡"
  b"\x01˜ ‹ÝÅsÞªføIµVÁ\f"
  b"\x01˜ ‹ÝÝpœ±ëàÑ¥Þ•%"
  b"\x01˜ ‹Ýðsæ»\x1Fq\x16§£ƒ2"
  b"\x01˜ ‹Þ\x01sj¡úZÉ\x1A±è)"
  b"\x01˜ ‹Þ\x1Aqž¬­x0\f¶÷ª"
  b"\x01˜ ‹Þ-q*ˆÕƒtÚYíÒ"
  b"""
    \x01˜ ‹Þ=s£\n
    Ä—íÖ2Œ
    """
  b"\x01˜ ‹ÞTs©˜üÌÛÎJF\x15"
  b"\x01˜ ‹Þbr¢¼whdúx¬ì"
  b"\x01˜ ‹Þqr†–y€\x08²«ÌD"
  b"\x01˜ ‹Þ‚pˆ³õ©NIÿèf"
  b"\x01˜ ‹Þ‘s„ŠwIx·\x1Ej"
  b"\x01˜ ‹Þ¡rîŒÏ>ˆå\x1C¡j"
  b"\x01˜ ‹Þºs{\f\x0FG·S†b"
  b"\x01˜ ‹ÞÑrYš\x1DJø7¢ÄŸ"
  b"\x01˜ ‹Þâp:·ñ²½ôp\x16ª"
  b"\x01˜ ‹Þõr\rŸ\x07.£øŽ®°"
  b"\x01˜ ‹ß\x06p4“\x0Eì/\x01CíÔ"
  b"\x01˜ ‹ß\x15sq¢Å†§Oß\x1EZ"
  b"\x01˜¢Šñ¯rî½Ô\x04O›S‹~"
  b"""
    \x01•¯jE„pð¶Ã:\n
    ]à2‘
    """
  b"\x01˜XÏ_\x1Fp\x01ŠdXf¶ä\x1D"
  b"\x01˜XÏ_6r\x19¼\x1Aÿ³F\x11&$"
  b"\x01˜XÏ_Gré˜cÒ3/hÏ?"
  b"""
    \x01˜XÏ_]rÅŒ±\n
    ƒõ°6v
    """
  b"\x01˜XÏ_upí¶\x11y8f!¼Ë"
  b"\x01˜XÏ_Œq]´ÀQÚš„î"
  b"""
    \x01˜XÏ_¡r°Œu‚ÀZ\n
    \t\x1E
    """
  b"\x01˜XÏ_·qΔä¨âH©0F"
  b"\x01˜XÏ_Ðsßž\x0EgfZíWQ"
  b"\x01˜XÏ_äp¼‹íèD?ºjU"
  b"\x01˜XϬ\x17pñŸ\x18Õ™]9}"
  b"\x01˜XÏ®=sõŽzÙsBÁ~€"
  b"\x01˜XÏ®fq€»\x10Ÿ™^¨¨Ý"
  b"\x01˜XÜ5ùsà±t‰¿]Iž\x11"
  b"\x01˜XÜÈrr%«È\rÈÛdƒ="
  b"\x01•¯ky”sg¤²(\x1AüÜËT"
  b"\x01˜¢ùG[q\x03ž\x12,vºäÒ"
  b"\x01˜¢ùGnpº•º¿¡bHŽŽ"
  b"\x01˜¢ùG~s•¹iÆò«\x0F±Ê"
  b"\x01˜¢ùGrb¥£—3\x1Eõ£Ð"
  b"\x01˜¢ùG¡rP‚]Á\vFõHÒ"
  b"\x01˜¢ùGµs•ˆý7íúː\n"
  b"\x01˜¢ùGÊqqž”§É…e©H"
  b"\x01˜¢ùGßr“»ùÂ4-䔼"
  b"\x01˜¢ùGòs&‡×\x08µóHTû"
  b"\x01˜¢ùH\x04s†ŠŒŽ³\x1Fú\x18ä"
  b"\x01˜¢ùH\x17p·šx\x11\x1F£¦"
  b"\x01˜¢ùH,s\x16±‚\v†šêkô"
  b"\x01˜¢ùH;s…‹¾|±Æ<\È"
  b"\x01˜¢ùHNs@–™—4¥œÙ\x10"
  b"\x01˜¢ùHbs\x1CªX©ˆ\x14®\x11Ù"
  b"\x01˜¢ùH}r–•Ô2WöѵK"
  b"\x01˜¢ùH”sQŽ -þ\x07²ªÙ"
  b"\x01˜¢ùH£s·&g‡\x1E–K\x02"
  b"\x01˜¢ùH¹s\x06‰Ï!cèé{ø"
  b"\x01˜¢ùHÉr8€n0—E¤öG"
  b"\x01˜¢ùHãsÇžß¼å#ÆUþ"
  b"\x01˜Vp?Ýs¼Šˆ\x07Ç8Ѹ."
  b"\x01˜XÊ(Rs~ªè\x01”Õf#v"
  b"\x01˜XÊ(lsx±Õ–ñ'G«\x7F"
  b"\x01˜XÊ(­q\t›š%)‚\x07\W"
  b"\x01˜XÊ(ÐqÀ„úäAë"\x00\x0F"
  b"\x01˜XÊ(ésl“ c˜Ï“SN"
  b"\x01˜XÊ)\rp\v\x1C\vè8¡Ñà"
  b"\x01˜XÊ))q[¸4溁iR "
  b"\x01˜XÊ)Mp9„­­6\ruëˆ"
  b"\x01˜XÊ)mrþ9\x08\þç¨p"
  b"\x01˜XÊ)•q\x04Ž\x14Lºâ‚€£"
  b"\x01˜XÊ)²p¨¼g²œgŸ K"
  b"\x01˜XÊ)ÐsBž·¥‚›ïK8"
  b"\x01˜XÊ)þpoŽ\x19Æ8UN·q"
  b"\x01˜XÊ*\x18q"¢È‚økGI"
  b"\x01˜XÊ*5sL²\x13èFf¡õ\x0F"
  b"\x01˜XÊ*MrŒ©ãJØ2Bù¾"
  b"\x01˜XÊ*pqP’(ýRnA>q"
  b"""
    \x01˜XÊ*Šp6¤\n
    ¬\x06˜màÙ
    """
  b"""
    \x01˜XÛ7q\n
    œà?ö…\r
    """
  b"\x01˜Vp¾õp\x13³§ßq:.MÂ"
  b"\x01˜XËÖ)qô´[c·çÿ³à"
  b"\x01˜XËÖAp5”\x00i\x0E\x03øP"
  b"\x01˜XËÖeq\x15§n}²2á“="
  b"\x01˜XϸdrÚå\x02Nƶ˜U"
  b"\x01˜XÛQØs췏f\x02édÃI"
  b"\x01˜XÛQùsXº\x17JÁœ\x12ŠØ"
  b"\x01•¯kŽ"pö¿\x03§†ŠËŠ¡"
  b"\x01˜¢ùc sX,\x1D\fÎ\x1Dž"
  b"\x01˜¢ùc2s\x06‰Õ\x04Ø\x1C]Eµ"
  b"\x01˜¢ùc?rMž\x7Fë\f\x14Ç´°"
  b"\x01˜¢ùcJrÜ¿›oðú\x04°\x18"
  b"\x01˜¢ùcXq|ˆ±Ô‹b\x17%„"
  b"\x01˜¢ùcps:£CE0\eÎR"
  b"\x01˜¢ùc€s*«ó\x06[A\vqA"
  b"\x01˜¢ùcsð¾1áñ¯K,ä"
  b"\x01˜¢ùc¡sÐŽéT½ÁIŠ!"
  b"\x01˜¢ùc²rÑ«({M™\x1A\x14"
  b"\x01˜¢ùcÄpQ«‘\f>iOâð"
  b"\x01˜¢ùcÓrf´½<Ûá¾Ñ°"
  b"\x01˜¢ùcârµ¸#t¥z¬â"
  b"\x01˜¢ùcòr&¼ÑÔ9±N$!"
  b"\x01˜¢ùd\x02r®´­£¾Eü¶\x02"
  b"\x01˜¢ùd\x12rló«ÎQ¤ºÿ"
  b"\x01˜¢ùd!r`½U =•ºƒÔ"
  b"\x01˜¢ùd1sk³:<®It¸Ñ"
  b"\x01˜¢ùd?ql‘QÅ\x14Øve+"
  b"\x01˜¢ùdNp¤œR~·\x13à-Æ"
  b"\x01˜¢ùd^s'›i\x10OݧŒä"
  b"\x01˜¢ùdlr$».7û\x0Fn–g"
  b"\x01˜¢ùdzsœœÂâÉ^\x1C.t"
  b"\x01˜¢ùdŠr\x13µŒk\t\x01Ê_x"
  b"\x01˜¢ùd™ry¬ž¾_\ežå5"
  b"\x01˜¢ùd©ršŽ:ÇïjÚ:ñ"
  b"\x01˜¢ùd·p@º\x14[†î¶\x0E"
  b"\x01˜¢ùdÊq\x17·â¤ŽFùç\x16"
  b"\x01˜¢ùdÝpP¥\e1ä`¬ì"
  b"\x01˜¢ùdîrœ^\x0Fj¸â\x186"
  b"\x01˜¢ùe\x03qÿºƒfd&1e¾"
  b"\x01˜¢ùe\er\x7F·>üÖ¥‹i"
  b"\x01˜¢ùe.q\x11‰û½’íÆ¦ö"
  b"\x01˜¢ùe>rë *ZuÁ<ª<"
  b"\x01˜¢ùePs(½lÙv·¢e\x07"
  b"\x01˜¢ùe^rw¯Äã&ÉgëØ"
  b"\x01˜¢ùenpv¥•\x01»Âa©Ë"
  b"\x01˜¢ùe\x7FpϪØaM“\x14µ\t"
  b"\x01˜¢ùe’q[©¿øÒ¯?:«"
  b"\x01˜¢ùeŸrѝr\x10Ð\x05ºXÔ"
  b"\x01˜¢ùe¬q/±ú.Öcoe"
  b"\x01˜¢ùeÀpùšò{\x03Ž5]­"
  b"\x01˜¢ùeÍqc‰kà¾`¾%û"
  b"\x01˜ž†$1s­¿(<ÕÌ{äs"
  b"\x01˜¢ùQLp…›ó\tëÁG½3"
  b"\x01˜¢ùQYs—¬ý \x1E\x10\x1AÈ\x7F"
  b"\x01˜¢ùQer®¶cg?¤Ì\x1F"
  b"\x01˜¢ùQqr9—¬íôˆ¾Š›"
  b"\x01˜¢ùQ…pÂ’2ßü#‡ ç"
  b"\x01˜¢ùQ“r€Ÿ­\x11óG\x16‚à"
  b"\x01˜¢ùQ¦rÏ¡\x17¼ñ…¾Ð"
  b"\x01˜¢ùQ¼q§ñd¢eT»a"
  b"\x01˜¢ùQÎs„©ýüKË}¯i"
  b"\x01˜¢ùQâp¹—ó66÷G?\x14"
  b"\x01˜¢ùQöré—héú½©ÂF"
  b"\x01˜¢ùR\x02ss²ZÞI\x18çLt"
  b"\x01˜¢ùR\x17r\x18„>\x1Fµ‘·Û-"
  b"\x01˜¢ùR'qò9CÆü­õ¬"
  b"\x01˜¢ùR;s5‡\x19Ø4¤æ„t"
  b"\x01˜¢ùRLp¨¡ì\x03:|xN°"
  b"\x01˜¢ùRasæ’X\t\v3m‰¿"
  b"\x01˜¢ùRuq’—®O)HÇšù"
  b"\x01˜¢ùR„r3²Ëf“Qá÷ã"
  b"\x01˜¢ùRqV“¸Å\fè·\vÐ"
  b"\x01˜¢ùR°q\x14¦”þáA{‘~"
  b"\x01•¯kr}r*ŽÆ\x18‰_ñšÃ"
  b"\x01˜¢ù=!sè™Ð¢<ip\x1A)"
  b"\x01˜¢ù=/s-ˆËû\x10š‘'j"
  b"\x01˜¢ù=<sͧ^kÇEÊ^;"
  b"\x01˜¢ù=Vs\x07\x1F\x13¶6·€Æ"
  b"\x01˜¢ù=jq¢¼š‚\x14œä¡"
  b"\x01˜¢ù=|pz\x00E¡¸‘"
  b"\x01˜¢ù=ŒqÀ!\x11ŒAº*@"
  b"\x01˜¢ù=œpú–õØüe]ô”"
  b"\x01˜¢ù=®p\v¥&+¤÷\x04‘Z"
  b"\x01˜¢ù=¿s¸¿ù[@4\x16\x18®"
  b"\x01˜¢ù=ÏpÀ¸Î*\x01\x7F°¿õ"
  b"\x01˜¢ù=ÛsŠ¥À5d,\x01"
  b"\x01˜¢ù=êpP…jÞ¾Låg\x11"
  b"\x01˜¢ù=öq€àýX\x1A솚"
  b"\x01˜¢ù>\x03rÛ›\v&eÃ‘ÞÆ"
  b"\x01˜¢ù>\x15sá…\x05G›ºê‹Â"
  b"\x01˜¢ù>)qË (\x19*'Ú½ù"
  b"\x01˜¢ù>:sƒ¤Âa'óíZo"
  b"\x01˜¢ù>Ls¹šjðgK2j""
  b"\x01˜¢ù>^s-°\eN5ßêõ"
  b"\x01˜¢ù>qr¡˜×¤«8OA‡"
  b"\x01˜¢ù>‚rRŽû¢i¸£Ìo"
  b"\x01˜¢ù>•s(™à6ŒóZ9Ž"
  b"\x01˜¢ù>¥r£¦\x1C›"±\x13"
  b"\x01˜¢ù>µp\x14½>ç­?;£g"
  b"\x01˜¢ù>ÍsÖ¨nŽ®·Y×V"
  b"\x01˜¢ù>çrß¾T¹ø)Úv0"
  b"\x01˜¢ù>þqº4\eÊFp¥"
  b"\x01˜¢ù?\x10q»žÒ®áTÕ<„"
  b"\x01˜¢ù?\x1Dqc…N'ÆU€ÿ\x18"
  b"\x01˜¢ù?*r„€\x18‚Ïb/àu"
  b"\x01˜¢ù?9rއS–Ož\x05\x16"
  b"\x01˜¢ù?Hp…œVTÒý5\x07¨"
  b"\x01˜¢ù?\qµˆ\x1A\x03òƒ€"
  b"\x01˜¢ù?tpn¿Äjæ>Ö{\t"
  b"\x01˜¢ù?‡sT“Wúf&¹"
  b"\x01˜¢ù?™pŒ¬€ëóuŸ½„"
  b"\x01˜¢ù?¬rÓŠ‹ô8Ý£ö{"
  b"\x01˜¢ù?ºp|¡Ó9æ=û*?"
  b"\x01˜¢ù?És)½Nšá;\x1E\x04¸"
  b"\x01˜¢ù?Øq>œ+™ºÐ\x12\x15"
  b"\x01˜¢ù?ïpô‚ÖéY\x07d>"
  b"\x01˜¢ù@\x01r=ºÿ(\e\rÊ?¹"
  b"\x01˜VpUæq/¨œ§öþ›%b"
  b"\x01˜XÊN‹ríª¿ôÎãEø„"
  b"\x01˜XÊN°rQ³Kj‹òé:R"
  b"\x01˜XÊNÇr›·ƒ\t±ëÏäZ"
  b"\x01˜XÊNðs\r¶ 3ý‘B\x19U"
  b"\x01˜XÊO\rq–ž»Ì©-\x7Fº"
  b"\x01˜XÊO2p©…\x1C¯öL}ÚÏ"
  b"\x01˜XÊO`süˆ\x17óð…\œ×"
  b"\x01˜XÊVks:«Ü.ö~ásí"
  b"\x01˜XÊVšp³§S\x0E"…˜;•"
  b"\x01˜XÊVÁsCµ¢Ô5O/ÏÙ"
  b"\x01˜XÊVëqš¬Ö¬\x0E=¤^\x06"
  b"\x01˜XÊW\x17qJ³ñ?JMvÔ"
  b"\x01˜XÊW<p¸¤\x08“¿Rá\x02\x03"
  b"\x01˜XÊWorݸ¥µâ'$T_"
  b"\x01˜XÊWŽr£—Ýç±;,Zy"
  b"\x01˜XÊW°q_š5é\x1Ce‘ëÜ"
  b"\x01˜XÊWÑqiîö±Õz4z"
  b"\x01˜XÛ9®pà­þtDBEÞ;"
  b"\x01˜XÛ9Õrt»(œ=Bö+Æ"
  b"\x01•¯k–Üq\x1A’Ê}…“¼“v"
  b"\x01˜¢ùl‚s‹ª3½Ô6y>¼"
  b"\x01˜¢ùl–rßµœ+Q=ëÿ"
  b"\x01˜¢ùl«q‚b9NwÄg£"
  b"\x01˜¢ùl»r^¸ˆJüÚ=j}"
  b"""
    \x01˜¢ùlÍq-²\n
    ñ\x01Á'eÃ
    """
  b"\x01˜¢ùlÚq¥¬q×{P³¤\x05"
  b"\x01˜¢ùlðp@Œ<,Ÿ\x08»4R"
  b"\x01˜¢ùm\x04qh¯SŒ\x01\r"
  b"\x01˜¢ùm\x19r\x06¾öû\tã\x0E"
  b"\x01˜¢ùm-sïœróÍÁLÈ\x05"
  b"\x01•¯ksSq+‰g3QVçi]"
  b"\x01˜¢ù@\x18pÇ¢þ™ó-\v8\x1C"
  b"""
    \x01˜¢ù@0p\x0F“fÝ\x0E\n
    ·y%
    """
  b"\x01˜¢ù@Csi©¦ôÜnËQ"
  b"\x01˜¢ù@Rq\x14€co)f¤&É"
  b"\x01˜¢ù@`sÈŽæKˆ{J\x16Ç"
  b"\x01˜¢ù@wq\x03ªÓ§F¬Iþ]"
  b"\x01˜¢ù@Žs^¤>\x1F%^QY"
  b"\x01˜¢ù@¢pûŒ/8›‘G³„"
  b"\x01˜¢ù@³sD½¤o$Àñ\x1F"
  b"\x01˜¢ù@Êr\x16¿®DÕA²Õ("
  b"\x01˜¢ù@Ürƒ‡#\x7Fø§rѽ"
  b"\x01˜¢ù@ìqǦ=¯\x00‡ýXG"
  b"\x01˜¢ù@ÿs[’¦gԝ©Þ"
  b"\x01•¯kLp›½»TùvMûô"
  b"\x01˜¢ùqárø¼Eꉒ]òo"
  b"\x01˜¢ùqöpM‚·´È ´"
  b"\x01˜¢ùr\x07pX¨\Ú6ª4±U"
  b"\x01˜¢ùr\x1Ap§\x1Eo©(S§\v"
  b"\x01˜¢ùr,r+ºG©\x18ÁÁ\±"
  b"\x01˜¢ùr;pX\›’½Á„}"
  b"""
    \x01˜¢ùrLq¡€\n
    ¸‡ÿóRH
    """
  b"\x01˜¢ùr\q¶¡ï\eN´”î†"
  b"\x01˜¢ùrnp­Ñ¦GÏ[̾"
  b"\x01˜¢ùrrû†âíê>4#\x12"
  b"\x01˜¢ùr‘qw¯Ëë–e˜¯"
  b"\x01˜¢ùr¢p\x14•La¡'\r\k"
  b"\x01˜¢ùr¹pÁ„šm\x10²Ž³"
  b"\x01˜¢ùrÉqT›{+ø_\x10"
  b"\x01˜¢ùrÞp[ƒŠ˜;͹°½"
  b"\x01˜¢ùrïr{£Q»\x07«FÏA"
  b"\x01˜¢ùs\x03rÊ‚=\tÝýˆD"
  b"\x01˜¢ùs\x17rWœP\x7F\x05¿ým²"
  b"\x01˜¢ùs,rE²-\x02¤²TÑ"
  b"\x01˜Vp¾7rȝ\x11¢h(ò•"
  b"\x01˜XËÕMqôˆaõ‹ÇÉ|Ð"
  b"\x01˜XËÕzr\x11½•\x00LY‹„Ž"
  b"\x01˜XËՏq95\x00GÉñÀ•"
  b"\x01˜XËÕ«s-§\x015>,5ÆÜ"
  b"\x01˜XËÕÅrÝ¿vãB­Œ;X"
  b"\x01˜XËÕàp\x00\x18\x04~£;1&"
  b"\x01˜XËÕ÷rŽy÷*ÐDÄý"
  b"\x01˜XËÖ\x10qK¼¤-f>±Äg"
  b"\x01˜XÏ·Uqf§¶ \x03ÌËž-"
  b"\x01˜XÏ·vp§žküä¸òD>"
  b"\x01˜XÏ·®p\t¤"ˆ·|—‹Ç"
  b"\x01˜XÏ·Îsr¢\ed©o\v¹M"
  b"\x01˜XÏ·ïr«”ç{\f!\x17€+"
  b"\x01˜Xϸ\x11p!‘\x06ÐĐŒký"
  b"\x01˜Xϸ.s\x18+NÃB—˜"
  b"\x01˜XÛQ­qZÄ„\G3üV"
  b"\x01•¯jKAsP˜zmû(ì/S"
  b"\x01˜XÏg{rlºøB\x1AµéH©"
  b"\x01˜XÏg‘r\x06¹\x07\x17áì\x18"
  b"\x01˜XÏg«q “EÉj_\x7F\x1D»"
  b"\x01˜XÏgÄqc¾·ë’Ÿ+‡£"
  b"\x01˜XÏgÞpb¶¼\x04ÂÝ\x10ˆ"
  b"\x01˜XÏgüsᶤåŠU£_\v"
  b"\x01˜XÏh\x11q=—gEÇw§k!"
  b"\x01˜XÏh.pÊ’½)×\x0E›""
  b"\x01˜XÏhHrç™\x02Ç`F3mz"
  b"\x01˜XÏh^q\x1E´Ž\x1CÂxB("
  b"\x01˜XÏhvrˆ°"\x7FºZ¤\r\x06"
  b"\x01˜XÏhŠra¬ª;L•zƒ"
  b"\x01˜XÏh£r˜—\x01cäØCض"
  b"\x01˜XÏh¿s ³{\x02\5¿\x12"
  b"\x01˜XÏhÙpR»´âTÍÅá›"
  b"\x01˜Xې7p\x08µÂ_\ô#"
  b"\x01˜VpŠRrQª×\r[M£’x"
  b"\x01˜XÊK\x08rÛ°aΆ\x18q¾M"
  b"\x01˜XÊK!sŸ á¸Ò{ßÖ`"
  b"\x01˜XÊK@rÖ’Éæ\r.iœ˜"
  b"\x01˜XÊK_r›ŒÜq»eÊ\e"
  b"\x01˜XÊKp*€îæ\x08\x1AÌl1"
  b"\x01˜XÊK£sÛ—\x07àh„Òõ\x14"
  b"\x01˜XÊKËq¼¡éUÎk5ïº"
  b"\x01˜XÊL\x00qý—ÊH?˜ÍŠO"
  b"\x01˜XÊL5s•¢*ìxØSÇ~"
  b"\x01˜XÊLas\e¥U…"}\x1AÎç"
  b"\x01˜XÊL‹ræ“úÝr×Ê«Ô"
  b"\x01˜X˘ßp\x18¯iy8÷o4z"
  b"\x01˜X˘ÿrp¿™\x1E7£=;y"
  b"\x01˜XË™\x19r>´\x19\fì0Ê"
  b"\x01˜XË™6sÙŒ\x1FWå2\x18‘€"
  b"\x01˜XË™^rސƒ+K7â“F"
  b"\x01˜XË™tsô—`µ¦6\rüþ"
  b"\x01˜XÛ9\fs„€ßߗã9ž"
  b"\x01˜XÜ\x16\x7Fr¸©#H_\x14÷tb"
  b"\x01˜W•ôÄqTƒaÏ ïÈ\x05#"
  b"\x01˜XÊ\x18äp3‰ºŸ\x08\x13æâ@"
  b"""
    \x01˜XÊ\x19\n
    r.¡ÀÃ\x17_\x16
    """
  b"\x01˜XÊ\x19/søœa&}ýß(Ë"
  b"\x01˜XÊ\x19Jp'€=qÔF\IÌ"
  b"\x01˜XÊ\x19ip\x19ºt³ó89\x01·"
  b"\x01˜XÊ\x19˜r²…ò\x1CÞ\x13ï#k"
  b"\x01˜XÊ\x19±pè’k&Ô\x02­¤\x1D"
  b"\x01˜XË—Opx®\x06·N£Ì‘R"
  b"\x01˜XÏ»Kp/–³‹@{\x14©‹"
  b"\x01˜XÏ»esû™IŽh“Çcì"
  b"\x01˜XÏ»Žsè½ÓD²\x11«3 "
  b"\x01˜XÏ»ºq|¯\x04º\x0FôOx©"
  b"\x01˜XÏ»ÙrC¹M~LiØiÃ"
  b"\x01˜XÏ»öp­´E›¤—zîî"
  b"\x01˜XÛ5\x7FrٝkB\x17÷o\x1C+"
  b"\x01˜XÛ˜€p£¾X\x02g[]nÍ"
  b"\x01˜XÛ˜¤q\x01«¼\x01úíäR±"
  b"\x01˜XÜ\x13wq(ŽÍ̪릫ï"
  b"\x01˜XÜ9\fp—½\x04\x141¢}ó."
  b"\x01˜Vp1Ds˜B$Ò‚bh"
  b"\x01˜XË•¢r#‘¾$©å4\x01^"
  b"\x01˜XË•Ês€«¿—¾kµÆš"
  b"\x01˜XË•àsŽ€\x1EAf16¡­"
  b"\x01˜XË•ùrc´\x025Àß\x7Fù\t"
  b"\x01˜XË–\x0EpÒ¿¡\x1Aà½k\rø"
  b"\x01˜XË–*rށJ£\x04\x1E•2x"
  b"\x01˜XË–Os̐9\x08ÑŽºÁ\x14"
  b"\x01˜XË–fp@žè\x03p\x16/á("
  b"\x01˜XË–\x7FpŽ»tærq½!÷"
  b"\x01˜XË––pÁªkÓ@^\x0EÃþ"
  b"\x01˜XË–¹pî‰|ÜAçrp³"
  b"\x01˜XË–Ðqj¥ÝÜ–áõêž"
  b"\x01˜XË–îsZ„åÇ‚’D¥ç"
  b"\x01˜XË—\x08qA¤p[\r3a2è"
  b"\x01˜XË—#q$ŸúŽV„œæ¹"
  b"\x01˜XË—4q÷¬­›:tª=u"
  b"\x01˜XϹ”s.³i²Ç™Às{"
  b"\x01˜XϹ°r\x15¿*ÒÝ[‡v\x07"
  b"\x01˜XϹÆqi»0k¼Q—¹Å"
  b"\x01˜XϹÜs\x14ŽÍ\x1Fw\x1CÝ\x19?"
  b"\x01˜XϹ÷s\x1D¡\x014†ê›b\x1F"
  b"\x01˜XϺ\x15p–‚DÎØ¦Fóˆ"
  b"\x01˜XϺ2p„£µvGé\x15ìk"
  b"\x01˜XϺTrÕˆëì¤ú×98"
  b"\x01˜XϺos”¯ÌgÕ\x1A¬Ïm"
  b"\x01˜XÛJ¹røF9Ðk\x02«D"
  b"\x01˜XÛJãrÑ£ý­g%y°"
  b"\x01˜Vp9æs8“¬WšM\x17AS"
  b"\x01˜XÊ"‹r#¹{‡\x1CR,Q["
  b"\x01˜XÊ"­qS³;‚«3-\x1F"
  b"\x01˜XÊ"Ép\eö²Ð€K×\"
  b"\x01˜XÊ"åsk\x1DJÀkܳ"
  b"\x01˜XÊ#\x00r0·]a0§ø+#"
  b"\x01˜XÊ#\ep–µ\x07qv¥Ôrp"
  b"\x01˜XÊ#5p\£\x08\x0EÃ<¦"
  b"\x01˜XÊ#Vps¹ÉøÃ×ËT¯"
  b"\x01˜XÊ#qq]ªŽ–ãò1²ö"
  b"\x01˜XÊ#Žrˆ™€Ñ´–\x11bD"
  b"\x01˜XÊ#©r`¹-ÎÈ©aFÞ"
  b"\x01˜XÊ#Ísç„pÀ\x16ôº\x0Eè"
  b"\x01˜XÛ5ørb“¨M­Íü{º"
  b"\x01˜XÛ6!qW„#—zVpiR"
  b"\x01˜XÜ¡‡r$†¸…<˜å"
  b"\x01˜XÜ¡´q^‚t>ÞœV8"
  b"\x01˜XÜîŸs¤¬Î\x11l~¢ô"
  b"\x01˜XÜöÅré§Fë*†AN°"
  b"\x01•¯k\x1F\fq"‚ZPžÕ©©š"
  b"\x01˜XÐ.\x1Dp\x06˜\x07\x17ďóq"
  b"\x01˜XÐ.7q4¥{¢ù„\x02"."
  b"\x01˜XÐ.Ps½/Ö1åðƒ"
  b"\x01˜XÐ.lsɐc2¶“È\x1Cb"
  b"\x01˜XÐ.‹sú…>\f1|CÖM"
  b"\x01˜XÛ¡¼qA¾?€wÇ Óø"
  b"\x01˜XÛ¡èsŸ±•\x0EkSP±ï"
  b"\x01˜XÛ¢\x16rY·K½®\x121|‹"
  b"""
    \x01˜XÜ=#p\x05\n
    \x15\x07‹Ô­À
    """
  b"\x01˜XÜË\x01q¶‡Àvé\x16\x1Fz"
  b"\x01•¯kz±s‹‹š»Ž'\x0E^d"
  b"\x01˜¢ùHósI…åúHýƆ…"
  b"\x01˜¢ùI\x0Er‘ŒüèT²ðž"
  b"\x01˜¢ùI qö§£§\x10\x1E˜Ÿº"
  b"\x01˜¢ùI3sÚ”®Fý\x1EÕ(w"
  b"\x01˜¢ùIDsÁ©\x1F€ej-Ó±"
  b"\x01˜¢ùI_põ²±Â\x1E»ó\x00b"
  b"\x01˜¢ùIsp\x15‡|@7Á¤©ý"
  b"\x01˜¢ùI…qO—:Xbº,,Ÿ"
  b"\x01˜¢ùI“q^½Ô.l69 ž"
  b"\x01˜¢ùI¡sp\x11AÖŽ\x15"
  b"\x01˜¢ùI´r/ŸãJ÷}ÃóK"
  b"\x01˜¢ùIÆqñŽG‘œpß§¼"
  b"\x01˜¢ùIÜpý›\x02ae\x12\x0E¨"
  b"\x01˜¢ùIõpÕ†åº\x0Eû~³1"
  b"\x01˜¢ùJ\x07q\t¼¢ªQLÏ×"
  b"\x01˜¢ùJ\x19pœ¦#ñ1iµÖ\x12"
  b"\x01˜¢ùJ(q Á”°ö_Ô"
  b"\x01˜¢ùJ8prš”\rEJ©¹°"
  b"\x01˜¢ùJHs\x05§Ø)\t§\x12\x08Ü"
  b"\x01˜¢ùJ`s5’\x1DÃ’åŸy|"
  b"\x01˜¢ùJyr\x06–,…µÑY™O"
  b"\x01˜Šò·Žsr—Â9a¼3²V"
  b"\x01˜¢ùRÇsn®:\x0E\x19KH³k"
  b"\x01˜¢ùRÖp\x7F–ÙÿkJ­‚N"
  b"\x01˜¢ùRír<¨¬\x03þ\x10Ÿé¢"
  b"\x01˜¢ùS\x00pØ“Ã=o•¬Û"
  b"\x01˜¢ùS\x14qܯá\x1A³ø\x1F‰Z"
  b"\x01˜¢ùS'r\x0E´Ÿ¯Âdl\v¿"
  b"\x01˜¢ùS4rtž\x10\x03x\x1EN\ff"
  b"\x01˜¢ùS@pX¶¬\x19¾Üë""
  b"\x01˜¢ùSMpi‹ƒ¨q`rÚ\x11"
  b"\x01˜¢ùS[p3†Ð­á™jb9"
  b"\x01˜¢ùSrsƒºy(\rê»—Ë"
  b"\x01˜¢ùS„q¨Ó¶\x06ä¸xÒ"
  b"\x01˜¢ùS“rÒ¥HĐ‹{ú\x10"
  b"\x01˜¢ùS rú—‰'lGjÂQ"
  b"\x01˜¢ùS­qå‰îÄ›ÿ¿¿q"
  b"\x01˜¢ùS¾r\x1A—²àÆ,sZx"
  b"\x01˜¢ùSÌsŸí}\x07wgJ}"
  b"\x01˜¢ùSÚr‘¥Ò)çÆ/ðl"
  b"\x01˜¢ùSírz¡|3\x1E‡òÃ\x00"
  b"\x01˜¢ùT\x01p¹““_$¹Ô\x12ˆ"
  b"\x01˜¢ùT\x0Fp±¡IèY]]W\x03"
]
74 0.60 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
75 0.50 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.35 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"
]
77 0.59 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»‚ªÁ"
]
78 3.87 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¿\x0F&\j7B\f¨\x05ó<Éã/þ"
  b"ŽnÍ9ƒ\x0EEŽ›FçÜž¿\x18w"
  b"3ÌqqÈL@^´.\x02`dËôÞ"
  b"\x01Œ\x1AÈÓÙr¸˜³FŽ\x020 A"
  b"\x07\x14kçqF-ƒ½;ô§±`é"
  b"–ç«áF\x10JC·Ñöᆡ€\x16"
  b"´¡Î=\x0E¬D/€yÒÎΦ\x05K"
  b"©Ò­˜÷zB•º#\x18\x08"
  b"©"Ï¢¨ŒD#¸£µ\x16)íÈ{"
  b"\x01•¯m’Ôrò©.s–Ç7\x02Q"
  b"½S¦?\tA\x13ˆ-O˜˜hô\x1A"
  b"n”õQµ÷GJ±ŸU²?ý·T"
  b"-Äí§Î[I@±ø¸¼¼$RT"
  b"(X†Œi—I\v’-bÔÜgw™"
  b"[I=ü:NJ³ Ú^&cÕs"
  b"\fcúDޝT\x1A\x16\x07\x1F†]"
  b"öÐz¹FþI¬­=Y-ñÎbª"
  b"\x07â\x0F÷MñxÍ]:¬¢"
  b"ZP\x18Ê«õH£Žp¤o¹h\x02S"
  b"\x03ƒ‡Û—ˆM\eŽ>¬TQ^\x07^"
  b"tD:4]¥AõµÛá\x1F½E¹º"
  b"""
    û÷zÇüq@‹¨µÂ\v\n
    én=
    """
  b"\x7F(]%E\x10J8¬ô¹KÕ\x06"
  b"\x01—éÖ)—q;¼!ª*0q½ç"
]
79 0.80 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
80 0.56 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ç¡"
]
81 1.06 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/navigation/c2c220b6478248989238c07e245fca35"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
82 0.48 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:
[]
83 1.05 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"
]
84 0.82 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "AcrisTagManagerAppCS"
]
85 0.68 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"
]
86 0.79 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
87 0.31 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
88 0.23 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
89 0.39 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
90 1.17 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
91 1.07 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"|ÀÐ÷-âO\x08š¯¢4>ŒÁê"
  b"Y-Æ \x03\x17Lr“Ÿœ’\x06»ŸÈ"
  b"ÂÂ ¶G‚H˜’8À~$_Ê5"
]
92 1.30 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
93 0.74 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
94 1.05 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
95 0.91 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
96 0.99 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
97 1.00 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
98 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.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
99 0.94 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
100 1.07 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
101 1.04 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
102 0.98 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
103 1.00 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
104 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.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"ë‹ì‹ªéH-:¾˜\x03ÞTŽ"
]
105 1.25 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
106 1.30 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
107 1.08 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
108 1.08 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
109 1.12 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
110 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.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
111 1.08 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
112 1.06 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
113 1.16 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
114 1.16 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"3kO./Jc£ÐuC¶"èÔ"
]
115 1.44 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01˜åµÒçpý•Vnš;â•\t"
]
116 8.38 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/c2c220b6478248989238c07e245fca35"
  "/navigation/088cce47075247e08e3a872d5916d8b5"
  "/navigation/6146db238319420ca6ea5301e64aeab9"
  "/navigation/fda06120bc4d4a9895503a850a4bbc2c"
  "/navigation/d3e6454efa2f4989afd0d1dce8c23d3f"
  "/navigation/82294566c4064694a25d801ce8c4cf89"
  "/navigation/2adfa32a66574a40b6f721e2e5489a32"
  "/navigation/f85ebb51b0834eec8880888fe17570e1"
  "/navigation/d0b7686808c34439a974f217eae792aa"
  "/navigation/85ed4b988f1b499eb869a5fc03b5d36f"
  "/navigation/39e90e2776d4401dad8e83ed0cbcac3a"
  "/navigation/e3760ec9b03e4181aebc48a799eadeda"
  "/navigation/0e8d5f3598004c47888eef56f76c268a"
  "/navigation/f8c558b68e804990b91b6f71242b5f15"
  "/navigation/7cc0d0f72de24f089aafa2343e8cc1ea"
  "/navigation/9a0c19c9e21749709c8b7f2dbe833ef7"
  "/navigation/92a0905322144e7b9f56e1bfccad3ff9"
  "/navigation/788ed152e8b349889bb94e773c9683ac"
  "/navigation/222017e254114dad9cc8902ebedc295e"
  "/navigation/37deff31f6594da5a91d95e572eb3579"
  "/navigation/cf33e089be3f45a182da22417e0ae177"
  "/navigation/b508f3c54230428fbbd2177df060e408"
  "/navigation/f105f3c43c934df1bcee839bcb830777"
  "/navigation/782dd780c4ff42ff883f4c632448ccba"
  "/navigation/0fe8b77df58b46779275294c947bd905"
  "/navigation/b383e1d650f646cda0d10f523762a8c5"
  "/navigation/3f646aca9f284851b7cd74c811dabf9d"
  "/navigation/db61e315195b457cbedca5787f203ada"
  "/navigation/469391a875a5492fa5b63c5f1ee61d69"
  "/navigation/7a1709a514064f3684b7c5d50c42c3ad"
  "/navigation/425505f74c5c49a48bf55fe0b36f6efa"
  "/navigation/75a4d83adc9c4761b558ef79e16e83d9"
  "/navigation/cb2c63b1273145be9e3380d1a3e505f7"
  "/navigation/f7ee2e72e77f464983f9cf727bef6d32"
  "/navigation/47cfd1b5825742769946ec6179ec906f"
  "/navigation/3f4c23c1903541e199cacdde0159e768"
  "/navigation/09c96cbea6694721a641557e3899f793"
  "/navigation/af025bc2d1464b98b4869434b37bded9"
  "/navigation/e2a5facc79e44d169f8906b0f08c7c86"
  "/navigation/c59c194ab1514f10b10bfcf705e727be"
  "/navigation/ceee4a8debab47529cca2c7f0209d4e1"
  "/navigation/0b38c87530e648a089d3e4d8bb1adcf0"
  "/navigation/c5ab2a1861d74a9981261d7e5d43922b"
  "/navigation/696637456b3e497993ca7eadbfca5ddd"
  "/navigation/0975e541afe0417d9509ba869616d5c6"
  "/navigation/0d0a2d21bfc1496fbe4139eaaa6def23"
  "/navigation/be0a563d3c5c48a2a88556dc2cf6919e"
  "/navigation/67fd433bda244bf8b4af59d4190e03c7"
  "/navigation/c26fe1dcd7e54fd0ab7d58f0ad513239"
  "/navigation/ccdbc5e4b8c7408daf4c410159b8d4dc"
  "/navigation/f42a467083b04e38a38e0372b6900f62"
  "/navigation/52a13a086e634ce18f6f72b637e3f7e7"
  "/navigation/d67377796c8f4a3cb60b1b950c9f9968"
  "/navigation/afe1cb74876647e1a90db46c70bccebd"
  "/navigation/eda38c72035d4089a07c8c7201e9f65d"
  "/navigation/062f14f9c9a0487db02eae5a3e9adb11"
  "/navigation/bb5f7881fa724731bc790b6584dc01e2"
  "/navigation/5a6c761d8c164263ae56c5c605788f1f"
  "/navigation/c556325d1dc54036acd3d1a0c19b0734"
  "/navigation/1719dabe0e6347acb3219a77f5c9bdef"
  "/navigation/1a0d277741964e2bb69537fe7c9fff8d"
  "/navigation/52946dabdeb34e4faa80bc43b8754e48"
  "/navigation/24d27889234f4f95888b48e7f94953bc"
  "/navigation/74ec89fc157143b8b1e54404e6927a0b"
  "/navigation/f8400603f7f34ab1b16afe1e55f9bd89"
  "/navigation/fe16ab5555ca4b5bb56b4c3c7cf43487"
  "/navigation/075ee8e3fef6445e94a3471140baa5fe"
  "/navigation/8bd5623be4cf4805b79b1dc61b73f4a9"
  "/navigation/256506a01f184cc6879e658b483d48cc"
  "/navigation/d5be655976be4259b7d6a6c88436090b"
  "/navigation/52edf1c9d90e4907a30d3d9c121358eb"
  "/navigation/e252159a06e6408ab9d546d5b0b375ed"
  "/navigation/3a5c913adb774d99ab0245a1735f0a97"
  "/navigation/998a2987292f4040a20e495a584dc033"
  "/navigation/90a0c113abcf42c08b0588b40bbebb6e"
  "/navigation/ea795d635cc4409baafc3c091e50d55d"
  "/navigation/db7c411e11044d64b8fe4491836d1498"
  "/navigation/60d8b4a0293a498a99576b1864e05aa8"
  "/navigation/fb94d9f77b1648a599ecfce531b61579"
  "/navigation/9c24edcd5f9d4defafe656b3bb87eab4"
  "/navigation/4fac7ef61f48411ba03fe3749d90c071"
  "/navigation/eed6fce7b4a346c3b778ccdded7325ba"
  "/navigation/538934efa9804fcaa043a17b1cdaa3d8"
  "/navigation/57705ed93cc140bcb5417f2892c19499"
  "/navigation/8d38a5ff1e9243a186bd2115ff9eadc2"
  "/navigation/c32fa5d21dea40529095be5925262783"
  "/navigation/67f198396c94456190f14358f931c26a"
  "/navigation/025cbb13c47f42968331904c0259de0e"
  "/navigation/b72d96e714ad474eb1f1a4766cdd3aa7"
  "/navigation/c3e7a0014e394592ad0a18a8cfaf3372"
  "/navigation/8380c2c0292e4c2b995f17ac96fc221a"
  "/navigation/8ed7c5c8ce2042b3aa14428457c2a6d2"
  "/navigation/2ffd9e9d00f64b7ca75bbe1e2c061f9c"
  "/navigation/018a1991bbce4cc3a0b36881e0609858"
  "/navigation/80275fec53cc4418b13757780d0a391a"
  "/navigation/7d831bc424f94acbaded4c192b90ab00"
  "/navigation/c13385ceea66432ebf9c90b5241245fa"
  "/navigation/c21ad6b9a2674c9bbc7fc887a8f4baf8"
  "/navigation/1bfc9663a98d43ee976a5d72a1f6f952"
  "/navigation/d0b5244b803e4d8689f0cf29d1783d69"
  "/navigation/7d696320009349f59d8b4d4ae689fa0e"
  "/navigation/e162efe6834c4c18a37d89df24a85ee9"
  "/navigation/6b17b411b0894416bbec2e6152923c55"
  "/navigation/788233ee30fd4dd5bccdf1cc78307e71"
  "/navigation/68058afef9e146cfa6ac22b9ddc9b259"
  "/navigation/b34c881b75064164b353bc1dec6ac68e"
  "/navigation/c7785ee97b314f3db03edee3d9737975"
  "/navigation/93402c7a97f949a096f24dfb66d62f12"
  "/navigation/705c5df17ecd4d4e8b66cb875c4ac4a4"
  "/navigation/95e119c707fb4f108af00dabc98c1b59"
  "/navigation/517d5b4be04e48ccba78dc027a40488f"
  "/navigation/8298961aeeeb4684acbb6dbd68f4f6fa"
  "/navigation/abe4e14d48e6413d9388df40cbe44f08"
  "/navigation/a3a47692c1f14c2c8db71eecce611eca"
  "/navigation/61deb88a56e04e1c928430569113bfba"
  "/navigation/10c26629e81346f194fe697b7a75e294"
  "/navigation/9e5251b3eb3f4a268bcae8a4a30ff7f2"
  "/navigation/b589d61a2f434726a18b59767a95b99e"
  "/navigation/4400d71f465e4cd7b4242b941296f472"
  "/navigation/b732f1a97a4e44c2be17c49db554a84d"
  "/navigation/4cf6563db8b14e28b849ce9332d755ec"
  "/navigation/6e95e7e6d0f84c22ba20dfd7981594cb"
  "/navigation/ff333e1dabef4c5983af1122ed798d3e"
  "/navigation/4d22db93233d4086bfee36ef3b1f35f6"
  "/navigation/4d02dbf4122e4058bf2080900a44455a"
  "/navigation/119ae3d12644495fa6f3618364cbb727"
  "/navigation/e46870e430b747ecb2d349c455263141"
  "/navigation/be23eb58dd78417f8787ee0c6ebe330c"
  "/navigation/466647936cab40d3904d2d31ca2cf3e6"
  "/navigation/f4a44516f22b4cc8954b3cb231002411"
  "/navigation/7df08da7978d4247900f9270108bb595"
  "/navigation/d59c6fa53fc64f14ae6ee401298ee9ec"
  "/navigation/3647c4d5b9864b9797613bd740285d81"
  "/navigation/11aa8af2e5914337b80147fb3b417f01"
  "/navigation/c35da5cb62394401bb4b8a27e9e9e4ba"
  "/navigation/482b53ae8e0342b0959994dcfd22ebef"
  "/navigation/e0b14a92d05640fe9aaa7f5838123bed"
  "/navigation/2cc6f0ad58cc41f7a1e0fee5a8d69afd"
  "/navigation/522abd10811146118388dd8d252c644a"
  "/navigation/f16e91784bf44ba98025bf6d4b960eff"
  "/navigation/09e908767248492d933a52cb3f9f117b"
  "/navigation/5a365c2907fc4b92ad6865ca0dce12d4"
  "/navigation/50590070321b4992b1815c059ad59ca4"
  "/navigation/99a15c90b32244f29da88b4ab4ee3239"
  "/navigation/c2f3b04dff2648469829fa9e2f5705f9"
  "/navigation/935166103a3e490095790d4ccc314086"
  "/navigation/a25c08ee2a204af59f5efa21e30090f4"
  "/navigation/361443a7216249de96928e3d5004f452"
  "/navigation/e5b8cb522b544f1c99362ac233994e00"
  "/navigation/afc70d4cc4704282906ced99404f7a72"
  "/navigation/82b3c25a888a4ebeb5fb661ec00b8abb"
  "/navigation/cd6a8dabe66241b5ab003a60e73670fe"
  "/navigation/d84d88b1caa34b40ae32fc89a82632aa"
  "/navigation/1832298afded43d0bafb4f9adffb7f7b"
  "/navigation/47d9feac11ec4dd4aa2ca28ef647487d"
  "/navigation/11e80a654d334dae8b0a865222914898"
  "/navigation/6b1f36d3c3c74106a1e79c36f4213bc7"
  "/navigation/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/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/0195af6b1f0c7122825a509ed5a9a99a"
  "/detail/01985670be3772c89d11a2689d28f295"
  "/detail/01985670bef57013b3a7df713a2e4dc2"
  "/detail/01985730a7ed73ff8496137f70e9301b"
  "/detail/0195af6a458470f0b6c33a0a5de03291"
  "/detail/0195af6a4b417350987a6dfb28ec2f53"
  "/detail/0198567031447381984224d282629d68"
  "/detail/01985795f4c471548361cf20efc80523"
  "/detail/019856708a527251aad70d5b4da39278"
  "/detail/01985771199c729699b33bb378bf3708"
  "/detail/0198567039e6733893ac579a4d174153"
  "/detail/0198567055e6712fa89ca7f6fe9b2562"
  "/detail/019856703fdd73bc8a8807c738d1b82e"
  "/detail/0195af6b79947367a4b2281afcdccb54"
  "/detail/0195af6b727d722a8dc618895ff19ac3"
  "/detail/0198a2f93e8272528efba269b8a3cc6f"
  "/detail/0195af6b7353712b8967335156e7695d"
  "/detail/0198a2f9408d735ea43e1f258f5e5159"
  "/detail/0195af6b7ab1738b8b9abb8e270e5e64"
  "/detail/0195af6b8e2270f6bf03a7868acb8aa1"
  "/detail/0198a2f9646c7224bb2e37fb0f6e9667"
  "/detail/01989e86243173adbf283cd5cc7be473"
  "/detail/0198a08bd9b173959b0bcb619a58bd03"
  "/detail/0198a08bdd8471ff9395227fd5f77eed"
  "/detail/0195af6b96dc711a92ca7d8593bc9376"
  "/detail/01988af2b78e737297c23961bc33b256"
  "/detail/0195af6b9d4c709bbdbb54f9764dfbf4"
  "/detail/0197e9d629b07348aaf91e1bd3870e63"
  "/detail/0197e9efa88970d4a7ba65374844a29b"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
117 0.73 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.