GET https://dev.cas-technik.de/detail/0190ba6cc9e57216b6b3d703dfc722ae

Query Metrics

115 Database Queries
80 Different statements
339.63 ms Query time

Queries

Group similar statements

# Time Info
1 0.58 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 1.00 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.25 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.39 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.64 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 1.05 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ç¡"
  "detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "detail/0190ba6cc9e57216b6b3d703dfc722ae/"
]
7 0.65 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ç¡"
  "/detail/0190ba6cc9e57216b6b3d703dfc722ae"
]
8 0.34 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 97.37 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:
[
  "//detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "/detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "https://dev.cas-technik.de/detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "https://dev.cas-technik.de//detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "/detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "//detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "detail/0190ba6cc9e57216b6b3d703dfc722ae"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
10 0.48 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "4nMl1gFkT0h7AN3Syqwbtt3STS1HUbkl"
]
11 0.40 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "4nMl1gFkT0h7AN3Syqwbtt3STS1HUbkl"
]
12 0.37 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.57 ms
# product-detail-route::check-variant-listing-config
            SELECT
                variant_listing_config as variantListingConfig,
                parent_id as parentId
            FROM product
            WHERE id = ?
            AND version_id = ?
Parameters:
[
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
14 1.35 ms
# product-detail-route::find-best-variant::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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  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†Ž
    """
  null
  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†Ž
    """
  null
  null
]
15 1.10 ms
# product-detail-route::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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) 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Ž^ /\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†Ž
    """
  null
  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†Ž
    """
  null
  null
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
]
16 4.03 ms
# product-detail-route::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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`file_hash` as `product.manufacturer.media.fileHash`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `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`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.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.swagCustomizedProductsTemplate`.`id` as `product.swagCustomizedProductsTemplate.id`, `product.swagCustomizedProductsTemplate`.`version_id` as `product.swagCustomizedProductsTemplate.versionId`, `product.swagCustomizedProductsTemplate`.`parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId`, `product.swagCustomizedProductsTemplate`.`internal_name` as `product.swagCustomizedProductsTemplate.internalName`, `product.swagCustomizedProductsTemplate`.`active` as `product.swagCustomizedProductsTemplate.active`, `product.swagCustomizedProductsTemplate`.`step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep`, `product.swagCustomizedProductsTemplate`.`confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput`, `product.swagCustomizedProductsTemplate`.`options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse`, `product.swagCustomizedProductsTemplate`.`decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree`, `product.swagCustomizedProductsTemplate`.`media_id` as `product.swagCustomizedProductsTemplate.mediaId`, `product.swagCustomizedProductsTemplate`.`created_at` as `product.swagCustomizedProductsTemplate.createdAt`, `product.swagCustomizedProductsTemplate`.`updated_at` as `product.swagCustomizedProductsTemplate.updatedAt`, `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName`, `product.swagCustomizedProductsTemplate.translation.description`, `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description`, `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product`.`swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate`.`id` AND IFNULL(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) = `product.swagCustomizedProductsTemplate`.`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.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`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.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`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` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_id`, `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_version_id`, `product.swagCustomizedProductsTemplate.translation`.`display_name` as `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation`.`description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation`.`language_id` = ?) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate`.`id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate`.`version_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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
]
17 0.52 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
18 0.94 ms
# product-detail-route::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"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
]
19 1.20 ms
# product-detail-route::association::properties::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"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\x16²@­üZAú¿\x0FJV®T\x1DÚ"
  b"\x18¤CkÖ8Hx½)%¯\x06k\f"
  b"""
    \x1Dêmúß\n
    L’&¶ýù‘í
    """
  b"\x1F½‚ǃ†Kï“ò–|µÂ4î"
  b" RžH>”EN±`?žß+/`"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"^¨ÎzDKU”YC\x13¡óM\x03"
  b"aI°6¢tD[ŽlÙ¼¬Šêw"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"""
    u\x04³\n
    v7Ah¿Í7RoÊ^Ú
    """
  b"w[\e“äßJI¿VZ¼%6ñŽ"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x07¤M®\x02Bn‰ô>rñ\x02J5"
  b"€|»®+ýEü±ì$\r²DýD"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"Œ\v«®»\x14KÜœ5ºœ%ömö"
  b"œ;ø\x03ÅUN“$U2O… "
  b"¢azƒ“¼Kt‡>žºûÐ"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    è\n
    ßS'\x03H\x1A±\x18Ž\evÄ(\x0F
    """
  b"ðAVlcöMdX¶°a‡ìû"
]
20 1.91 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, `main_category.category.translation.name` as `main_category.category.name`, `main_category.category.translation.breadcrumb`, `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, `main_category.category.translation.slotConfig` as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, `main_category.category.translation.linkType` as `main_category.category.linkType`, `main_category.category.translation.internalLink`, `main_category.category.translation.internalLink` as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, `main_category.category.translation.externalLink` as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab`, `main_category.category.translation.description`, `main_category.category.translation.description` as `main_category.category.description`, `main_category.category.translation.metaTitle`, `main_category.category.translation.metaTitle` as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, `main_category.category.translation.metaDescription` as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, `main_category.category.translation.keywords` as `main_category.category.keywords`, `main_category.category.translation.customFields`, `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.`category_id`, `main_category.category.translation`.`category_version_id`, `main_category.category.translation`.`breadcrumb` as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.`name` as `main_category.category.translation.name`, `main_category.category.translation`.`custom_fields` as `main_category.category.translation.customFields`, `main_category.category.translation`.`slot_config` as `main_category.category.translation.slotConfig`, `main_category.category.translation`.`link_type` as `main_category.category.translation.linkType`, `main_category.category.translation`.`internal_link` as `main_category.category.translation.internalLink`, `main_category.category.translation`.`external_link` as `main_category.category.translation.externalLink`, `main_category.category.translation`.`link_new_tab` as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.`description` as `main_category.category.translation.description`, `main_category.category.translation`.`meta_title` as `main_category.category.translation.metaTitle`, `main_category.category.translation`.`meta_description` as `main_category.category.translation.metaDescription`, `main_category.category.translation`.`keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.`language_id` = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.`category_version_id` = `main_category.category`.`version_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
21 1.71 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`file_hash` as `product_media.media.fileHash`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?))) ORDER BY `product_media`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
22 0.82 ms
# product-detail-route::association::reviewSummaries::read
SELECT `product_review_summary`.`id` as `product_review_summary.id`, `product_review_summary`.`product_id` as `product_review_summary.productId`, `product_review_summary`.`product_version_id` as `product_review_summary.productVersionId`, `product_review_summary`.`sales_channel_id` as `product_review_summary.salesChannelId`, `product_review_summary`.`created_at` as `product_review_summary.createdAt`, `product_review_summary`.`updated_at` as `product_review_summary.updatedAt`, `product_review_summary.translation.summary`, `product_review_summary.translation.summary` as `product_review_summary.summary`, `product_review_summary.translation.visible`, `product_review_summary.translation.visible` as `product_review_summary.visible` FROM `product_review_summary` LEFT JOIN (SELECT `product_review_summary.translation`.`product_review_summary_id`, `product_review_summary.translation`.`summary` as `product_review_summary.translation.summary`, `product_review_summary.translation`.`visible` as `product_review_summary.translation.visible` FROM `product_review_summary_translation` `product_review_summary.translation` WHERE `product_review_summary.translation`.`language_id` = ?) `product_review_summary.product_review_summary_translation` ON `product_review_summary.product_review_summary_translation`.`product_review_summary_id` = `product_review_summary`.`id` WHERE (`product_review_summary`.`product_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
23 1.95 ms
# product-detail-route::association::acrisDownloads::read
SELECT `acris_product_download`.`id` as `acris_product_download.id`, `acris_product_download`.`media_id` as `acris_product_download.mediaId`, `acris_product_download`.`preview_media_id` as `acris_product_download.previewMediaId`, `acris_product_download`.`product_id` as `acris_product_download.productId`, `acris_product_download`.`download_tab_id` as `acris_product_download.downloadTabId`, `acris_product_download`.`product_version_id` as `acris_product_download.productVersionId`, `acris_product_download`.`language_ids` as `acris_product_download.languageIds`, `acris_product_download`.`position` as `acris_product_download.position`, `acris_product_download`.`preview_image_enabled` as `acris_product_download.previewImageEnabled`, `acris_product_download`.`created_at` as `acris_product_download.createdAt`, `acris_product_download`.`updated_at` as `acris_product_download.updatedAt`, `acris_product_download.downloadTab`.`id` as `acris_product_download.downloadTab.id`, `acris_product_download.downloadTab`.`internal_id` as `acris_product_download.downloadTab.internalId`, `acris_product_download.downloadTab`.`priority` as `acris_product_download.downloadTab.priority`, `acris_product_download.downloadTab`.`created_at` as `acris_product_download.downloadTab.createdAt`, `acris_product_download.downloadTab`.`updated_at` as `acris_product_download.downloadTab.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_product_download.downloadTab.rules.mapping`.`rule_id`) SEPARATOR '||')
                  FROM `acris_download_tab_rule` `acris_product_download.downloadTab.rules.mapping`
                  WHERE `acris_product_download.downloadTab.rules.mapping`.`tab_id` = `acris_product_download.downloadTab`.`id` ) as `acris_product_download.downloadTab.rules.id_mapping`, `acris_product_download.downloadTab.translation.displayName`, `acris_product_download.downloadTab.translation.displayName` as `acris_product_download.downloadTab.displayName`, `acris_product_download.media`.`id` as `acris_product_download.media.id`, `acris_product_download.media`.`user_id` as `acris_product_download.media.userId`, `acris_product_download.media`.`media_folder_id` as `acris_product_download.media.mediaFolderId`, `acris_product_download.media`.`mime_type` as `acris_product_download.media.mimeType`, `acris_product_download.media`.`file_extension` as `acris_product_download.media.fileExtension`, `acris_product_download.media`.`uploaded_at` as `acris_product_download.media.uploadedAt`, `acris_product_download.media`.`file_name` as `acris_product_download.media.fileName`, `acris_product_download.media`.`file_size` as `acris_product_download.media.fileSize`, `acris_product_download.media`.`media_type` as `acris_product_download.media.mediaTypeRaw`, `acris_product_download.media`.`meta_data` as `acris_product_download.media.metaData`, `acris_product_download.media`.`config` as `acris_product_download.media.config`, `acris_product_download.media`.`path` as `acris_product_download.media.path`, `acris_product_download.media`.`private` as `acris_product_download.media.private`, `acris_product_download.media`.`thumbnails_ro` as `acris_product_download.media.thumbnailsRo`, `acris_product_download.media`.`file_hash` as `acris_product_download.media.fileHash`, `acris_product_download.media`.`created_at` as `acris_product_download.media.createdAt`, `acris_product_download.media`.`updated_at` as `acris_product_download.media.updatedAt`, `acris_product_download.media.translation.title`, `acris_product_download.media.translation.title` as `acris_product_download.media.title`, `acris_product_download.media.translation.alt`, `acris_product_download.media.translation.alt` as `acris_product_download.media.alt`, `acris_product_download.media.translation.customFields`, `acris_product_download.media.translation.customFields` as `acris_product_download.media.customFields`, `acris_product_download.translation.title`, `acris_product_download.translation.title` as `acris_product_download.title`, `acris_product_download.translation.description`, `acris_product_download.translation.description` as `acris_product_download.description` FROM `acris_product_download` LEFT JOIN `acris_download_tab` `acris_product_download.downloadTab` ON `acris_product_download`.`download_tab_id` = `acris_product_download.downloadTab`.`id` LEFT JOIN `media` `acris_product_download.media` ON `acris_product_download`.`media_id` = `acris_product_download.media`.`id` LEFT JOIN (SELECT `acris_product_download.translation`.`acris_product_download_id`, `acris_product_download.translation`.`title` as `acris_product_download.translation.title`, `acris_product_download.translation`.`description` as `acris_product_download.translation.description` FROM `acris_product_download_translation` `acris_product_download.translation` WHERE `acris_product_download.translation`.`language_id` = ?) `acris_product_download.acris_product_download_translation` ON `acris_product_download.acris_product_download_translation`.`acris_product_download_id` = `acris_product_download`.`id` LEFT JOIN (SELECT `acris_product_download.downloadTab.translation`.`acris_download_tab_id`, `acris_product_download.downloadTab.translation`.`display_name` as `acris_product_download.downloadTab.translation.displayName` FROM `acris_download_tab_translation` `acris_product_download.downloadTab.translation` WHERE `acris_product_download.downloadTab.translation`.`language_id` = ?) `acris_product_download.downloadTab.acris_download_tab_translation` ON `acris_product_download.downloadTab.acris_download_tab_translation`.`acris_download_tab_id` = `acris_product_download.downloadTab`.`id` LEFT JOIN (SELECT `acris_product_download.media.translation`.`media_id`, `acris_product_download.media.translation`.`alt` as `acris_product_download.media.translation.alt`, `acris_product_download.media.translation`.`title` as `acris_product_download.media.translation.title`, `acris_product_download.media.translation`.`custom_fields` as `acris_product_download.media.translation.customFields` FROM `media_translation` `acris_product_download.media.translation` WHERE `acris_product_download.media.translation`.`language_id` = ?) `acris_product_download.media.media_translation` ON `acris_product_download.media.media_translation`.`media_id` = `acris_product_download.media`.`id` WHERE (`acris_product_download`.`product_id` IN (?, ?)) ORDER BY `acris_product_download`.`position` ASC, LENGTH(COALESCE(`acris_product_download.translation.title`)) ASC, COALESCE(`acris_product_download.translation.title`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
24 0.79 ms
# product-detail-route::association::acrisLinks::read
SELECT `acris_product_link`.`id` as `acris_product_link.id`, `acris_product_link`.`product_id` as `acris_product_link.productId`, `acris_product_link`.`product_version_id` as `acris_product_link.productVersionId`, `acris_product_link`.`language_ids` as `acris_product_link.languageIds`, `acris_product_link`.`position` as `acris_product_link.position`, `acris_product_link`.`url` as `acris_product_link.url`, `acris_product_link`.`link_target` as `acris_product_link.linkTarget`, `acris_product_link`.`created_at` as `acris_product_link.createdAt`, `acris_product_link`.`updated_at` as `acris_product_link.updatedAt`, `acris_product_link.translation.title`, `acris_product_link.translation.title` as `acris_product_link.title`, `acris_product_link.translation.description`, `acris_product_link.translation.description` as `acris_product_link.description` FROM `acris_product_link` LEFT JOIN (SELECT `acris_product_link.translation`.`acris_product_link_id`, `acris_product_link.translation`.`title` as `acris_product_link.translation.title`, `acris_product_link.translation`.`description` as `acris_product_link.translation.description` FROM `acris_product_link_translation` `acris_product_link.translation` WHERE `acris_product_link.translation`.`language_id` = ?) `acris_product_link.acris_product_link_translation` ON `acris_product_link.acris_product_link_translation`.`acris_product_link_id` = `acris_product_link`.`id` WHERE (`acris_product_link`.`product_id` IN (?, ?)) ORDER BY `acris_product_link`.`position` ASC, LENGTH(COALESCE(`acris_product_link.translation.title`)) ASC, COALESCE(`acris_product_link.translation.title`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
25 0.63 ms
# product-detail-route::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ºlÉår\x16¶³×\x03ßÇ"®"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
26 0.69 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"
]
27 0.68 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
28 0.99 ms
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category`.`id` = `category.swagDynamicAccessRules.mapping`.`category_id`  AND `category`.`version_id` = `category.swagDynamicAccessRules.mapping`.`category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping`.`rule_id` = `category.swagDynamicAccessRules`.`id`  WHERE (`category`.`version_id` = ?) AND (((`category.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) OR `category.swagDynamicAccessRules`.`id` <=> ?))) AND (`category`.`id` IN (?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  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†Ž
    """
  null
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
29 0.44 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
30 0.41 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"
]
31 2.95 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"l‚žu¢¬N‰šÏÍšä´¶"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
32 14.79 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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ºUhßrï±Qm\x0EÈVNë"
  b"\x01ºlɐp2¹£µ§\x16¶ýË"
  b"\x01ºlÉÀr¼„6uˆþÉ3»"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"\x01ºlÎÞr¨˜`ö|ߎZ\x05"
  b"\x01ºlÏ-pu½Õ\x13ûëËÚ–"
  b"\x01ºlÏQp_¬Dx¸[/“b"
  b"\x01ºlÏqs‘%\x07*ä÷©Í"
  b"\x01ºlÏ’p\x14²¸\x16‰ýýs³"
  b"\x01ºlϵsø²&®ñwéF–"
  b"\x01ºlÏÝs.ƒ\x05ž¥º\x14à§"
  b"\x01ºlÏÿr¯«×P`M¯\x10æ"
  b"\x01ºlÐ$p\x04‘ý\tÚ¾ŒŽ="
  b"\x01ºlÐ?q“¼Á@7P±€Ô"
  b"\x01ºlÐ\r$´òfÁŽ´\x01("
  b"\x01ºlÐtp9½õ\x14vLƒ;_"
  b"\x01ºlЛq”P\x1DCxC\x1Co"
  b"\x01ºlÐÆp‘²¤2ò0Ú¡Ø"
  b"\x01ºlÐñsiH†¢¾Ñ޵"
  b"\x01ºlÑ#q¡… ˆEå""
  b"\x01ºlÑPp\x04¯I·f\x7FÏÖ"
  b"\x01ºlÑtrlŠÚ\x03¾ü¯wæ"
  b"\x01ºlÑ™q®ïçˆÞ˜ Í"
  b"\x01ºlѼpSµ˜K\x14µmC]"
  b"\x01ºlÑärpœ"ÖA¿ûÝS"
  b"\x01ºlÒ\x06sˆ·äd)ß\x14Ðà"
  b"\x01ºlÒ)r(±¡¤•bïl•"
  b"\x01ºlÒQsmƒO*½E^òà"
  b"\x01ºlÒ{p]¥C¨C»Ã÷T"
  b"\x01ºlÒšs­½²žluÂ4\x04"
  b"\x01ºlÒÀršÞ\nÌ´\x00\x00æ"
  b"\x01ºlÒèpcOEìko\eS"
  b"\x01ºlÓ\x11sGŒ'Éã0=i\x03"
  b"\x01ºlÓ@r=›ì§\x16\x04\x03ã_"
  b"\x01ºlÓpqmš[Ißàê\x19\x00"
  b"\x01ºlÓ£s¥²Æ§+ÜJ?Ú"
  b"\x01ºlÓÎq»šp\rwܱƒë"
  b"\x01ºlÓùq‰¸ã¹\x10iì«‹"
  b"\x01ºlÔ\x17qÙž\rþ¿k|\x18"
  b"\x01ºlÔ8qê¢ÄÎ1Jb'9"
  b"\x01ºlÔ[s§³Ó®Ô\x01\v"
  b"\x01ºlÔ†p†•I£ææ)Ús"
  b"\x01ºlÔ¹rÖ½ú•|„X¼"
  b"\x01ºlÔîsõ‚Î\x07_\x1EQ·£"
  b"\x01ºlÕ\x1Ap¹±ßl\x0F÷\v{"
  b"\x01ºlÕ>rXÖ\x03Ðø\x0E¦Ê"
  b"\x01ºlÕbsw…7¼sfeâÝ"
  b"\x01ºlÕ‚q±’ÿ²ÔÅž„1"
  b"\x01ºlÕ sŸ±\x08¿˜Œý\x03-"
  b"\x01ºlÕ¾rª€ôž‘î\x12¾Ê"
  b"\x01ºlÕês~¥K!ÌŠ[aÏ"
  b"\x01ºlÖ\x10s”éYP{ÇP_"
  b"\x01ºlÖ-rxƒZë䋦 _"
  b"\x01ºlÖLp0†¨~ûÀ|*i"
  b"\x01ºlÖjs5Í·ãotìÑ"
  b"\x01ºlÖˆr“¢DèúÀ„\x1FN"
  b"\x01ºlÖ¦r·¶\x1Ds1“‘ðâ"
  b"\x01ºlÖÇp'ŠÐ”îà=\x1F"
  b"\x01ºlÖîq‰˜{ÐK$é@å"
  b"\x01ºl×\x1Are®”~\fËão\x1F"
  b"\x01ºl×@s‡mßûk‡YQ"
  b"\x01ºl×_p쒏=\x0E\x133zw"
  b"\x01ºl׃qZ­„D\x16rk=\x14"
  b"\x01ºl×§q§´°¸·ÅJgj"
  b"\x01ºl×ËrŒkGpV>­Ô"
  b"\x01ºl×õrgž5¹*m!y\x03"
  b"\x01ºlØ"pÔ†Œ¶‚xcØy"
  b"\x01ºlØKpͳšˆ¨èÃo"
  b"\x01ºlØopl¹¸ûr‰N\x15{"
  b"\x01ºl؉sëŽvüR<&Ø7"
  b"\x01ºlبqø¼Æ¬.­Ü™«"
  b"\x01ºlØÇqý3Z„i¦•/"
  b"\x01ºlØèq\x1F¯Ò\x07‚Ž\x00„o"
  b"\x01ºlÙ\tp@¬– š•7\x0Et"
  b"\x01ºlÙ.r\x7F³Õ\x17”)ªQ-"
  b"\x01ºlÙIpŸ^©\x05× |Œ"
  b"\x01ºlÙash…"ž8YZz"
  b"\x01ºlÙ}r¶žõl\WV8û"
  b"\x01ºlÙ™pv”9Þ“Jæ”="
  b"\x01ºlÙ¹rð³PÁÃ\x05\x7FÈ]"
  b"\x01ºlÙ×s=¬N’\x1Ae>\ti"
  b"\x01ºlÙós‡=³§\x01ÈÑ\x1D"
  b"\x01ºlÚ\x1Fq7¥§¯•–þÛñ"
  b"\x01ºlÚDs4†3P\x0FÛÛÜÀ"
  b"\x01ºlÚ]sPŒg:øJ¿\,"
  b"\x01ºlÚurž߅üÏF´"
  b"\x01ºlÚ™p©¥#®NÜH× "
  b"\x01ºlÚºqá‚ϬÆÓÂÔo"
  b"\x01ºlÚ×s\‚‡ƒó³àFh"
  b"\x01ºlÚôsÛ£¤W™¹Â\x07Å"
  b"\x01ºlÛ\esî¾E\x1C3\x160‹"
  b"\x01ºlÛJrƒ…ßÔ·ZN{ç"
  b"\x01ºlÛtps©¸"ž]9xO"
  b"\x01ºlÛ—qõ¿Ü¡¼\x1Awb„"
  b"\x01ºlÛ½pÀž¥Â6õZâÚ"
  b"\x01ºlÛås7‘e€X¨5p>"
  b"""
    \x01ºlÜ\n
    q¨¦ŽæB˜±&F
    """
  b"\x01ºlÜ3p¬²çð\x17\x14"
  b"\x01ºlÜ]pdÁUbxö\\x1A"
  b"\x01ºlÜŒp8¶\x0F›ù—Ã\x16ð"
  b"\x01ºlܸq0’W\x07ã9K½Î"
  b"\x01ºlÜ×rç¯ð®êò\\t"
  b"\x01ºlÜûqï©æWºXÈTÉ"
  b"\x01ºlÝ"s“¶[ÓSMt\Ý"
  b"\x01ºlå¡s ¡ø‡… ‚&½"
  b"\x01ºlåóqo˜\fƒ…W™1X"
  b"""
    \x01ºlæ0r¼®¨\x1Eó†\n
    Ÿ
    """
  b"\x01ºlæls—˜£\x085\x01\x11"
  b"""
    \x01ºlæ¬qk§FÕ\x15\n
    sta
    """
  b"\x01ºlæâs\x13©g¥Û\x1F±Œø"
  b"\x01ºlç\x08r\f´KÅB\v/\x02Æ"
  b"\x01ºlç3pR„¯üw\x16rè3"
  b"\x01ºlçapи){©QÆôj"
  b"\x01ºlç€q‚¼rå\x17îd"
  b"\x01ºlç¢s½n"\x08°;é"
  b"\x01ºlçÈp\x1D:Ãæ:\x11"
  b"\x01ºlçïr2™\x0E…f™v‚}"
  b"\x01ºlè\x16s{Š“í\x13"•\v\v"
  b"\x01ºlè<sÕºrõ×%Èâï"
  b"\x01ºlèas÷(¤ðJˆN’"
  b"\x01ºlèˆpš‹Û,¾iD¡c"
  b"\x01ºlè«p†\f¥˜EªÀ"
  b"\x01ºlèÐqŠ¢*T\x16‡O\x05"
  b"\x01ºlèörÔ’As¿û ‘y"
  b"\x01ºlé\x16q‡›CiW'ÕN§"
  b"\x01ºlé3sÃŽj˜\x7FE\x04cQ"
  b"\x01ºléSrÏ߼Þ=\x11d—"
  b"\x01ºléssœ¬à\x12ú›\x18á¯"
  b"\x01ºlé’r/’ˆ¡‘{etS"
  b"\x01ºlé°qƱ´\x17\x04`h5l"
  b"\x01ºléÒpj J]#\x00Å\f4"
  b"\x01ºléórg€B‰ORv‹É"
  b"\x01ºlê\x17s㬎RJ!\x14[9"
  b"""
    \x01ºlê8sÚ¼N\x1AN\n
    ™g]
    """
  b"\x01ºlêZs\x12›\x1D™œ\x11\x16á"
  b"\x01ºlê|rŽœSÿW”93œ"
  b"\x01ºlê§qÑ‹©\x1CTÆ¥Î="
  b"\x01ºlêÓq\r¼\x19\x13±_í5\x18"
  b"\x01ºlë\x05q=¥`ÓRíW½„"
  b"\x01ºlë5sbª]\x13éX3`/"
  b"\x01ºlëbr…”\x1Aúp\e\f"
  b"\x01ºlë‘q2ƒÐÈRº\x04"
  b"\x01ºlë³r¢ŽôÊ>Y©\x7Fu"
  b"\x01ºlëÔrì“Çó2©Õëõ"
  b"\x01ºlëþs]¸¶àV\x08¼ %"
  b"""
    \x01ºlì qò²+S>v.\n
    o
    """
  b"\x01ºlìHq÷¾\v\x1D\v\x17\x05t@"
  b"\x01ºlìssWñV©\x1D-Ñb"
  b"\x01ºlì›q…­×ª\x14éËÑ\t"
  b"\x01ºlìÁq½¦©3Ñæùý½"
  b"\x01ºlììqõ´fÁ4‘éD"
  b"\x01ºlí\x11qÑŒmõÅdSk"
  b"\x01ºlí7s“¶‹žKkdit"
  b"\x01ºlí[p>¸ºg\x04\x0ES&T"
  b"\x01ºlí~r¢§´×…þO—\x08"
  b"\x01ºlí©rj·Ì±æáRH!"
  b"\x01ºlíÐrž”[ð± â·Y"
  b"\x01ºlíûsäµÃ\(@Nûº"
  b"\x01ºlî$r\x18‘?(PÑ)¼Õ"
  b"\x01ºlî>sð²±–\x18¼Ùó÷"
  b"\x01ºlîWq\‹W\x00¨\x17å\n%"
  b"\x01ºlîqs£†ÎÛ,\x07Ž\x18ù"
  b"\x01ºlî’rϼê@7g‰®…"
  b"\x01ºlî¯r\x14­%{~\x17‡ç;"
  b"\x01ºlîÑqά´!XXÓåA"
  b"\x01ºlîüq»“ã­¬øJ\x07å"
  b"\x01ºlï&q{Œ\x14=2[ò¬\"
  b"\x01ºlïEr)‡<¡Ø°jvc"
]
33 2.75 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"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
]
34 3.25 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ºUhßrï±Qm\x0EÈVNë"
  b"\x01ºlɐp2¹£µ§\x16¶ýË"
  b"\x01ºlÉÀr¼„6uˆþÉ3»"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"\x01ºlÎÞr¨˜`ö|ߎZ\x05"
  b"\x01ºlÏ-pu½Õ\x13ûëËÚ–"
  b"\x01ºlÏQp_¬Dx¸[/“b"
  b"\x01ºlÏqs‘%\x07*ä÷©Í"
  b"\x01ºlÏ’p\x14²¸\x16‰ýýs³"
  b"\x01ºlϵsø²&®ñwéF–"
  b"\x01ºlÏÝs.ƒ\x05ž¥º\x14à§"
  b"\x01ºlÏÿr¯«×P`M¯\x10æ"
  b"\x01ºlÐ$p\x04‘ý\tÚ¾ŒŽ="
  b"\x01ºlÐ?q“¼Á@7P±€Ô"
  b"\x01ºlÐ\r$´òfÁŽ´\x01("
  b"\x01ºlÐtp9½õ\x14vLƒ;_"
  b"\x01ºlЛq”P\x1DCxC\x1Co"
  b"\x01ºlÐÆp‘²¤2ò0Ú¡Ø"
  b"\x01ºlÐñsiH†¢¾Ñ޵"
  b"\x01ºlÑ#q¡… ˆEå""
  b"\x01ºlÑPp\x04¯I·f\x7FÏÖ"
  b"\x01ºlÑtrlŠÚ\x03¾ü¯wæ"
  b"\x01ºlÑ™q®ïçˆÞ˜ Í"
  b"\x01ºlѼpSµ˜K\x14µmC]"
  b"\x01ºlÑärpœ"ÖA¿ûÝS"
  b"\x01ºlÒ\x06sˆ·äd)ß\x14Ðà"
  b"\x01ºlÒ)r(±¡¤•bïl•"
  b"\x01ºlÒQsmƒO*½E^òà"
  b"\x01ºlÒ{p]¥C¨C»Ã÷T"
  b"\x01ºlÒšs­½²žluÂ4\x04"
  b"\x01ºlÒÀršÞ\nÌ´\x00\x00æ"
  b"\x01ºlÒèpcOEìko\eS"
  b"\x01ºlÓ\x11sGŒ'Éã0=i\x03"
  b"\x01ºlÓ@r=›ì§\x16\x04\x03ã_"
  b"\x01ºlÓpqmš[Ißàê\x19\x00"
  b"\x01ºlÓ£s¥²Æ§+ÜJ?Ú"
  b"\x01ºlÓÎq»šp\rwܱƒë"
  b"\x01ºlÓùq‰¸ã¹\x10iì«‹"
  b"\x01ºlÔ\x17qÙž\rþ¿k|\x18"
  b"\x01ºlÔ8qê¢ÄÎ1Jb'9"
  b"\x01ºlÔ[s§³Ó®Ô\x01\v"
  b"\x01ºlÔ†p†•I£ææ)Ús"
  b"\x01ºlÔ¹rÖ½ú•|„X¼"
  b"\x01ºlÔîsõ‚Î\x07_\x1EQ·£"
  b"\x01ºlÕ\x1Ap¹±ßl\x0F÷\v{"
  b"\x01ºlÕ>rXÖ\x03Ðø\x0E¦Ê"
  b"\x01ºlÕbsw…7¼sfeâÝ"
  b"\x01ºlÕ‚q±’ÿ²ÔÅž„1"
  b"\x01ºlÕ sŸ±\x08¿˜Œý\x03-"
  b"\x01ºlÕ¾rª€ôž‘î\x12¾Ê"
  b"\x01ºlÕês~¥K!ÌŠ[aÏ"
  b"\x01ºlÖ\x10s”éYP{ÇP_"
  b"\x01ºlÖ-rxƒZë䋦 _"
  b"\x01ºlÖLp0†¨~ûÀ|*i"
  b"\x01ºlÖjs5Í·ãotìÑ"
  b"\x01ºlÖˆr“¢DèúÀ„\x1FN"
  b"\x01ºlÖ¦r·¶\x1Ds1“‘ðâ"
  b"\x01ºlÖÇp'ŠÐ”îà=\x1F"
  b"\x01ºlÖîq‰˜{ÐK$é@å"
  b"\x01ºl×\x1Are®”~\fËão\x1F"
  b"\x01ºl×@s‡mßûk‡YQ"
  b"\x01ºl×_p쒏=\x0E\x133zw"
  b"\x01ºl׃qZ­„D\x16rk=\x14"
  b"\x01ºl×§q§´°¸·ÅJgj"
  b"\x01ºl×ËrŒkGpV>­Ô"
  b"\x01ºl×õrgž5¹*m!y\x03"
  b"\x01ºlØ"pÔ†Œ¶‚xcØy"
  b"\x01ºlØKpͳšˆ¨èÃo"
  b"\x01ºlØopl¹¸ûr‰N\x15{"
  b"\x01ºl؉sëŽvüR<&Ø7"
  b"\x01ºlبqø¼Æ¬.­Ü™«"
  b"\x01ºlØÇqý3Z„i¦•/"
  b"\x01ºlØèq\x1F¯Ò\x07‚Ž\x00„o"
  b"\x01ºlÙ\tp@¬– š•7\x0Et"
  b"\x01ºlÙ.r\x7F³Õ\x17”)ªQ-"
  b"\x01ºlÙIpŸ^©\x05× |Œ"
  b"\x01ºlÙash…"ž8YZz"
  b"\x01ºlÙ}r¶žõl\WV8û"
  b"\x01ºlÙ™pv”9Þ“Jæ”="
  b"\x01ºlÙ¹rð³PÁÃ\x05\x7FÈ]"
  b"\x01ºlÙ×s=¬N’\x1Ae>\ti"
  b"\x01ºlÙós‡=³§\x01ÈÑ\x1D"
  b"\x01ºlÚ\x1Fq7¥§¯•–þÛñ"
  b"\x01ºlÚDs4†3P\x0FÛÛÜÀ"
  b"\x01ºlÚ]sPŒg:øJ¿\,"
  b"\x01ºlÚurž߅üÏF´"
  b"\x01ºlÚ™p©¥#®NÜH× "
  b"\x01ºlÚºqá‚ϬÆÓÂÔo"
  b"\x01ºlÚ×s\‚‡ƒó³àFh"
  b"\x01ºlÚôsÛ£¤W™¹Â\x07Å"
  b"\x01ºlÛ\esî¾E\x1C3\x160‹"
  b"\x01ºlÛJrƒ…ßÔ·ZN{ç"
  b"\x01ºlÛtps©¸"ž]9xO"
  b"\x01ºlÛ—qõ¿Ü¡¼\x1Awb„"
  b"\x01ºlÛ½pÀž¥Â6õZâÚ"
  b"\x01ºlÛås7‘e€X¨5p>"
  b"""
    \x01ºlÜ\n
    q¨¦ŽæB˜±&F
    """
  b"\x01ºlÜ3p¬²çð\x17\x14"
  b"\x01ºlÜ]pdÁUbxö\\x1A"
  b"\x01ºlÜŒp8¶\x0F›ù—Ã\x16ð"
  b"\x01ºlܸq0’W\x07ã9K½Î"
  b"\x01ºlÜ×rç¯ð®êò\\t"
  b"\x01ºlÜûqï©æWºXÈTÉ"
  b"\x01ºlÝ"s“¶[ÓSMt\Ý"
  b"\x01ºlå¡s ¡ø‡… ‚&½"
  b"\x01ºlåóqo˜\fƒ…W™1X"
  b"""
    \x01ºlæ0r¼®¨\x1Eó†\n
    Ÿ
    """
  b"\x01ºlæls—˜£\x085\x01\x11"
  b"""
    \x01ºlæ¬qk§FÕ\x15\n
    sta
    """
  b"\x01ºlæâs\x13©g¥Û\x1F±Œø"
  b"\x01ºlç\x08r\f´KÅB\v/\x02Æ"
  b"\x01ºlç3pR„¯üw\x16rè3"
  b"\x01ºlçapи){©QÆôj"
  b"\x01ºlç€q‚¼rå\x17îd"
  b"\x01ºlç¢s½n"\x08°;é"
  b"\x01ºlçÈp\x1D:Ãæ:\x11"
  b"\x01ºlçïr2™\x0E…f™v‚}"
  b"\x01ºlè\x16s{Š“í\x13"•\v\v"
  b"\x01ºlè<sÕºrõ×%Èâï"
  b"\x01ºlèas÷(¤ðJˆN’"
  b"\x01ºlèˆpš‹Û,¾iD¡c"
  b"\x01ºlè«p†\f¥˜EªÀ"
  b"\x01ºlèÐqŠ¢*T\x16‡O\x05"
  b"\x01ºlèörÔ’As¿û ‘y"
  b"\x01ºlé\x16q‡›CiW'ÕN§"
  b"\x01ºlé3sÃŽj˜\x7FE\x04cQ"
  b"\x01ºléSrÏ߼Þ=\x11d—"
  b"\x01ºléssœ¬à\x12ú›\x18á¯"
  b"\x01ºlé’r/’ˆ¡‘{etS"
  b"\x01ºlé°qƱ´\x17\x04`h5l"
  b"\x01ºléÒpj J]#\x00Å\f4"
  b"\x01ºléórg€B‰ORv‹É"
  b"\x01ºlê\x17s㬎RJ!\x14[9"
  b"""
    \x01ºlê8sÚ¼N\x1AN\n
    ™g]
    """
  b"\x01ºlêZs\x12›\x1D™œ\x11\x16á"
  b"\x01ºlê|rŽœSÿW”93œ"
  b"\x01ºlê§qÑ‹©\x1CTÆ¥Î="
  b"\x01ºlêÓq\r¼\x19\x13±_í5\x18"
  b"\x01ºlë\x05q=¥`ÓRíW½„"
  b"\x01ºlë5sbª]\x13éX3`/"
  b"\x01ºlëbr…”\x1Aúp\e\f"
  b"\x01ºlë‘q2ƒÐÈRº\x04"
  b"\x01ºlë³r¢ŽôÊ>Y©\x7Fu"
  b"\x01ºlëÔrì“Çó2©Õëõ"
  b"\x01ºlëþs]¸¶àV\x08¼ %"
  b"""
    \x01ºlì qò²+S>v.\n
    o
    """
  b"\x01ºlìHq÷¾\v\x1D\v\x17\x05t@"
  b"\x01ºlìssWñV©\x1D-Ñb"
  b"\x01ºlì›q…­×ª\x14éËÑ\t"
  b"\x01ºlìÁq½¦©3Ñæùý½"
  b"\x01ºlììqõ´fÁ4‘éD"
  b"\x01ºlí\x11qÑŒmõÅdSk"
  b"\x01ºlí7s“¶‹žKkdit"
  b"\x01ºlí[p>¸ºg\x04\x0ES&T"
  b"\x01ºlí~r¢§´×…þO—\x08"
  b"\x01ºlí©rj·Ì±æáRH!"
  b"\x01ºlíÐrž”[ð± â·Y"
  b"\x01ºlíûsäµÃ\(@Nûº"
  b"\x01ºlî$r\x18‘?(PÑ)¼Õ"
  b"\x01ºlî>sð²±–\x18¼Ùó÷"
  b"\x01ºlîWq\‹W\x00¨\x17å\n%"
  b"\x01ºlîqs£†ÎÛ,\x07Ž\x18ù"
  b"\x01ºlî’rϼê@7g‰®…"
  b"\x01ºlî¯r\x14­%{~\x17‡ç;"
  b"\x01ºlîÑqά´!XXÓåA"
  b"\x01ºlîüq»“ã­¬øJ\x07å"
  b"\x01ºlï&q{Œ\x14=2[ò¬\"
  b"\x01ºlïEr)‡<¡Ø°jvc"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
35 0.76 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
36 0.61 ms
# breadcrumb-builder::main-category::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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
37 1.96 ms
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation.name` as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation.description` as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation.position` as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation.customFields` as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`config` as `product_configurator_setting.option.media.config`, `product_configurator_setting.option.media`.`path` as `product_configurator_setting.option.media.path`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`file_hash` as `product_configurator_setting.option.media.fileHash`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation.title` as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation.alt` as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation.customFields` as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation.name` as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation.position` as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation.customFields` as `product_configurator_setting.option.customFields`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`config` as `product_configurator_setting.media.config`, `product_configurator_setting.media`.`path` as `product_configurator_setting.media.path`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`file_hash` as `product_configurator_setting.media.fileHash`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation.title` as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation.alt` as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation.customFields` as `product_configurator_setting.media.customFields` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.`property_group_option_id`, `product_configurator_setting.option.translation`.`name` as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.`position` as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.`custom_fields` as `product_configurator_setting.option.translation.customFields` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.`language_id` = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.`property_group_id`, `product_configurator_setting.option.group.translation`.`name` as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.`description` as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.`position` as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.`custom_fields` as `product_configurator_setting.option.group.translation.customFields` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.`language_id` = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.`media_id`, `product_configurator_setting.option.media.translation`.`alt` as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.`title` as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.`custom_fields` as `product_configurator_setting.option.media.translation.customFields` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.`language_id` = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.`media_id`, `product_configurator_setting.media.translation`.`alt` as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.`title` as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.`custom_fields` as `product_configurator_setting.media.translation.customFields` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.`language_id` = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
38 3.63 ms
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[
  b"l‚žu¢¬N‰šÏÍšä´¶"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
39 0.97 ms
# product::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\x17Ý]\rrØŽn­¥ü\x07âÒ"
]
40 1.13 ms
# product::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\x17Ý]\rrØŽn­¥ü\x07âÒ"
]
41 1.16 ms
# product::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\x17Ý]\x1Ds³‚Ñà»-¡MX"
]
42 0.99 ms
# product::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\x17Ý]\x1Ds³‚Ñà»./%X"
  b"\x01\x17Ý]\x1Ds³‚Ñà»/áø"
  b"\x01\x17Ý]\x1Ep\x10­›µå„Aþ/"
  b"\x01\x17Ý]\x1Ep\x10­›µå…¶Æè"
]
43 2.62 ms
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation.name` as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation.description` as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation.position` as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation.customFields` as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`config` as `product_configurator_setting.option.media.config`, `product_configurator_setting.option.media`.`path` as `product_configurator_setting.option.media.path`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`file_hash` as `product_configurator_setting.option.media.fileHash`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation.title` as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation.alt` as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation.customFields` as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation.name` as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation.position` as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation.customFields` as `product_configurator_setting.option.customFields`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`config` as `product_configurator_setting.media.config`, `product_configurator_setting.media`.`path` as `product_configurator_setting.media.path`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`file_hash` as `product_configurator_setting.media.fileHash`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation.title` as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation.alt` as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation.customFields` as `product_configurator_setting.media.customFields` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.`property_group_option_id`, `product_configurator_setting.option.translation`.`name` as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.`position` as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.`custom_fields` as `product_configurator_setting.option.translation.customFields` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.`language_id` = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.`property_group_id`, `product_configurator_setting.option.group.translation`.`name` as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.`description` as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.`position` as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.`custom_fields` as `product_configurator_setting.option.group.translation.customFields` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.`language_id` = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.`media_id`, `product_configurator_setting.option.media.translation`.`alt` as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.`title` as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.`custom_fields` as `product_configurator_setting.option.media.translation.customFields` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.`language_id` = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.`media_id`, `product_configurator_setting.media.translation`.`alt` as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.`title` as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.`custom_fields` as `product_configurator_setting.media.translation.customFields` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.`language_id` = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
44 5.40 ms
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[
  b"l‚žu¢¬N‰šÏÍšä´¶"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
45 0.56 ms
SELECT COUNT(DISTINCT `product_review`.`id`) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[
  true
  b"l‚žu¢¬N‰šÏÍšä´¶"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
46 0.50 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  1
]
47 0.39 ms
# product-cross-selling-route::read
SELECT `product_cross_selling`.`id` as `product_cross_selling.id`, `product_cross_selling`.`position` as `product_cross_selling.position`, `product_cross_selling`.`sort_by` as `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` as `product_cross_selling.sortDirection`, `product_cross_selling`.`type` as `product_cross_selling.type`, `product_cross_selling`.`active` as `product_cross_selling.active`, `product_cross_selling`.`limit` as `product_cross_selling.limit`, `product_cross_selling`.`product_id` as `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` as `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` as `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` as `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` as `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, `product_cross_selling.translation.name` as `product_cross_selling.name` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.`product_cross_selling_id`, `product_cross_selling.translation`.`name` as `product_cross_selling.translation.name` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.`language_id` = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE `product_cross_selling`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"T%ÿ \rF ¿¥Œb~Ê©Ë"
]
48 0.32 ms
# product-cross-selling-route::association::assignedProducts::read
SELECT `product_cross_selling_assigned_products`.`id` as `product_cross_selling_assigned_products.id`, `product_cross_selling_assigned_products`.`cross_selling_id` as `product_cross_selling_assigned_products.crossSellingId`, `product_cross_selling_assigned_products`.`product_id` as `product_cross_selling_assigned_products.productId`, `product_cross_selling_assigned_products`.`product_version_id` as `product_cross_selling_assigned_products.productVersionId`, `product_cross_selling_assigned_products`.`position` as `product_cross_selling_assigned_products.position`, `product_cross_selling_assigned_products`.`created_at` as `product_cross_selling_assigned_products.createdAt`, `product_cross_selling_assigned_products`.`updated_at` as `product_cross_selling_assigned_products.updatedAt` FROM `product_cross_selling_assigned_products` WHERE (`product_cross_selling_assigned_products`.`cross_selling_id` IN (?))
Parameters:
[
  b"T%ÿ \rF ¿¥Œb~Ê©Ë"
]
49 1.19 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) 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Ž^ /\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†Ž
    """
  null
  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†Ž
    """
  null
  null
  b"z:É/·€Gg™{m\x1A4<\x17\x1A"
  b"ŽÖ*N÷ŠN“°ðÜhë™Ma"
  b""%º\x02¹*KR‡\x07–ZK…[\n"
  b"ÚˆórÉ5EÃ¥SýÙ!êH\x10"
  b"€”é\x08ú\x17Cw‘%ªß\x18¶çŒ"
  b"tnF÷ú—Dûž\fùÎe*`"
  b"û\x02ÅúÌE<½\x00\tö¶N"
  b"ˆrè\x03A7Djƒ”Ü©\eÁò"
]
50 4.71 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.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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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.swagCustomizedProductsTemplate`.`id` as `product.swagCustomizedProductsTemplate.id`, `product.swagCustomizedProductsTemplate`.`version_id` as `product.swagCustomizedProductsTemplate.versionId`, `product.swagCustomizedProductsTemplate`.`parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId`, `product.swagCustomizedProductsTemplate`.`internal_name` as `product.swagCustomizedProductsTemplate.internalName`, `product.swagCustomizedProductsTemplate`.`active` as `product.swagCustomizedProductsTemplate.active`, `product.swagCustomizedProductsTemplate`.`step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep`, `product.swagCustomizedProductsTemplate`.`confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput`, `product.swagCustomizedProductsTemplate`.`options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse`, `product.swagCustomizedProductsTemplate`.`decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree`, `product.swagCustomizedProductsTemplate`.`media_id` as `product.swagCustomizedProductsTemplate.mediaId`, `product.swagCustomizedProductsTemplate`.`created_at` as `product.swagCustomizedProductsTemplate.createdAt`, `product.swagCustomizedProductsTemplate`.`updated_at` as `product.swagCustomizedProductsTemplate.updatedAt`, `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName`, `product.swagCustomizedProductsTemplate.translation.description`, `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description`, `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 `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product`.`swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate`.`id` AND IFNULL(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) = `product.swagCustomizedProductsTemplate`.`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.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` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_id`, `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_version_id`, `product.swagCustomizedProductsTemplate.translation`.`display_name` as `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation`.`description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation`.`language_id` = ?) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate`.`id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate`.`version_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"z:É/·€Gg™{m\x1A4<\x17\x1A"
  b"ŽÖ*N÷ŠN“°ðÜhë™Ma"
  b""%º\x02¹*KR‡\x07–ZK…[\n"
  b"ÚˆórÉ5EÃ¥SýÙ!êH\x10"
  b"€”é\x08ú\x17Cw‘%ªß\x18¶çŒ"
  b"tnF÷ú—Dûž\fùÎe*`"
  b"û\x02ÅúÌE<½\x00\tö¶N"
  b"ˆrè\x03A7Djƒ”Ü©\eÁò"
]
51 1.03 ms
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""%º\x02¹*KR‡\x07–ZK…[\n"
  b"tnF÷ú—Dûž\fùÎe*`"
  b"z:É/·€Gg™{m\x1A4<\x17\x1A"
  b"€”é\x08ú\x17Cw‘%ªß\x18¶çŒ"
  b"ˆrè\x03A7Djƒ”Ü©\eÁò"
  b"ŽÖ*N÷ŠN“°ðÜhë™Ma"
  b"ÚˆórÉ5EÃ¥SýÙ!êH\x10"
  b"û\x02ÅúÌE<½\x00\tö¶N"
]
52 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` <=> ? 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.85 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.69 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 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` <=> ? 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.73 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.78 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.73 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.70 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 14.32 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"z:É/·€Gg™{m\x1A4<\x17\x1A"
  b"ŽÖ*N÷ŠN“°ðÜhë™Ma"
  b""%º\x02¹*KR‡\x07–ZK…[\n"
  b"ÚˆórÉ5EÃ¥SýÙ!êH\x10"
  b"€”é\x08ú\x17Cw‘%ªß\x18¶çŒ"
  b"tnF÷ú—Dûž\fùÎe*`"
  b"û\x02ÅúÌE<½\x00\tö¶N"
  b"ˆrè\x03A7Djƒ”Ü©\eÁò"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
61 51.02 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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ºUiq•„\x15íæÑ¸ç€"
  b"\x01ºmž^r&½ö5=Õomu"
  b"\x01ºmž‚sÙ¡Š¤Þ3(|"
  b"\x01ºmž¥qʧUª\x0EzÔÐ "
  b"\x01ºmžÅp\x07¦-ª÷Þʼz"
  b"\x01ºmžäpÞ¥­kô…Yåï"
  b"\x01ºmŸ\x05rA€¤Òlö¨)\x03"
  b"\x01ºmŸ&sö²¹+:b©3Ù"
  b"\x01ºmŸCrT£«ÑOÈg\x06"
  b"\x01ºmŸisešZrÁ\x1D?F­"
  b"\x01ºmŸ“sï§ã—ާð¾y"
  b"""
    \x01ºmŸ¾r©\n
    ×UaacF
    """
  b"\x01ºmŸár™‚oiÜÿ0\x1E¸"
  b"\x01ºm \x05p1ô]¨<:\fí"
  b"\x01ºm (q&ªº\r\x1E„Tc\x1F"
  b"\x01ºm Kr™ \x08\x1E¾Ê”Ò"
  b"\x01ºm vqªº´u‡xÛüW"
  b"\x01ºm ¦s\x05Š!"e×\x18\x02Ä"
  b"\x01ºm Õq#˜3oT„fÄ"
  b"\x01ºm ÿr8¯\\x02ÜbŒE`"
  b"\x01ºm¡ s±¦Á%²/µOð"
  b"\x01ºm¡=p\x1Eƒ·Æ³oà®\x01"
  b"\x01ºm¡YrƪBÚ\ £¸ö"
  b"\x01ºm¡zrR–\x0EýÿêÜ\x7F\x05"
  b"\x01ºm¡œqÙ´\µ´¦\x12it"
  b"\x01ºm¡Âsæëqõt!rV"
  b"\x01ºm¡äq¸ \f;\e0†W6"
  b"""
    \x01ºm¢\n
    p^ŒvFâ5Ø6ª
    """
  b"\x01ºm¢-sI°\eÕ7ØÝÒw"
  b"\x01ºm¢SqÓ£¼£¥_aê\x01"
  b"\x01ºm¢vs\x14–ŠŽ=÷ïDê"
  b"\x01ºm¢›pv„Œ¦–ɦmó"
  b"\x01ºm¢¹qÔº"÷\x7Fë~¥É"
  b"\x01ºm¢×s“•@ý\x1C×ÉSo"
  b"\x01ºm¢÷q$~\fÉ]ÈZ"
  b"\x01ºm£%q\x14¥Ûä\˜ÌZ6"
  b"\x01ºm£Brʽç|\x19CÊÐ\x15"
  b"\x01ºm£mpò‰Rj%l_…"
  b"\x01ºm£’rq¹ù¹:*økf"
  b"\x01ºm£¹r0“¹ ðm&‘Á"
  b"\x01ºm£Ýq¶“z©Î\x17\x04«Ý"
  b"\x01ºm¤\x03p±¯\x18h\x18¶cÆ%"
  b"\x01ºm¤)po½ýé,·\x00\x171"
  b"\x01ºm¤Vra‘Ô/\x16ä Š\x19"
  b"\x01ºm¤|qJ…àø¢}˜É\n"
  b"\x01ºm¤¡qvŸ’­PÍçüs"
  b"\x01ºm¤ºsä¤M\x14Oϝ\x01µ"
  b"\x01ºm¤ÑqÓŸtâ¡õ¾`G"
  b"\x01ºUi#qj²€c©\x0E#’­"
  b"\x01ºm5©pЕÆx\x00ŽFL\x03"
  b"\x01ºm5Ðpý„i©@¼\x07}}"
  b"\x01ºm5úqœŽ&{2wD\x1Aö"
  b"\x01ºm6-p…è\t-%ÄØ"
  b"\x01ºm6bqW‘q`¼ÍEB\r"
  b"\x01ºm6rǽQƒÞÚðp’"
  b"\x01ºm6´qCŒ‹*\x11å\e\x1CI"
  b"\x01ºm6är\r´É²fÉwžö"
  b"\x01ºm7\x03pq’™µ÷‘5›]"
  b"\x01ºm7'rÒ¿¢£\v\x01ú‘3"
  b"\x01ºm7LsC±\x1FY\x1E9Aqd"
  b"\x01ºm7up–œŽ\x15&ÒÕ•"
  b"\x01ºm7œr–ŒÓù?‰\x0Eƒ"
  b"\x01ºm7Ís†¦d\x15P\x19Tz^"
  b"\x01ºm8\x03sÏ¿áJ\x16\x1E5"
  b"\x01ºm8+q„¯±*a°ä}ò"
  b"\x01ºm8Qp€M˶•9\x14\x03"
  b"""
    \x01ºm8rr\n
    «I\x0FF:À»ó
    """
  b"\x01ºm8™r/µ\x19>ºœk\x11£"
  b"\x01ºm8¾p²ÆÑ6ƒùeÁ"
  b"\x01ºm8äqê¢K6D\x1Dä~"
  b"\x01ºm9\x11pÈš1«y\x1Dùy‹"
  b"\x01ºm9<r偨;ä!¹ÝF"
  b"\x01ºm9\påœí\\x08\x1DDÉ”"
  b"\x01ºm9|r‚ r\x14|\rkÝ2"
  b"\x01ºm9šq¿¿—E\x19\x04¾+¿"
  b"\x01ºm9Àp\x03Šõb…÷B¤k"
  b"\x01ºm9çrì¿ò÷ËñߎO"
  b"\x01ºm:\x18p5…°\x10|:éÊ."
  b"\x01ºm:Ksó™v/xA2ÿ€"
  b"\x01ºm:rpŽ\x1DbUZ¥)l"
  b"\x01ºm:”qż\x14ÊY:ú\x14Ô"
  b"\x01ºm:´qS‰\e\x06ý'\x07s\x14"
  b"\x01ºm:Ùp¼®ÊPm2x\x7FM"
  b"\x01ºm:ÿq§„8¬4ã(z_"
  b"\x01ºm;)rí‰ëêù7j)3"
  b"\x01ºm;Us ¦7Ù—9\x02’U"
  b"\x01ºm;‡qÛŽnL`ÞVÏ\x1F"
  b"\x01ºm;«prŸ\x13\x05ÇOÀ\x00Z"
  b"\x01ºm;ÌrÔ±\x03k„\x11ṫ"
  b"\x01ºm;ïq‘0WÌ1±\x00ô"
  b"\x01ºm<\vqaºEÒk¸uÛ¹"
  b"\x01ºm<(pƒ‘—&\x04\x7F;\x11Ÿ"
  b"\x01ºm<Cs‰½¿\x03ogüád"
  b"\x01ºm<dr¯r\x01ë0\x02"
  b"\x01ºm<ˆs¿¸lWd\t\x01\x07"
  b"\x01ºm<·p·ô¦Æñ³ÄÆ"
  b"\x01ºm<èq™¦*õ\x03Î?Ùa"
  b"\x01ºm=\x06pî‰Á\x0EÉ~+ñ/"
  b"\x01ºm="pjƒã\x01Ö\x03×¹D"
  b"\x01ºm=Cp/‡”)§ÿÁ?"
  b"\x01ºm=aqP¢\x16Æ\x07H\x12¥v"
  b"\x01ºm=‚s1½êü½µô,à"
  b"\x01ºm=£qò®á™(øU/f"
  b"\x01ºm=Ïp®ºe펙|HV"
  b"\x01ºm=ôrퟠÊlíä\x10"
  b"\x01ºm>\esC«dý⋚"
  b"\x01ºm>=pH6=\v\€î\x05"
  b"\x01ºm>[pA¿ÎD&jŽ¿k"
  b"\x01ºm>~q\x1DºÖi[è*¿ç"
  b"\x01ºm>¡rÒ­ç5G\x17§ç0"
  b"\x01ºm>Áp4¿Ã\x188”ò?Õ"
  b"\x01ºm>åp£„H¦§áÛ¦‰"
  b"""
    \x01ºm?\n
    p0™>>Ǫáͺ
    """
  b"\x01ºm?0sÔ·´ÙV’ßÂz"
  b"\x01ºm?Spj›õ8<\x0E3ÿ "
  b"\x01ºm?qpâ…\t\x11ÈÖL\h"
  b"\x01ºm?p‡ê]\x16ËÕ«\x1E"
  b"\x01ºm?°ra›1v¡\x04hUY"
  b"\x01ºmFÜqÝ„UmÌŽ²²Ó"
  b"\x01ºmG'päœã§\x06Q4õ"
  b"\x01ºmGCqN¹4¹5c“Õœ"
  b"\x01ºmGbræ¡‘\x19ý\x11z_i"
  b"\x01ºmG\x7Fq\f½aüÁÝÜ\x02Ø"
  b"\x01ºmG¨r‘œŽ´;1Jv"
  b"\x01ºmGÒq\x1C™*”ä©EcJ"
  b"\x01ºmGýsùŸªÒQº„»g"
  b"\x01ºmH\x19sá§é5ùê8Öô"
  b"\x01ºmH2pÌ…“‚&\vÒ#Z"
  b"\x01ºmHLpذðÁEaÄ\x07"
  b"\x01ºmHeq%…E\x06å«ú_\x00"
  b"\x01ºmHŽsOªZƒÉ¾þCx"
  b"\x01ºmH­qਈÀÖDPmÐ"
  b"\x01ºmHËsFŸKI\x0E\x05ÄŽ"
  b"""
    \x01ºmHîq\x0E­\n
    )\x03\x14\x1D‰5
    """
  b"\x01ºmI\x19r†ŒÚÁ¢À?–c"
  b"\x01ºmIEpqˆ»$Ðû€ÙŒ"
  b"""
    \x01ºmIiq“·£Ç\n
    ÂþÖÉ
    """
  b"\x01ºmI‘rÀ»Ý¹p\x03>c}"
  b"\x01ºmI¶qéˆû™0#\r†Ç"
  b"\x01ºmIÛp‘šú*T\x02ü–¶"
  b"\x01ºmJ\x03s(‡’´€Ér9ú"
  b"\x01ºmJ(r\x01¡¹\x12hN.ê€"
  b"""
    \x01ºmJIq;Ž\n
    ÿÄå½§r
    """
  b"\x01ºmJlpE”\x00j|ˆPÄ¢"
  b"\x01ºmJ‹r|œvI?î£Å"
  b"\x01ºmJ¬rH‹[à*P\x10éÃ"
  b"\x01ºmJÕsÌ¥‡ÆX¸`Hø"
  b"\x01ºmK\x02p»º¥ù™ºˆÙT"
  b"\x01ºmK\ep´™ÉÇ\t]ÛÞù"
  b"\x01ºmK7qä¢\x14™8~­?*"
  b"\x01ºmKRpé¼®‹=øN$ü"
  b"\x01ºmKiq¸Žj,ŽnoÞ&"
  b"\x01ºmKq\x08‡ÇŽ ÜKþ"
  b"\x01ºmK›r\x7F¡…™×nÛß"
  b"\x01ºmKµpkŸ-‘Âþ@µ…"
  b"\x01ºmKÍr\x00ª\x11=;9ñoX"
  b"\x01ºmKãsŒ¿©Ÿ[*\x04³j"
  b"\x01ºmKúrꎸkúuf^)"
  b"\x01ºmL\x12s9¨ì¨ÌRµì\x1F"
  b"\x01ºmL-q–¾ó\x0EÅŽm«R"
  b"\x01ºmLLpÜ™²¯ÛÒ\x08"
  b"\x01ºmLfrN¾pþ»¥\x13°î"
  b"\x01ºmL}sñ›ûY¬üžå"
  b"\x01ºmL›s5¶“]8Êj™f"
  b"\x01ºmL³pé¾ò²±LÖC·"
  b"\x01ºmLÎr:•Ù|\x18\x18ºõy"
  b"\x01ºmLésZ|bó\x1C\x18"
  b"\x01ºmM\tp•h¥/g•CË"
  b"\x01ºmM3rŽ—“f¾ŽÜ+à"
  b"\x01ºmMTsÔ¡r‘Ž€µ7¬"
  b"\x01ºmMwpðªñJ¦ÓªL\v"
  b"\x01ºmMšsTžR×ÊYe-–"
  b"\x01ºmMµp¡±¹€:O²sK"
  b"\x01ºmMÍs\f¨9‡S]8ϧ"
  b"\x01ºmMìpʰVt4T¶-‰"
  b"\x01ºmN\fqùˆxçŒlÔ\x1Cé"
  b"\x01ºmN,q\x02¤é\x18UéóñÇ"
  b"\x01ºmNFpË“\x16ÖŠ¥ü\x08Ê"
  b"\x01ºmN^s\x00Š÷§M”a©˜"
  b"\x01ºmNwr¼ÈšßÇ\x15:"
  b"\x01ºmNŽs‹²M„Ž–\x19\x7F¥"
  b"\x01ºmN£rØ’y4\x04„Iþ@"
  b"\x01ºmNºrPƒTÓ´&þ5§"
  b"\x01ºmNÒrB–„¹nöìÑË"
  b"\x01ºmNípz‡~}©ù\e\x10Y"
  b"\x01ºmO\x14p0¸-Ü5Ô\x10Š\x7F"
  b"\x01ºmO?pBŽMY\x02bwF®"
  b"\x01ºmOapd’\x19Ì~Ÿ\x0F¶ä"
  b"\x01ºmO€p£‡m„ú¿À/"
  b"\x01ºmOœp—¸\x0F^,\f¢fè"
  b"\x01ºmOºp•”‚‰¹+SÐT"
  b"\x01ºmOßr„˜Ä’åþs@Ð"
  b"\x01ºmP\x08s}²\x11q¯m\x03K"
  b"\x01ºmP+sÑ´ñ\x0Eè2xא"
  b"\x01ºmPNsM±[üþî…"
  b"\x01ºmPmr9¼µTehôú7"
  b"\x01ºmP‡q…§½wÖ-ÒÕ\x1E"
  b"\x01ºmPžpÜ’ª] Åž\x7Fq"
  b"\x01ºmP¹q\x08ŒˆQ\x04\rÍ"
  b"\x01ºmPÜq›—@Š-ŠAŽ$"
  b"\x01ºmQ\x00rþ‘\x17â\x0EœÃÙ²"
  b"\x01ºmQ*sv•\x04#MŠå€Ü"
  b"\x01ºmQWpÁž‰éðiõ\x7Fj"
  b"\x01ºmQyrjõd ¡a4q"
  b"\x01ºmQ˜r\¢ÛQ]ªS¾\x10"
  b"\x01ºmQµp\t\r.íÙ™c©"
  b"\x01ºmQÓsf‹`6©M\x04ð&"
  b"\x01ºmQôp¯¸ù"žµ¦ú3"
  b"\x01ºmR\x12s%˜¨¼\x0E°åõÞ"
  b"\x01ºmR9r°«†;…8RèÓ"
  b"\x01ºmReqtŒá‹³W\ý9"
  b"\x01ºmRŽp2®Ÿy8Ä\x14B"
  b"\x01ºmR«s® Ä]Ðð\x03°¨"
  b"\x01ºmRÎrk¾U]‚&þ\x03#"
  b"\x01ºmRñpª‰U¤3âû‘<"
  b"\x01ºmS\x1Dsj\x03ÿ[˜Ð£Þ"
  b"\x01ºUi\x03s\x12¼8I\x07ì‰Jo"
  b"\x01ºlïir¤½A‹†?\x11€Á"
  b"\x01ºlïr…«*TíI¿F"
  b"\x01ºlï­rzš…g}hLli"
  b"\x01ºlïÖqÕ¡Yª0„Xð#"
  b"\x01ºlð\x1DsĬ9¬ô\x01\x14"
  b"\x01ºlðZq\x0E•«VsÊu³à"
  b"\x01ºlðzq¯¬b–j+\x17Ñ„"
  b"\x01ºlðœq%œ<\x05Œ‰¾Ÿî"
  b"\x01ºlð·rBœ1>\x10V\x04ÀÜ"
  b"\x01ºlðÏqï«c‹©)º"
  b"\x01ºlðérV•¹ÚAÈZˆM"
  b"\x01ºlñ\tsoŸ$<t·¿nQ"
  b"\x01ºlñ$p ¸T6îÃ<\x08õ"
  b"\x01ºlñBp‰¦Ë_Sè.\x11Û"
  b"\x01ºlñmqߎ—w%X(BQ"
  b"\x01ºlñ“r\x15«0_Àù§!V"
  b"\x01ºlñ¶p\x1E¯Ù\x00©AŸ˜˜"
  b"\x01ºlñÝr¤¿¶]<Üg*9"
  b"\x01ºlò\x04q•´Ï;p¥ð¡\x01"
  b"\x01ºlò5q¯¿îþÛé|="
  b"\x01ºlòepKª@¥\x00Œoò%"
  b"\x01ºlò˜pXšO ÄaæÐ®"
  b"\x01ºlò¿sе:Ñœ2%‘"
  b"\x01ºlòßro@SzÝ=߇"
  b"\x01ºló\x00s¶_W;"¼âP"
  b"\x01ºló#r>Û \„ÕÏ\x00"
  b"\x01ºlóDsÈ’ºúV\x17ÚåÌ"
  b"\x01ºlófp\x15£•\x1F¹5³\x01²"
  b"\x01ºló•r…œ±BÂ\x0F¶uê"
  b"\x01ºló¿pœ¶­Ã½ðê\x1C"
  b"""
    \x01ºlóÝpl“\æŽ6°\n
    \r
    """
  b"\x01ºlóõsذH¦æ\vo¢"
  b"\x01ºlô\x19rÍŽãpiÿ\x05«#"
  b"\x01ºlô5pDœßæ["mù’"
  b"\x01ºlôUp´½¨œ6\x1AðRP"
  b"\x01ºlô|rÕ¡?\x0Eê(îw&"
  b"""
    \x01ºlü’rЁ…+0\n
    ùv@
    """
  b"\x01ºlüçqi˜Fï«*ü.\x03"
  b"\x01ºlý\x13q‚ºÀ`\x13Zwº£"
  b"\x01ºlýBr”ža»\x1D¯XVs"
  b"\x01ºlýmq)šÄê\x05Ùj†Š"
  b"\x01ºlýr3½\x7F+ÇŸQÃk"
  b"\x01ºlýÖs2¥1^¸ü\x0Fæm"
  b"""
    \x01ºlýÿq/§\n
    YV¤îI]
    """
  b"\x01ºlþ5rŠŽÌóCéÓo"
  b"\x01ºlþiqⴝ6ñÛ©\x0En"
  b"\x01ºlþ–së‘vÝ/=Wt"
  b"\x01ºlþÀr\x14¾È³ŸÉÕä„"
  b"\x01ºlþîs@©!z«·¼¨"
  b"\x01ºlÿ!p\x04¿}`°çKEì"
  b"\x01ºlÿSrm…2J B¬Ö"
  b"\x01ºlÿ‰qT¥\x1A\x18\x02"
  b"\x01ºlÿÊpù‰Äì×ú*9"
  b"\x01ºm\x00\x0Fs\x00ƒÕ½tvÔ\tp"
  b"\x01ºm\x00Ms-¯4#ÊÃ0þÐ"
  b"\x01ºm\x00tq~µ*îº*Ey"
  b"\x01ºm\x00Ÿp÷’ïºÇÁ§ée"
  b"\x01ºm\x00ÓqïŽZÚ=\x02Ë\x1FT"
  b"\x01ºm\x00ùqH„”%ä\ewM,"
  b"""
    \x01ºm\x01(sY™À\n
    sOXuÕ
    """
  b"\x01ºm\x01Ss&œG†ÆëK·ž"
  b"\x01ºm\x01xr¹‘…%š¯ß;ù"
  b"\x01ºm\x01¨r;¯\x08QO”Ó±½"
  b"""
    \x01ºm\x01×r´«\n
    OíG\x1CÍò
    """
  b"\x01ºm\x02\fsä¼'éÕ § *"
  b"\x01ºm\x027p³†\x05zþ€\x032C"
  b"\x01ºm\x02[s\vˆTYgŒZlê"
  b"\x01ºm\x02\x7Fq\x16„Ɲ¼,:Û˜"
  b"\x01ºm\x02ªs\x06™ü¤Ûq$\x05E"
  b"\x01ºm\x02Ùr;¯0–¦ôt\e\"
  b"\x01ºm\x03\x04qž±†½¬¹\x18\x14ê"
  b"\x01ºm\x03+r±\x02í¦\x07í\x10©"
  b"""
    \x01ºm\x03Prè·Fç\x0F}\n
    \x08
    """
  b"\x01ºm\x03}q*Šq\x06äh•ÚF"
  b"\x01ºm\x03ªs˜¦ãi#īމ"
  b"\x01ºm\x03Ør{¯‹î\x01ÇÞDz"
  b"""
    \x01ºm\x04\n
    sNŠÃ\x08\x1D#úØ
    """
  b"\x01ºm\x04Es\t¿\x06†&á)àx"
  b"\x01ºm\x04mq\x00¡Ñ\x1CgM"\x18Ž"
  b"\x01ºm\x04’rn¬ün¿¥Ü\x13"
  b"\x01ºm\x04¼rè‡\x03ÅÊÇBŒx"
  b"\x01ºm\x04åp߁ÙjÈåç\x16Ê"
  b"\x01ºm\x05\x0Er\x10›r%°©„­v"
  b"\x01ºm\x05<s\x18“è\x1A\t¢ÍØ"
  b"\x01ºm\x05nr\eŒ.\x13ÑãTLf"
  b"\x01ºm\x05˜q¬ƒ‹5uõð)>"
  b"\x01ºm\x05¼s~¢ê+ãØl“\x10"
  b"\x01ºm\x05áq>Ž$ƒ–+\x19i—"
  b"\x01ºm\x05ÿsÊ´Îl\x1F\x1E¿.?"
  b"\x01ºm\x06\x1Ep\x00©øš)±¶\x17T"
  b"""
    \x01ºm\x06=sm‡år\x14y\n
    
    """
  b"\x01ºm\x06ZqŽ®¯ó2gѸW"
  b"\x01ºm\x06\x7Frr˜[p\x07žb&"
  b"\x01ºm\x06¦qÖ•N~\x1DƒèõŠ"
  b"""
    \x01ºm\x06Óso‡\x02\n
    Ž ¡‰
    """
  b"\x01ºm\x06úp²µÂ§µ‰üNÚ"
  b"\x01ºm\x07\x1FpׂrÝ|ê^ƒ"
  b"\x01ºm\x07Bp\x00¯ù«¸ê—°´"
  b"\x01ºm\x07asc°ñƬ\rªû©"
  b"\x01ºm\x07q\x03£\x1AÆ0(ýÔU"
  b"\x01ºm\x07¬qz¤•˜û”\x18S–"
  b"\x01ºm\x07Þr‘¦¾¦YV½É·"
  b"\x01ºm\x08\x19sØ¡²;Z‡5¯­"
  b"\x01ºm\x08Esy°ªmÕA*CE"
  b"\x01ºm\x08msõ𬼲‰\x07ôi"
  b"\x01ºm\x08Žqص\x10\x1CÄ›µÚ¶"
  b"\x01ºm\x08³r$º>:~CC\fª"
  b"\x01ºm\x08Ûq;¢˜ªõQ¤Ô`"
  b"\x01ºm&ÊsGµÈ0´\x16-H-"
  b"\x01ºm&îsp„üº§I®ºý"
  b"\x01ºm'\x10p”Å°«\x0FÏ\x07\r"
  b"\x01ºm'*pš£\x07H¦‹ÇŽ·"
  b"\x01ºm'Msn¡(\x7F•Ã{!\x1C"
  b"\x01ºm'hsæ¯\x0F_÷{+Ä\x16"
  b"\x01ºm'†s2¨T8K¯.‘Ô"
  b"\x01ºm'¬q:‰ÝŦkœ¦é"
  b"\x01ºm'Ùr‚½'<1E|\x0F\f"
  b"\x01ºm(\x00s\x07°Ç¸J§¯\r¸"
  b"\x01ºm($rÙœ\v©"\x0F7·û"
  b"\x01ºm(Ds ¬^=Bë9ò"
  b"\x01ºm(]r%¤\x18Á®ÊÀeR"
  b"\x01ºm(wpž‡fCµ›\x05ËË"
  b"\x01ºm(˜p,¼±ç#Çð,é"
  b"\x01ºm(»s]€&z;5œ\x02"
  b"\x01ºm(ær\x13³\x1F—¸fè#‰"
  b"\x01ºm)\x14qʵ‰éBY÷˜#"
  b"\x01ºm)>q2‰Ht\x13\x15a"
  b"\x01ºm)crŠš?\x06FüýêÔ"
  b"\x01ºm)ˆr1 w¬å#Ì'Ô"
  b"\x01ºm)«p\Œ\x1Dk'2¹J\x02"
  b"\x01ºm)ÏsÖ¼—žK-«A"
  b"\x01ºm)ôqk¬bè\x1FÐCsx"
  b"\x01ºm*\ep–ª7±":.ç"
  b"\x01ºm*MsŸ¯ àœ7\x1CÿY"
  b"\x01ºm*~p\x03·…Ë}Ö”Ìä"
  b"\x01ºm*£p\eˆcƒë„æí~"
  b"\x01ºm1&rÿ´\x17ai\vîÕ"
  b"\x01ºm1ts«´Ý\x18Š\\x07À©"
  b"\x01ºm1˜sz Ñ0\x15)[\x06\x06"
  b"\x01ºm1Âq\x18™ ³qíDå)"
  b"\x01ºm1úpá¹)®:-€3Ô"
  b"\x01ºm2#pW…Xaé\x17B?k"
  b"\x01ºm2RqÿªÄvåSÅX\x01"
  b"\x01ºm2‰qÙ‹J·<\x0Fõ¹\x1C"
  b"\x01ºm2¹pȳ\x1E„ |E<1"
  b"\x01ºm2Õp\x18²±,;\x10ñã×"
  b"\x01ºm2õsv\x18Ú%Á\x07\x12Š"
  b"\x01ºm3\x10p=¾‡-¿*d\x1Dá"
  b"\x01ºm3*se­©^\x15Á\x11úë"
  b"\x01ºm3Eri Ã9çGècc"
  b"\x01ºm3^r\v·èêµãrm"
  b"\x01ºm3zrT†WÁ\x04’%q\r"
  b"\x01ºm3•r\x1F’A,Ié?VA"
  b"\x01ºm3¯pI‹¿\r5\x11XkÕ"
  b"""
    \x01ºm3ÌpQ½¾z\n
    ”×Ë’
    """
  b"\x01ºm3èqp¶\x10· Ópï1"
  b"""
    \x01ºm4\n
    pV‹\x01ð÷JìÀ\r
    """
  b"\x01ºm42s5¶]u­wÕ‰±"
  b"\x01ºm4Xr\x02¨y®\x16Nà"È"
  b"\x01ºm4|rÙ•ç>´\x11¦Q»"
  b"\x01ºm4 qæ¼:¢ýíÜ*«"
  b"\x01ºm4Äp‘¬ºdZ\tÇÆÈ"
  b"\x01ºm4ær²‘ä¥)¡Þ°["
  b"\x01ºm5\trr¹ÿ„š@[ K"
  b"\x01ºm5*pÓ’Íà­\x00@ˆ#"
  b"\x01ºm5Pq¬T4¦|YŸã"
  b"\x01ºm5|s¾š\x13ô€†ŽÊ+"
  b"\x01œŠZÐpL½ã,‚ Ô3v"
  b"\x01œŠ[JrAŠq¦ß\x1D\eÖ¨"
  b"\x01œŠ[¹q\x08§³Tãïݾ-"
  b"\x01œŠ\!scð¨\x06\v("
  b"\x01œŠ\”s¥£Èœ…XtŸï"
  b"\x01œŠ\ûs@’Ì0ì\x1C[ÀÄ"
  b"\x01œŠ]frý‡¯nö`›¬y"
  b"\x01œŠ]ÖpZ¿4¤\x1CÙµkm"
  b"\x01œŠ^Jr§Ÿ\x02SF\x17\x7F<"
  b"\x01œŠ^¨pݻܕ´ñ\x1A"
  b"\x01œŠ_\x18q\x04»ukÙ·ÐãÁ"
  b"\x01œŠ_…r5½¿‡¾â`äK"
  b"\x01œŠ_Üs͝¨·Ë¢6P¿"
  b"\x01œŠ`9pÙ‡°üJ­\x03N%"
  b"\x01œŠ`¥s_ƒ/Ü»†Ú©Ý"
  b"\x01œŠa\x14s@“ì°è\x15´Lì"
  b"\x01œŠams_†\x1Cpq\rGj£"
  b"\x01œŠaÅq\x1C—ôG³òÑJŸ"
  b"\x01œŠb1q$°DÒân¼\n"
  b"\x01œŠb¡sg‰¥RKI1>Â"
  b"\x01œŠb÷qL¢J.&»86Y"
  b"\x01œŠcLs#¼¯\x06n\;©ò"
  b"\x01œŠc­pú \x1AmànÕ£\x19"
  b"\x01œŠd\x1Es¬¹Æ¥0[\t|\x08"
  b"\x01œŠds°¨«\x1CA²ôý\x1E"
  b"\x01œŠdëpµ ¸ù\x7F¾cD&"
  b"\x01œŠe8rÊŠuÎÑy7„f"
  b"\x01œŠeŒs¿‹ËPey\x1Eû‹"
  b"\x01œŠeÚpH¾\x12’MâTÿŸ"
  b"\x01œŠf3sT¼J>ϧu‚†"
  b"\x01œŠf\x7Fsa¸ÈŽa•6T¯"
  b"\x01œŠfÔqÊ´!QÀ1¯ô$"
  b"\x01œŠg#q•¥Xâ:\x01œcõ"
  b"\x01œŠg|s!¿•g"Öi>Ø"
  b"\x01œŠgÍre»e\x1E\x0F\x1F\x08’j"
  b"""
    \x01œŠh(rÖ¥G‚Ø_\n
    †«
    """
  b"\x01œŠhŽp†¨\x06bú0\v Ñ"
  b"\x01œŠhåp» çW`Ç»Ý\x15"
  b"\x01œŠi<pß®¤\x18Š$‚[Ò"
  b"\x01œŠiŸq\x13ˆeŠ¥RÔ®k"
  b"\x01œŠiùq] ìq \x00aOé"
  b"\x01œŠj\r\x18ˆZD´U^‘\x05"
  b"\x01œŠj°p!©<ch8"\x16Ò"
  b"\x01œŠk\x0Fr\x12¼?Òðˆü Ž"
  b"\x01œŠkns+¼\x14Ëáµñ\x0Fþ"
  b"\x01œŠkÒs¸“µAx’íø{"
  b"\x01œŠl7q·¢u(»Y%AÐ"
  b"\x01œŠl”p\x1E¡\x01æi~ŒÓú"
  b"\x01œŠl÷qW°\x1F&iÓ\x00\x06Ö"
  b"\x01œŠmQqœ¥‡gy‡oŽ"
  b"\x01œŠm´sÓºûLE„rjŽ"
  b"\x01œŠn\fs©¿Ùð‹ÃºË7"
  b"\x01œŠn^p7·Þúôí^“."
  b"\x01œŠnÁq<º69\vóÇv~"
  b"\x01œŠo\x11q•},k„\x08›©"
  b"\x01œŠo]qֽݸ\x100\x1A™«"
  b"\x01œŠo®r¼ƒ4\x08À2ïÐ\n"
  b"\x01œŠoÿs$”Ö¢z\x01 Á»"
  b"\x01œŠpHq}£\x02\x15ٝ²Ô§"
  b"\x01œŠp”po¡Å6­\x00µüÎ"
  b"\x01œŠpæsëŽ[@§\x06ïÆg"
  b"\x01œŠq;s\vƒèrÅi’7ª"
  b"\x01œŠq¡r¬Ìß¿Î5¦n"
  b"\x01œŠr\x04r>¥"]ïK6•˜"
  b"\x01œŠr\sb³øcÈ\x13ãÊ;"
  b"\x01œŠr°p\tŽV&A¢¤}„"
  b"\x01œŠs\x00s÷£á}kцq@"
  b"\x01œŠsUp9¡ŽúRùCQ"
  b"\x01œŠs¥rƒˆ\x1D5N¢»M4"
  b"\x01œŠsør2·\x17Í—'rÌ“"
  b"\x01œŠtSri•R8M}²¨Ý"
  b"\x01œŠtªqî²Ht\r'\x07û:"
  b"\x01œŠu\x08rpˆtdd0e>"
  b"\x01œŠutq׈¾¶Òà"ëå"
  b"\x01œŠuåp̓ƒ¼;\x08h\f\e"
  b"\x01œŠvPsV³ñ-ß3€^©"
  b"\x01œŠv§rð¸?áAjšõv"
  b"\x01œŠv÷rÚ…ÙË|q£Ž/"
  b"\x01œŠwgp\x08Ž\x19ê„ê|¦X"
  b"""
    \x01œŠwÙq/•5€\x0F¢\x1C\n
    T
    """
  b"\x01œŠxLpü†úÛ§$\x1F—["
  b"\x01œŠxÃsŸ¸ˆ<zZ7¿Ã"
  b"\x01œŠy\x1Fr\x01¶g¢‘ª\x16©–"
  b"\x01œŠys¹šõ©î\x14®Ë˜"
  b"\x01œŠyæqÏ»ÑI\x13“¹Ê\x1D"
  b"\x01œŠ\x19s“ë”wf€|z"
  b"\x01œŠ†sú›’7á¥MrÛ"
  b"\x01œŠÙrD@Ý\x04°Æg\n"
  b"\x01œŠ‚5r%‘®J˜w‰Mi"
  b"\x01œŠ‚œp”š\x05¥2ìç}+"
  b"\x01œŠ‚îrV´®!\fG\x16·"
  b"\x01œŠƒ<q=„|œ¦eš»\v"
  b"\x01œŠƒŸpÖ•y³\x15y–èâ"
  b"\x01œŠ„\vp{¹Ë\x0EJ¸¼Ê\x10"
  b"\x01œŠ„tp†ƒR²zè\x1A"
  b"\x01œŠ„àsê€ù›póƒ×¨"
  b"\x01œŠ…<qÒ›T´fc¡\x11\x13"
  b"\x01œŠ…Žs¯„»lu\eB\rA"
  b"\x01œŠ…ép`™‹É,ìéT"
  b"\x01œŠ†UrF„ŽÖhÍ3âï"
  b"\x01œŠ†¹ró¦rôîÚ©UÍ"
  b"\x01œŠ‡\x16sa¨ê\x04Ü\tÛèx"
  b"\x01œŠ‡op5ªŽ˜k˽’("
  b"\x01œŠ‡Ós¤¤\x18XM\x15i{,"
  b"\x01œŠˆ2rÓœê\t¿±'‘"
  b"\x01œŠˆ\x7Fpð‡‹rqúð"
  b"\x01œŠˆÊs0‚k\x05²ˆí\x1D\x05"
  b"\x01œŠ‰%r>¾nšº\v½á?"
  b"\x01œŠ‰p¸´12îv«ÿ?"
  b"\x01œŠ‰çqó§—¡ôr\x11ß'"
  b"\x01œŠŠ<s6‚‹Çò<Ά"
  b"\x01œŠŠ”r]²D\x0E\x1Eð„‘\x01"
  b"\x01œŠŠáp½¿\x00\x03æá*$•"
  b"\x01œŠ‹2p£†±•\x1A€0Ôh"
  b"\x01œŠ‹’q\x0Eš;r¨ÂÛH"
  b"\x01œŠ‹ãs\x08‘¢&‡ˆ®"
  b"\x01œŠŒ.sµ·*q#EŽ\x1DC"
  b"\x01œŠŒ~qxŽ;aÅYoì£"
  b"\x01œŠŒÏs\x04—bdö§9.õ"
  b"\x01œŠŽ\x1EsÚ²tUt/tl¤"
  b"\x01œŠŽ…s‹•'̺û\x16"
  b"\x01œŠŽÔp(œÚ’\x18àC\x1A°"
  b"\x01œŠŽ*rl™Üóq!]àO"
  b"\x01œŠŽŽq³‘*èž*çtB"
  b"\x01œŠŽóqƒƒæ\x08É=ü\r:"
  b"\x01œŠHqÀŸc=º/5C\x16"
  b"\x01œŠsg¬,+9wmoÔ"
  b"\x01œŠþq¼¸¾×ÝÌ„\ej"
  b"\x01œŠYs¿‘×\f»é•o\n"
  b"\x01œŠ³s\x15—ÐÈŠ\x7Fës»"
  b"\x01œŠ‘\x13sé‰IÁ~Ó0ê1"
  b"\x01œŠ‘drɲÜé@KÓ\x1FÜ"
  b"\x01œŠ‘°qŽºÛ<¦œ;?G"
  b"\x01œŠ‘úqy¹‘Ž¢ ¿\fô"
  b"\x01œŠ’Gs¸¡hä\x19%\x18/."
  b"\x01œŠ’—qm„¯¬Ò:"âé"
  b"\x01œŠ’ês—¥ï\x1A\x18²-Ò•"
  b"\x01œŠ“Es2–\x14©[\x15r¦H"
  b"\x01œŠ“q~¹³+Bía\x0Fâ"
  b"\x01œŠ“äp‡~Þ\x17\x0El"
  b"\x01œŠ”LqãšÉ• \x08Û=è"
  b"\x01œŠ”šrÄ”’Þ\x7F@T>Ç"
  b"\x01œŠ”år^‡Ú73>N\x1Eæ"
  b"\x01œŠ•-p\f¯\Í\x10\x16\x13"
  b"\x01œŠ•wsÙ¹öÜ\x08Žùkt"
  b"\x01œŠ•»sD«Î9–à/6r"
  b"\x01œŠ–\x17p©±üÖšÛxFð"
  b"\x01œŠ–drü®÷À'8úÓù"
  b"\x01œŠ–«rÍŠ¬\x11Ð-¼S"
  b"\x01œŠ–ÿrñ¼ß\x7F¤5«Äm"
  b"\x01œŠ—bs*µâåxâ`§"
  b"\x01œŠ—·pë¥ö81L`¦æ"
  b"\x01œŠ˜\x03q—…DD4Ç`á&"
  b"\x01œŠ˜Mpށ7¹xòª\x14\x05"
  b"\x01œŠ˜˜sþ„VÂÖ–ax\e"
  b"\x01œŠ˜õq‹‰ð|uâH–X"
  b"\x01œŠ™Lrn«Xº§Ô¹:"
  b"\x01œŠ™šsyª\x186Ý…¹à-"
  b"\x01œŠ™îpM£\x014h{ÛRî"
  b"\x01œŠšEs3‹2‚žÄ<4"
  b"\x01œŠš p¥”aV¾u¶¸L"
  b"\x01œŠš÷pú—^mi´O¹"
  b"\x01œŠ›Br\x16¨“ˆ¾É\x10›S"
  b"\x01œŠ›p8‡ùâÆ{ä\x10ß"
  b"\x01œŠ›Üsƒ£˜\x12æÚ–šþ"
  b"\x01œŠœ.q>™j[Ρ¸“X"
  b"\x01œŠœŠs†®VÒO•æ{&"
  b"\x01ºW°9st½ø£Å!Ôms"
  b"\x01ºUi®rB†Mþ\x12\x05"
  b"\x01ºm¤ðr¦©\>‰M\x11¢\x7F"
  b"\x01ºm¥\x13sþž¾DZoÃvŒ"
  b"\x01ºm¥4q;“q½\GW*A"
  b"\x01ºm¥_p,€ý–\x18\x1Eú\e"
  b"\x01ºm¥‚qy\x068W\x11…"Z"
  b"\x01ºm¥¤q/ªyšN’C{š"
  b"\x01ºm¥Èr\x03‰¼î¶¡sÓQ"
  b"\x01ºm¥ésÞ£?>1ç}?¾"
  b"""
    \x01ºm¦\n
    q/µbª$Õ\x02
    """
  b"\x01ºm¦3qN‡\x0F\x14Œ4ïíÄ"
  b"\x01ºm¦bqººú·Ž‚ç\x15Ž"
  b"\x01ºm¦—qβó{z/Nƒ"
  b"\x01ºm¦¹p\x0F®}õ-|—®\x06"
  b"\x01ºm¦×rŸ©\x13F¬'\f¶›"
  b"\x01ºm¦úp\x03ƒé’2ˆþï$"
  b"\x01ºm§ q\vŸprÂʯ4\x0E"
  b"\x01ºm§GrK”\x0FDK)\x1C+\x19"
  b"\x01ºm§ks\x11»!ŒÐÖÏœA"
  b"\x01ºm§˜s\x08—@d…yâªý"
  b"\x01ºm§ÌpЭ}¬ÐÅ©éÊ"
  b"\x01ºm§îqߘ†Š7±Wï-"
  b"\x01ºm¨\vp`ƒE1‰‘£ý"
  b"\x01ºm¨%r…[©â&€÷ñ"
  b"\x01ºm¨Bs펏AcAž¡&"
  b"\x01ºm¨br>§ngzk\x0F)o"
  b"\x01ºm¨‚p.½Û¶HáÕ÷î"
  b"\x01ºm¨¤sæ¦*¢Zû±Ì"
  b"\x01ºm¨Ìql°oBf}Ôï\x1A"
  b"\x01ºm¨ëp£°‡ Ù×4°>"
  b"\x01ºm©\x06r²•×XÃ8_¹Ï"
  b"\x01ºm©&ph•îæGÅÏq›"
  b"\x01ºm©Mp·½\x07«ö\fXmÊ"
  b"""
    \x01ºm©hp¯‡œâœ¾\n
    n
    """
  b"\x01ºm©‹q&Ž»"\x15©¶\x13÷"
  b"\x01ºm©¯pΔë\x05pm—¡ý"
  b"\x01ºm©×r_§:J"òÜ„w"
  b"\x01ºm©ñq­¯.‹¼Ô\x19\x14r"
  b"\x01ºmª\x12q9§Y92;¿·„"
  b"\x01ºmª4pm·¡Ð9Ê¢ªñ"
  b"\x01ºmªXr\r¥úð·.…P\"
  b"\x01ºmªwp³“Ã|’ºPÛ/"
  b"\x01ºmª£s\x03±\x19;*1ÑA­"
  b"\x01ºmªÎrʘh¬õŒ\x01\x02@"
  b"\x01ºmªûsŠ GñEí*‡½"
  b"\x01ºm«\x19s¸­ó>£ƒ°Q4"
  b"\x01ºm±ùq\x12†˜…+¶©ØÌ"
  b"\x01ºm²Rr>š}\v“ïJŠ"
  b"\x01ºm²…roŠŒ/\x0F–4|L"
  b"\x01ºm²³r\x01\tú¿…ë^Ø"
  b"\x01ºm²Úp©ž }ü\x01„Ž5"
  b"\x01ºm²þq8™,8#\x12"
  b"\x01ºm³\x1Er&Š»è™lÙDý"
  b"\x01ºm³Aq\x19Žß‰[žä™è"
  b"\x01ºm³crB•Y¸\x19\x08‰vÔ"
  b"\x01ºm³sݲL[€ p?’"
  b"\x01ºm³¹r\x18t-oÖ8f¹"
  b"\x01ºm³àrA©BŒÁ‚8°&"
  b"\x01ºm´\x01rô¯CÇõq̶Î"
  b"\x01ºm´$r\¬+Ø+ŸYE¬"
  b"\x01ºm´Ks˵ M¬\¡\x13"
  b"\x01ºm´vqnªw{b)͇?"
  b"\x01ºm´£s\x12´Õ›Tª8_c"
  b"\x01ºm´Èp¬ŸB(\x13õ^7ë"
  b"\x01ºm´îruƒ\x0ETM¨\x08Q"
  b"\x01ºmµ\x11pT±¿±wÐó"B"
  b"\x01ºmµ4r+½\x7FŠ\x1C$7úg"
  b"\x01ºmµWrZšÁùd¾ëkƒ"
  b"\x01ºmµ|q.\v˜ãà\fÕÑ"
  b"\x01ºmµžqþ½Ø-lã|¢U"
  b"\x01ºmµ¼sä¼\x1C˜PK¯\x10g"
  b"\x01ºmµás“”¯“¹LJÃR"
  b"\x01ºm¶\x04r™’¡\x15ºFد®"
  b"\x01ºm¶%p%‰ÚüwCâ-©"
  b"\x01ºm¶Gr»ƒ\x10±ê¤ú\x1FE"
  b"\x01ºm¶jrމLôºfµ$"
  b"\x01ºm¶pѬÜ@x…\t"
  b"\x01ºm¶­qm¥Ó\x11«\x7F‚¸€"
  b"\x01ºm¶Ís~‹e•(\x164Ý?"
  b"\x01ºm¶òqí¹\v›¯³$5"
  b"\x01ºm·\x18q­Ž3V\fõ¹âA"
  b"\x01ºm·>sõ“˜½Š?¿éç"
  b"\x01ºm·hrÒŒUã–º\x08\x04¤"
  b"\x01ºm·’sŽ‘\x1C\r©›ƒxž"
  b"\x01ºm·Åp\t…ù\x1FBRŽÔÄ"
  b"\x01ºm·íp\x02—ÕOnÀ\r\x16t"
  b"\x01ºm¸\x11ro‚c\x19[cÄÆt"
  b"\x01ºm¸4rvŽŠ\x1F\r\x7FËý¿"
  b"\x01ºm¸Urɦpz–‘mªã"
  b"\x01ºm¸pqŠžlÝ”Æ{ÉZ"
  b"\x01ºm¸Šrr­ødÞÔ\x14"
  b"\x01ºm¸©qå‹\raÊ\Ô»("
  b"\x01ºm¸Èp\x19†Ée“_lm"
  b"\x01ºm¸åqh’Ü\fBp\x01ÂÕ"
  b"\x01ºm¸ûr)Ÿ[Z¿ÉùË\x12"
  b"\x01ºm¹\x17p£‘ 2a3q.]"
  b"\x01ºm¹2p÷šøl⮀J8"
  b"\x01ºm¹Pqbˆ,[:nÏî{"
  b"\x01ºm¹pq\x1C°Íí>\x7FY<<"
  b"\x01ºm¹–qJ‘Á°,C\x03\x01Ð"
  b"\x01ºm¹µr¯£óñk“1c7"
  b"\x01ºm¹Örõ¤3À\rbÝbø"
  b"\x01ºm¹ûs޳Uç…\x182\x08-"
  b"\x01ºmº\x1As„’U\r\x07\vNÿ"
  b"\x01ºmº2pãŒw:;\ep„"
  b"\x01ºmºPqúµãø\x18ô=ßZ"
  b"\x01ºmºur\x16¨(k¹ êÍ"
  b"\x01ºmºqÄ•\x0EK¾íg\t3"
  b"\x01ºmºÇq•ŸòÔ#^jÏ7"
  b"\x01ºmºçq\x01•òúU\x15ÿµÛ"
  b"\x01ºm»\x00qù—‡ÝÂǦ*_"
  b"\x01ºm»\x16p\x1A›1‹dl•ÿP"
  b"\x01ºm»/pÒŸ”6-‰4%Â"
  b"\x01ºm»IpÞŽ|Yôû맦"
  b"\x01ºm»br\x02©7ù\x08\x13ÓDU"
  b"\x01ºm»ƒr|\x06çhÍÐáá"
  b"\x01ºm»s\‹=E\x06+bV"
  b"\x01ºm»¶q¬¤èDÑ/̬"
  b"\x01ºm»Ñqb“Óß\x07Ž‚Àv"
  b"\x01ºm»ísÐ¥‰®â\x13Ú¢‹"
  b"\x01ºm¼\fp4’Ùv5ú0õ\v"
  b"\x01ºm¼(r›¤…­`\x7F\x1F"
  b"\x01ºm¼Hr܈Ë_>§’þi"
  b"\x01ºm¼rrI¬«Pb¿qš’"
  b"\x01ºm¼•rÛ½‘ºçÛ¶ó^"
  b"\x01ºm¼½s"ŽB6j44\x18["
  b"\x01ºm¼Ør¢¶xÞ\x00ÚeºÁ"
  b"\x01ºm¼ñs˜µ Rs\x01k¤?"
  b"\x01ºm½\x08s»¾+®œXW\e¿"
  b"\x01ºm½%pJ¦aÉ\r•9\x06\x17"
  b"\x01ºm½Cpù¶jĪFÜ\x04w"
  b"\x01ºm½gsí‡FD9ûŠÅÌ"
  b"\x01ºm½ˆqë°e.¬ÁW8Ä"
  b"\x01ºm½¢p\x06‹Q”œ†íZÜ"
  b"\x01ºm½»q\r‹BUT\x08XµC"
  b"\x01ºm½Ór¥´t\x12«)CÛÂ"
  b"\x01ºm½ësp¹¤å¿å#Þº"
  b"\x01ºm¾\x02s±–SñK¸RðÙ"
  b"\x01ºm¾ p‹»634öw‰x"
  b"\x01ºm¾FqmŽ&ÏþË Øß"
  b"\x01ºm¾ir0¦j¬–‡M ¡"
  b"\x01ºm¾ŽqÀ„Ìo(óþ€ü"
  b"\x01ºm¾²p’Še\r\x12\x07ã"
  b"\x01ºm¾Õs~»ßø:¬ž_M"
  b"\x01ºm¾ùrE«“ Jù¤ý^"
  b"\x01ºm¿\x1Cs6½—<ãÞ¸\x17"
  b"\x01ºmÅøpŽÚYw*Ul9"
  b"\x01ºmÆCr›±¸Bu#\x02Bb"
  b"\x01ºmÆeq\x03·u\x16~˜4ãs"
  b"\x01ºmÆ‚q¥}ï~ñ\x02A„"
  b"\x01ºmÆ¡r\x19²MhG:®S^"
  b"\x01ºmÆÁs¯©ÆÖŽ_ðzŽ"
  b"\x01ºmÆèry¡Q\x01\x1Dh\x0F\x08ø"
  b"\x01ºmÇ\rròž›w$Âï„í"
  b"\x01ºmÇ(r“’Ö\x07Ý+rÑŸ"
  b"\x01ºmÇGq·œÐ\x08Ë\t¤‘ß"
  b"\x01ºmÇirì€e«£\x0F<ë"
  b"\x01ºmÇ’qÚ¢}¬’5s'¢"
  b"\x01ºmÇ·qC þ‡Éà|»‚"
  b"""
    \x01ºmÇßp\n
    ©*Ù\x01ÃÓQx
    """
  b"\x01ºmÈ\x08s²‡tN@)ä\x1F<"
  b"\x01ºmÈ/q.‹\x0EÆ\x1C`ЉŽ"
  b"\x01ºmÈMsÒ—ç)¹6QR¦"
  b"\x01ºmÈmq…·Kn¥ƒO«õ"
  b"\x01ºmÈ‘q\x17©\x0E-Ä×79‰"
  b"\x01ºmÈÀsI\x14{5?_\x1C"
  b"\x01ºmÈåq\x02‰çdÇŽ\r\x13²"
  b"\x01ºmÉ\x07p½§$²“¹Îpe"
  b"\x01ºUiGsM†ºLE‡k`Œ"
  b"\x01ºmSMp\x00‰]°Ú`0X¾"
  b"\x01ºmSvpW”½ðd@òÚõ"
  b"\x01ºmYºrÕ‡\x15邞'3“"
  b"\x01ºmZ\er\v\x14ãQÈÖ\x01­"
  b"\x01ºmZDs`¢”¡›o+Ök"
  b"\x01ºmZrq\x05¿úýU×°n\t"
  b"\x01ºmZ¢qGº…Œ\x11\x04‹—"
  b"\x01ºmZÏqVcݶpé p"
  b"\x01ºmZøs°„ÜtWÏŠ\x07»"
  b"\x01ºm[#p%˜2**€,ם"
  b"\x01ºm[UqÚ³Î\x03åöaÇ["
  b"\x01ºm[pL„:ÉRä\x1CPz"
  b"\x01ºm[°p™Œ¸Ô\x00µ×£|"
  b"\x01ºm[ìq¿ƒ‹\x1CTÿàø"
  b"\x01ºm\#r𙑻øYÜ…Ó"
  b"\x01ºm\Ss½¹\x1EOâéÿ!q"
  b"\x01ºm\~r”Ÿ ¿\v¬n¯î"
  b"\x01ºm\šs©­Ã(¡àJP"
  b"\x01ºm\Âq7ƒ\x14ßN\x01ü!<"
  b"\x01ºm\ärg~+)ÓÓ\x08\x19"
  b"\x01ºm]\x02sT‘¿ã\x12ö\x05¶C"
  b"""
    \x01ºm]+pƒ‚ÁYq÷\n
    ïœ
    """
  b"\x01ºm]PrçœcRcmz¬i"
  b"\x01ºm]vq3µ}*uå‡3¡"
  b"\x01ºm]šq\t·õì\x17ïÁ×f"
  b"\x01ºm]¿r\x12„ðLh­…¿æ"
  b"\x01ºm]åqi‘ÞA\x08\tïìÎ"
  b"\x01ºm^\nrg´Y4#\x00\x05"
  b"\x01ºm^5pb»rÃ%µ¥t"
  b"\x01ºm^^s㮚Hìª\x1F(U"
  b"\x01ºm^†sî‰>¢D)%"\x10"
  b"\x01ºm^­qÖ³ƒ\x17=Áx¨Ž"
  b"\x01ºm^Õp:„®\x05´Z¡\x07È"
  b"\x01ºm^þsÿ¶\x10Ïgê9¦l"
  b"\x01ºm_$q\x02¦¦·\f\x10„`º"
  b"\x01ºm_Fr„—÷c­~—MÑ"
  b"\x01ºm_jsA¾hÛn®\x15\x05Ë"
  b"\x01ºm_“q¿¨2ˆááÆ›0"
  b"\x01ºm_ºq׏ŒÜK{^ty"
  b"\x01ºm_ßpU†oˆ 9¼ùF"
  b"\x01ºm_ÿr\x17ŸÍ\tÍ+Ýœ÷"
  b"\x01ºm`!r•²\x1AQ]Àí\Å"
  b"\x01ºm`Rp²q>.+:õ\x11"
  b"\x01ºm`nr¸¥ÖÚ\x7FÁã4"
  b"\x01ºm`‡s›¶\x0E¢»wÒŒW"
  b"\x01ºm`¥q4y>wÃÃíó"
  b"\x01ºm`Çp\x0E”xëüÜÀZ\x11"
  b"\x01ºm`êp|ä`]ØmÊ\x1A"
  b"\x01ºma\x10p$³¼7\x1Eð%a‚"
  b"\x01ºma;sÄ»œ—‡ÔÍúô"
  b"\x01ºmaisù›Û\fc%Éǯ"
  b"\x01ºma„q\›LY÷éôšÀ"
  b"\x01ºma¬s?¥þü|ðŸVz"
  b"\x01ºmaÔqg„\x18GŽ.ˆ§r"
  b"\x01ºmaôrþ°¶kÜý7Ö‡"
  b"\x01ºmb\x13qq x_^YŽ\r\x07"
  b"\x01ºmb=sÄ­ßCˆ\x11\x1Cln"
  b"\x01ºmb`r9š¢Íóë·³G"
  b"\x01ºmb}r…’\x1D(ëX|\x1D"
  b"\x01ºmb•p3¦le…xf…Õ"
  b"\x01ºmb²pؘ`\x7F\v–´v\t"
  b"\x01ºmbÎrHŽí ¼¨ÿ\x06\x15"
  b"\x01ºmbípW†X\x0EK–†´E"
  b"\x01ºmc\x15q¸˜(âÕr‰7\x1C"
  b"\x01ºmc2pDž®Àlè‚y1"
  b"\x01ºmcUsŠ­/û;ñÊ!\x07"
  b"\x01ºmc{r0±&¦užùgü"
  b"\x01ºmcŸqh‰‹>pñÌ׎"
  b"\x01ºmc¹rY¯Bƒüäß<š"
  b"\x01ºmcÕq¯¥¥?Àãzq³"
  b"\x01ºmc÷rÕ¼\x17ä´›ë¹5"
  b"\x01ºmd\x14s©€ž®X\x1Eœ¼È"
  b"\x01ºmd8rÎ¥²zSCeސ"
  b"\x01ºmd]r0…/sSJO¨"
  b"\x01ºmdƒp[¥y\x14\x05bï~#"
  b"""
    \x01ºmd±r\n
    ŽrÓII\tdQ
    """
  b"\x01ºmdÙpYÞÒ\x04÷ŽÆƒ"
  b"\x01ºme\x06sä¢4Ñóí{Uñ"
  b"\x01ºme%sC´ÞŠû~`L"
  b"\x01ºmeCqè³\x14²$Ì«O\x1A"
  b"\x01ºmegqí™è?±²—o°"
  b"\x01ºmeŠp\x15·Éa‰»ÅÑ@"
  b"\x01ºme¨pó£›Ïße³<“"
  b"\x01ºmeÃsÕ¹Ë~üM©ÊÍ"
  b"\x01ºmeär_•S­2læÐ…"
  b"\x01ºmeûsI Ú2ц3ìš"
  b"\x01ºmf\erX¯y+\x18\v¾\x08¥"
  b"\x01ºmf<r­¸ê[æ\x12Ó=ê"
  b"\x01ºmfbp»«Û~£\x7F\x15"
  b"\x01ºmfŒpìœBÉb#g b"
  b"\x01ºmf´pÓ§?\rŒ\x1D’Àq"
  b"\x01ºmfÕrÚ‹²á®åþRÔ"
  b"\x01ºmfóqoƒDãi‡Qº"
  b"\x01ºmg\x12p\x10—Å\x13N[$½\r"
  b"\x01ºmg,s\x1EîÒ˜gë[\x08"
  b"\x01ºmgQsd°œGÙ{ÀŽö"
  b"\x01ºmgyp™¾pË\vƒ\r"
  b"\x01ºmg·rš€›©Üý–¦ö"
  b"\x01ºmgðrøŒÏ4¸õ1ïr"
  b"\x01ºmh\x14sˆ{\x19y'ú\x0E"
  b"\x01ºmh6r‰­´8U\x10"
  b"\x01ºmhPsÿ„\x16\x1A)m«‡ã"
  b"\x01ºmp\vqX‹C³ót\x08¢"
  b"\x01ºmpVpÝ€¯Œ±w××À"
  b"\x01ºmp{pHŽòóžsF3t"
  b"\x01ºmpœq^£ƒ¬Í-7Æà"
  b"\x01ºmpÊr~¯)wQK‚æ\x15"
  b"\x01ºmpúqɯCl‹hê8w"
  b"\x01ºmq"q΄Õ˯Òý€ô"
  b"\x01ºmqFpc‹5dì\x12^i"
  b"\x01ºmqnq̉¢h:\x18ÓJü"
  b"\x01ºmq’sÝŸøµôðÛ+ù"
  b"""
    \x01ºmqºs”–\n
    1l)+q
    """
  b"\x01ºmqßp¿¬…é|À—ç"
  b"\x01ºmqüpˆ•/oDÃH—„"
  b"\x01ºmr\x19rm†hµ]€mÓó"
  b"\x01ºmr<q«¿”…†~ýç$"
  b"\x01ºmrZr¹¢Ù×d\x02ö€~"
  b"\x01ºmrxq‡—ɽ”+ì_¢"
  b"\x01ºmr¡r5´·8"Á5Jü"
  b"\x01ºmrÁpòšßŠºËZ_J"
  b"\x01ºmráq\x0E™Y-\x12\x1F®\x17\x15"
  b"\x01ºms\fqŸ`jKê+R"
  b"\x01ºms6p\x7F“¬ìcm0ÌN"
  b"\x01ºmscp?‚»Y\x04\x05„›m"
  b"\x01ºms‰ry¶Å›Ž¨Aæ)"
  b"\x01ºmsªp¦¢Vº”3ù‹"
  b"\x01ºmsÌpÜŠo²Iè=Ì©"
  b"\x01ºmsïp­™iÏÆ\x1EÃèà"
  b"\x01ºmt\x12pº™æ\x1D;§#üt"
  b"\x01ºmtDs4¢‚ËB±Â¼W"
  b"\x01ºmtyqÍ¢\x1DG¹+\x01]"
  b"\x01ºmt²sB¸Ø3\x1Ff–n\x01"
  b"\x01ºmtér”˜þl⺈‰S"
  b"\x01ºmu\x11p\x00·ê²–Çy\x03C"
  b"\x01ºmu4r¾™Gw~¼Ï¹\x14"
  b"\x01ºmuYq‡·VÏ‚*Ð\x11ß"
  b"\x01ºmuyqF¿+$«¯\x04"
  b"\x01ºmu—r\x05®x›;ê¡\x0F|"
  b"\x01ºmu½r–¥)æ{|<u×"
  b"\x01ºmuÛs¡¢\x1EŸÊ†&vF"
  b"\x01ºmuøqœš’¹G\x1F¥¡\x02"
  b"\x01ºmv\x1Epì“4ÕØÇ\x1Cþ\x13"
  b"\x01ºmv?sn Õ/LT‹\x0E"
  b"\x01ºmv`qVšHÃ%nh%4"
  b"\x01ºmv‹qÇœŒÉB0\x03ª1"
  b"\x01ºmvÁrÊ£\x08¹º~Ð÷7"
  b"\x01ºmvñpꏈ¤~ËÒQ€"
  b"\x01ºmw\x16rOž\jø¶"É©"
  b"\x01ºmw>rç¸îK­ÔÆÈ¨"
  b"\x01ºmwdq§©“€˜e‰#v"
  b"\x01ºmw†r"›Fæ­Çƒ\x04Î"
  b"\x01ºmw¥s›°O¸z`Æ\x1CÚ"
  b"\x01ºmwÇpV¹‰’Ïkôs•"
  b"\x01ºmwäsRŽ“7zƪò+"
  b"\x01ºmx\x0Es=…\x15\x1E”q\x1AM"
  b"\x01ºmx5råšj\x0E¬:u®i"
  b"\x01ºmxVrÈ–«jßÊ/\x15«"
  b"\x01ºmx\x7Fqi¶Õ\x17R]Ù"¼"
  b"\x01ºmx©p|cÜ˶\x17úp"
  b"\x01ºmxÓq܇h\x7F*f\x07ʼ"
  b"\x01ºmxüsO‰\x06² a«ª‡"
  b"\x01ºmy\x1Esô°`Ϻ*´s‘"
  b"\x01ºmy@r„¾Û\x16ÔšµË"
  b"\x01ºmy_qйŸBú±QáÉ"
  b"\x01ºmyyr´õ±l\x1CBn2"
  b"\x01ºmy•sîm§òùcÀ0"
  b"\x01ºUiÏp¯«f‘\rã{Ä\x07"
  b"\x01ºmÉ-q ·u\x1D\x05Ê\x19\x1D8"
  b"\x01ºmÉVr®–ŽJ4Tý~Ù"
  b"\x01ºmɃqÌŠ%ûK\x11Dف"
  b"\x01ºmÉ·r´‘:\x11\x03ó8k"
  b"\x01ºmÉéri‡ºöÓ¤\x02¤¨"
  b"\x01ºmÊ'qT¼Q ÊH\x7FÚ"
  b"\x01ºmÊdq3–2®ý(û2\x07"
  b"\x01ºmÊ”q,„{eTo­°Þ"
  b"\x01ºmÊÇr×´¡\x13¯S<0"
  b"\x01ºmÊïrµ±\x11"œZNeÙ"
  b"\x01ºmË\x13rЙ\eƒÜGG\x06ç"
  b"\x01ºmË3pĝ`\x1Ft{qT%"
  b"\x01ºmËLs\x17Œð߸ì'ŒÁ"
  b"\x01ºmËis€–pò$…ù«Ë"
  b"\x01ºmË‚s{½ƒÞÑÒ€Ä\x00"
  b"\x01ºmË¥rc’  Ó~¢tÙ"
  b"\x01ºmËÊq·­ðLD©ÜNÇ"
  b"\x01ºmËépÿ¶Z¤Xå\x1A"
  b"\x01ºmÌ\x11s:Ÿ.­¶´øÍ"
  b"\x01ºmÌ5pvŽÏ*%X•ö"
  b"\x01ºmÌar€˜4ð\x1ChôÛž"
  b"\x01ºm̃p}›\x1D™L°'Në"
  b"\x01ºmÌžqa½aÌaIÁéí"
  b"\x01ºm̸q'¸—-êÚåêM"
  b"\x01ºmÌÒr’¥5Õ墟\tå"
  b"\x01ºmÌís]…ÚŸ|õ\x1Dë"
  b"\x01ºmÍ\fqc·\x12ïä[éîW"
  b"\x01ºmÍ=p'“Q˜(\x0FË=ï"
  b"\x01ºmÍ_p_ºK“«OC&:"
  b"\x01ºmÍ~sÖ‚Bªe&ʲç"
  b"\x01ºmÍ›rԛǒŸèÔAÎ"
  b"\x01ºmͶs\eŠF˜J…8¢<"
  b"\x01ºmÍÖrˆ­B[ÐM¦/"
  b"\x01ºmÎ\x05qšœÂf®ÙPöÏ"
  b"\x01ºmÎ&p›—\evÄÉQ¨$"
  b"\x01ºmÎPr\x14¦ËðHOË&¿"
  b"\x01ºmÎqp,‰ë"ÍN$\x14È"
  b"\x01ºmΏrÛ¨ŽðÔžF¦""
  b"\x01ºmαsÝ Ô\x11JcîÍ´"
  b"""
    \x01ºmÎÍs\x19¡\n
    v[á]2Õ
    """
  b"\x01ºmÎêpªN¯Ë׆ï\x01"
  b"\x01ºmÏ\x01r$¤=ôÆÍæÇ"
  b"\x01ºmÏ\x1Es¡Š¶\rbŽ«r\x0E"
  b"\x01ºmÏCs皁›mqä?w"
  b"\x01ºmÏ_rj‰\x0FŸçw™\x1E7"
  b"\x01ºmÏ|r܁å'»œ~p\x11"
  b"\x01ºmÏšq-‚k\x02>\v\x13ä\x11"
  b"\x01ºmϵsøˆ‘ÏýÍíÿ'"
  b"\x01ºmÏÏrò‰øzµÂþ\x015"
  b"\x01ºmÏìp1‹ÕÁ8üú "
  b"\x01ºmÐ\fpè´ŠswÊ\x18Hg"
  b"\x01ºmÐ6s\x08Ž\x19¯tŒÇsÒ"
  b"\x01ºmÐjr³’Š]åݬSD"
  b"\x01ºmПs¢†*S\x01\x07Ë"
  b"\x01ºmÐÇs\x1A“áÀè}§²¨"
  b"\x01ºmÐñpªŸ•A¨#¦çF"
  b"\x01ºmÑ pǪ4Þ±Jo)Õ"
  b"\x01ºmÑKrû¤\x07€Ð¶Ê\x1E3"
  b"\x01ºmÑzq[Ÿ÷xw7U¸"
  b"\x01ºmѬqN²8 Õ³'js"
  b"\x01ºmÑàqC\x04\rQ³væ²"
  b"\x01ºmÒ\x15px jóÐäw¼‚"
  b"\x01ºmÒ8r ¢{°mà\x01Yÿ"
  b"\x01ºmÒapPˆeô" ³’\x05"
  b"\x01ºmÒ…rŒ…[Ô.5Yšª"
  b"\x01ºmÒ¨sV²‹QÊ)â…z"
  b"\x01ºmÒÏq¡’}¢\x15\v\x11Å"
  b"\x01ºmÓ\x04raü´.Öø©÷"
  b"\x01ºmÓ/sæ›\x00ùv7Æn "
  b"\x01ºmÓXq)ƒ0ò\x00•{Ò´"
  b"\x01ºmӁq¦¡¾ÝëzÜÒ"
  b"\x01ºmÓ s^µ\epušÄ¦M"
  b"\x01ºmÓ¾r³‚ÎLÎú\x04\x15¡"
  b"\x01ºmÓÞsã¸i¿Û\x1Cf6¾"
  b"\x01ºmÔ\x04ry¶!=ƒøœ\x08»"
  b"\x01ºmÔ3sÙ³×rñ\fV4"
  b"\x01ºmÔjsT–\x14PP\f›-Ç"
  b"\x01ºmÔ—r\x15†¢‹Ð4îÈÎ"
  b"\x01ºmÛ\x19sX†Ï/?¶ÍÎc"
  b"\x01ºmÛ|p¶¤\x0Fé\x15/;ùÆ"
  b"\x01ºmÛ¶p,¯yà.؆³&"
  b"\x01ºmÛæpÿ¦¬mæ\x1ApYú"
  b"\x01ºmÜ\erc¾+&Pl°3ò"
  b"\x01ºmÜJsV\r*‚x\x7FSc"
  b"\x01ºmÜ„s}¤[¯*:C”\x05"
  b"\x01ºmÜ´pKµ=\x08\x06û\x04"
  b"\x01ºmÜépT•,Ž\x18À\x1F‘["
  b"\x01ºmÝ\x1EspŽ1ÜZù øu"
  b"\x01ºmÝNqÛ¢w\vÔ$ˆ.‹"
  b"\x01ºm݃r:«I\x13R3BCw"
  b"\x01ºmÝ©rß·6|bǽ\x07\x04"
  b"\x01ºmÝÅrÀ›Pé’w}Âk"
  b"\x01ºmÝàqk«PËM/4†£"
  b"\x01ºmÝúq²E\x19\x0F\x0EÈ|r"
  b"\x01ºmÞ\x1Es\t£4•ÝÏo\x17\x04"
  b"\x01ºmÞ=s\x1C µ\x02»Œ%T"
  b"\x01ºmÞ`qÚ‚T‚£X‘\v\x10"
  b"\x01ºmÞˆpüš”ÉS'Bk›"
  b"\x01ºmÞ¯qÙ¨¡\x05\x13 \x0Fä3"
  b"\x01ºmÞÕsMªí\të8 {"
  b"\x01ºmÞór¿”ŒÃæT¿KÄ"
  b"\x01ºmß\x15p¢ Q%c±êMÌ"
  b"\x01ºmß<s¡§;¡Z¿Êï\x07"
  b"\x01ºmßaqE­¾\x17ºj­;["
  b"\x01ºm߇q@—¸\x04ÛŽ\x17"$"
  b"""
    \x01ºmß®roŸj“v{®\n
    ¼
    """
  b"\x01ºmßËsא;ÏŠ\x1E\x17"
  b"\x01ºmßêqñ®ÎéÉÖ0\x13\x1D"
  b"\x01ºmà\x14rkš\x02E\x1E¼\f\Z"
  b"\x01ºmà@p¼¦¸©×Vø‹È"
  b"\x01ºmàfqΧãŒ7\x02øl)"
  b"\x01ºmàˆs㪜\x18I•\x0560"
  b"\x01ºmà¬p’’§Öof9ñ†"
  b"\x01ºmàÒsC­Àà €\t¹U"
  b"\x01ºmàòqú¿Ä\x19£2ƒU„"
  b"\x01ºmá\x16sh’ájØ‚K\x7FZ"
  b"\x01ºmáBq1ŸášéG1=¥"
  b"\x01ºmámqÊú”€\x04Ð\x17"
  b"\x01ºmáœqe´ÐÙ\x1C&É¢\x03"
  b"\x01ºmáÄpÒ¥†À\x10@\x17\x12\x17"
  b"\x01ºmáäs’«r\tãŸtõH"
  b"\x01ºmâ\tsüµHVFg_I\x12"
  b"\x01ºmâ)så¡D}ÂÍÔ!\f"
  b"\x01ºmâMq<°\x18@ëK.1+"
  b"\x01ºmâmsn­'I늅61"
  b"\x01ºmâ’s‘\x04·åŽQÌ·"
  b"\x01ºmâ½r»±¡€©O7wô"
  b"\x01ºmâêr¿½Ë\x13…üN2U"
  b"\x01ºmã\vs%‡§º…\x1A‚Ö"
  b"\x01ºmã#r×»iŽ´'‚ÐÄ"
  b"\x01ºmã>r9»†Kƒ5â0z"
  b"\x01ºmã`s•¼Ý\x1Ck-§ë"
  b"""
    \x01ºmãŒqè¦@\n
    ’‹E
    """
  b"\x01ºmãÁp=«âQ\x14;Œà“"
  b"\x01ºmãër±›öüæYðˆà"
  b"\x01ºmä\x0FqÒ€›¾\x19²Å“«"
  b"""
    \x01ºmä2pÞ²4ð\n
    3¾^m
    """
  b"\x01ºmäLsõ¡&Ž\x04ÔÉùT"
  b"\x01ºmþ¸p„\x05\x11Žýž\x06Ÿ"
  b"\x01ºmþårk‰)J\v£`ù"
  b"\x01ºmÿ%ró¾dÅä€ðëQ"
  b"\x01ºmÿcs_•GC’¦…[¢"
  b"\x01ºmÿqó´Á—O_»²Â"
  b"\x01ºmÿÏqû±@¾ò\x1Côþ˜"
  b"\x01ºmÿùr8¡x–‰ê\x13D‘"
  b"\x01ºn\x00.r£«‹¹pþÉ(\t"
  b"\x01ºn\x00Zsë’\Ív'u"§"
  b"\x01ºn\x00Šp÷™¾­S·*Z4"
  b"\x01ºn\x00Ðpo§4–\x10z;>Í"
  b"\x01ºn\x01\x15p‡€>²{N”—"
  b"\x01ºn\x01Np?ƒ"«Øž\x1E8?"
  b"\x01ºn\x01‚p¢ŠLI™÷¥à"
  b"""
    \x01ºn\x01°rL™\n
    _Ô‚\r
    """
  b"\x01ºn\x01ÛqÙ£(ù\x10ûmÿ"
  b"\x01ºn\x02\x0Fq\e°F\x03P.;â5"
  b"\x01ºn\x02Ap\x0F´ú\x17Îè(à´"
  b"""
    \x01ºn\x02usOœ\n
    Æ=Ò‹4É
    """
  b"\x01ºn\x02¹s)Ž‹)¾EãUg"
  b"\x01ºn\x02ïq˹/X¯§Â:\f"
  b"\x01ºn\x03 rò¶6cJØÌX‹"
  b"\x01ºn\x03Ps´•ÞPv#Y˜9"
  b"\x01ºn\x03€p0©f+zmCt"
  b"\x01ºn\x03°rù½¼£P\v]žy"
  b"\x01ºn\x03Ûrù‹¥[w\eS­m"
  b"\x01ºn\x04\x0Es•§‡\x1C)Ò7žß"
  b"\x01ºn\x04Ep9‡Ø\fÂÞ7Õ®"
  b"\x01ºn\x04{p=Ž\x03îq$\x1AGL"
  b"\x01ºUilq\r‡IÛs¤“—\x17"
  b"\x01ºmy³sq‰+n\x15\x12¤dq"
  b"\x01ºmyÜrr›1J\x17‚˜\x19\x04"
  b"\x01ºmyþre€zä\x02œ®\x05"
  b"\x01ºmz\ep\x1C”´¿â.\x16é¤"
  b"\x01ºmz7qÕ—\x0Fv¾y]\x18Œ"
  b"\x01ºmzYrއ\e«¸Ü\t\x04¥"
  b"\x01ºmz}sŽ–,Ž‹\x12\x1E\x03O"
  b"\x01ºmzªpŒŽ¦£<ÏS\x15\x08"
  b"\x01ºmzÖs.˜¥\x05Ÿ~\x12À+"
  b"\x01ºm{\x08rÙ´¸KE½\x18ê:"
  b"\x01ºm{8q(œpœvïe6j"
  b"\x01ºm{\s?­Ä’‚…\x06\eg"
  b"\x01ºm{up2«¤i°I›‡Ž"
  b"\x01ºm{Žr\x7F£Rà,Fˆ6"
  b"\x01ºm{¥rÑ…Ž|Ž2E¢"
  b"\x01ºm{Àq?„ˆÊsTûyÞ"
  b"\x01ºm{áq`–ιﻧ“Ã"
  b"\x01ºm|\fr>¢<]¤\fÑ ±"
  b"\x01ºm|1rQy]\vääèœ"
  b"\x01ºm|IpmŒÅލíÂBÚ"
  b"\x01ºm|gs޼GF™Æá\x08ý"
  b"\x01ºm|ƒq@‚ˆ”«$\fž—"
  b"\x01ºm| p¼ë\x01·î‚<\f"
  b"\x01ºm|ÅsH‚G~N,OêÓ"
  b"\x01ºm|ðpø‚ïúìá~"\f"
  b"\x01ºm}"q-£5\x12£\r¼\x15"
  b"\x01ºm}WqÔ®Ûå\x19ãjsü"
  b"\x01ºm}~qV†DwŠ­•\x0F"
  b"\x01ºm}žr„Ž8¬Z=߁˜"
  b"\x01ºm}¼s¦’ë\x12&ëOÔî"
  b"\x01ºm}ápz–×3\vàÔ—~"
  b"""
    \x01ºm~\n
    sØ‹Ò__\x1Ex˜²
    """
  b"\x01ºm~;qŒ¼Rê\x01“P\x02e"
  b"\x01ºm~opˆ¨ÌWÜ\Ü\x14ž"
  b"\x01ºm~£r\x10Ž|\G \x0F\x7F:"
  b"\x01ºm…\vq̝Ë&Ë%Í#$"
  b"\x01ºm…is\½\šqHNìˆ"
  b"\x01ºm…rЬ>HŸ%ñö-"
  b"\x01ºm…Ær\f›}wŒ_‘Ï\x11"
  b"\x01ºm…ýp;£kwùˆÞ\n"
  b"\x01ºm†/pcƒšé¿ÓèÞg"
  b"\x01ºm†Zs”µ¬•óšjœÃ"
  b"\x01ºm†pÊ‘¤¨Ü\túoÖ"
  b"\x01ºm†ÅqQ¦m¬\x06ž|+\x08"
  b"\x01ºm†ùrt _ÒÁ¹lï¢"
  b"\x01ºm‡"sx½à\x0E<\x12]½k"
  b"\x01ºm‡GrH»¡jrìA¸Ü"
  b"\x01ºm‡ir^…ö¯œ!uÌæ"
  b"\x01ºm‡pÛŠûÚÑCÖ9t"
  b"\x01ºm‡³p(”¶ò¢]ìãH"
  b"\x01ºm‡Ör“ ëÖB¿º%f"
  b"\x01ºm‡úr"±ú3«Ò˜5Ì"
  b"\x01ºmˆ\x1Epì½:\vB¬…ñk"
  b"\x01ºmˆCr{ž\x04‰ðƒ&Y>"
  b"\x01ºmˆjs”ŒÍ‹íþù;r"
  b"\x01ºmˆ‘p錶\x11"’R~]"
  b"\x01ºmˆµpy¦H·-!“S\x05"
  b"\x01ºmˆÚq6¡è½ÆÉ—±¸"
  b"\x01ºmˆósq§}\³Í‘Ù\v"
  b"""
    \x01ºm‰\n
    p0¦‚àd€\e
    """
  b"\x01ºm‰%r¥¼\x18Þ&½ð|Þ"
  b"""
    \x01ºm‰>rЀ^"\n
    ¯ã\t
    """
  b"\x01ºm‰Wsó‹R—$Ð.Z;"
  b"\x01ºm‰rrŶÞ\x7FÓnà \x02"
  b"\x01ºm‰Žpĸè\x07·Ï\vb\x1D"
  b"\x01ºm‰¬q(¯d\UF{²å"
  b"\x01ºm‰ÌpÍ•\x1Ff|GMØæ"
  b"\x01ºm‰çr¸±!}ä5¡š\x0E"
  b"\x01ºmŠ\x02p6žÃ(\x14C-\x18\x15"
  b"\x01ºmŠ\x1Dp¶‹h…|®\x17Ù"
  b"\x01ºmŠ;r&¤&\x13^\x1Dlñ"
  b"""
    \x01ºmŠXpmœ°\x0559â\n
    \x17
    """
  b"\x01ºmŠ€pÍ¥hy­„Ð0ñ"
  b"\x01ºmŠªqZŽå\x0Fdù¹z½"
  b"\x01ºmŠÑp"‡5[*¡-;ô"
  b"\x01ºmŠïs"»k\x0FÉ×#\x7F\x12"
  b"\x01ºm‹\vpöšWû\x1EòæÐ¨"
  b"""
    \x01ºm‹'pÿºq\n
    µù}Îl
    """
  b"\x01ºm‹IqX¤ÿKWV·K\x0E"
  b"\x01ºm‹hq›Ž&„f?st\x07"
  b"\x01ºm‹ŒsGŽ-¾ép€ˆD"
  b"\x01ºm‹°sŠŽÐÎÐÁÿ\x02"
  b"\x01ºm‹ÑsFhí\x17øv­"
  b"\x01ºm‹ís©ŒN,ºƒÎ\x01'"
  b"\x01ºmŒ\rr$žML“\x11ÍŒ„"
  b"\x01ºmŒ/q¶‘(^yÄl¹á"
  b"\x01ºmŒRpX¤#jêqÔµ€"
  b"\x01ºmŒsp ‘ÍÝ,\x03Œ·ÿ"
  b"\x01ºmŒ–sø’ñÓS%i˜"
  b"\x01ºmŒ¼p—¾×f\x1C@{\vÒ"
  b"\x01ºmŒàsm°ˆO&ðgk\v"
  b"\x01ºmŽ\x03q—ß¹ §Ï¼Ø"
  b"\x01ºmŽ\x1Dpö‘Ão ö\à+"
  b"\x01ºmŽ<qе~ý+4›±‰"
  b"\x01ºmŽ^pϺ˜9޵µ™"
  b"\x01ºmŽ„qRƒ‹\fwÑÿ¢z"
  b"\x01ºmޝrNœ©÷\\x06SýÂ"
  b"\x01ºmŽÓpZ¨Ê‡ÿ°q†û"
  b"\x01ºmŽ÷rÙ•B_ëîea<"
  b"\x01ºmŽ\x1CqçªÁ^\x1D¯Qì×"
  b"\x01ºmŽ6r\x13®ˆ"‹¢\x11"
  b"\x01ºmŽTqf‡d«Ô¾ÿ\x08*"
  b"\x01ºmŽ|pÙ¬\x07ÚYOèÍ£"
  b"\x01ºmŽ¡q\x15«ðªc\x10Ó*"
  b"\x01ºmŽÆp “Áo¤Ô\x16µÜ"
  b"\x01ºmŽòs\x10ƒNb“_°0S"
  b"\x01ºm\x18q$£)\x13?«jÇL"
  b"\x01ºm@pÈžC<·+¦÷,"
  b"\x01ºm[pÀ™»&\f\x1CsRF"
  b"\x01ºmxpi¼?íFâžÍ®"
  b"\x01ºmqÑ›þ3øäÂ8¯"
  b"\x01ºmÄr}¨-ñ‘\r”óÃ"
  b"\x01ºmîqî¡lv\v\x06<\x06\x02"
  b"\x01ºm\x14p\x0E®¾ç•N;ll"
  b"\x01ºmBr<”ö'g3Q©Ð"
  b"\x01ºmsp\x1EªÏu­Êùˆ"
  b"\x01ºm•rŽ„b”`K¸wÞ"
  b"\x01ºmºp\rŸûù†«\x10O5"
  b"\x01ºmÛsëˆÉšàŸíá\x05"
  b"\x01ºmùpQ…øÊêîÁD"
  b"\x01ºm‘%sò\v]péT”Æ"
  b"\x01ºm‘Is2«\x16É^²Ðµ"
  b"\x01ºm‘uq º?0y€p“'"
  b"\x01ºm‘«sa‚Æá\x08y,qŽ"
  b"\x01ºm‘Îs¯‚*©\x187.)+"
  b"\x01ºm‘êpòƒ\x10ïܵ+MŠ"
  b"\x01ºm’\fp犯ä¨âÓqž"
  b"\x01ºm’)rW¤T¢[Ôª%B"
  b"\x01ºm’EsV£¥Ä\x00âé®’"
  b"\x01ºm’bpӵиæïùÊû"
  b"\x01ºm’‡se£ÔÞÜKM^<"
  b"\x01ºm’³pˆ”ÊŽºÑŠk\x12"
  b"\x01ºm’Ñp¯ºg\x7F½!\x19"
  b"\x01ºm’îp£¿šŒ®ö\x0E\x7F"
  b"""
    \x01ºm“\tsׇŠ(š¤…\n
    ð
    """
  b"\x01ºm/rµ¦\x16\r×)ð<ï"
  b"\x01ºmspƝ…×.\rï\x05"
  b"\x01ºm™rÒ—i“™à\x10ƒí"
  b"\x01ºm·rcˆ’%ô{Ï«|"
  b"\x01ºm×q…“Ÿà\x03tM]\f"
  b"\x01ºm÷q9¶½[ù‚\t"
  b"\x01ºmž\ep›¡níÕb׆¸"
  b"""
    \x01ºmž9qȁØé \n
    ÅþÙ
    """
]
62 7.13 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"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"7‹¤m\x14-O/•+†[ò¤B`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x13ºƒ2å"FŸ\x08 \x015\x06žë"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"Æ’$pò¾@”»œç‰²W^‚"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"^ÚŠåcÉJè WèL†/\t²"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"Ñ/e@÷˜q_8GÈþu"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"cźçoM\x7F¥\x167»:0`¡"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"""
    ŒÇQ©]“Mœ˜\x1Dj/\n
    S'
    """
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
]
63 12.94 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œŠZÐpL½ã,‚ Ô3v"
  b"\x01œŠ[JrAŠq¦ß\x1D\eÖ¨"
  b"\x01œŠ[¹q\x08§³Tãïݾ-"
  b"\x01œŠ\!scð¨\x06\v("
  b"\x01œŠ\”s¥£Èœ…XtŸï"
  b"\x01œŠ\ûs@’Ì0ì\x1C[ÀÄ"
  b"\x01œŠ]frý‡¯nö`›¬y"
  b"\x01œŠ]ÖpZ¿4¤\x1CÙµkm"
  b"\x01œŠ^Jr§Ÿ\x02SF\x17\x7F<"
  b"\x01œŠ^¨pݻܕ´ñ\x1A"
  b"\x01œŠ_\x18q\x04»ukÙ·ÐãÁ"
  b"\x01œŠ_…r5½¿‡¾â`äK"
  b"\x01œŠ_Üs͝¨·Ë¢6P¿"
  b"\x01œŠ`9pÙ‡°üJ­\x03N%"
  b"\x01œŠ`¥s_ƒ/Ü»†Ú©Ý"
  b"\x01œŠa\x14s@“ì°è\x15´Lì"
  b"\x01œŠams_†\x1Cpq\rGj£"
  b"\x01œŠaÅq\x1C—ôG³òÑJŸ"
  b"\x01œŠb1q$°DÒân¼\n"
  b"\x01œŠb¡sg‰¥RKI1>Â"
  b"\x01œŠb÷qL¢J.&»86Y"
  b"\x01œŠcLs#¼¯\x06n\;©ò"
  b"\x01œŠc­pú \x1AmànÕ£\x19"
  b"\x01œŠd\x1Es¬¹Æ¥0[\t|\x08"
  b"\x01œŠds°¨«\x1CA²ôý\x1E"
  b"\x01œŠdëpµ ¸ù\x7F¾cD&"
  b"\x01œŠe8rÊŠuÎÑy7„f"
  b"\x01œŠeŒs¿‹ËPey\x1Eû‹"
  b"\x01œŠeÚpH¾\x12’MâTÿŸ"
  b"\x01œŠf3sT¼J>ϧu‚†"
  b"\x01œŠf\x7Fsa¸ÈŽa•6T¯"
  b"\x01œŠfÔqÊ´!QÀ1¯ô$"
  b"\x01œŠg#q•¥Xâ:\x01œcõ"
  b"\x01œŠg|s!¿•g"Öi>Ø"
  b"\x01œŠgÍre»e\x1E\x0F\x1F\x08’j"
  b"""
    \x01œŠh(rÖ¥G‚Ø_\n
    †«
    """
  b"\x01œŠhŽp†¨\x06bú0\v Ñ"
  b"\x01œŠhåp» çW`Ç»Ý\x15"
  b"\x01œŠi<pß®¤\x18Š$‚[Ò"
  b"\x01œŠiŸq\x13ˆeŠ¥RÔ®k"
  b"\x01œŠiùq] ìq \x00aOé"
  b"\x01œŠj\r\x18ˆZD´U^‘\x05"
  b"\x01œŠj°p!©<ch8"\x16Ò"
  b"\x01œŠk\x0Fr\x12¼?Òðˆü Ž"
  b"\x01œŠkns+¼\x14Ëáµñ\x0Fþ"
  b"\x01œŠkÒs¸“µAx’íø{"
  b"\x01œŠl7q·¢u(»Y%AÐ"
  b"\x01œŠl”p\x1E¡\x01æi~ŒÓú"
  b"\x01œŠl÷qW°\x1F&iÓ\x00\x06Ö"
  b"\x01œŠmQqœ¥‡gy‡oŽ"
  b"\x01œŠm´sÓºûLE„rjŽ"
  b"\x01œŠn\fs©¿Ùð‹ÃºË7"
  b"\x01œŠn^p7·Þúôí^“."
  b"\x01œŠnÁq<º69\vóÇv~"
  b"\x01œŠo\x11q•},k„\x08›©"
  b"\x01œŠo]qֽݸ\x100\x1A™«"
  b"\x01œŠo®r¼ƒ4\x08À2ïÐ\n"
  b"\x01œŠoÿs$”Ö¢z\x01 Á»"
  b"\x01œŠpHq}£\x02\x15ٝ²Ô§"
  b"\x01œŠp”po¡Å6­\x00µüÎ"
  b"\x01œŠpæsëŽ[@§\x06ïÆg"
  b"\x01œŠq;s\vƒèrÅi’7ª"
  b"\x01œŠq¡r¬Ìß¿Î5¦n"
  b"\x01œŠr\x04r>¥"]ïK6•˜"
  b"\x01œŠr\sb³øcÈ\x13ãÊ;"
  b"\x01œŠr°p\tŽV&A¢¤}„"
  b"\x01œŠs\x00s÷£á}kцq@"
  b"\x01œŠsUp9¡ŽúRùCQ"
  b"\x01œŠs¥rƒˆ\x1D5N¢»M4"
  b"\x01œŠsør2·\x17Í—'rÌ“"
  b"\x01œŠtSri•R8M}²¨Ý"
  b"\x01œŠtªqî²Ht\r'\x07û:"
  b"\x01œŠu\x08rpˆtdd0e>"
  b"\x01œŠutq׈¾¶Òà"ëå"
  b"\x01œŠuåp̓ƒ¼;\x08h\f\e"
  b"\x01œŠvPsV³ñ-ß3€^©"
  b"\x01œŠv§rð¸?áAjšõv"
  b"\x01œŠv÷rÚ…ÙË|q£Ž/"
  b"\x01œŠwgp\x08Ž\x19ê„ê|¦X"
  b"""
    \x01œŠwÙq/•5€\x0F¢\x1C\n
    T
    """
  b"\x01œŠxLpü†úÛ§$\x1F—["
  b"\x01œŠxÃsŸ¸ˆ<zZ7¿Ã"
  b"\x01œŠy\x1Fr\x01¶g¢‘ª\x16©–"
  b"\x01œŠys¹šõ©î\x14®Ë˜"
  b"\x01œŠyæqÏ»ÑI\x13“¹Ê\x1D"
  b"\x01œŠ\x19s“ë”wf€|z"
  b"\x01œŠ†sú›’7á¥MrÛ"
  b"\x01œŠÙrD@Ý\x04°Æg\n"
  b"\x01œŠ‚5r%‘®J˜w‰Mi"
  b"\x01œŠ‚œp”š\x05¥2ìç}+"
  b"\x01œŠ‚îrV´®!\fG\x16·"
  b"\x01œŠƒ<q=„|œ¦eš»\v"
  b"\x01œŠƒŸpÖ•y³\x15y–èâ"
  b"\x01œŠ„\vp{¹Ë\x0EJ¸¼Ê\x10"
  b"\x01œŠ„tp†ƒR²zè\x1A"
  b"\x01œŠ„àsê€ù›póƒ×¨"
  b"\x01œŠ…<qÒ›T´fc¡\x11\x13"
  b"\x01œŠ…Žs¯„»lu\eB\rA"
  b"\x01œŠ…ép`™‹É,ìéT"
  b"\x01œŠ†UrF„ŽÖhÍ3âï"
  b"\x01œŠ†¹ró¦rôîÚ©UÍ"
  b"\x01œŠ‡\x16sa¨ê\x04Ü\tÛèx"
  b"\x01œŠ‡op5ªŽ˜k˽’("
  b"\x01œŠ‡Ós¤¤\x18XM\x15i{,"
  b"\x01œŠˆ2rÓœê\t¿±'‘"
  b"\x01œŠˆ\x7Fpð‡‹rqúð"
  b"\x01œŠˆÊs0‚k\x05²ˆí\x1D\x05"
  b"\x01œŠ‰%r>¾nšº\v½á?"
  b"\x01œŠ‰p¸´12îv«ÿ?"
  b"\x01œŠ‰çqó§—¡ôr\x11ß'"
  b"\x01œŠŠ<s6‚‹Çò<Ά"
  b"\x01œŠŠ”r]²D\x0E\x1Eð„‘\x01"
  b"\x01œŠŠáp½¿\x00\x03æá*$•"
  b"\x01œŠ‹2p£†±•\x1A€0Ôh"
  b"\x01œŠ‹’q\x0Eš;r¨ÂÛH"
  b"\x01œŠ‹ãs\x08‘¢&‡ˆ®"
  b"\x01œŠŒ.sµ·*q#EŽ\x1DC"
  b"\x01œŠŒ~qxŽ;aÅYoì£"
  b"\x01œŠŒÏs\x04—bdö§9.õ"
  b"\x01œŠŽ\x1EsÚ²tUt/tl¤"
  b"\x01œŠŽ…s‹•'̺û\x16"
  b"\x01œŠŽÔp(œÚ’\x18àC\x1A°"
  b"\x01œŠŽ*rl™Üóq!]àO"
  b"\x01œŠŽŽq³‘*èž*çtB"
  b"\x01œŠŽóqƒƒæ\x08É=ü\r:"
  b"\x01œŠHqÀŸc=º/5C\x16"
  b"\x01œŠsg¬,+9wmoÔ"
  b"\x01œŠþq¼¸¾×ÝÌ„\ej"
  b"\x01œŠYs¿‘×\f»é•o\n"
  b"\x01œŠ³s\x15—ÐÈŠ\x7Fës»"
  b"\x01œŠ‘\x13sé‰IÁ~Ó0ê1"
  b"\x01œŠ‘drɲÜé@KÓ\x1FÜ"
  b"\x01œŠ‘°qŽºÛ<¦œ;?G"
  b"\x01œŠ‘úqy¹‘Ž¢ ¿\fô"
  b"\x01œŠ’Gs¸¡hä\x19%\x18/."
  b"\x01œŠ’—qm„¯¬Ò:"âé"
  b"\x01œŠ’ês—¥ï\x1A\x18²-Ò•"
  b"\x01œŠ“Es2–\x14©[\x15r¦H"
  b"\x01œŠ“q~¹³+Bía\x0Fâ"
  b"\x01œŠ“äp‡~Þ\x17\x0El"
  b"\x01œŠ”LqãšÉ• \x08Û=è"
  b"\x01œŠ”šrÄ”’Þ\x7F@T>Ç"
  b"\x01œŠ”år^‡Ú73>N\x1Eæ"
  b"\x01œŠ•-p\f¯\Í\x10\x16\x13"
  b"\x01œŠ•wsÙ¹öÜ\x08Žùkt"
  b"\x01œŠ•»sD«Î9–à/6r"
  b"\x01œŠ–\x17p©±üÖšÛxFð"
  b"\x01œŠ–drü®÷À'8úÓù"
  b"\x01œŠ–«rÍŠ¬\x11Ð-¼S"
  b"\x01œŠ–ÿrñ¼ß\x7F¤5«Äm"
  b"\x01œŠ—bs*µâåxâ`§"
  b"\x01œŠ—·pë¥ö81L`¦æ"
  b"\x01œŠ˜\x03q—…DD4Ç`á&"
  b"\x01œŠ˜Mpށ7¹xòª\x14\x05"
  b"\x01œŠ˜˜sþ„VÂÖ–ax\e"
  b"\x01œŠ˜õq‹‰ð|uâH–X"
  b"\x01œŠ™Lrn«Xº§Ô¹:"
  b"\x01œŠ™šsyª\x186Ý…¹à-"
  b"\x01œŠ™îpM£\x014h{ÛRî"
  b"\x01œŠšEs3‹2‚žÄ<4"
  b"\x01œŠš p¥”aV¾u¶¸L"
  b"\x01œŠš÷pú—^mi´O¹"
  b"\x01œŠ›Br\x16¨“ˆ¾É\x10›S"
  b"\x01œŠ›p8‡ùâÆ{ä\x10ß"
  b"\x01œŠ›Üsƒ£˜\x12æÚ–šþ"
  b"\x01œŠœ.q>™j[Ρ¸“X"
  b"\x01œŠœŠs†®VÒO•æ{&"
  b"\x01ºUi\x03s\x12¼8I\x07ì‰Jo"
  b"\x01ºUi#qj²€c©\x0E#’­"
  b"\x01ºUiGsM†ºLE‡k`Œ"
  b"\x01ºUilq\r‡IÛs¤“—\x17"
  b"\x01ºUiq•„\x15íæÑ¸ç€"
  b"\x01ºUi®rB†Mþ\x12\x05"
  b"\x01ºUiÏp¯«f‘\rã{Ä\x07"
  b"\x01ºW°9st½ø£Å!Ôms"
  b"\x01ºlïir¤½A‹†?\x11€Á"
  b"\x01ºlïr…«*TíI¿F"
  b"\x01ºlï­rzš…g}hLli"
  b"\x01ºlïÖqÕ¡Yª0„Xð#"
  b"\x01ºlð\x1DsĬ9¬ô\x01\x14"
  b"\x01ºlðZq\x0E•«VsÊu³à"
  b"\x01ºlðzq¯¬b–j+\x17Ñ„"
  b"\x01ºlðœq%œ<\x05Œ‰¾Ÿî"
  b"\x01ºlð·rBœ1>\x10V\x04ÀÜ"
  b"\x01ºlðÏqï«c‹©)º"
  b"\x01ºlðérV•¹ÚAÈZˆM"
  b"\x01ºlñ\tsoŸ$<t·¿nQ"
  b"\x01ºlñ$p ¸T6îÃ<\x08õ"
  b"\x01ºlñBp‰¦Ë_Sè.\x11Û"
  b"\x01ºlñmqߎ—w%X(BQ"
  b"\x01ºlñ“r\x15«0_Àù§!V"
  b"\x01ºlñ¶p\x1E¯Ù\x00©AŸ˜˜"
  b"\x01ºlñÝr¤¿¶]<Üg*9"
  b"\x01ºlò\x04q•´Ï;p¥ð¡\x01"
  b"\x01ºlò5q¯¿îþÛé|="
  b"\x01ºlòepKª@¥\x00Œoò%"
  b"\x01ºlò˜pXšO ÄaæÐ®"
  b"\x01ºlò¿sе:Ñœ2%‘"
  b"\x01ºlòßro@SzÝ=߇"
  b"\x01ºló\x00s¶_W;"¼âP"
  b"\x01ºló#r>Û \„ÕÏ\x00"
  b"\x01ºlóDsÈ’ºúV\x17ÚåÌ"
  b"\x01ºlófp\x15£•\x1F¹5³\x01²"
  b"\x01ºló•r…œ±BÂ\x0F¶uê"
  b"\x01ºló¿pœ¶­Ã½ðê\x1C"
  b"""
    \x01ºlóÝpl“\æŽ6°\n
    \r
    """
  b"\x01ºlóõsذH¦æ\vo¢"
  b"\x01ºlô\x19rÍŽãpiÿ\x05«#"
  b"\x01ºlô5pDœßæ["mù’"
  b"\x01ºlôUp´½¨œ6\x1AðRP"
  b"\x01ºlô|rÕ¡?\x0Eê(îw&"
  b"""
    \x01ºlü’rЁ…+0\n
    ùv@
    """
  b"\x01ºlüçqi˜Fï«*ü.\x03"
  b"\x01ºlý\x13q‚ºÀ`\x13Zwº£"
  b"\x01ºlýBr”ža»\x1D¯XVs"
  b"\x01ºlýmq)šÄê\x05Ùj†Š"
  b"\x01ºlýr3½\x7F+ÇŸQÃk"
  b"\x01ºlýÖs2¥1^¸ü\x0Fæm"
  b"""
    \x01ºlýÿq/§\n
    YV¤îI]
    """
  b"\x01ºlþ5rŠŽÌóCéÓo"
  b"\x01ºlþiqⴝ6ñÛ©\x0En"
  b"\x01ºlþ–së‘vÝ/=Wt"
  b"\x01ºlþÀr\x14¾È³ŸÉÕä„"
  b"\x01ºlþîs@©!z«·¼¨"
  b"\x01ºlÿ!p\x04¿}`°çKEì"
  b"\x01ºlÿSrm…2J B¬Ö"
  b"\x01ºlÿ‰qT¥\x1A\x18\x02"
  b"\x01ºlÿÊpù‰Äì×ú*9"
  b"\x01ºm\x00\x0Fs\x00ƒÕ½tvÔ\tp"
  b"\x01ºm\x00Ms-¯4#ÊÃ0þÐ"
  b"\x01ºm\x00tq~µ*îº*Ey"
  b"\x01ºm\x00Ÿp÷’ïºÇÁ§ée"
  b"\x01ºm\x00ÓqïŽZÚ=\x02Ë\x1FT"
  b"\x01ºm\x00ùqH„”%ä\ewM,"
  b"""
    \x01ºm\x01(sY™À\n
    sOXuÕ
    """
  b"\x01ºm\x01Ss&œG†ÆëK·ž"
  b"\x01ºm\x01xr¹‘…%š¯ß;ù"
  b"\x01ºm\x01¨r;¯\x08QO”Ó±½"
  b"""
    \x01ºm\x01×r´«\n
    OíG\x1CÍò
    """
  b"\x01ºm\x02\fsä¼'éÕ § *"
  b"\x01ºm\x027p³†\x05zþ€\x032C"
  b"\x01ºm\x02[s\vˆTYgŒZlê"
  b"\x01ºm\x02\x7Fq\x16„Ɲ¼,:Û˜"
  b"\x01ºm\x02ªs\x06™ü¤Ûq$\x05E"
  b"\x01ºm\x02Ùr;¯0–¦ôt\e\"
  b"\x01ºm\x03\x04qž±†½¬¹\x18\x14ê"
  b"\x01ºm\x03+r±\x02í¦\x07í\x10©"
  b"""
    \x01ºm\x03Prè·Fç\x0F}\n
    \x08
    """
  b"\x01ºm\x03}q*Šq\x06äh•ÚF"
  b"\x01ºm\x03ªs˜¦ãi#īމ"
  b"\x01ºm\x03Ør{¯‹î\x01ÇÞDz"
  b"""
    \x01ºm\x04\n
    sNŠÃ\x08\x1D#úØ
    """
  b"\x01ºm\x04Es\t¿\x06†&á)àx"
  b"\x01ºm\x04mq\x00¡Ñ\x1CgM"\x18Ž"
  b"\x01ºm\x04’rn¬ün¿¥Ü\x13"
  b"\x01ºm\x04¼rè‡\x03ÅÊÇBŒx"
  b"\x01ºm\x04åp߁ÙjÈåç\x16Ê"
  b"\x01ºm\x05\x0Er\x10›r%°©„­v"
  b"\x01ºm\x05<s\x18“è\x1A\t¢ÍØ"
  b"\x01ºm\x05nr\eŒ.\x13ÑãTLf"
  b"\x01ºm\x05˜q¬ƒ‹5uõð)>"
  b"\x01ºm\x05¼s~¢ê+ãØl“\x10"
  b"\x01ºm\x05áq>Ž$ƒ–+\x19i—"
  b"\x01ºm\x05ÿsÊ´Îl\x1F\x1E¿.?"
  b"\x01ºm\x06\x1Ep\x00©øš)±¶\x17T"
  b"""
    \x01ºm\x06=sm‡år\x14y\n
    
    """
  b"\x01ºm\x06ZqŽ®¯ó2gѸW"
  b"\x01ºm\x06\x7Frr˜[p\x07žb&"
  b"\x01ºm\x06¦qÖ•N~\x1DƒèõŠ"
  b"""
    \x01ºm\x06Óso‡\x02\n
    Ž ¡‰
    """
  b"\x01ºm\x06úp²µÂ§µ‰üNÚ"
  b"\x01ºm\x07\x1FpׂrÝ|ê^ƒ"
  b"\x01ºm\x07Bp\x00¯ù«¸ê—°´"
  b"\x01ºm\x07asc°ñƬ\rªû©"
  b"\x01ºm\x07q\x03£\x1AÆ0(ýÔU"
  b"\x01ºm\x07¬qz¤•˜û”\x18S–"
  b"\x01ºm\x07Þr‘¦¾¦YV½É·"
  b"\x01ºm\x08\x19sØ¡²;Z‡5¯­"
  b"\x01ºm\x08Esy°ªmÕA*CE"
  b"\x01ºm\x08msõ𬼲‰\x07ôi"
  b"\x01ºm\x08Žqص\x10\x1CÄ›µÚ¶"
  b"\x01ºm\x08³r$º>:~CC\fª"
  b"\x01ºm\x08Ûq;¢˜ªõQ¤Ô`"
  b"\x01ºm&ÊsGµÈ0´\x16-H-"
  b"\x01ºm&îsp„üº§I®ºý"
  b"\x01ºm'\x10p”Å°«\x0FÏ\x07\r"
  b"\x01ºm'*pš£\x07H¦‹ÇŽ·"
  b"\x01ºm'Msn¡(\x7F•Ã{!\x1C"
  b"\x01ºm'hsæ¯\x0F_÷{+Ä\x16"
  b"\x01ºm'†s2¨T8K¯.‘Ô"
  b"\x01ºm'¬q:‰ÝŦkœ¦é"
  b"\x01ºm'Ùr‚½'<1E|\x0F\f"
  b"\x01ºm(\x00s\x07°Ç¸J§¯\r¸"
  b"\x01ºm($rÙœ\v©"\x0F7·û"
  b"\x01ºm(Ds ¬^=Bë9ò"
  b"\x01ºm(]r%¤\x18Á®ÊÀeR"
  b"\x01ºm(wpž‡fCµ›\x05ËË"
  b"\x01ºm(˜p,¼±ç#Çð,é"
  b"\x01ºm(»s]€&z;5œ\x02"
  b"\x01ºm(ær\x13³\x1F—¸fè#‰"
  b"\x01ºm)\x14qʵ‰éBY÷˜#"
  b"\x01ºm)>q2‰Ht\x13\x15a"
  b"\x01ºm)crŠš?\x06FüýêÔ"
  b"\x01ºm)ˆr1 w¬å#Ì'Ô"
  b"\x01ºm)«p\Œ\x1Dk'2¹J\x02"
  b"\x01ºm)ÏsÖ¼—žK-«A"
  b"\x01ºm)ôqk¬bè\x1FÐCsx"
  b"\x01ºm*\ep–ª7±":.ç"
  b"\x01ºm*MsŸ¯ àœ7\x1CÿY"
  b"\x01ºm*~p\x03·…Ë}Ö”Ìä"
  b"\x01ºm*£p\eˆcƒë„æí~"
  b"\x01ºm1&rÿ´\x17ai\vîÕ"
  b"\x01ºm1ts«´Ý\x18Š\\x07À©"
  b"\x01ºm1˜sz Ñ0\x15)[\x06\x06"
  b"\x01ºm1Âq\x18™ ³qíDå)"
  b"\x01ºm1úpá¹)®:-€3Ô"
  b"\x01ºm2#pW…Xaé\x17B?k"
  b"\x01ºm2RqÿªÄvåSÅX\x01"
  b"\x01ºm2‰qÙ‹J·<\x0Fõ¹\x1C"
  b"\x01ºm2¹pȳ\x1E„ |E<1"
  b"\x01ºm2Õp\x18²±,;\x10ñã×"
  b"\x01ºm2õsv\x18Ú%Á\x07\x12Š"
  b"\x01ºm3\x10p=¾‡-¿*d\x1Dá"
  b"\x01ºm3*se­©^\x15Á\x11úë"
  b"\x01ºm3Eri Ã9çGècc"
  b"\x01ºm3^r\v·èêµãrm"
  b"\x01ºm3zrT†WÁ\x04’%q\r"
  b"\x01ºm3•r\x1F’A,Ié?VA"
  b"\x01ºm3¯pI‹¿\r5\x11XkÕ"
  b"""
    \x01ºm3ÌpQ½¾z\n
    ”×Ë’
    """
  b"\x01ºm3èqp¶\x10· Ópï1"
  b"""
    \x01ºm4\n
    pV‹\x01ð÷JìÀ\r
    """
  b"\x01ºm42s5¶]u­wÕ‰±"
  b"\x01ºm4Xr\x02¨y®\x16Nà"È"
  b"\x01ºm4|rÙ•ç>´\x11¦Q»"
  b"\x01ºm4 qæ¼:¢ýíÜ*«"
  b"\x01ºm4Äp‘¬ºdZ\tÇÆÈ"
  b"\x01ºm4ær²‘ä¥)¡Þ°["
  b"\x01ºm5\trr¹ÿ„š@[ K"
  b"\x01ºm5*pÓ’Íà­\x00@ˆ#"
  b"\x01ºm5Pq¬T4¦|YŸã"
  b"\x01ºm5|s¾š\x13ô€†ŽÊ+"
  b"\x01ºm5©pЕÆx\x00ŽFL\x03"
  b"\x01ºm5Ðpý„i©@¼\x07}}"
  b"\x01ºm5úqœŽ&{2wD\x1Aö"
  b"\x01ºm6-p…è\t-%ÄØ"
  b"\x01ºm6bqW‘q`¼ÍEB\r"
  b"\x01ºm6rǽQƒÞÚðp’"
  b"\x01ºm6´qCŒ‹*\x11å\e\x1CI"
  b"\x01ºm6är\r´É²fÉwžö"
  b"\x01ºm7\x03pq’™µ÷‘5›]"
  b"\x01ºm7'rÒ¿¢£\v\x01ú‘3"
  b"\x01ºm7LsC±\x1FY\x1E9Aqd"
  b"\x01ºm7up–œŽ\x15&ÒÕ•"
  b"\x01ºm7œr–ŒÓù?‰\x0Eƒ"
  b"\x01ºm7Ís†¦d\x15P\x19Tz^"
  b"\x01ºm8\x03sÏ¿áJ\x16\x1E5"
  b"\x01ºm8+q„¯±*a°ä}ò"
  b"\x01ºm8Qp€M˶•9\x14\x03"
  b"""
    \x01ºm8rr\n
    «I\x0FF:À»ó
    """
  b"\x01ºm8™r/µ\x19>ºœk\x11£"
  b"\x01ºm8¾p²ÆÑ6ƒùeÁ"
  b"\x01ºm8äqê¢K6D\x1Dä~"
  b"\x01ºm9\x11pÈš1«y\x1Dùy‹"
  b"\x01ºm9<r偨;ä!¹ÝF"
  b"\x01ºm9\påœí\\x08\x1DDÉ”"
  b"\x01ºm9|r‚ r\x14|\rkÝ2"
  b"\x01ºm9šq¿¿—E\x19\x04¾+¿"
  b"\x01ºm9Àp\x03Šõb…÷B¤k"
  b"\x01ºm9çrì¿ò÷ËñߎO"
  b"\x01ºm:\x18p5…°\x10|:éÊ."
  b"\x01ºm:Ksó™v/xA2ÿ€"
  b"\x01ºm:rpŽ\x1DbUZ¥)l"
  b"\x01ºm:”qż\x14ÊY:ú\x14Ô"
  b"\x01ºm:´qS‰\e\x06ý'\x07s\x14"
  b"\x01ºm:Ùp¼®ÊPm2x\x7FM"
  b"\x01ºm:ÿq§„8¬4ã(z_"
  b"\x01ºm;)rí‰ëêù7j)3"
  b"\x01ºm;Us ¦7Ù—9\x02’U"
  b"\x01ºm;‡qÛŽnL`ÞVÏ\x1F"
  b"\x01ºm;«prŸ\x13\x05ÇOÀ\x00Z"
  b"\x01ºm;ÌrÔ±\x03k„\x11ṫ"
  b"\x01ºm;ïq‘0WÌ1±\x00ô"
  b"\x01ºm<\vqaºEÒk¸uÛ¹"
  b"\x01ºm<(pƒ‘—&\x04\x7F;\x11Ÿ"
  b"\x01ºm<Cs‰½¿\x03ogüád"
  b"\x01ºm<dr¯r\x01ë0\x02"
  b"\x01ºm<ˆs¿¸lWd\t\x01\x07"
  b"\x01ºm<·p·ô¦Æñ³ÄÆ"
  b"\x01ºm<èq™¦*õ\x03Î?Ùa"
  b"\x01ºm=\x06pî‰Á\x0EÉ~+ñ/"
  b"\x01ºm="pjƒã\x01Ö\x03×¹D"
  b"\x01ºm=Cp/‡”)§ÿÁ?"
  b"\x01ºm=aqP¢\x16Æ\x07H\x12¥v"
  b"\x01ºm=‚s1½êü½µô,à"
  b"\x01ºm=£qò®á™(øU/f"
  b"\x01ºm=Ïp®ºe펙|HV"
  b"\x01ºm=ôrퟠÊlíä\x10"
  b"\x01ºm>\esC«dý⋚"
  b"\x01ºm>=pH6=\v\€î\x05"
  b"\x01ºm>[pA¿ÎD&jŽ¿k"
  b"\x01ºm>~q\x1DºÖi[è*¿ç"
  b"\x01ºm>¡rÒ­ç5G\x17§ç0"
  b"\x01ºm>Áp4¿Ã\x188”ò?Õ"
  b"\x01ºm>åp£„H¦§áÛ¦‰"
  b"""
    \x01ºm?\n
    p0™>>Ǫáͺ
    """
  b"\x01ºm?0sÔ·´ÙV’ßÂz"
  b"\x01ºm?Spj›õ8<\x0E3ÿ "
  b"\x01ºm?qpâ…\t\x11ÈÖL\h"
  b"\x01ºm?p‡ê]\x16ËÕ«\x1E"
  b"\x01ºm?°ra›1v¡\x04hUY"
  b"\x01ºmFÜqÝ„UmÌŽ²²Ó"
  b"\x01ºmG'päœã§\x06Q4õ"
  b"\x01ºmGCqN¹4¹5c“Õœ"
  b"\x01ºmGbræ¡‘\x19ý\x11z_i"
  b"\x01ºmG\x7Fq\f½aüÁÝÜ\x02Ø"
  b"\x01ºmG¨r‘œŽ´;1Jv"
  b"\x01ºmGÒq\x1C™*”ä©EcJ"
  b"\x01ºmGýsùŸªÒQº„»g"
  b"\x01ºmH\x19sá§é5ùê8Öô"
  b"\x01ºmH2pÌ…“‚&\vÒ#Z"
  b"\x01ºmHLpذðÁEaÄ\x07"
  b"\x01ºmHeq%…E\x06å«ú_\x00"
  b"\x01ºmHŽsOªZƒÉ¾þCx"
  b"\x01ºmH­qਈÀÖDPmÐ"
  b"\x01ºmHËsFŸKI\x0E\x05ÄŽ"
  b"""
    \x01ºmHîq\x0E­\n
    )\x03\x14\x1D‰5
    """
  b"\x01ºmI\x19r†ŒÚÁ¢À?–c"
  b"\x01ºmIEpqˆ»$Ðû€ÙŒ"
  b"""
    \x01ºmIiq“·£Ç\n
    ÂþÖÉ
    """
  b"\x01ºmI‘rÀ»Ý¹p\x03>c}"
  b"\x01ºmI¶qéˆû™0#\r†Ç"
  b"\x01ºmIÛp‘šú*T\x02ü–¶"
  b"\x01ºmJ\x03s(‡’´€Ér9ú"
  b"\x01ºmJ(r\x01¡¹\x12hN.ê€"
  b"""
    \x01ºmJIq;Ž\n
    ÿÄå½§r
    """
  b"\x01ºmJlpE”\x00j|ˆPÄ¢"
  b"\x01ºmJ‹r|œvI?î£Å"
  b"\x01ºmJ¬rH‹[à*P\x10éÃ"
  b"\x01ºmJÕsÌ¥‡ÆX¸`Hø"
  b"\x01ºmK\x02p»º¥ù™ºˆÙT"
  b"\x01ºmK\ep´™ÉÇ\t]ÛÞù"
  b"\x01ºmK7qä¢\x14™8~­?*"
  b"\x01ºmKRpé¼®‹=øN$ü"
  b"\x01ºmKiq¸Žj,ŽnoÞ&"
  b"\x01ºmKq\x08‡ÇŽ ÜKþ"
  b"\x01ºmK›r\x7F¡…™×nÛß"
  b"\x01ºmKµpkŸ-‘Âþ@µ…"
  b"\x01ºmKÍr\x00ª\x11=;9ñoX"
  b"\x01ºmKãsŒ¿©Ÿ[*\x04³j"
  b"\x01ºmKúrꎸkúuf^)"
  b"\x01ºmL\x12s9¨ì¨ÌRµì\x1F"
  b"\x01ºmL-q–¾ó\x0EÅŽm«R"
  b"\x01ºmLLpÜ™²¯ÛÒ\x08"
  b"\x01ºmLfrN¾pþ»¥\x13°î"
  b"\x01ºmL}sñ›ûY¬üžå"
  b"\x01ºmL›s5¶“]8Êj™f"
  b"\x01ºmL³pé¾ò²±LÖC·"
  b"\x01ºmLÎr:•Ù|\x18\x18ºõy"
  b"\x01ºmLésZ|bó\x1C\x18"
  b"\x01ºmM\tp•h¥/g•CË"
  b"\x01ºmM3rŽ—“f¾ŽÜ+à"
  b"\x01ºmMTsÔ¡r‘Ž€µ7¬"
  b"\x01ºmMwpðªñJ¦ÓªL\v"
  b"\x01ºmMšsTžR×ÊYe-–"
  b"\x01ºmMµp¡±¹€:O²sK"
  b"\x01ºmMÍs\f¨9‡S]8ϧ"
  b"\x01ºmMìpʰVt4T¶-‰"
  b"\x01ºmN\fqùˆxçŒlÔ\x1Cé"
  b"\x01ºmN,q\x02¤é\x18UéóñÇ"
  b"\x01ºmNFpË“\x16ÖŠ¥ü\x08Ê"
  b"\x01ºmN^s\x00Š÷§M”a©˜"
  b"\x01ºmNwr¼ÈšßÇ\x15:"
  b"\x01ºmNŽs‹²M„Ž–\x19\x7F¥"
  b"\x01ºmN£rØ’y4\x04„Iþ@"
  b"\x01ºmNºrPƒTÓ´&þ5§"
  b"\x01ºmNÒrB–„¹nöìÑË"
  b"\x01ºmNípz‡~}©ù\e\x10Y"
  b"\x01ºmO\x14p0¸-Ü5Ô\x10Š\x7F"
  b"\x01ºmO?pBŽMY\x02bwF®"
  b"\x01ºmOapd’\x19Ì~Ÿ\x0F¶ä"
  b"\x01ºmO€p£‡m„ú¿À/"
  b"\x01ºmOœp—¸\x0F^,\f¢fè"
  b"\x01ºmOºp•”‚‰¹+SÐT"
  b"\x01ºmOßr„˜Ä’åþs@Ð"
  b"\x01ºmP\x08s}²\x11q¯m\x03K"
  b"\x01ºmP+sÑ´ñ\x0Eè2xא"
  b"\x01ºmPNsM±[üþî…"
  b"\x01ºmPmr9¼µTehôú7"
  b"\x01ºmP‡q…§½wÖ-ÒÕ\x1E"
  b"\x01ºmPžpÜ’ª] Åž\x7Fq"
  b"\x01ºmP¹q\x08ŒˆQ\x04\rÍ"
  b"\x01ºmPÜq›—@Š-ŠAŽ$"
  b"\x01ºmQ\x00rþ‘\x17â\x0EœÃÙ²"
  b"\x01ºmQ*sv•\x04#MŠå€Ü"
  b"\x01ºmQWpÁž‰éðiõ\x7Fj"
  b"\x01ºmQyrjõd ¡a4q"
  b"\x01ºmQ˜r\¢ÛQ]ªS¾\x10"
  b"\x01ºmQµp\t\r.íÙ™c©"
  b"\x01ºmQÓsf‹`6©M\x04ð&"
  b"\x01ºmQôp¯¸ù"žµ¦ú3"
  b"\x01ºmR\x12s%˜¨¼\x0E°åõÞ"
  b"\x01ºmR9r°«†;…8RèÓ"
  b"\x01ºmReqtŒá‹³W\ý9"
  b"\x01ºmRŽp2®Ÿy8Ä\x14B"
  b"\x01ºmR«s® Ä]Ðð\x03°¨"
  b"\x01ºmRÎrk¾U]‚&þ\x03#"
  b"\x01ºmRñpª‰U¤3âû‘<"
  b"\x01ºmS\x1Dsj\x03ÿ[˜Ð£Þ"
  b"\x01ºmSMp\x00‰]°Ú`0X¾"
  b"\x01ºmSvpW”½ðd@òÚõ"
  b"\x01ºmYºrÕ‡\x15邞'3“"
  b"\x01ºmZ\er\v\x14ãQÈÖ\x01­"
  b"\x01ºmZDs`¢”¡›o+Ök"
  b"\x01ºmZrq\x05¿úýU×°n\t"
  b"\x01ºmZ¢qGº…Œ\x11\x04‹—"
  b"\x01ºmZÏqVcݶpé p"
  b"\x01ºmZøs°„ÜtWÏŠ\x07»"
  b"\x01ºm[#p%˜2**€,ם"
  b"\x01ºm[UqÚ³Î\x03åöaÇ["
  b"\x01ºm[pL„:ÉRä\x1CPz"
  b"\x01ºm[°p™Œ¸Ô\x00µ×£|"
  b"\x01ºm[ìq¿ƒ‹\x1CTÿàø"
  b"\x01ºm\#r𙑻øYÜ…Ó"
  b"\x01ºm\Ss½¹\x1EOâéÿ!q"
  b"\x01ºm\~r”Ÿ ¿\v¬n¯î"
  b"\x01ºm\šs©­Ã(¡àJP"
  b"\x01ºm\Âq7ƒ\x14ßN\x01ü!<"
  b"\x01ºm\ärg~+)ÓÓ\x08\x19"
  b"\x01ºm]\x02sT‘¿ã\x12ö\x05¶C"
  b"""
    \x01ºm]+pƒ‚ÁYq÷\n
    ïœ
    """
  b"\x01ºm]PrçœcRcmz¬i"
  b"\x01ºm]vq3µ}*uå‡3¡"
  b"\x01ºm]šq\t·õì\x17ïÁ×f"
  b"\x01ºm]¿r\x12„ðLh­…¿æ"
  b"\x01ºm]åqi‘ÞA\x08\tïìÎ"
  b"\x01ºm^\nrg´Y4#\x00\x05"
  b"\x01ºm^5pb»rÃ%µ¥t"
  b"\x01ºm^^s㮚Hìª\x1F(U"
  b"\x01ºm^†sî‰>¢D)%"\x10"
  b"\x01ºm^­qÖ³ƒ\x17=Áx¨Ž"
  b"\x01ºm^Õp:„®\x05´Z¡\x07È"
  b"\x01ºm^þsÿ¶\x10Ïgê9¦l"
  b"\x01ºm_$q\x02¦¦·\f\x10„`º"
  b"\x01ºm_Fr„—÷c­~—MÑ"
  b"\x01ºm_jsA¾hÛn®\x15\x05Ë"
  b"\x01ºm_“q¿¨2ˆááÆ›0"
  b"\x01ºm_ºq׏ŒÜK{^ty"
  b"\x01ºm_ßpU†oˆ 9¼ùF"
  b"\x01ºm_ÿr\x17ŸÍ\tÍ+Ýœ÷"
  b"\x01ºm`!r•²\x1AQ]Àí\Å"
  b"\x01ºm`Rp²q>.+:õ\x11"
  b"\x01ºm`nr¸¥ÖÚ\x7FÁã4"
  b"\x01ºm`‡s›¶\x0E¢»wÒŒW"
  b"\x01ºm`¥q4y>wÃÃíó"
  b"\x01ºm`Çp\x0E”xëüÜÀZ\x11"
  b"\x01ºm`êp|ä`]ØmÊ\x1A"
  b"\x01ºma\x10p$³¼7\x1Eð%a‚"
  b"\x01ºma;sÄ»œ—‡ÔÍúô"
  b"\x01ºmaisù›Û\fc%Éǯ"
  b"\x01ºma„q\›LY÷éôšÀ"
  b"\x01ºma¬s?¥þü|ðŸVz"
  b"\x01ºmaÔqg„\x18GŽ.ˆ§r"
  b"\x01ºmaôrþ°¶kÜý7Ö‡"
  b"\x01ºmb\x13qq x_^YŽ\r\x07"
  b"\x01ºmb=sÄ­ßCˆ\x11\x1Cln"
  b"\x01ºmb`r9š¢Íóë·³G"
  b"\x01ºmb}r…’\x1D(ëX|\x1D"
  b"\x01ºmb•p3¦le…xf…Õ"
  b"\x01ºmb²pؘ`\x7F\v–´v\t"
  b"\x01ºmbÎrHŽí ¼¨ÿ\x06\x15"
  b"\x01ºmbípW†X\x0EK–†´E"
  b"\x01ºmc\x15q¸˜(âÕr‰7\x1C"
  b"\x01ºmc2pDž®Àlè‚y1"
  b"\x01ºmcUsŠ­/û;ñÊ!\x07"
  b"\x01ºmc{r0±&¦užùgü"
  b"\x01ºmcŸqh‰‹>pñÌ׎"
  b"\x01ºmc¹rY¯Bƒüäß<š"
  b"\x01ºmcÕq¯¥¥?Àãzq³"
  b"\x01ºmc÷rÕ¼\x17ä´›ë¹5"
  b"\x01ºmd\x14s©€ž®X\x1Eœ¼È"
  b"\x01ºmd8rÎ¥²zSCeސ"
  b"\x01ºmd]r0…/sSJO¨"
  b"\x01ºmdƒp[¥y\x14\x05bï~#"
  b"""
    \x01ºmd±r\n
    ŽrÓII\tdQ
    """
  b"\x01ºmdÙpYÞÒ\x04÷ŽÆƒ"
  b"\x01ºme\x06sä¢4Ñóí{Uñ"
  b"\x01ºme%sC´ÞŠû~`L"
  b"\x01ºmeCqè³\x14²$Ì«O\x1A"
  b"\x01ºmegqí™è?±²—o°"
  b"\x01ºmeŠp\x15·Éa‰»ÅÑ@"
  b"\x01ºme¨pó£›Ïße³<“"
  b"\x01ºmeÃsÕ¹Ë~üM©ÊÍ"
  b"\x01ºmeär_•S­2læÐ…"
  b"\x01ºmeûsI Ú2ц3ìš"
  b"\x01ºmf\erX¯y+\x18\v¾\x08¥"
  b"\x01ºmf<r­¸ê[æ\x12Ó=ê"
  b"\x01ºmfbp»«Û~£\x7F\x15"
  b"\x01ºmfŒpìœBÉb#g b"
  b"\x01ºmf´pÓ§?\rŒ\x1D’Àq"
  b"\x01ºmfÕrÚ‹²á®åþRÔ"
  b"\x01ºmfóqoƒDãi‡Qº"
  b"\x01ºmg\x12p\x10—Å\x13N[$½\r"
  b"\x01ºmg,s\x1EîÒ˜gë[\x08"
  b"\x01ºmgQsd°œGÙ{ÀŽö"
  b"\x01ºmgyp™¾pË\vƒ\r"
  b"\x01ºmg·rš€›©Üý–¦ö"
  b"\x01ºmgðrøŒÏ4¸õ1ïr"
  b"\x01ºmh\x14sˆ{\x19y'ú\x0E"
  b"\x01ºmh6r‰­´8U\x10"
  b"\x01ºmhPsÿ„\x16\x1A)m«‡ã"
  b"\x01ºmp\vqX‹C³ót\x08¢"
  b"\x01ºmpVpÝ€¯Œ±w××À"
  b"\x01ºmp{pHŽòóžsF3t"
  b"\x01ºmpœq^£ƒ¬Í-7Æà"
  b"\x01ºmpÊr~¯)wQK‚æ\x15"
  b"\x01ºmpúqɯCl‹hê8w"
  b"\x01ºmq"q΄Õ˯Òý€ô"
  b"\x01ºmqFpc‹5dì\x12^i"
  b"\x01ºmqnq̉¢h:\x18ÓJü"
  b"\x01ºmq’sÝŸøµôðÛ+ù"
  b"""
    \x01ºmqºs”–\n
    1l)+q
    """
  b"\x01ºmqßp¿¬…é|À—ç"
  b"\x01ºmqüpˆ•/oDÃH—„"
  b"\x01ºmr\x19rm†hµ]€mÓó"
  b"\x01ºmr<q«¿”…†~ýç$"
  b"\x01ºmrZr¹¢Ù×d\x02ö€~"
  b"\x01ºmrxq‡—ɽ”+ì_¢"
  b"\x01ºmr¡r5´·8"Á5Jü"
  b"\x01ºmrÁpòšßŠºËZ_J"
  b"\x01ºmráq\x0E™Y-\x12\x1F®\x17\x15"
  b"\x01ºms\fqŸ`jKê+R"
  b"\x01ºms6p\x7F“¬ìcm0ÌN"
  b"\x01ºmscp?‚»Y\x04\x05„›m"
  b"\x01ºms‰ry¶Å›Ž¨Aæ)"
  b"\x01ºmsªp¦¢Vº”3ù‹"
  b"\x01ºmsÌpÜŠo²Iè=Ì©"
  b"\x01ºmsïp­™iÏÆ\x1EÃèà"
  b"\x01ºmt\x12pº™æ\x1D;§#üt"
  b"\x01ºmtDs4¢‚ËB±Â¼W"
  b"\x01ºmtyqÍ¢\x1DG¹+\x01]"
  b"\x01ºmt²sB¸Ø3\x1Ff–n\x01"
  b"\x01ºmtér”˜þl⺈‰S"
  b"\x01ºmu\x11p\x00·ê²–Çy\x03C"
  b"\x01ºmu4r¾™Gw~¼Ï¹\x14"
  b"\x01ºmuYq‡·VÏ‚*Ð\x11ß"
  b"\x01ºmuyqF¿+$«¯\x04"
  b"\x01ºmu—r\x05®x›;ê¡\x0F|"
  b"\x01ºmu½r–¥)æ{|<u×"
  b"\x01ºmuÛs¡¢\x1EŸÊ†&vF"
  b"\x01ºmuøqœš’¹G\x1F¥¡\x02"
  b"\x01ºmv\x1Epì“4ÕØÇ\x1Cþ\x13"
  b"\x01ºmv?sn Õ/LT‹\x0E"
  b"\x01ºmv`qVšHÃ%nh%4"
  b"\x01ºmv‹qÇœŒÉB0\x03ª1"
  b"\x01ºmvÁrÊ£\x08¹º~Ð÷7"
  b"\x01ºmvñpꏈ¤~ËÒQ€"
  b"\x01ºmw\x16rOž\jø¶"É©"
  b"\x01ºmw>rç¸îK­ÔÆÈ¨"
  b"\x01ºmwdq§©“€˜e‰#v"
  b"\x01ºmw†r"›Fæ­Çƒ\x04Î"
  b"\x01ºmw¥s›°O¸z`Æ\x1CÚ"
  b"\x01ºmwÇpV¹‰’Ïkôs•"
  b"\x01ºmwäsRŽ“7zƪò+"
  b"\x01ºmx\x0Es=…\x15\x1E”q\x1AM"
  b"\x01ºmx5råšj\x0E¬:u®i"
  b"\x01ºmxVrÈ–«jßÊ/\x15«"
  b"\x01ºmx\x7Fqi¶Õ\x17R]Ù"¼"
  b"\x01ºmx©p|cÜ˶\x17úp"
  b"\x01ºmxÓq܇h\x7F*f\x07ʼ"
  b"\x01ºmxüsO‰\x06² a«ª‡"
  b"\x01ºmy\x1Esô°`Ϻ*´s‘"
  b"\x01ºmy@r„¾Û\x16ÔšµË"
  b"\x01ºmy_qйŸBú±QáÉ"
  b"\x01ºmyyr´õ±l\x1CBn2"
  b"\x01ºmy•sîm§òùcÀ0"
  b"\x01ºmy³sq‰+n\x15\x12¤dq"
  b"\x01ºmyÜrr›1J\x17‚˜\x19\x04"
  b"\x01ºmyþre€zä\x02œ®\x05"
  b"\x01ºmz\ep\x1C”´¿â.\x16é¤"
  b"\x01ºmz7qÕ—\x0Fv¾y]\x18Œ"
  b"\x01ºmzYrއ\e«¸Ü\t\x04¥"
  b"\x01ºmz}sŽ–,Ž‹\x12\x1E\x03O"
  b"\x01ºmzªpŒŽ¦£<ÏS\x15\x08"
  b"\x01ºmzÖs.˜¥\x05Ÿ~\x12À+"
  b"\x01ºm{\x08rÙ´¸KE½\x18ê:"
  b"\x01ºm{8q(œpœvïe6j"
  b"\x01ºm{\s?­Ä’‚…\x06\eg"
  b"\x01ºm{up2«¤i°I›‡Ž"
  b"\x01ºm{Žr\x7F£Rà,Fˆ6"
  b"\x01ºm{¥rÑ…Ž|Ž2E¢"
  b"\x01ºm{Àq?„ˆÊsTûyÞ"
  b"\x01ºm{áq`–ιﻧ“Ã"
  b"\x01ºm|\fr>¢<]¤\fÑ ±"
  b"\x01ºm|1rQy]\vääèœ"
  b"\x01ºm|IpmŒÅލíÂBÚ"
  b"\x01ºm|gs޼GF™Æá\x08ý"
  b"\x01ºm|ƒq@‚ˆ”«$\fž—"
  b"\x01ºm| p¼ë\x01·î‚<\f"
  b"\x01ºm|ÅsH‚G~N,OêÓ"
  b"\x01ºm|ðpø‚ïúìá~"\f"
  b"\x01ºm}"q-£5\x12£\r¼\x15"
  b"\x01ºm}WqÔ®Ûå\x19ãjsü"
  b"\x01ºm}~qV†DwŠ­•\x0F"
  b"\x01ºm}žr„Ž8¬Z=߁˜"
  b"\x01ºm}¼s¦’ë\x12&ëOÔî"
  b"\x01ºm}ápz–×3\vàÔ—~"
  b"""
    \x01ºm~\n
    sØ‹Ò__\x1Ex˜²
    """
  b"\x01ºm~;qŒ¼Rê\x01“P\x02e"
  b"\x01ºm~opˆ¨ÌWÜ\Ü\x14ž"
  b"\x01ºm~£r\x10Ž|\G \x0F\x7F:"
  b"\x01ºm…\vq̝Ë&Ë%Í#$"
  b"\x01ºm…is\½\šqHNìˆ"
  b"\x01ºm…rЬ>HŸ%ñö-"
  b"\x01ºm…Ær\f›}wŒ_‘Ï\x11"
  b"\x01ºm…ýp;£kwùˆÞ\n"
  b"\x01ºm†/pcƒšé¿ÓèÞg"
  b"\x01ºm†Zs”µ¬•óšjœÃ"
  b"\x01ºm†pÊ‘¤¨Ü\túoÖ"
  b"\x01ºm†ÅqQ¦m¬\x06ž|+\x08"
  b"\x01ºm†ùrt _ÒÁ¹lï¢"
  b"\x01ºm‡"sx½à\x0E<\x12]½k"
  b"\x01ºm‡GrH»¡jrìA¸Ü"
  b"\x01ºm‡ir^…ö¯œ!uÌæ"
  b"\x01ºm‡pÛŠûÚÑCÖ9t"
  b"\x01ºm‡³p(”¶ò¢]ìãH"
  b"\x01ºm‡Ör“ ëÖB¿º%f"
  b"\x01ºm‡úr"±ú3«Ò˜5Ì"
  b"\x01ºmˆ\x1Epì½:\vB¬…ñk"
  b"\x01ºmˆCr{ž\x04‰ðƒ&Y>"
  b"\x01ºmˆjs”ŒÍ‹íþù;r"
  b"\x01ºmˆ‘p錶\x11"’R~]"
  b"\x01ºmˆµpy¦H·-!“S\x05"
  b"\x01ºmˆÚq6¡è½ÆÉ—±¸"
  b"\x01ºmˆósq§}\³Í‘Ù\v"
  b"""
    \x01ºm‰\n
    p0¦‚àd€\e
    """
  b"\x01ºm‰%r¥¼\x18Þ&½ð|Þ"
  b"""
    \x01ºm‰>rЀ^"\n
    ¯ã\t
    """
  b"\x01ºm‰Wsó‹R—$Ð.Z;"
  b"\x01ºm‰rrŶÞ\x7FÓnà \x02"
  b"\x01ºm‰Žpĸè\x07·Ï\vb\x1D"
  b"\x01ºm‰¬q(¯d\UF{²å"
  b"\x01ºm‰ÌpÍ•\x1Ff|GMØæ"
  b"\x01ºm‰çr¸±!}ä5¡š\x0E"
  b"\x01ºmŠ\x02p6žÃ(\x14C-\x18\x15"
  b"\x01ºmŠ\x1Dp¶‹h…|®\x17Ù"
  b"\x01ºmŠ;r&¤&\x13^\x1Dlñ"
  b"""
    \x01ºmŠXpmœ°\x0559â\n
    \x17
    """
  b"\x01ºmŠ€pÍ¥hy­„Ð0ñ"
  b"\x01ºmŠªqZŽå\x0Fdù¹z½"
  b"\x01ºmŠÑp"‡5[*¡-;ô"
  b"\x01ºmŠïs"»k\x0FÉ×#\x7F\x12"
  b"\x01ºm‹\vpöšWû\x1EòæÐ¨"
  b"""
    \x01ºm‹'pÿºq\n
    µù}Îl
    """
  b"\x01ºm‹IqX¤ÿKWV·K\x0E"
  b"\x01ºm‹hq›Ž&„f?st\x07"
  b"\x01ºm‹ŒsGŽ-¾ép€ˆD"
  b"\x01ºm‹°sŠŽÐÎÐÁÿ\x02"
  b"\x01ºm‹ÑsFhí\x17øv­"
  b"\x01ºm‹ís©ŒN,ºƒÎ\x01'"
  b"\x01ºmŒ\rr$žML“\x11ÍŒ„"
  b"\x01ºmŒ/q¶‘(^yÄl¹á"
  b"\x01ºmŒRpX¤#jêqÔµ€"
  b"\x01ºmŒsp ‘ÍÝ,\x03Œ·ÿ"
  b"\x01ºmŒ–sø’ñÓS%i˜"
  b"\x01ºmŒ¼p—¾×f\x1C@{\vÒ"
  b"\x01ºmŒàsm°ˆO&ðgk\v"
  b"\x01ºmŽ\x03q—ß¹ §Ï¼Ø"
  b"\x01ºmŽ\x1Dpö‘Ão ö\à+"
  b"\x01ºmŽ<qе~ý+4›±‰"
  b"\x01ºmŽ^pϺ˜9޵µ™"
  b"\x01ºmŽ„qRƒ‹\fwÑÿ¢z"
  b"\x01ºmޝrNœ©÷\\x06SýÂ"
  b"\x01ºmŽÓpZ¨Ê‡ÿ°q†û"
  b"\x01ºmŽ÷rÙ•B_ëîea<"
  b"\x01ºmŽ\x1CqçªÁ^\x1D¯Qì×"
  b"\x01ºmŽ6r\x13®ˆ"‹¢\x11"
  b"\x01ºmŽTqf‡d«Ô¾ÿ\x08*"
  b"\x01ºmŽ|pÙ¬\x07ÚYOèÍ£"
  b"\x01ºmŽ¡q\x15«ðªc\x10Ó*"
  b"\x01ºmŽÆp “Áo¤Ô\x16µÜ"
  b"\x01ºmŽòs\x10ƒNb“_°0S"
  b"\x01ºm\x18q$£)\x13?«jÇL"
  b"\x01ºm@pÈžC<·+¦÷,"
  b"\x01ºm[pÀ™»&\f\x1CsRF"
  b"\x01ºmxpi¼?íFâžÍ®"
  b"\x01ºmqÑ›þ3øäÂ8¯"
  b"\x01ºmÄr}¨-ñ‘\r”óÃ"
  b"\x01ºmîqî¡lv\v\x06<\x06\x02"
  b"\x01ºm\x14p\x0E®¾ç•N;ll"
  b"\x01ºmBr<”ö'g3Q©Ð"
  b"\x01ºmsp\x1EªÏu­Êùˆ"
  b"\x01ºm•rŽ„b”`K¸wÞ"
  b"\x01ºmºp\rŸûù†«\x10O5"
  b"\x01ºmÛsëˆÉšàŸíá\x05"
  b"\x01ºmùpQ…øÊêîÁD"
  b"\x01ºm‘%sò\v]péT”Æ"
  b"\x01ºm‘Is2«\x16É^²Ðµ"
  b"\x01ºm‘uq º?0y€p“'"
  b"\x01ºm‘«sa‚Æá\x08y,qŽ"
  b"\x01ºm‘Îs¯‚*©\x187.)+"
  b"\x01ºm‘êpòƒ\x10ïܵ+MŠ"
  b"\x01ºm’\fp犯ä¨âÓqž"
  b"\x01ºm’)rW¤T¢[Ôª%B"
  b"\x01ºm’EsV£¥Ä\x00âé®’"
  b"\x01ºm’bpӵиæïùÊû"
  b"\x01ºm’‡se£ÔÞÜKM^<"
  b"\x01ºm’³pˆ”ÊŽºÑŠk\x12"
  b"\x01ºm’Ñp¯ºg\x7F½!\x19"
  b"\x01ºm’îp£¿šŒ®ö\x0E\x7F"
  b"""
    \x01ºm“\tsׇŠ(š¤…\n
    ð
    """
  b"\x01ºm/rµ¦\x16\r×)ð<ï"
  b"\x01ºmspƝ…×.\rï\x05"
  b"\x01ºm™rÒ—i“™à\x10ƒí"
  b"\x01ºm·rcˆ’%ô{Ï«|"
  b"\x01ºm×q…“Ÿà\x03tM]\f"
  b"\x01ºm÷q9¶½[ù‚\t"
  b"\x01ºmž\ep›¡níÕb׆¸"
  b"""
    \x01ºmž9qȁØé \n
    ÅþÙ
    """
  b"\x01ºmž^r&½ö5=Õomu"
  b"\x01ºmž‚sÙ¡Š¤Þ3(|"
  b"\x01ºmž¥qʧUª\x0EzÔÐ "
  b"\x01ºmžÅp\x07¦-ª÷Þʼz"
  b"\x01ºmžäpÞ¥­kô…Yåï"
  b"\x01ºmŸ\x05rA€¤Òlö¨)\x03"
  b"\x01ºmŸ&sö²¹+:b©3Ù"
  b"\x01ºmŸCrT£«ÑOÈg\x06"
  b"\x01ºmŸisešZrÁ\x1D?F­"
  b"\x01ºmŸ“sï§ã—ާð¾y"
  b"""
    \x01ºmŸ¾r©\n
    ×UaacF
    """
  b"\x01ºmŸár™‚oiÜÿ0\x1E¸"
  b"\x01ºm \x05p1ô]¨<:\fí"
  b"\x01ºm (q&ªº\r\x1E„Tc\x1F"
  b"\x01ºm Kr™ \x08\x1E¾Ê”Ò"
  b"\x01ºm vqªº´u‡xÛüW"
  b"\x01ºm ¦s\x05Š!"e×\x18\x02Ä"
  b"\x01ºm Õq#˜3oT„fÄ"
  b"\x01ºm ÿr8¯\\x02ÜbŒE`"
  b"\x01ºm¡ s±¦Á%²/µOð"
  b"\x01ºm¡=p\x1Eƒ·Æ³oà®\x01"
  b"\x01ºm¡YrƪBÚ\ £¸ö"
  b"\x01ºm¡zrR–\x0EýÿêÜ\x7F\x05"
  b"\x01ºm¡œqÙ´\µ´¦\x12it"
  b"\x01ºm¡Âsæëqõt!rV"
  b"\x01ºm¡äq¸ \f;\e0†W6"
  b"""
    \x01ºm¢\n
    p^ŒvFâ5Ø6ª
    """
  b"\x01ºm¢-sI°\eÕ7ØÝÒw"
  b"\x01ºm¢SqÓ£¼£¥_aê\x01"
  b"\x01ºm¢vs\x14–ŠŽ=÷ïDê"
  b"\x01ºm¢›pv„Œ¦–ɦmó"
  b"\x01ºm¢¹qÔº"÷\x7Fë~¥É"
  b"\x01ºm¢×s“•@ý\x1C×ÉSo"
  b"\x01ºm¢÷q$~\fÉ]ÈZ"
  b"\x01ºm£%q\x14¥Ûä\˜ÌZ6"
  b"\x01ºm£Brʽç|\x19CÊÐ\x15"
  b"\x01ºm£mpò‰Rj%l_…"
  b"\x01ºm£’rq¹ù¹:*økf"
  b"\x01ºm£¹r0“¹ ðm&‘Á"
  b"\x01ºm£Ýq¶“z©Î\x17\x04«Ý"
  b"\x01ºm¤\x03p±¯\x18h\x18¶cÆ%"
  b"\x01ºm¤)po½ýé,·\x00\x171"
  b"\x01ºm¤Vra‘Ô/\x16ä Š\x19"
  b"\x01ºm¤|qJ…àø¢}˜É\n"
  b"\x01ºm¤¡qvŸ’­PÍçüs"
  b"\x01ºm¤ºsä¤M\x14Oϝ\x01µ"
  b"\x01ºm¤ÑqÓŸtâ¡õ¾`G"
  b"\x01ºm¤ðr¦©\>‰M\x11¢\x7F"
  b"\x01ºm¥\x13sþž¾DZoÃvŒ"
  b"\x01ºm¥4q;“q½\GW*A"
  b"\x01ºm¥_p,€ý–\x18\x1Eú\e"
  b"\x01ºm¥‚qy\x068W\x11…"Z"
  b"\x01ºm¥¤q/ªyšN’C{š"
  b"\x01ºm¥Èr\x03‰¼î¶¡sÓQ"
  b"\x01ºm¥ésÞ£?>1ç}?¾"
  b"""
    \x01ºm¦\n
    q/µbª$Õ\x02
    """
  b"\x01ºm¦3qN‡\x0F\x14Œ4ïíÄ"
  b"\x01ºm¦bqººú·Ž‚ç\x15Ž"
  b"\x01ºm¦—qβó{z/Nƒ"
  b"\x01ºm¦¹p\x0F®}õ-|—®\x06"
  b"\x01ºm¦×rŸ©\x13F¬'\f¶›"
  b"\x01ºm¦úp\x03ƒé’2ˆþï$"
  b"\x01ºm§ q\vŸprÂʯ4\x0E"
  b"\x01ºm§GrK”\x0FDK)\x1C+\x19"
  b"\x01ºm§ks\x11»!ŒÐÖÏœA"
  b"\x01ºm§˜s\x08—@d…yâªý"
  b"\x01ºm§ÌpЭ}¬ÐÅ©éÊ"
  b"\x01ºm§îqߘ†Š7±Wï-"
  b"\x01ºm¨\vp`ƒE1‰‘£ý"
  b"\x01ºm¨%r…[©â&€÷ñ"
  b"\x01ºm¨Bs펏AcAž¡&"
  b"\x01ºm¨br>§ngzk\x0F)o"
  b"\x01ºm¨‚p.½Û¶HáÕ÷î"
  b"\x01ºm¨¤sæ¦*¢Zû±Ì"
  b"\x01ºm¨Ìql°oBf}Ôï\x1A"
  b"\x01ºm¨ëp£°‡ Ù×4°>"
  b"\x01ºm©\x06r²•×XÃ8_¹Ï"
  b"\x01ºm©&ph•îæGÅÏq›"
  b"\x01ºm©Mp·½\x07«ö\fXmÊ"
  b"""
    \x01ºm©hp¯‡œâœ¾\n
    n
    """
  b"\x01ºm©‹q&Ž»"\x15©¶\x13÷"
  b"\x01ºm©¯pΔë\x05pm—¡ý"
  b"\x01ºm©×r_§:J"òÜ„w"
  b"\x01ºm©ñq­¯.‹¼Ô\x19\x14r"
  b"\x01ºmª\x12q9§Y92;¿·„"
  b"\x01ºmª4pm·¡Ð9Ê¢ªñ"
  b"\x01ºmªXr\r¥úð·.…P\"
  b"\x01ºmªwp³“Ã|’ºPÛ/"
  b"\x01ºmª£s\x03±\x19;*1ÑA­"
  b"\x01ºmªÎrʘh¬õŒ\x01\x02@"
  b"\x01ºmªûsŠ GñEí*‡½"
  b"\x01ºm«\x19s¸­ó>£ƒ°Q4"
  b"\x01ºm±ùq\x12†˜…+¶©ØÌ"
  b"\x01ºm²Rr>š}\v“ïJŠ"
  b"\x01ºm²…roŠŒ/\x0F–4|L"
  b"\x01ºm²³r\x01\tú¿…ë^Ø"
  b"\x01ºm²Úp©ž }ü\x01„Ž5"
  b"\x01ºm²þq8™,8#\x12"
  b"\x01ºm³\x1Er&Š»è™lÙDý"
  b"\x01ºm³Aq\x19Žß‰[žä™è"
  b"\x01ºm³crB•Y¸\x19\x08‰vÔ"
  b"\x01ºm³sݲL[€ p?’"
  b"\x01ºm³¹r\x18t-oÖ8f¹"
  b"\x01ºm³àrA©BŒÁ‚8°&"
  b"\x01ºm´\x01rô¯CÇõq̶Î"
  b"\x01ºm´$r\¬+Ø+ŸYE¬"
  b"\x01ºm´Ks˵ M¬\¡\x13"
  b"\x01ºm´vqnªw{b)͇?"
  b"\x01ºm´£s\x12´Õ›Tª8_c"
  b"\x01ºm´Èp¬ŸB(\x13õ^7ë"
  b"\x01ºm´îruƒ\x0ETM¨\x08Q"
  b"\x01ºmµ\x11pT±¿±wÐó"B"
  b"\x01ºmµ4r+½\x7FŠ\x1C$7úg"
  b"\x01ºmµWrZšÁùd¾ëkƒ"
  b"\x01ºmµ|q.\v˜ãà\fÕÑ"
  b"\x01ºmµžqþ½Ø-lã|¢U"
  b"\x01ºmµ¼sä¼\x1C˜PK¯\x10g"
  b"\x01ºmµás“”¯“¹LJÃR"
  b"\x01ºm¶\x04r™’¡\x15ºFد®"
  b"\x01ºm¶%p%‰ÚüwCâ-©"
  b"\x01ºm¶Gr»ƒ\x10±ê¤ú\x1FE"
  b"\x01ºm¶jrމLôºfµ$"
  b"\x01ºm¶pѬÜ@x…\t"
  b"\x01ºm¶­qm¥Ó\x11«\x7F‚¸€"
  b"\x01ºm¶Ís~‹e•(\x164Ý?"
  b"\x01ºm¶òqí¹\v›¯³$5"
  b"\x01ºm·\x18q­Ž3V\fõ¹âA"
  b"\x01ºm·>sõ“˜½Š?¿éç"
  b"\x01ºm·hrÒŒUã–º\x08\x04¤"
  b"\x01ºm·’sŽ‘\x1C\r©›ƒxž"
  b"\x01ºm·Åp\t…ù\x1FBRŽÔÄ"
  b"\x01ºm·íp\x02—ÕOnÀ\r\x16t"
  b"\x01ºm¸\x11ro‚c\x19[cÄÆt"
  b"\x01ºm¸4rvŽŠ\x1F\r\x7FËý¿"
  b"\x01ºm¸Urɦpz–‘mªã"
  b"\x01ºm¸pqŠžlÝ”Æ{ÉZ"
  b"\x01ºm¸Šrr­ødÞÔ\x14"
  b"\x01ºm¸©qå‹\raÊ\Ô»("
  b"\x01ºm¸Èp\x19†Ée“_lm"
  b"\x01ºm¸åqh’Ü\fBp\x01ÂÕ"
  b"\x01ºm¸ûr)Ÿ[Z¿ÉùË\x12"
  b"\x01ºm¹\x17p£‘ 2a3q.]"
  b"\x01ºm¹2p÷šøl⮀J8"
  b"\x01ºm¹Pqbˆ,[:nÏî{"
  b"\x01ºm¹pq\x1C°Íí>\x7FY<<"
  b"\x01ºm¹–qJ‘Á°,C\x03\x01Ð"
  b"\x01ºm¹µr¯£óñk“1c7"
  b"\x01ºm¹Örõ¤3À\rbÝbø"
  b"\x01ºm¹ûs޳Uç…\x182\x08-"
  b"\x01ºmº\x1As„’U\r\x07\vNÿ"
  b"\x01ºmº2pãŒw:;\ep„"
  b"\x01ºmºPqúµãø\x18ô=ßZ"
  b"\x01ºmºur\x16¨(k¹ êÍ"
  b"\x01ºmºqÄ•\x0EK¾íg\t3"
  b"\x01ºmºÇq•ŸòÔ#^jÏ7"
  b"\x01ºmºçq\x01•òúU\x15ÿµÛ"
  b"\x01ºm»\x00qù—‡ÝÂǦ*_"
  b"\x01ºm»\x16p\x1A›1‹dl•ÿP"
  b"\x01ºm»/pÒŸ”6-‰4%Â"
  b"\x01ºm»IpÞŽ|Yôû맦"
  b"\x01ºm»br\x02©7ù\x08\x13ÓDU"
  b"\x01ºm»ƒr|\x06çhÍÐáá"
  b"\x01ºm»s\‹=E\x06+bV"
  b"\x01ºm»¶q¬¤èDÑ/̬"
  b"\x01ºm»Ñqb“Óß\x07Ž‚Àv"
  b"\x01ºm»ísÐ¥‰®â\x13Ú¢‹"
  b"\x01ºm¼\fp4’Ùv5ú0õ\v"
  b"\x01ºm¼(r›¤…­`\x7F\x1F"
  b"\x01ºm¼Hr܈Ë_>§’þi"
  b"\x01ºm¼rrI¬«Pb¿qš’"
  b"\x01ºm¼•rÛ½‘ºçÛ¶ó^"
  b"\x01ºm¼½s"ŽB6j44\x18["
  b"\x01ºm¼Ør¢¶xÞ\x00ÚeºÁ"
  b"\x01ºm¼ñs˜µ Rs\x01k¤?"
  b"\x01ºm½\x08s»¾+®œXW\e¿"
  b"\x01ºm½%pJ¦aÉ\r•9\x06\x17"
  b"\x01ºm½Cpù¶jĪFÜ\x04w"
  b"\x01ºm½gsí‡FD9ûŠÅÌ"
  b"\x01ºm½ˆqë°e.¬ÁW8Ä"
  b"\x01ºm½¢p\x06‹Q”œ†íZÜ"
  b"\x01ºm½»q\r‹BUT\x08XµC"
  b"\x01ºm½Ór¥´t\x12«)CÛÂ"
  b"\x01ºm½ësp¹¤å¿å#Þº"
  b"\x01ºm¾\x02s±–SñK¸RðÙ"
  b"\x01ºm¾ p‹»634öw‰x"
  b"\x01ºm¾FqmŽ&ÏþË Øß"
  b"\x01ºm¾ir0¦j¬–‡M ¡"
  b"\x01ºm¾ŽqÀ„Ìo(óþ€ü"
  b"\x01ºm¾²p’Še\r\x12\x07ã"
  b"\x01ºm¾Õs~»ßø:¬ž_M"
  b"\x01ºm¾ùrE«“ Jù¤ý^"
  b"\x01ºm¿\x1Cs6½—<ãÞ¸\x17"
  b"\x01ºmÅøpŽÚYw*Ul9"
  b"\x01ºmÆCr›±¸Bu#\x02Bb"
  b"\x01ºmÆeq\x03·u\x16~˜4ãs"
  b"\x01ºmÆ‚q¥}ï~ñ\x02A„"
  b"\x01ºmÆ¡r\x19²MhG:®S^"
  b"\x01ºmÆÁs¯©ÆÖŽ_ðzŽ"
  b"\x01ºmÆèry¡Q\x01\x1Dh\x0F\x08ø"
  b"\x01ºmÇ\rròž›w$Âï„í"
  b"\x01ºmÇ(r“’Ö\x07Ý+rÑŸ"
  b"\x01ºmÇGq·œÐ\x08Ë\t¤‘ß"
  b"\x01ºmÇirì€e«£\x0F<ë"
  b"\x01ºmÇ’qÚ¢}¬’5s'¢"
  b"\x01ºmÇ·qC þ‡Éà|»‚"
  b"""
    \x01ºmÇßp\n
    ©*Ù\x01ÃÓQx
    """
  b"\x01ºmÈ\x08s²‡tN@)ä\x1F<"
  b"\x01ºmÈ/q.‹\x0EÆ\x1C`ЉŽ"
  b"\x01ºmÈMsÒ—ç)¹6QR¦"
  b"\x01ºmÈmq…·Kn¥ƒO«õ"
  b"\x01ºmÈ‘q\x17©\x0E-Ä×79‰"
  b"\x01ºmÈÀsI\x14{5?_\x1C"
  b"\x01ºmÈåq\x02‰çdÇŽ\r\x13²"
  b"\x01ºmÉ\x07p½§$²“¹Îpe"
  b"\x01ºmÉ-q ·u\x1D\x05Ê\x19\x1D8"
  b"\x01ºmÉVr®–ŽJ4Tý~Ù"
  b"\x01ºmɃqÌŠ%ûK\x11Dف"
  b"\x01ºmÉ·r´‘:\x11\x03ó8k"
  b"\x01ºmÉéri‡ºöÓ¤\x02¤¨"
  b"\x01ºmÊ'qT¼Q ÊH\x7FÚ"
  b"\x01ºmÊdq3–2®ý(û2\x07"
  b"\x01ºmÊ”q,„{eTo­°Þ"
  b"\x01ºmÊÇr×´¡\x13¯S<0"
  b"\x01ºmÊïrµ±\x11"œZNeÙ"
  b"\x01ºmË\x13rЙ\eƒÜGG\x06ç"
  b"\x01ºmË3pĝ`\x1Ft{qT%"
  b"\x01ºmËLs\x17Œð߸ì'ŒÁ"
  b"\x01ºmËis€–pò$…ù«Ë"
  b"\x01ºmË‚s{½ƒÞÑÒ€Ä\x00"
  b"\x01ºmË¥rc’  Ó~¢tÙ"
  b"\x01ºmËÊq·­ðLD©ÜNÇ"
  b"\x01ºmËépÿ¶Z¤Xå\x1A"
  b"\x01ºmÌ\x11s:Ÿ.­¶´øÍ"
  b"\x01ºmÌ5pvŽÏ*%X•ö"
  b"\x01ºmÌar€˜4ð\x1ChôÛž"
  b"\x01ºm̃p}›\x1D™L°'Në"
  b"\x01ºmÌžqa½aÌaIÁéí"
  b"\x01ºm̸q'¸—-êÚåêM"
  b"\x01ºmÌÒr’¥5Õ墟\tå"
  b"\x01ºmÌís]…ÚŸ|õ\x1Dë"
  b"\x01ºmÍ\fqc·\x12ïä[éîW"
  b"\x01ºmÍ=p'“Q˜(\x0FË=ï"
  b"\x01ºmÍ_p_ºK“«OC&:"
  b"\x01ºmÍ~sÖ‚Bªe&ʲç"
  b"\x01ºmÍ›rԛǒŸèÔAÎ"
  b"\x01ºmͶs\eŠF˜J…8¢<"
  b"\x01ºmÍÖrˆ­B[ÐM¦/"
  b"\x01ºmÎ\x05qšœÂf®ÙPöÏ"
  b"\x01ºmÎ&p›—\evÄÉQ¨$"
  b"\x01ºmÎPr\x14¦ËðHOË&¿"
  b"\x01ºmÎqp,‰ë"ÍN$\x14È"
  b"\x01ºmΏrÛ¨ŽðÔžF¦""
  b"\x01ºmαsÝ Ô\x11JcîÍ´"
  b"""
    \x01ºmÎÍs\x19¡\n
    v[á]2Õ
    """
  b"\x01ºmÎêpªN¯Ë׆ï\x01"
  b"\x01ºmÏ\x01r$¤=ôÆÍæÇ"
  b"\x01ºmÏ\x1Es¡Š¶\rbŽ«r\x0E"
  b"\x01ºmÏCs皁›mqä?w"
  b"\x01ºmÏ_rj‰\x0FŸçw™\x1E7"
  b"\x01ºmÏ|r܁å'»œ~p\x11"
  b"\x01ºmÏšq-‚k\x02>\v\x13ä\x11"
  b"\x01ºmϵsøˆ‘ÏýÍíÿ'"
  b"\x01ºmÏÏrò‰øzµÂþ\x015"
  b"\x01ºmÏìp1‹ÕÁ8üú "
  b"\x01ºmÐ\fpè´ŠswÊ\x18Hg"
  b"\x01ºmÐ6s\x08Ž\x19¯tŒÇsÒ"
  b"\x01ºmÐjr³’Š]åݬSD"
  b"\x01ºmПs¢†*S\x01\x07Ë"
  b"\x01ºmÐÇs\x1A“áÀè}§²¨"
  b"\x01ºmÐñpªŸ•A¨#¦çF"
  b"\x01ºmÑ pǪ4Þ±Jo)Õ"
  b"\x01ºmÑKrû¤\x07€Ð¶Ê\x1E3"
  b"\x01ºmÑzq[Ÿ÷xw7U¸"
  b"\x01ºmѬqN²8 Õ³'js"
  b"\x01ºmÑàqC\x04\rQ³væ²"
  b"\x01ºmÒ\x15px jóÐäw¼‚"
  b"\x01ºmÒ8r ¢{°mà\x01Yÿ"
  b"\x01ºmÒapPˆeô" ³’\x05"
  b"\x01ºmÒ…rŒ…[Ô.5Yšª"
  b"\x01ºmÒ¨sV²‹QÊ)â…z"
  b"\x01ºmÒÏq¡’}¢\x15\v\x11Å"
  b"\x01ºmÓ\x04raü´.Öø©÷"
  b"\x01ºmÓ/sæ›\x00ùv7Æn "
  b"\x01ºmÓXq)ƒ0ò\x00•{Ò´"
  b"\x01ºmӁq¦¡¾ÝëzÜÒ"
  b"\x01ºmÓ s^µ\epušÄ¦M"
  b"\x01ºmÓ¾r³‚ÎLÎú\x04\x15¡"
  b"\x01ºmÓÞsã¸i¿Û\x1Cf6¾"
  b"\x01ºmÔ\x04ry¶!=ƒøœ\x08»"
  b"\x01ºmÔ3sÙ³×rñ\fV4"
  b"\x01ºmÔjsT–\x14PP\f›-Ç"
  b"\x01ºmÔ—r\x15†¢‹Ð4îÈÎ"
  b"\x01ºmÛ\x19sX†Ï/?¶ÍÎc"
  b"\x01ºmÛ|p¶¤\x0Fé\x15/;ùÆ"
  b"\x01ºmÛ¶p,¯yà.؆³&"
  b"\x01ºmÛæpÿ¦¬mæ\x1ApYú"
  b"\x01ºmÜ\erc¾+&Pl°3ò"
  b"\x01ºmÜJsV\r*‚x\x7FSc"
  b"\x01ºmÜ„s}¤[¯*:C”\x05"
  b"\x01ºmÜ´pKµ=\x08\x06û\x04"
  b"\x01ºmÜépT•,Ž\x18À\x1F‘["
  b"\x01ºmÝ\x1EspŽ1ÜZù øu"
  b"\x01ºmÝNqÛ¢w\vÔ$ˆ.‹"
  b"\x01ºm݃r:«I\x13R3BCw"
  b"\x01ºmÝ©rß·6|bǽ\x07\x04"
  b"\x01ºmÝÅrÀ›Pé’w}Âk"
  b"\x01ºmÝàqk«PËM/4†£"
  b"\x01ºmÝúq²E\x19\x0F\x0EÈ|r"
  b"\x01ºmÞ\x1Es\t£4•ÝÏo\x17\x04"
  b"\x01ºmÞ=s\x1C µ\x02»Œ%T"
  b"\x01ºmÞ`qÚ‚T‚£X‘\v\x10"
  b"\x01ºmÞˆpüš”ÉS'Bk›"
  b"\x01ºmÞ¯qÙ¨¡\x05\x13 \x0Fä3"
  b"\x01ºmÞÕsMªí\të8 {"
  b"\x01ºmÞór¿”ŒÃæT¿KÄ"
  b"\x01ºmß\x15p¢ Q%c±êMÌ"
  b"\x01ºmß<s¡§;¡Z¿Êï\x07"
  b"\x01ºmßaqE­¾\x17ºj­;["
  b"\x01ºm߇q@—¸\x04ÛŽ\x17"$"
  b"""
    \x01ºmß®roŸj“v{®\n
    ¼
    """
  b"\x01ºmßËsא;ÏŠ\x1E\x17"
  b"\x01ºmßêqñ®ÎéÉÖ0\x13\x1D"
  b"\x01ºmà\x14rkš\x02E\x1E¼\f\Z"
  b"\x01ºmà@p¼¦¸©×Vø‹È"
  b"\x01ºmàfqΧãŒ7\x02øl)"
  b"\x01ºmàˆs㪜\x18I•\x0560"
  b"\x01ºmà¬p’’§Öof9ñ†"
  b"\x01ºmàÒsC­Àà €\t¹U"
  b"\x01ºmàòqú¿Ä\x19£2ƒU„"
  b"\x01ºmá\x16sh’ájØ‚K\x7FZ"
  b"\x01ºmáBq1ŸášéG1=¥"
  b"\x01ºmámqÊú”€\x04Ð\x17"
  b"\x01ºmáœqe´ÐÙ\x1C&É¢\x03"
  b"\x01ºmáÄpÒ¥†À\x10@\x17\x12\x17"
  b"\x01ºmáäs’«r\tãŸtõH"
  b"\x01ºmâ\tsüµHVFg_I\x12"
  b"\x01ºmâ)så¡D}ÂÍÔ!\f"
  b"\x01ºmâMq<°\x18@ëK.1+"
  b"\x01ºmâmsn­'I늅61"
  b"\x01ºmâ’s‘\x04·åŽQÌ·"
  b"\x01ºmâ½r»±¡€©O7wô"
  b"\x01ºmâêr¿½Ë\x13…üN2U"
  b"\x01ºmã\vs%‡§º…\x1A‚Ö"
  b"\x01ºmã#r×»iŽ´'‚ÐÄ"
  b"\x01ºmã>r9»†Kƒ5â0z"
  b"\x01ºmã`s•¼Ý\x1Ck-§ë"
  b"""
    \x01ºmãŒqè¦@\n
    ’‹E
    """
  b"\x01ºmãÁp=«âQ\x14;Œà“"
  b"\x01ºmãër±›öüæYðˆà"
  b"\x01ºmä\x0FqÒ€›¾\x19²Å“«"
  b"""
    \x01ºmä2pÞ²4ð\n
    3¾^m
    """
  b"\x01ºmäLsõ¡&Ž\x04ÔÉùT"
  b"\x01ºmþ¸p„\x05\x11Žýž\x06Ÿ"
  b"\x01ºmþårk‰)J\v£`ù"
  b"\x01ºmÿ%ró¾dÅä€ðëQ"
  b"\x01ºmÿcs_•GC’¦…[¢"
  b"\x01ºmÿqó´Á—O_»²Â"
  b"\x01ºmÿÏqû±@¾ò\x1Côþ˜"
  b"\x01ºmÿùr8¡x–‰ê\x13D‘"
  b"\x01ºn\x00.r£«‹¹pþÉ(\t"
  b"\x01ºn\x00Zsë’\Ív'u"§"
  b"\x01ºn\x00Šp÷™¾­S·*Z4"
  b"\x01ºn\x00Ðpo§4–\x10z;>Í"
  b"\x01ºn\x01\x15p‡€>²{N”—"
  b"\x01ºn\x01Np?ƒ"«Øž\x1E8?"
  b"\x01ºn\x01‚p¢ŠLI™÷¥à"
  b"""
    \x01ºn\x01°rL™\n
    _Ô‚\r
    """
  b"\x01ºn\x01ÛqÙ£(ù\x10ûmÿ"
  b"\x01ºn\x02\x0Fq\e°F\x03P.;â5"
  b"\x01ºn\x02Ap\x0F´ú\x17Îè(à´"
  b"""
    \x01ºn\x02usOœ\n
    Æ=Ò‹4É
    """
  b"\x01ºn\x02¹s)Ž‹)¾EãUg"
  b"\x01ºn\x02ïq˹/X¯§Â:\f"
  b"\x01ºn\x03 rò¶6cJØÌX‹"
  b"\x01ºn\x03Ps´•ÞPv#Y˜9"
  b"\x01ºn\x03€p0©f+zmCt"
  b"\x01ºn\x03°rù½¼£P\v]žy"
  b"\x01ºn\x03Ûrù‹¥[w\eS­m"
  b"\x01ºn\x04\x0Es•§‡\x1C)Ò7žß"
  b"\x01ºn\x04Ep9‡Ø\fÂÞ7Õ®"
  b"\x01ºn\x04{p=Ž\x03îq$\x1AGL"
  b"€”é\x08ú\x17Cw‘%ªß\x18¶çŒ"
  b"z:É/·€Gg™{m\x1A4<\x17\x1A"
  b"tnF÷ú—Dûž\fùÎe*`"
  b"ŽÖ*N÷ŠN“°ðÜhë™Ma"
  b"û\x02ÅúÌE<½\x00\tö¶N"
  b""%º\x02¹*KR‡\x07–ZK…[\n"
  b"ˆrè\x03A7Djƒ”Ü©\eÁò"
  b"ÚˆórÉ5EÃ¥SýÙ!êH\x10"
]
64 0.55 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
65 0.47 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"
]
66 0.46 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.%"
]
67 0.31 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.%"
]
68 0.74 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 "
]
69 0.82 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 "
]
70 0.83 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
]
71 0.62 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
72 0.68 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"
]
73 0.77 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country`.`shipping_available` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
74 0.94 ms
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x11 \x11€ŽÛDސõA´8R´\x18"
  b"\x15žK¥H\x16J–„\x07•1ÓtàÀ"
  b"\x1A\x15%=°:O\x04–¾§èÊᎣ"
  b"\ev>³ó\x07EN¤˜\x0F‚9“¡‚"
  b""Òµµ\x04ÈL²˜Ð½oQ·\x19¾"
  b"9£â„µZHŸªK\x1Eæ\ekÕœ"
  b"?«¾ÁH A·¯\x7FóÀh@3½"
  b"IcôÔxUII‰ÞC¥\x11\fr"
  b"P\x0F\x14½UÊD\x18»ôÛŽ&x\x1An"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
  b"""
    Ua\n
    ’ýˆDr€\x12\x15À“ÍSÕ
    """
  b"[öï\e`LH5¥1(Ê¼UÜ"
  b"]#„ôY®F-†gö`B3ìú"
  b"\x15kQ‘OÔ¶b[oì\x16JT"
  b"‡BH\x1D\x19‚B\toæXšÃ\³"
  b"Š\x1FÉD€—Nà§\¤ç^ï©["
  b"ŠMólç\x18N자\x05–n\x1Fu"
  b"޳6ƒ"øNÕºìâÈAéçß"
  b"‰˜¡‹`Mb…\x17süQ}»V"
  b"£ƒ‚´Ñ0EÕ¼+HyhTÑ^"
  b"¥\x15¤_’ÍFá¹Î¾®ÿWz‚"
  b"¥d%ÖöOAˆ¹|¦»‘µAs"
  b"©\x06{\x0EgENÛ¸G\x15\x12\x11µÍÛ"
  b"Õ®kP•ôAPªÒÉqÞØ[="
  b"ÝDää ²K!±3§•Š\x10"
  b"äÌí“ÓíBÜ·>€ÝËþkï"
]
75 0.67 ms
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.netiCurrency`.`id` as `currency.netiCurrency.id`, `currency.netiCurrency`.`currency_id` as `currency.netiCurrency.currencyID`, `currency.netiCurrency`.`active` as `currency.netiCurrency.active`, `currency.netiCurrency`.`buffer` as `currency.netiCurrency.buffer`, `currency.netiCurrency`.`last_factor` as `currency.netiCurrency.lastFactor`, `currency.netiCurrency`.`last_update` as `currency.netiCurrency.lastUpdate`, `currency.netiCurrency`.`created_at` as `currency.netiCurrency.createdAt`, `currency.netiCurrency`.`updated_at` as `currency.netiCurrency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN `neti_current_currencies_currency` `currency.netiCurrency` ON `currency`.`id` = `currency.netiCurrency`.`currency_id` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
76 0.49 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  1
]
77 1.42 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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"l‚žu¢¬N‰šÏÍšä´¶"
]
78 0.64 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "2072cbce3a5141caa0a46d200435a5db"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
79 2.02 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÉÀr¼„6uˆþÉ3»"
]
80 0.66 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "b7f13fe1c319488a9054cba06d84d80c"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
81 2.01 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÏQp_¬Dx¸[/“b"
]
82 0.72 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "a6eaed742df9498f86a1aa6196e97e26"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
83 1.96 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÏ-pu½Õ\x13ûëËÚ–"
]
84 0.64 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "e0363a0cf19a4c33b2bfdbb785feb539"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
85 1.93 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlɐp2¹£µ§\x16¶ýË"
]
86 0.65 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "23374c0d575a417dac3766e1c392e429"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
87 1.92 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÉår\x16¶³×\x03ßÇ"®"
]
88 0.60 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "7df932cddcd649e6807a3bde8e03591f"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
89 1.73 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÎÞr¨˜`ö|ߎZ\x05"
]
90 0.58 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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
  "20529e483e94454eb1603f9edf2b2f60"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
91 1.66 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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ºlÏqs‘%\x07*ä÷©Í"
]
92 1.89 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` = ? 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"l‚žu¢¬N‰šÏÍšä´¶"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
93 9.90 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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ºUhßrï±Qm\x0EÈVNë"
  b"\x01ºlɐp2¹£µ§\x16¶ýË"
  b"\x01ºlÉÀr¼„6uˆþÉ3»"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"\x01ºlÎÞr¨˜`ö|ߎZ\x05"
  b"\x01ºlÏ-pu½Õ\x13ûëËÚ–"
  b"\x01ºlÏQp_¬Dx¸[/“b"
  b"\x01ºlÏqs‘%\x07*ä÷©Í"
  b"\x01ºlÏ’p\x14²¸\x16‰ýýs³"
  b"\x01ºlϵsø²&®ñwéF–"
  b"\x01ºlÏÝs.ƒ\x05ž¥º\x14à§"
  b"\x01ºlÏÿr¯«×P`M¯\x10æ"
  b"\x01ºlÐ$p\x04‘ý\tÚ¾ŒŽ="
  b"\x01ºlÐ?q“¼Á@7P±€Ô"
  b"\x01ºlÐ\r$´òfÁŽ´\x01("
  b"\x01ºlÐtp9½õ\x14vLƒ;_"
  b"\x01ºlЛq”P\x1DCxC\x1Co"
  b"\x01ºlÐÆp‘²¤2ò0Ú¡Ø"
  b"\x01ºlÐñsiH†¢¾Ñ޵"
  b"\x01ºlÑ#q¡… ˆEå""
  b"\x01ºlÑPp\x04¯I·f\x7FÏÖ"
  b"\x01ºlÑtrlŠÚ\x03¾ü¯wæ"
  b"\x01ºlÑ™q®ïçˆÞ˜ Í"
  b"\x01ºlѼpSµ˜K\x14µmC]"
  b"\x01ºlÑärpœ"ÖA¿ûÝS"
  b"\x01ºlÒ\x06sˆ·äd)ß\x14Ðà"
  b"\x01ºlÒ)r(±¡¤•bïl•"
  b"\x01ºlÒQsmƒO*½E^òà"
  b"\x01ºlÒ{p]¥C¨C»Ã÷T"
  b"\x01ºlÒšs­½²žluÂ4\x04"
  b"\x01ºlÒÀršÞ\nÌ´\x00\x00æ"
  b"\x01ºlÒèpcOEìko\eS"
  b"\x01ºlÓ\x11sGŒ'Éã0=i\x03"
  b"\x01ºlÓ@r=›ì§\x16\x04\x03ã_"
  b"\x01ºlÓpqmš[Ißàê\x19\x00"
  b"\x01ºlÓ£s¥²Æ§+ÜJ?Ú"
  b"\x01ºlÓÎq»šp\rwܱƒë"
  b"\x01ºlÓùq‰¸ã¹\x10iì«‹"
  b"\x01ºlÔ\x17qÙž\rþ¿k|\x18"
  b"\x01ºlÔ8qê¢ÄÎ1Jb'9"
  b"\x01ºlÔ[s§³Ó®Ô\x01\v"
  b"\x01ºlÔ†p†•I£ææ)Ús"
  b"\x01ºlÔ¹rÖ½ú•|„X¼"
  b"\x01ºlÔîsõ‚Î\x07_\x1EQ·£"
  b"\x01ºlÕ\x1Ap¹±ßl\x0F÷\v{"
  b"\x01ºlÕ>rXÖ\x03Ðø\x0E¦Ê"
  b"\x01ºlÕbsw…7¼sfeâÝ"
  b"\x01ºlÕ‚q±’ÿ²ÔÅž„1"
  b"\x01ºlÕ sŸ±\x08¿˜Œý\x03-"
  b"\x01ºlÕ¾rª€ôž‘î\x12¾Ê"
  b"\x01ºlÕês~¥K!ÌŠ[aÏ"
  b"\x01ºlÖ\x10s”éYP{ÇP_"
  b"\x01ºlÖ-rxƒZë䋦 _"
  b"\x01ºlÖLp0†¨~ûÀ|*i"
  b"\x01ºlÖjs5Í·ãotìÑ"
  b"\x01ºlÖˆr“¢DèúÀ„\x1FN"
  b"\x01ºlÖ¦r·¶\x1Ds1“‘ðâ"
  b"\x01ºlÖÇp'ŠÐ”îà=\x1F"
  b"\x01ºlÖîq‰˜{ÐK$é@å"
  b"\x01ºl×\x1Are®”~\fËão\x1F"
  b"\x01ºl×@s‡mßûk‡YQ"
  b"\x01ºl×_p쒏=\x0E\x133zw"
  b"\x01ºl׃qZ­„D\x16rk=\x14"
  b"\x01ºl×§q§´°¸·ÅJgj"
  b"\x01ºl×ËrŒkGpV>­Ô"
  b"\x01ºl×õrgž5¹*m!y\x03"
  b"\x01ºlØ"pÔ†Œ¶‚xcØy"
  b"\x01ºlØKpͳšˆ¨èÃo"
  b"\x01ºlØopl¹¸ûr‰N\x15{"
  b"\x01ºl؉sëŽvüR<&Ø7"
  b"\x01ºlبqø¼Æ¬.­Ü™«"
  b"\x01ºlØÇqý3Z„i¦•/"
  b"\x01ºlØèq\x1F¯Ò\x07‚Ž\x00„o"
  b"\x01ºlÙ\tp@¬– š•7\x0Et"
  b"\x01ºlÙ.r\x7F³Õ\x17”)ªQ-"
  b"\x01ºlÙIpŸ^©\x05× |Œ"
  b"\x01ºlÙash…"ž8YZz"
  b"\x01ºlÙ}r¶žõl\WV8û"
  b"\x01ºlÙ™pv”9Þ“Jæ”="
  b"\x01ºlÙ¹rð³PÁÃ\x05\x7FÈ]"
  b"\x01ºlÙ×s=¬N’\x1Ae>\ti"
  b"\x01ºlÙós‡=³§\x01ÈÑ\x1D"
  b"\x01ºlÚ\x1Fq7¥§¯•–þÛñ"
  b"\x01ºlÚDs4†3P\x0FÛÛÜÀ"
  b"\x01ºlÚ]sPŒg:øJ¿\,"
  b"\x01ºlÚurž߅üÏF´"
  b"\x01ºlÚ™p©¥#®NÜH× "
  b"\x01ºlÚºqá‚ϬÆÓÂÔo"
  b"\x01ºlÚ×s\‚‡ƒó³àFh"
  b"\x01ºlÚôsÛ£¤W™¹Â\x07Å"
  b"\x01ºlÛ\esî¾E\x1C3\x160‹"
  b"\x01ºlÛJrƒ…ßÔ·ZN{ç"
  b"\x01ºlÛtps©¸"ž]9xO"
  b"\x01ºlÛ—qõ¿Ü¡¼\x1Awb„"
  b"\x01ºlÛ½pÀž¥Â6õZâÚ"
  b"\x01ºlÛås7‘e€X¨5p>"
  b"""
    \x01ºlÜ\n
    q¨¦ŽæB˜±&F
    """
  b"\x01ºlÜ3p¬²çð\x17\x14"
  b"\x01ºlÜ]pdÁUbxö\\x1A"
  b"\x01ºlÜŒp8¶\x0F›ù—Ã\x16ð"
  b"\x01ºlܸq0’W\x07ã9K½Î"
  b"\x01ºlÜ×rç¯ð®êò\\t"
  b"\x01ºlÜûqï©æWºXÈTÉ"
  b"\x01ºlÝ"s“¶[ÓSMt\Ý"
  b"\x01ºlå¡s ¡ø‡… ‚&½"
  b"\x01ºlåóqo˜\fƒ…W™1X"
  b"""
    \x01ºlæ0r¼®¨\x1Eó†\n
    Ÿ
    """
  b"\x01ºlæls—˜£\x085\x01\x11"
  b"""
    \x01ºlæ¬qk§FÕ\x15\n
    sta
    """
  b"\x01ºlæâs\x13©g¥Û\x1F±Œø"
  b"\x01ºlç\x08r\f´KÅB\v/\x02Æ"
  b"\x01ºlç3pR„¯üw\x16rè3"
  b"\x01ºlçapи){©QÆôj"
  b"\x01ºlç€q‚¼rå\x17îd"
  b"\x01ºlç¢s½n"\x08°;é"
  b"\x01ºlçÈp\x1D:Ãæ:\x11"
  b"\x01ºlçïr2™\x0E…f™v‚}"
  b"\x01ºlè\x16s{Š“í\x13"•\v\v"
  b"\x01ºlè<sÕºrõ×%Èâï"
  b"\x01ºlèas÷(¤ðJˆN’"
  b"\x01ºlèˆpš‹Û,¾iD¡c"
  b"\x01ºlè«p†\f¥˜EªÀ"
  b"\x01ºlèÐqŠ¢*T\x16‡O\x05"
  b"\x01ºlèörÔ’As¿û ‘y"
  b"\x01ºlé\x16q‡›CiW'ÕN§"
  b"\x01ºlé3sÃŽj˜\x7FE\x04cQ"
  b"\x01ºléSrÏ߼Þ=\x11d—"
  b"\x01ºléssœ¬à\x12ú›\x18á¯"
  b"\x01ºlé’r/’ˆ¡‘{etS"
  b"\x01ºlé°qƱ´\x17\x04`h5l"
  b"\x01ºléÒpj J]#\x00Å\f4"
  b"\x01ºléórg€B‰ORv‹É"
  b"\x01ºlê\x17s㬎RJ!\x14[9"
  b"""
    \x01ºlê8sÚ¼N\x1AN\n
    ™g]
    """
  b"\x01ºlêZs\x12›\x1D™œ\x11\x16á"
  b"\x01ºlê|rŽœSÿW”93œ"
  b"\x01ºlê§qÑ‹©\x1CTÆ¥Î="
  b"\x01ºlêÓq\r¼\x19\x13±_í5\x18"
  b"\x01ºlë\x05q=¥`ÓRíW½„"
  b"\x01ºlë5sbª]\x13éX3`/"
  b"\x01ºlëbr…”\x1Aúp\e\f"
  b"\x01ºlë‘q2ƒÐÈRº\x04"
  b"\x01ºlë³r¢ŽôÊ>Y©\x7Fu"
  b"\x01ºlëÔrì“Çó2©Õëõ"
  b"\x01ºlëþs]¸¶àV\x08¼ %"
  b"""
    \x01ºlì qò²+S>v.\n
    o
    """
  b"\x01ºlìHq÷¾\v\x1D\v\x17\x05t@"
  b"\x01ºlìssWñV©\x1D-Ñb"
  b"\x01ºlì›q…­×ª\x14éËÑ\t"
  b"\x01ºlìÁq½¦©3Ñæùý½"
  b"\x01ºlììqõ´fÁ4‘éD"
  b"\x01ºlí\x11qÑŒmõÅdSk"
  b"\x01ºlí7s“¶‹žKkdit"
  b"\x01ºlí[p>¸ºg\x04\x0ES&T"
  b"\x01ºlí~r¢§´×…þO—\x08"
  b"\x01ºlí©rj·Ì±æáRH!"
  b"\x01ºlíÐrž”[ð± â·Y"
  b"\x01ºlíûsäµÃ\(@Nûº"
  b"\x01ºlî$r\x18‘?(PÑ)¼Õ"
  b"\x01ºlî>sð²±–\x18¼Ùó÷"
  b"\x01ºlîWq\‹W\x00¨\x17å\n%"
  b"\x01ºlîqs£†ÎÛ,\x07Ž\x18ù"
  b"\x01ºlî’rϼê@7g‰®…"
  b"\x01ºlî¯r\x14­%{~\x17‡ç;"
  b"\x01ºlîÑqά´!XXÓåA"
  b"\x01ºlîüq»“ã­¬øJ\x07å"
  b"\x01ºlï&q{Œ\x14=2[ò¬\"
  b"\x01ºlïEr)‡<¡Ø°jvc"
]
94 2.18 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"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
]
95 2.61 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01ºUhßrï±Qm\x0EÈVNë"
  b"\x01ºlɐp2¹£µ§\x16¶ýË"
  b"\x01ºlÉÀr¼„6uˆþÉ3»"
  b"\x01ºlÉår\x16¶³×\x03ßÇ"®"
  b"\x01ºlÎÞr¨˜`ö|ߎZ\x05"
  b"\x01ºlÏ-pu½Õ\x13ûëËÚ–"
  b"\x01ºlÏQp_¬Dx¸[/“b"
  b"\x01ºlÏqs‘%\x07*ä÷©Í"
  b"\x01ºlÏ’p\x14²¸\x16‰ýýs³"
  b"\x01ºlϵsø²&®ñwéF–"
  b"\x01ºlÏÝs.ƒ\x05ž¥º\x14à§"
  b"\x01ºlÏÿr¯«×P`M¯\x10æ"
  b"\x01ºlÐ$p\x04‘ý\tÚ¾ŒŽ="
  b"\x01ºlÐ?q“¼Á@7P±€Ô"
  b"\x01ºlÐ\r$´òfÁŽ´\x01("
  b"\x01ºlÐtp9½õ\x14vLƒ;_"
  b"\x01ºlЛq”P\x1DCxC\x1Co"
  b"\x01ºlÐÆp‘²¤2ò0Ú¡Ø"
  b"\x01ºlÐñsiH†¢¾Ñ޵"
  b"\x01ºlÑ#q¡… ˆEå""
  b"\x01ºlÑPp\x04¯I·f\x7FÏÖ"
  b"\x01ºlÑtrlŠÚ\x03¾ü¯wæ"
  b"\x01ºlÑ™q®ïçˆÞ˜ Í"
  b"\x01ºlѼpSµ˜K\x14µmC]"
  b"\x01ºlÑärpœ"ÖA¿ûÝS"
  b"\x01ºlÒ\x06sˆ·äd)ß\x14Ðà"
  b"\x01ºlÒ)r(±¡¤•bïl•"
  b"\x01ºlÒQsmƒO*½E^òà"
  b"\x01ºlÒ{p]¥C¨C»Ã÷T"
  b"\x01ºlÒšs­½²žluÂ4\x04"
  b"\x01ºlÒÀršÞ\nÌ´\x00\x00æ"
  b"\x01ºlÒèpcOEìko\eS"
  b"\x01ºlÓ\x11sGŒ'Éã0=i\x03"
  b"\x01ºlÓ@r=›ì§\x16\x04\x03ã_"
  b"\x01ºlÓpqmš[Ißàê\x19\x00"
  b"\x01ºlÓ£s¥²Æ§+ÜJ?Ú"
  b"\x01ºlÓÎq»šp\rwܱƒë"
  b"\x01ºlÓùq‰¸ã¹\x10iì«‹"
  b"\x01ºlÔ\x17qÙž\rþ¿k|\x18"
  b"\x01ºlÔ8qê¢ÄÎ1Jb'9"
  b"\x01ºlÔ[s§³Ó®Ô\x01\v"
  b"\x01ºlÔ†p†•I£ææ)Ús"
  b"\x01ºlÔ¹rÖ½ú•|„X¼"
  b"\x01ºlÔîsõ‚Î\x07_\x1EQ·£"
  b"\x01ºlÕ\x1Ap¹±ßl\x0F÷\v{"
  b"\x01ºlÕ>rXÖ\x03Ðø\x0E¦Ê"
  b"\x01ºlÕbsw…7¼sfeâÝ"
  b"\x01ºlÕ‚q±’ÿ²ÔÅž„1"
  b"\x01ºlÕ sŸ±\x08¿˜Œý\x03-"
  b"\x01ºlÕ¾rª€ôž‘î\x12¾Ê"
  b"\x01ºlÕês~¥K!ÌŠ[aÏ"
  b"\x01ºlÖ\x10s”éYP{ÇP_"
  b"\x01ºlÖ-rxƒZë䋦 _"
  b"\x01ºlÖLp0†¨~ûÀ|*i"
  b"\x01ºlÖjs5Í·ãotìÑ"
  b"\x01ºlÖˆr“¢DèúÀ„\x1FN"
  b"\x01ºlÖ¦r·¶\x1Ds1“‘ðâ"
  b"\x01ºlÖÇp'ŠÐ”îà=\x1F"
  b"\x01ºlÖîq‰˜{ÐK$é@å"
  b"\x01ºl×\x1Are®”~\fËão\x1F"
  b"\x01ºl×@s‡mßûk‡YQ"
  b"\x01ºl×_p쒏=\x0E\x133zw"
  b"\x01ºl׃qZ­„D\x16rk=\x14"
  b"\x01ºl×§q§´°¸·ÅJgj"
  b"\x01ºl×ËrŒkGpV>­Ô"
  b"\x01ºl×õrgž5¹*m!y\x03"
  b"\x01ºlØ"pÔ†Œ¶‚xcØy"
  b"\x01ºlØKpͳšˆ¨èÃo"
  b"\x01ºlØopl¹¸ûr‰N\x15{"
  b"\x01ºl؉sëŽvüR<&Ø7"
  b"\x01ºlبqø¼Æ¬.­Ü™«"
  b"\x01ºlØÇqý3Z„i¦•/"
  b"\x01ºlØèq\x1F¯Ò\x07‚Ž\x00„o"
  b"\x01ºlÙ\tp@¬– š•7\x0Et"
  b"\x01ºlÙ.r\x7F³Õ\x17”)ªQ-"
  b"\x01ºlÙIpŸ^©\x05× |Œ"
  b"\x01ºlÙash…"ž8YZz"
  b"\x01ºlÙ}r¶žõl\WV8û"
  b"\x01ºlÙ™pv”9Þ“Jæ”="
  b"\x01ºlÙ¹rð³PÁÃ\x05\x7FÈ]"
  b"\x01ºlÙ×s=¬N’\x1Ae>\ti"
  b"\x01ºlÙós‡=³§\x01ÈÑ\x1D"
  b"\x01ºlÚ\x1Fq7¥§¯•–þÛñ"
  b"\x01ºlÚDs4†3P\x0FÛÛÜÀ"
  b"\x01ºlÚ]sPŒg:øJ¿\,"
  b"\x01ºlÚurž߅üÏF´"
  b"\x01ºlÚ™p©¥#®NÜH× "
  b"\x01ºlÚºqá‚ϬÆÓÂÔo"
  b"\x01ºlÚ×s\‚‡ƒó³àFh"
  b"\x01ºlÚôsÛ£¤W™¹Â\x07Å"
  b"\x01ºlÛ\esî¾E\x1C3\x160‹"
  b"\x01ºlÛJrƒ…ßÔ·ZN{ç"
  b"\x01ºlÛtps©¸"ž]9xO"
  b"\x01ºlÛ—qõ¿Ü¡¼\x1Awb„"
  b"\x01ºlÛ½pÀž¥Â6õZâÚ"
  b"\x01ºlÛås7‘e€X¨5p>"
  b"""
    \x01ºlÜ\n
    q¨¦ŽæB˜±&F
    """
  b"\x01ºlÜ3p¬²çð\x17\x14"
  b"\x01ºlÜ]pdÁUbxö\\x1A"
  b"\x01ºlÜŒp8¶\x0F›ù—Ã\x16ð"
  b"\x01ºlܸq0’W\x07ã9K½Î"
  b"\x01ºlÜ×rç¯ð®êò\\t"
  b"\x01ºlÜûqï©æWºXÈTÉ"
  b"\x01ºlÝ"s“¶[ÓSMt\Ý"
  b"\x01ºlå¡s ¡ø‡… ‚&½"
  b"\x01ºlåóqo˜\fƒ…W™1X"
  b"""
    \x01ºlæ0r¼®¨\x1Eó†\n
    Ÿ
    """
  b"\x01ºlæls—˜£\x085\x01\x11"
  b"""
    \x01ºlæ¬qk§FÕ\x15\n
    sta
    """
  b"\x01ºlæâs\x13©g¥Û\x1F±Œø"
  b"\x01ºlç\x08r\f´KÅB\v/\x02Æ"
  b"\x01ºlç3pR„¯üw\x16rè3"
  b"\x01ºlçapи){©QÆôj"
  b"\x01ºlç€q‚¼rå\x17îd"
  b"\x01ºlç¢s½n"\x08°;é"
  b"\x01ºlçÈp\x1D:Ãæ:\x11"
  b"\x01ºlçïr2™\x0E…f™v‚}"
  b"\x01ºlè\x16s{Š“í\x13"•\v\v"
  b"\x01ºlè<sÕºrõ×%Èâï"
  b"\x01ºlèas÷(¤ðJˆN’"
  b"\x01ºlèˆpš‹Û,¾iD¡c"
  b"\x01ºlè«p†\f¥˜EªÀ"
  b"\x01ºlèÐqŠ¢*T\x16‡O\x05"
  b"\x01ºlèörÔ’As¿û ‘y"
  b"\x01ºlé\x16q‡›CiW'ÕN§"
  b"\x01ºlé3sÃŽj˜\x7FE\x04cQ"
  b"\x01ºléSrÏ߼Þ=\x11d—"
  b"\x01ºléssœ¬à\x12ú›\x18á¯"
  b"\x01ºlé’r/’ˆ¡‘{etS"
  b"\x01ºlé°qƱ´\x17\x04`h5l"
  b"\x01ºléÒpj J]#\x00Å\f4"
  b"\x01ºléórg€B‰ORv‹É"
  b"\x01ºlê\x17s㬎RJ!\x14[9"
  b"""
    \x01ºlê8sÚ¼N\x1AN\n
    ™g]
    """
  b"\x01ºlêZs\x12›\x1D™œ\x11\x16á"
  b"\x01ºlê|rŽœSÿW”93œ"
  b"\x01ºlê§qÑ‹©\x1CTÆ¥Î="
  b"\x01ºlêÓq\r¼\x19\x13±_í5\x18"
  b"\x01ºlë\x05q=¥`ÓRíW½„"
  b"\x01ºlë5sbª]\x13éX3`/"
  b"\x01ºlëbr…”\x1Aúp\e\f"
  b"\x01ºlë‘q2ƒÐÈRº\x04"
  b"\x01ºlë³r¢ŽôÊ>Y©\x7Fu"
  b"\x01ºlëÔrì“Çó2©Õëõ"
  b"\x01ºlëþs]¸¶àV\x08¼ %"
  b"""
    \x01ºlì qò²+S>v.\n
    o
    """
  b"\x01ºlìHq÷¾\v\x1D\v\x17\x05t@"
  b"\x01ºlìssWñV©\x1D-Ñb"
  b"\x01ºlì›q…­×ª\x14éËÑ\t"
  b"\x01ºlìÁq½¦©3Ñæùý½"
  b"\x01ºlììqõ´fÁ4‘éD"
  b"\x01ºlí\x11qÑŒmõÅdSk"
  b"\x01ºlí7s“¶‹žKkdit"
  b"\x01ºlí[p>¸ºg\x04\x0ES&T"
  b"\x01ºlí~r¢§´×…þO—\x08"
  b"\x01ºlí©rj·Ì±æáRH!"
  b"\x01ºlíÐrž”[ð± â·Y"
  b"\x01ºlíûsäµÃ\(@Nûº"
  b"\x01ºlî$r\x18‘?(PÑ)¼Õ"
  b"\x01ºlî>sð²±–\x18¼Ùó÷"
  b"\x01ºlîWq\‹W\x00¨\x17å\n%"
  b"\x01ºlîqs£†ÎÛ,\x07Ž\x18ù"
  b"\x01ºlî’rϼê@7g‰®…"
  b"\x01ºlî¯r\x14­%{~\x17‡ç;"
  b"\x01ºlîÑqά´!XXÓåA"
  b"\x01ºlîüq»“ã­¬øJ\x07å"
  b"\x01ºlï&q{Œ\x14=2[ò¬\"
  b"\x01ºlïEr)‡<¡Ø°jvc"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
96 0.41 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"
]
97 0.37 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»‚ªÁ"
]
98 1.22 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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"l‚žu¢¬N‰šÏÍšä´¶"
]
99 5.34 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`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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`.`parent_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l‚žu¢¬N‰šÏÍšä´¶"
]
100 0.69 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ç¡"
]
101 0.89 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:
[
  "/detail/0190ba6cc9e57216b6b3d703dfc722ae"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
102 0.61 ms
SELECT IFNULL(locale_translation.name, fallback_translation.name) AS language_name
    FROM language
        LEFT JOIN locale_translation ON locale_translation.locale_id = language.locale_id
            AND locale_translation.language_id = ?
        LEFT JOIN locale_translation fallback_translation ON fallback_translation.locale_id = language.locale_id
            AND fallback_translation.language_id = ?
    WHERE language.id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
103 0.65 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:
[]
104 0.97 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"
]
105 0.95 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"
]
106 0.63 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"
]
107 0.78 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"
]
108 0.55 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"
  "SwagAnalytics"
]
109 0.29 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
110 0.21 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.26 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "4nMl1gFkT0h7AN3Syqwbtt3STS1HUbkl"
]
112 0.38 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
113 0.86 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãv\x0Eɰ>A®¼H§™êÞÚ"
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
114 11.18 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:
[
  "/detail/0190ba6cc9e57216b6b3d703dfc722ae"
  "/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/c2c220b6478248989238c07e245fca35"
  "/navigation/a3c71aa0afd94c9aa1fe66ecd777206b"
  "/navigation/e7b72d5fccc1493c971eccb526f6d12d"
  "/navigation/7dddc7d8d1d74ef28f9c12e2e8aac677"
  "/navigation/b03a2c463c93486eacc93f4f742ea1f2"
  "/navigation/21bfb02687734332811066e98085ba11"
  "/navigation/fbbc83de22664f7994df395b2a340613"
  "/navigation/563f957f228a48fb9ef95efbe8f1ad83"
  "/navigation/15d9c5b6e04d4646a3050fc3fc2f84df"
  "/navigation/02455587dbe7441cb30b620bd222ac3b"
  "/navigation/460ad71b0a9d4b96aed25472735f4777"
  "/navigation/c0140d331b1d4802a60de10691fc3d5f"
  "/navigation/4d01fc191f9740149fdc6102711c6823"
  "/navigation/92fb2b306b8842d6a71b326857b5cbb5"
  "/navigation/40a3b520ae5d4017b6eefe15e75e1980"
  "/navigation/1392601f332c428abd4cc7398f071259"
  "/navigation/e8c6a616d32c4892998f7a8b86fba4ef"
  "/navigation/105fc3f5c83d46778ded9b38355ddb5e"
  "/navigation/abd9631fe49b40e6ac10a17cc6181df7"
  "/navigation/825c3e44198b41f48e881e722033fb9b"
  "/navigation/be585685fec1422fabf9556c5b1d4955"
  "/navigation/ee446ee6cc7b40f2903bd25891a18890"
  "/navigation/2be391b2a29a4bfeb14b1b990081ce28"
  "/navigation/614fba7efeaa40808b12f5dc90501757"
  "/navigation/ee1fb9bf87f14ec086eb23f3e27b84d0"
  "/navigation/5ec40e618a4d4e56a4f9302f29258d39"
  "/navigation/c056c12aacce442987daca041ac61028"
  "/navigation/0e837b0d82d54343bf02a58c3012111c"
  "/navigation/7ed8bb18171341e1b1cd7f0a31de5cc0"
  "/navigation/d276ad2d62db43f9bca54b5a5c8d5baf"
  "/navigation/1be5d8d2204a4fc1b589197b9c5a9db4"
  "/navigation/9b106747cfe141409c036310400259e4"
  "/navigation/6d1782600e1546f7aefc9fbde46336fe"
  "/navigation/d3584a9491e44ee5bf068f19ee855a6c"
  "/navigation/3bb178ff44ab4ecbbd4f4f6fbc99ac7b"
  "/navigation/9a7c6dfbf50a4b52927d9585366175a8"
  "/detail/0190ba6ccf2d7075bdd513fbebcbda96"
  "/detail/0190ba6ccf7173918f25072ae4f7a9cd"
  "/detail/0190ba6cc9907032b9a3b5a716b6fdcb"
  "/detail/0190ba6ccede72a89860f67cdf8e5a05"
  "/detail/0190ba5568df72efb1516d0ec8564eeb"
  "/detail/0190ba6cc9c072bc84367588fec933bb"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=PL-0107-24"
  "/detail/7a3ac92fb7804767997b6d1a343c171a"
  "/detail/0190ba6cefd671d5a159aa308458f023"
  "/detail/0190ba6cf01d73c4ac39acf4011443a2"
  "/detail/0190ba6cef8f7285ab2a54ed9d49bf46"
  "/detail/8ed62a4ef78a4e93b0f0dc68eb994d61"
  "/detail/0190ba6d5376705794bdf06440f2daf5"
  "/detail/0190ba6d59ba72d58715e9829e273393"
  "/detail/0190ba6d534d7000895db0da603058be"
  "/detail/2225ba02b92a4b528707965a4b855b0a"
  "/detail/0190ba6d9e5e7226bdf6353dd56f6d75"
  "/detail/0190ba55698f71958415ede6d1b8e780"
  "/detail/da88f372c93545c3a553fdd921ea4810"
  "/detail/0190ba6dc95672ae968e4a3454fd7ed9"
  "/detail/0190ba6dc9b772b4913a119603f3386b"
  "/detail/0190ba6dca277154bc9d51a0ca487fda"
  "/detail/8094e908fa1743779125aadf18b6e78c"
  "/detail/01909c8a5ad0704cbde32c82a0d43376"
  "/detail/01909c8a649073b0a8ab1c41b2f4fd1e"
  "/detail/01909c8a6c94701ea101e6697e8cd3fa"
  "/detail/746e46f7fa9744fb9e0cf9ce652a6090"
  "/detail/0190ba6d36627157917160bccd45420d"
  "/detail/0190ba6d368f72c7bd5183dedaf07092"
  "/detail/0190ba6d35d070fd8469a940bc077d7d"
  "/detail/fb0281c5facc453cbd006cf409f6b64e"
  "/detail/0190ba6d79dc72729b314a1782981904"
  "/detail/0190ba6d79fe726580907ae4029cae05"
  "/detail/0190ba6d7a3771d5970f76be795d188c"
  "/detail/8872e8034137446a8f8394dca91bc1f2"
  "/detail/0190ba6da58271799d0638571185225a"
  "/detail/0190ba6da51373fe9ebe445a6fc3768c"
  "/detail/0190ba6da534713b9371bd5c47572a41"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
115 0.61 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\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.