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

Query Metrics

118 Database Queries
80 Different statements
347.11 ms Query time

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.90 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.27 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.40 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.71 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.29 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/0190ba70b59a719582d5d63a9c9baf09"
  "detail/0190ba70b59a719582d5d63a9c9baf09/"
]
7 0.80 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/0190ba70b59a719582d5d63a9c9baf09"
]
8 0.42 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 85.93 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/0190ba70b59a719582d5d63a9c9baf09"
  "/detail/0190ba70b59a719582d5d63a9c9baf09"
  "https://dev.cas-technik.de/detail/0190ba70b59a719582d5d63a9c9baf09"
  "https://dev.cas-technik.de//detail/0190ba70b59a719582d5d63a9c9baf09"
  "/detail/0190ba70b59a719582d5d63a9c9baf09"
  "//detail/0190ba70b59a719582d5d63a9c9baf09"
  "detail/0190ba70b59a719582d5d63a9c9baf09"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
10 0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "R0SlKIIRrr8w8xzrgAHNW46qq7MmEPKf"
]
11 0.39 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "R0SlKIIRrr8w8xzrgAHNW46qq7MmEPKf"
]
12 0.42 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
]
13 0.56 ms
# 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
14 1.26 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ºpµšq•‚ÕÖ:œ›¯\t"
  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.03 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ºpµšq•‚ÕÖ:œ›¯\t"
]
16 5.23 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ºpµšq•‚ÕÖ:œ›¯\t"
]
17 0.68 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
18 0.69 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"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
]
19 0.95 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""\x1C©¡Ö™I¸³ž¡ö@·\x06Ù"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Aæ’9\x17\x00@m®\x01~\x08[žµ"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"†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"ª{æ©6ÎA"›Bç¨Lþø¯"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ÃJð\x18´ñL÷ˆý\x03$Sád\x1F"
  b"Äo‚\x17ˆ%@ʃ.\rxɽ#¡"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"Ò˜ ©]\x11Mn¥)_÷\x18ÝQV"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðAVlcöMdX¶°a‡ìû"
]
20 0.83 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
21 0.85 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
22 0.43 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
23 1.09 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
24 0.46 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
25 0.35 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
26 0.55 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.46 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
28 0.62 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"%e\x06 \x1F\x18LƇže‹H=HÌ"
]
29 0.38 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
30 0.39 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.55 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
32 18.80 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ºUyosŝŽLO\x11Z†{"
  b"\x01ºp´qo—6\x1Fr…ä\x0Eµ"
  b"\x01ºp´®q̦æÌ›ß=Ð4"
  b"\x01ºp´åsO´~q”\x12Òë""
  b"\x01ºpµ\x1CqܐœÙa»™\r?"
  b"\x01ºpµWs2“š}\x12žsîô"
  b"\x01ºpµšq•‚ÕÖ:œ›¯\t"
  b"\x01ºpµÇpäž&]ËœM\fÿ"
  b"\x01ºpµærø¥S\x0Fh^ì\x10"
  b"\x01ºp¶\rp¬´@v§<VÝu"
  b"\x01ºp¶1sÞ·ËH‡ -dË"
  b"\x01ºp¶Qs\x19Š¿ƒ´\x1FÄB»"
  b"\x01ºp¶qs+ª%\x1CÓ —ô\x12"
  b"\x01ºp¶’qk„\x07WIDtÁ"
  b"\x01ºp¶®ræ„vǯ`ÂôÑ"
  b"\x01ºp¶Çpj¾Ši\x17\x03k°n"
  b"\x01ºp¶ßq\x1A¸\x1C¢N†ñå¼"
  b"\x01ºp¶þp[§`Åé'G,“"
  b"\x01ºp·&se¹â(û=¸K‡"
  b"\x01ºp·Es)‰\x08=ÈΙ@ë"
  b"\x01ºp·`rZ“†S¦ç©r‚"
  b"\x01ºp·}p¼šPLtƒÆ\tþ"
  b"\x01ºp·Ÿp\x10¿iºÓ]S\x11Ð"
  b"\x01ºp·¾sí´uÜçÕw|i"
  b"\x01ºp·ÞrA¡\x05Ü¢Éh£"
  b"\x01ºp¸\x04s?™û\x03—'(“·"
  b"\x01ºp¸5p£ \x0EŸø“€¸\x14"
  b"\x01ºp¸`qΰ=\.Ö_Ò\x1A"
  b"\x01ºp¸pŽŽ\x1CÈH‰Ák;"
  b"\x01ºp¸œr¹¨\x16¨K87úŒ"
  b"\x01ºp¸¶r\x1C\x01j‡ƒ¯á\x16"
  b"\x01ºp¸Îr}·\x16ƒ}$s ‰"
  b"\x01ºp¸ìr3” _‚œ^jo"
  b"\x01ºp¹\x12s!ŸÕ›—.k¡U"
  b"\x01ºp¹@rݽl\x14B­ië"
  b"\x01ºp¹npí–R\x01 Ûj\x08ó"
  b"\x01ºp¹’q³½pæêMDÍ\x7F"
  b"\x01ºp¹´sö‰+SU'\x1EŠ\x03"
  b"\x01ºp¹Îr÷ªP;ßÊ÷ã¦"
  b"\x01ºp¹çr¨¹³á|4µE–"
  b"\x01ºpº\x06s\x10¤ëèwpKÒú"
  b"\x01ºpº)q‡°qiÐIø$¹"
  b"\x01ºpºRq‹¢bìAØ­\x03'"
  b"\x01ºpº|rb®Ê\x11Ó"œ_2"
  b"\x01ºpº›sª•0I—vî÷û"
  b"\x01ºpº¸r4¬\x1Fk¹ÍÚ€E"
  b"\x01ºpºÞs<¦@iñ©Ûz%"
  b"\x01ºp»\x03p}‚p“9)£¦h"
  b"\x01ºp»,ru…˜æÏZœ\t\x1D"
  b"\x01ºp»Tq[®\x1At\x07º¾'!"
  b"\x01ºp»r ½ßŒçÝù£û"
  b"\x01ºp»ªq‰¨÷Á$ÒÐ\f:"
  b"\x01ºp»Ìs³õÇ–ÌoÇ@"
  b"\x01ºp»îrº¥\x18kõîS{¹"
  b"\x01ºp¼\x14r\t‚0\x10Èõï­"
  b"\x01ºp¼4p\x1D„ù—ø\x11IT&"
  b"\x01ºp¼VrÁ¯@"Û\x02)H"
  b"\x01ºp¼{qñˆh\x02ÆÈeBb"
  b"\x01ºp¼©q[­ö§¤&ž¸K"
  b"\x01ºp¼Þqs‡¡íÌÇ;Œ\x0E"
  b"\x01ºp¼þqò†t\x13ÁwÎØÎ"
  b"\x01ºp½\er´”д\x7Fg9g\x06"
  b"\x01ºp½5q˜¼3,¤+›7Ú"
  b"\x01ºp½Or?¸+>DêŒ9\x15"
  b"\x01ºp½pp7²^þ¶Íû\x0Fº"
  b"\x01ºp½ r‘«I±Š\x01+c½"
  b"\x01ºp½Ñru‘c‘ûW{:»"
  b"\x01ºp¾\x03q8˜^\x05Tg\x08OO"
  b"\x01ºp¾#r5ºÙ\x16V2Ί5"
  b"\x01ºp¾@qX«\x1AV‰²+F™"
  b"\x01ºp¾\qéžáúhs\x1Aû¹"
  b"\x01ºp¾xpŸµˆî\x7F\x01\\x19Ð"
  b"\x01ºp¾–p\r¿µDÃ!b?ô"
  b"\x01ºp¾ºqˆ‹æŒ†—G\x07æ"
  b"\x01ºp¾Ùs\x16€|\x16hK\x10å:"
  b"\x01ºp¾ûp\x14ƒ\v\x05põ_X…"
  b"\x01ºp¿\x14r…ªïl¨/00ÿ"
  b"\x01ºp¿,r®£ò:Þ\x03÷NP"
  b"\x01ºp¿Bp\x12œé4 l¡;g"
  b"\x01ºp¿YrB¿-Æüžî\x06G"
  b"\x01ºp¿{s×’(\x7Fzܺ+z"
  b"\x01ºp¿¢riã†ÓY\x002I"
  b"\x01ºp¿Åsä§„_B>!¸†"
  b"""
    \x01ºp¿ãr\n
    §rÖ<0z“1
    """
  b"\x01ºp¿ýs3¦º"Tó¦·Î"
  b"\x01ºpÀ\x18sæ›tg÷iïzd"
  b"\x01ºpÆ´sèŠL¸'b2úñ"
  b"\x01ºpÇ\x06rg¾¼Æc³K\x1A "
  b"\x01ºpÇ+p\x1F¶‰Æ7ôhá"
  b"\x01ºpÇQq«”¨b¿~\f!"
  b"""
    \x01ºpÇ{sˆŽ?Y´®\n
    
    """
  b"\x01ºpÇ©qN°B‡,β³³"
  b"""
    \x01ºpÇÏpP†\±\n
    ô€R
    """
  b"\x01ºpÇòr^‡Eæ,d4îŽ"
  b"\x01ºpÈ\x15qňw°?9^SX"
  b"\x01ºpÈ4p_«*œíl°Ój"
  b"\x01ºpÈRsC·Ø=6íùê¥"
  b"\x01ºpÈxp¥‚%ªÝ-§;Á"
  b"\x01ºpÈ™qL©Ib™\x16\ß×"
  b"\x01ºpÈÅrt€I9\x02èS\x06G"
  b"\x01ºpÈñqá…!õõF;Kg"
  b"\x01ºpÉ\x1Ap“³h…æiXÇ®"
  b"\x01ºpÉ@rÚ‰=$i¼Ü+g"
  b"\x01ºpÉ`pǯ\r\x1C\x01`\x12Œœ"
  b"\x01ºpɁsÁ€\x7F|â’P¿Ú"
  b"\x01ºpÉ£p¢˜|\x10L“³œî"
  b"\x01ºpÉÍrg«ÑœF\r¨¶þ"
  b"\x01ºpÉús/Š\x18M\x11Â\x0E¡Ø"
  b"\x01ºpÊ*rZ²ÿiìÅ…´j"
  b"\x01ºpÊYr$¾iP*\x0FÄ2ç"
  b"\x01ºpʃpë½¥¡Jyª9Å"
  b"\x01ºpʯsj‰ÞÚ;0³s"
  b"\x01ºpÊÕru—Ñs[ª\x07v\x06"
  b"\x01ºpË\x01rè±[Yýlil"
  b"\x01ºpË6sÊ©ß\r™sì\x03ó"
  b"\x01ºpËjrÞ®m!K×ÁïŠ"
  b"\x01ºpË´pï£åhð§‚z¹"
  b"\x01ºpËërŽ›<\x0F¼³Î]\x07"
  b"\x01ºpÌ\fr2¥ê[_.½Ýh"
  b"\x01ºpÌ2pº¢í?y’Q"
  b"\x01ºpÌSry«™\x03'¿‘\x15X"
  b"\x01ºpÌorÄŸØ™ïRîU¯"
  b"\x01ºpÌ“ru²\x1Fê]¤¥ð"
  b"\x01ºpÌ´pvŽg̸\e\x03"
  b"\x01ºpÌÒsÓ13\x0EU|{g"
  b"\x01ºpÌñqi·\x1D\x05\x13"
  b"""
    \x01ºpÍ\n
    rò·‡uŽ,ÍÇ\n
    """
  b"\x01ºpÍ&sνÄäÛ}\x07–¨"
  b"\x01ºpÍErö‹Û@?\x12Š›â"
  b"\x01ºpÍcsC˜õ¸4\x15g\x05¬"
  b"\x01ºpÍ…q!¾uìy’Ÿ}¸"
  b"\x01ºpÍŸr¢£ùO<åâËà"
  b"\x01ºp͹rœ§¡\x11§¤\tíW"
  b"\x01ºpÍÔq€€$§ôßmÈz"
  b"\x01ºpÍ÷pׇiçõúÔ)k"
  b"\x01ºpÎ\x17píMÛ\x1D­+"
  b"\x01ºpÎAqC½ãUÙÑ,Íp"
  b"\x01ºpÎerí¦!P#›;›="
  b"\x01ºp΋p¢²‚ö8ª\x13ñ¹"
  b"\x01ºpήpZ‘\x01­%éàÂO"
  b"\x01ºpÎÎpc—Ž\x17ŽF\x0E˜ç"
  b"\x01ºpÎîs.½\x1FÝ\x14Ì6\x1Fl"
  b"\x01ºpÏ\x13s“°\\fâo\x07q"
  b"\x01ºpÏ6sή2ï\x18\x12à\x06÷"
  b"\x01ºpÏ\płŨû±¢'œ"
  b"\x01ºpÏ~r‘² ˜ c}Ï"
  b"\x01ºpϨsä‹xâšd–‹T"
  b"\x01ºpÏ×pZš7íSÿ']Ø"
  b"\x01ºpÐ\x08s\x1D·O.ý›qËc"
  b"\x01ºpÐ'sÄ’\x00DV°D&M"
  b"\x01ºpÐDsò­EIº\x18îê+"
  b"\x01ºpÐbpv„»¼Ç»ãŽ€"
  b"\x01ºpЇqo…ð caîË\x19"
  b"\x01ºpаrR¥­‰Úe±‡¹"
  b"\x01ºpÐÖrƒ‹–Å|˜N‘M"
  b"\x01ºpÐñrb‰rDÏE¸ÀŽ"
  b"\x01ºpÑ\x0Fqó£ø\x1F4¤4gs"
  b"\x01ºpÑ*q²¡Z¢\x1Fƒ·¥û"
  b"\x01ºpÑIqüªÏšŸÛ„®¤"
  b"\x01ºpÑip¸ª,‘Ó\x03eN\x07"
  b"\x01ºpÑŠqT‰T4ài¡¾A"
  b"""
    \x01ºpѳs‹¼Žh\x1F\n
    ¿,“
    """
  b"\x01ºpÑáq‹ÚÿÙ‰ÿøQ"
  b"\x01ºpÒ\x16qi³Ûš<>d6h"
  b"\x01ºpÒFpYº0\x10½¾Qf’"
  b"\x01ºpÒ`q\x1F¨\x0E\x04û¸ªS"
  b"\x01ºpÒxrkŽï\x11DTú½Y"
  b"\x01ºpÒ’sÔ‚\e¶+*£FŠ"
  b"\x01ºpÒ«pᆲ·¹!¡Ýä"
  b"""
    \x01ºpÒËrj“l\n
    ê&Ö­5
    """
  b"\x01ºpÒöq²¾M×…¸´•\x1E"
  b"\x01ºpÓ\x16sü…ØM\x10¹BŸ"
  b"\x01ºpÓ3pˆ›ÝoWß«"
  b"\x01ºpÓSrò®õ‚µõÈMv"
  b"\x01ºpÓsq\x08°ÇŒÁxÀ@‹"
  b"\x01ºpÓ•p‘€\x0Fæ”Z"ƒÖ"
  b"\x01ºpÓ³p-˜ÑEù(mLŽ"
  b"\x01ºpÓÛqÛ°î#.\x0FyÉ%"
  b"\x01ºpÔ\ts\x19§-NO\x17i,’"
  b"\x01ºpÔ3s\x14”¾…9&¼ñU"
  b"\x01ºpÔUqHºEžÈ¯Ë\x1D×"
  b"\x01ºpÔsqz°­ÊHå2_¥"
  b"\x01ºpÔ•s¥ŽI^\røªHÌ"
  b"\x01ºpÔºq’­•ö\x18©\x18"
  b"\x01ºpÔåq]ŠEü—°Ë£A"
  b"\x01ºpÕ\rpg¾â_}¾'\x07"
  b"\x01ºpÛ%pí»F\x11鏾="
  b"\x01ºpÛyq₪†µª[-œ"
  b"""
    \x01ºpÛ£sY 8<${ë\n
    L
    """
  b"\x01ºpÛÏs\tº\x00ªg³ØÅ\x16"
  b"\x01ºpÜ\x05p%†¿rô·GP"
  b"\x01ºpÜ5q'‘ÞçƒÁè\x17"
  b"\x01ºpÜcr%¿\tØþ»è\x1AS"
  b"\x01ºpÜ’qŽ®V\f„6©¿"
  b"\x01ºpÜÀpa†<¾R•4yë"
  b"\x01ºpÜôrÝ„Ê_/Ah‘ö"
  b"\x01ºpÝ"pM¾ŠXÿ•3›Ä"
  b"\x01ºpÝVpC¿\x0E+À¸²4""
  b"\x01ºpÝ”s³¬¸‰Nø\x183’"
  b"\x01ºpÝËp]›¤6»G°Ì"
  b"\x01ºpÞ\x01q\x1D·Lƒ¦®MªÀ"
  b"\x01ºpÞ'p¢¶\x0E¼Sz.¤x"
  b"\x01ºpÞCqH¨ü2·l»‰M"
  b"\x01ºpÞbsÊ»ãëk”jH\x02"
  b"\x01ºpÞ€sù¨À@©“·\x08à"
  b"\x01ºpÞ¥s\x0E›Û<a®wÁ"
  b"\x01ºpÞÍqW¶ð)³à–'Ø"
  b"\x01ºpÞïpG…ÛÑŽ/\x13\x00Õ"
  b"\x01ºpß\x0Froºa\vnK\r"
  b"\x01ºpß2qi·ÍK‰EÓÄ}"
  b"\x01ºpßXpJ¼â\x1F\x05\x19 \x10û"
  b"\x01ºpß|p-§\x11"Y5‡\x16Ì"
  b"\x01ºpß q´¾õÄçœÝŒÍ"
  b"\x01ºpß»rÙ¨ž¿„®Øíê"
  b"\x01ºpßÕsÿ€jðEè3ûF"
  b"\x01ºpßñrӴߨ­\x1Fd¦Ð"
]
33 2.84 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"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  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"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  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"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b" RžH>”EN±`?žß+/`"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"=»Š=ð~JUœ^0‘Â!£©"
  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" 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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
]
34 1.83 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ºUyosŝŽLO\x11Z†{"
  b"\x01ºp´qo—6\x1Fr…ä\x0Eµ"
  b"\x01ºp´®q̦æÌ›ß=Ð4"
  b"\x01ºp´åsO´~q”\x12Òë""
  b"\x01ºpµ\x1CqܐœÙa»™\r?"
  b"\x01ºpµWs2“š}\x12žsîô"
  b"\x01ºpµšq•‚ÕÖ:œ›¯\t"
  b"\x01ºpµÇpäž&]ËœM\fÿ"
  b"\x01ºpµærø¥S\x0Fh^ì\x10"
  b"\x01ºp¶\rp¬´@v§<VÝu"
  b"\x01ºp¶1sÞ·ËH‡ -dË"
  b"\x01ºp¶Qs\x19Š¿ƒ´\x1FÄB»"
  b"\x01ºp¶qs+ª%\x1CÓ —ô\x12"
  b"\x01ºp¶’qk„\x07WIDtÁ"
  b"\x01ºp¶®ræ„vǯ`ÂôÑ"
  b"\x01ºp¶Çpj¾Ši\x17\x03k°n"
  b"\x01ºp¶ßq\x1A¸\x1C¢N†ñå¼"
  b"\x01ºp¶þp[§`Åé'G,“"
  b"\x01ºp·&se¹â(û=¸K‡"
  b"\x01ºp·Es)‰\x08=ÈΙ@ë"
  b"\x01ºp·`rZ“†S¦ç©r‚"
  b"\x01ºp·}p¼šPLtƒÆ\tþ"
  b"\x01ºp·Ÿp\x10¿iºÓ]S\x11Ð"
  b"\x01ºp·¾sí´uÜçÕw|i"
  b"\x01ºp·ÞrA¡\x05Ü¢Éh£"
  b"\x01ºp¸\x04s?™û\x03—'(“·"
  b"\x01ºp¸5p£ \x0EŸø“€¸\x14"
  b"\x01ºp¸`qΰ=\.Ö_Ò\x1A"
  b"\x01ºp¸pŽŽ\x1CÈH‰Ák;"
  b"\x01ºp¸œr¹¨\x16¨K87úŒ"
  b"\x01ºp¸¶r\x1C\x01j‡ƒ¯á\x16"
  b"\x01ºp¸Îr}·\x16ƒ}$s ‰"
  b"\x01ºp¸ìr3” _‚œ^jo"
  b"\x01ºp¹\x12s!ŸÕ›—.k¡U"
  b"\x01ºp¹@rݽl\x14B­ië"
  b"\x01ºp¹npí–R\x01 Ûj\x08ó"
  b"\x01ºp¹’q³½pæêMDÍ\x7F"
  b"\x01ºp¹´sö‰+SU'\x1EŠ\x03"
  b"\x01ºp¹Îr÷ªP;ßÊ÷ã¦"
  b"\x01ºp¹çr¨¹³á|4µE–"
  b"\x01ºpº\x06s\x10¤ëèwpKÒú"
  b"\x01ºpº)q‡°qiÐIø$¹"
  b"\x01ºpºRq‹¢bìAØ­\x03'"
  b"\x01ºpº|rb®Ê\x11Ó"œ_2"
  b"\x01ºpº›sª•0I—vî÷û"
  b"\x01ºpº¸r4¬\x1Fk¹ÍÚ€E"
  b"\x01ºpºÞs<¦@iñ©Ûz%"
  b"\x01ºp»\x03p}‚p“9)£¦h"
  b"\x01ºp»,ru…˜æÏZœ\t\x1D"
  b"\x01ºp»Tq[®\x1At\x07º¾'!"
  b"\x01ºp»r ½ßŒçÝù£û"
  b"\x01ºp»ªq‰¨÷Á$ÒÐ\f:"
  b"\x01ºp»Ìs³õÇ–ÌoÇ@"
  b"\x01ºp»îrº¥\x18kõîS{¹"
  b"\x01ºp¼\x14r\t‚0\x10Èõï­"
  b"\x01ºp¼4p\x1D„ù—ø\x11IT&"
  b"\x01ºp¼VrÁ¯@"Û\x02)H"
  b"\x01ºp¼{qñˆh\x02ÆÈeBb"
  b"\x01ºp¼©q[­ö§¤&ž¸K"
  b"\x01ºp¼Þqs‡¡íÌÇ;Œ\x0E"
  b"\x01ºp¼þqò†t\x13ÁwÎØÎ"
  b"\x01ºp½\er´”д\x7Fg9g\x06"
  b"\x01ºp½5q˜¼3,¤+›7Ú"
  b"\x01ºp½Or?¸+>DêŒ9\x15"
  b"\x01ºp½pp7²^þ¶Íû\x0Fº"
  b"\x01ºp½ r‘«I±Š\x01+c½"
  b"\x01ºp½Ñru‘c‘ûW{:»"
  b"\x01ºp¾\x03q8˜^\x05Tg\x08OO"
  b"\x01ºp¾#r5ºÙ\x16V2Ί5"
  b"\x01ºp¾@qX«\x1AV‰²+F™"
  b"\x01ºp¾\qéžáúhs\x1Aû¹"
  b"\x01ºp¾xpŸµˆî\x7F\x01\\x19Ð"
  b"\x01ºp¾–p\r¿µDÃ!b?ô"
  b"\x01ºp¾ºqˆ‹æŒ†—G\x07æ"
  b"\x01ºp¾Ùs\x16€|\x16hK\x10å:"
  b"\x01ºp¾ûp\x14ƒ\v\x05põ_X…"
  b"\x01ºp¿\x14r…ªïl¨/00ÿ"
  b"\x01ºp¿,r®£ò:Þ\x03÷NP"
  b"\x01ºp¿Bp\x12œé4 l¡;g"
  b"\x01ºp¿YrB¿-Æüžî\x06G"
  b"\x01ºp¿{s×’(\x7Fzܺ+z"
  b"\x01ºp¿¢riã†ÓY\x002I"
  b"\x01ºp¿Åsä§„_B>!¸†"
  b"""
    \x01ºp¿ãr\n
    §rÖ<0z“1
    """
  b"\x01ºp¿ýs3¦º"Tó¦·Î"
  b"\x01ºpÀ\x18sæ›tg÷iïzd"
  b"\x01ºpÆ´sèŠL¸'b2úñ"
  b"\x01ºpÇ\x06rg¾¼Æc³K\x1A "
  b"\x01ºpÇ+p\x1F¶‰Æ7ôhá"
  b"\x01ºpÇQq«”¨b¿~\f!"
  b"""
    \x01ºpÇ{sˆŽ?Y´®\n
    
    """
  b"\x01ºpÇ©qN°B‡,β³³"
  b"""
    \x01ºpÇÏpP†\±\n
    ô€R
    """
  b"\x01ºpÇòr^‡Eæ,d4îŽ"
  b"\x01ºpÈ\x15qňw°?9^SX"
  b"\x01ºpÈ4p_«*œíl°Ój"
  b"\x01ºpÈRsC·Ø=6íùê¥"
  b"\x01ºpÈxp¥‚%ªÝ-§;Á"
  b"\x01ºpÈ™qL©Ib™\x16\ß×"
  b"\x01ºpÈÅrt€I9\x02èS\x06G"
  b"\x01ºpÈñqá…!õõF;Kg"
  b"\x01ºpÉ\x1Ap“³h…æiXÇ®"
  b"\x01ºpÉ@rÚ‰=$i¼Ü+g"
  b"\x01ºpÉ`pǯ\r\x1C\x01`\x12Œœ"
  b"\x01ºpɁsÁ€\x7F|â’P¿Ú"
  b"\x01ºpÉ£p¢˜|\x10L“³œî"
  b"\x01ºpÉÍrg«ÑœF\r¨¶þ"
  b"\x01ºpÉús/Š\x18M\x11Â\x0E¡Ø"
  b"\x01ºpÊ*rZ²ÿiìÅ…´j"
  b"\x01ºpÊYr$¾iP*\x0FÄ2ç"
  b"\x01ºpʃpë½¥¡Jyª9Å"
  b"\x01ºpʯsj‰ÞÚ;0³s"
  b"\x01ºpÊÕru—Ñs[ª\x07v\x06"
  b"\x01ºpË\x01rè±[Yýlil"
  b"\x01ºpË6sÊ©ß\r™sì\x03ó"
  b"\x01ºpËjrÞ®m!K×ÁïŠ"
  b"\x01ºpË´pï£åhð§‚z¹"
  b"\x01ºpËërŽ›<\x0F¼³Î]\x07"
  b"\x01ºpÌ\fr2¥ê[_.½Ýh"
  b"\x01ºpÌ2pº¢í?y’Q"
  b"\x01ºpÌSry«™\x03'¿‘\x15X"
  b"\x01ºpÌorÄŸØ™ïRîU¯"
  b"\x01ºpÌ“ru²\x1Fê]¤¥ð"
  b"\x01ºpÌ´pvŽg̸\e\x03"
  b"\x01ºpÌÒsÓ13\x0EU|{g"
  b"\x01ºpÌñqi·\x1D\x05\x13"
  b"""
    \x01ºpÍ\n
    rò·‡uŽ,ÍÇ\n
    """
  b"\x01ºpÍ&sνÄäÛ}\x07–¨"
  b"\x01ºpÍErö‹Û@?\x12Š›â"
  b"\x01ºpÍcsC˜õ¸4\x15g\x05¬"
  b"\x01ºpÍ…q!¾uìy’Ÿ}¸"
  b"\x01ºpÍŸr¢£ùO<åâËà"
  b"\x01ºp͹rœ§¡\x11§¤\tíW"
  b"\x01ºpÍÔq€€$§ôßmÈz"
  b"\x01ºpÍ÷pׇiçõúÔ)k"
  b"\x01ºpÎ\x17píMÛ\x1D­+"
  b"\x01ºpÎAqC½ãUÙÑ,Íp"
  b"\x01ºpÎerí¦!P#›;›="
  b"\x01ºp΋p¢²‚ö8ª\x13ñ¹"
  b"\x01ºpήpZ‘\x01­%éàÂO"
  b"\x01ºpÎÎpc—Ž\x17ŽF\x0E˜ç"
  b"\x01ºpÎîs.½\x1FÝ\x14Ì6\x1Fl"
  b"\x01ºpÏ\x13s“°\\fâo\x07q"
  b"\x01ºpÏ6sή2ï\x18\x12à\x06÷"
  b"\x01ºpÏ\płŨû±¢'œ"
  b"\x01ºpÏ~r‘² ˜ c}Ï"
  b"\x01ºpϨsä‹xâšd–‹T"
  b"\x01ºpÏ×pZš7íSÿ']Ø"
  b"\x01ºpÐ\x08s\x1D·O.ý›qËc"
  b"\x01ºpÐ'sÄ’\x00DV°D&M"
  b"\x01ºpÐDsò­EIº\x18îê+"
  b"\x01ºpÐbpv„»¼Ç»ãŽ€"
  b"\x01ºpЇqo…ð caîË\x19"
  b"\x01ºpаrR¥­‰Úe±‡¹"
  b"\x01ºpÐÖrƒ‹–Å|˜N‘M"
  b"\x01ºpÐñrb‰rDÏE¸ÀŽ"
  b"\x01ºpÑ\x0Fqó£ø\x1F4¤4gs"
  b"\x01ºpÑ*q²¡Z¢\x1Fƒ·¥û"
  b"\x01ºpÑIqüªÏšŸÛ„®¤"
  b"\x01ºpÑip¸ª,‘Ó\x03eN\x07"
  b"\x01ºpÑŠqT‰T4ài¡¾A"
  b"""
    \x01ºpѳs‹¼Žh\x1F\n
    ¿,“
    """
  b"\x01ºpÑáq‹ÚÿÙ‰ÿøQ"
  b"\x01ºpÒ\x16qi³Ûš<>d6h"
  b"\x01ºpÒFpYº0\x10½¾Qf’"
  b"\x01ºpÒ`q\x1F¨\x0E\x04û¸ªS"
  b"\x01ºpÒxrkŽï\x11DTú½Y"
  b"\x01ºpÒ’sÔ‚\e¶+*£FŠ"
  b"\x01ºpÒ«pᆲ·¹!¡Ýä"
  b"""
    \x01ºpÒËrj“l\n
    ê&Ö­5
    """
  b"\x01ºpÒöq²¾M×…¸´•\x1E"
  b"\x01ºpÓ\x16sü…ØM\x10¹BŸ"
  b"\x01ºpÓ3pˆ›ÝoWß«"
  b"\x01ºpÓSrò®õ‚µõÈMv"
  b"\x01ºpÓsq\x08°ÇŒÁxÀ@‹"
  b"\x01ºpÓ•p‘€\x0Fæ”Z"ƒÖ"
  b"\x01ºpÓ³p-˜ÑEù(mLŽ"
  b"\x01ºpÓÛqÛ°î#.\x0FyÉ%"
  b"\x01ºpÔ\ts\x19§-NO\x17i,’"
  b"\x01ºpÔ3s\x14”¾…9&¼ñU"
  b"\x01ºpÔUqHºEžÈ¯Ë\x1D×"
  b"\x01ºpÔsqz°­ÊHå2_¥"
  b"\x01ºpÔ•s¥ŽI^\røªHÌ"
  b"\x01ºpÔºq’­•ö\x18©\x18"
  b"\x01ºpÔåq]ŠEü—°Ë£A"
  b"\x01ºpÕ\rpg¾â_}¾'\x07"
  b"\x01ºpÛ%pí»F\x11鏾="
  b"\x01ºpÛyq₪†µª[-œ"
  b"""
    \x01ºpÛ£sY 8<${ë\n
    L
    """
  b"\x01ºpÛÏs\tº\x00ªg³ØÅ\x16"
  b"\x01ºpÜ\x05p%†¿rô·GP"
  b"\x01ºpÜ5q'‘ÞçƒÁè\x17"
  b"\x01ºpÜcr%¿\tØþ»è\x1AS"
  b"\x01ºpÜ’qŽ®V\f„6©¿"
  b"\x01ºpÜÀpa†<¾R•4yë"
  b"\x01ºpÜôrÝ„Ê_/Ah‘ö"
  b"\x01ºpÝ"pM¾ŠXÿ•3›Ä"
  b"\x01ºpÝVpC¿\x0E+À¸²4""
  b"\x01ºpÝ”s³¬¸‰Nø\x183’"
  b"\x01ºpÝËp]›¤6»G°Ì"
  b"\x01ºpÞ\x01q\x1D·Lƒ¦®MªÀ"
  b"\x01ºpÞ'p¢¶\x0E¼Sz.¤x"
  b"\x01ºpÞCqH¨ü2·l»‰M"
  b"\x01ºpÞbsÊ»ãëk”jH\x02"
  b"\x01ºpÞ€sù¨À@©“·\x08à"
  b"\x01ºpÞ¥s\x0E›Û<a®wÁ"
  b"\x01ºpÞÍqW¶ð)³à–'Ø"
  b"\x01ºpÞïpG…ÛÑŽ/\x13\x00Õ"
  b"\x01ºpß\x0Froºa\vnK\r"
  b"\x01ºpß2qi·ÍK‰EÓÄ}"
  b"\x01ºpßXpJ¼â\x1F\x05\x19 \x10û"
  b"\x01ºpß|p-§\x11"Y5‡\x16Ì"
  b"\x01ºpß q´¾õÄçœÝŒÍ"
  b"\x01ºpß»rÙ¨ž¿„®Øíê"
  b"\x01ºpßÕsÿ€jðEè3ûF"
  b"\x01ºpßñrӴߨ­\x1Fd¦Ð"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
35 0.91 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ºpµšq•‚ÕÖ:œ›¯\t"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
36 0.86 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"%e\x06 \x1F\x18LƇže‹H=HÌ"
]
37 3.16 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
38 6.78 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
39 1.02 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.84 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 2.20 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 1.91 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.30 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
44 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
45 0.72 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
46 0.74 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ºpµšq•‚ÕÖ:œ›¯\t"
  1
]
47 0.64 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"ôâGÏ}w@‰ÒîŽYW¯"
]
48 0.51 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"ôâGÏ}w@‰ÒîŽYW¯"
]
49 1.47 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"Sùƒ\x06ç]EBŠ®®ÇüÙž3"
  b"E¹>¿m¬L\x00¢Žå\x11\x13%‹¡"
  b"¡Mü¸k<J/­x;\x07·ÉÑU"
  b"\x0E+ Í?UO\v•æ[ÝøyŽ)"
  b"f—Ù¤|òH¶„*­Ïؼ’r"
  b"øýoõlFCã¿Èt^Å?\x05ò"
  b"L’ùÿÏŒG€ª}<Òúè\r²"
]
50 6.49 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"Sùƒ\x06ç]EBŠ®®ÇüÙž3"
  b"E¹>¿m¬L\x00¢Žå\x11\x13%‹¡"
  b"¡Mü¸k<J/­x;\x07·ÉÑU"
  b"\x0E+ Í?UO\v•æ[ÝøyŽ)"
  b"f—Ù¤|òH¶„*­Ïؼ’r"
  b"øýoõlFCã¿Èt^Å?\x05ò"
  b"L’ùÿÏŒG€ª}<Òúè\r²"
]
51 0.64 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"\x0E+ Í?UO\v•æ[ÝøyŽ)"
  b"E¹>¿m¬L\x00¢Žå\x11\x13%‹¡"
  b"L’ùÿÏŒG€ª}<Òúè\r²"
  b"Sùƒ\x06ç]EBŠ®®ÇüÙž3"
  b"f—Ù¤|òH¶„*­Ïؼ’r"
  b"¡Mü¸k<J/­x;\x07·ÉÑU"
  b"øýoõlFCã¿Èt^Å?\x05ò"
]
52 0.81 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.60 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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.59 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.57 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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.53 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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.59 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.50 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? 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 7.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"Sùƒ\x06ç]EBŠ®®ÇüÙž3"
  b"E¹>¿m¬L\x00¢Žå\x11\x13%‹¡"
  b"¡Mü¸k<J/­x;\x07·ÉÑU"
  b"\x0E+ Í?UO\v•æ[ÝøyŽ)"
  b"f—Ù¤|òH¶„*­Ïؼ’r"
  b"øýoõlFCã¿Èt^Å?\x05ò"
  b"L’ùÿÏŒG€ª}<Òúè\r²"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
60 42.15 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œ“~]pÊ‚æžÈnÓk\x0E"
  b"\x01œ“~¿q6œ¹ÚùÖZ\x07Ñ"
  b"\x01œ“\x7F&rùª™o\x01\x02Ü{"
  b"\x01œ“\x7Fƒqü˜òÑÖ~:¼j"
  b"\x01œ“\x7Fár9©¾\fW[l\x01ã"
  b"\x01œ“€8r\x04­ižô›\e\x01C"
  b"\x01œ“€™r¶£—£l›O²\"
  b"\x01œ“€ûsòŽÌ˜ `\x17¨"
  b"\x01œ“dp@™ö¢®‘q¦"
  b"\x01œ“Ñs\t²Ö­Hš55í"
  b"\x01œ“‚;s-¤wDíÙE«1"
  b"\x01œ“‚•q\x13¥2\x19”Lj‰\v"
  b"\x01œ“ƒ\x00pÓœQ7€¤™!\x14"
  b"\x01œ“ƒdrм£Î\e¸ÔUÉ"
  b"\x01œ“ƒÆqœŸd¨«$s•â"
  b"\x01œ“„8rA ©ê‡¼á¯Ð"
  b"\x01œ“„¬qí•+¢¡^hÓŸ"
  b"\x01œ“…\x1Ds·S?Ãæ´òÞ"
  b"\x01œ“…\x7Fr‡·»äK\rSn!"
  b"\x01œ“…Ýqnœ©\x1ED(NB—"
  b"\x01œ“†Psb•߬!S\x1F"
  b"\x01œ“†ÃpÛ£Ô°Ìwd*"
  b"\x01œ“‡.p~¶Õ2£áVÿÄ"
  b"\x01œ“‡™r£·yË8ï¥S^"
  b"\x01œ“‡ýq!›Ë:\x0EŸÜÊÇ"
  b"\x01œ“ˆZq\x1F\x10\t\x08ÕÖ2á"
  b"\x01œ“ˆÇsX‡1—ÔÿL,\n"
  b"\x01œ“‰6s$´XÊ#=b\x13×"
  b"\x01œ“‰¦p-¤]0÷fÐ\x19-"
  b"\x01ºUz+p¿¬\x00ûvI‚z"
  b"\x01ºUy“pû¢N¾éÐ&¯Á"
  b"\x01ºpà\x0FpÛŠéÑ|͵c˜"
  b"\x01ºpà-sž„wª“Ú…ÀÊ"
  b"\x01ºpàVrs¾xU³ àvÀ"
  b"\x01ºpà\x7Fs*²¸ƒšÈ|ï"
  b"\x01ºpà s‚œ5¿¡â¸R"
  b"\x01ºpàÅr›³7¾B8ʪö"
  b"\x01ºpàís¡œƒë$ñp(¿"
  b"\x01ºpá\x14r£§&‡ŸØ\x1C ã"
  b"\x01ºpá<qò¾òDó©ÎiÎ"
  b"\x01ºpáer\x01 (ß\x08ð\x01R"
  b"\x01ºpá‰rP¨X;zú\x08\x1FÞ"
  b"\x01ºpá¬sŽ»n¢K\x02\x0F†à"
  b"\x01ºpáÏsR“jjõ\x10£c’"
  b"\x01ºpáôq‰‹3„\x1F5¨À"
  b"\x01ºpâ\x19rT\x11¤;B†l"
  b"\x01ºpâ;pˆëªQí9X“"
  b"\x01ºpâjs;˜%¹ºgì\x12H"
  b"\x01ºpâ„r¾Œ=š·ááB˜"
  b"\x01ºpâ¨q_†—?&l¹çŽ"
  b"\x01ºpâÂrA¸û\e\x06Ý´×¶"
  b"\x01ºpâÞq蹐ËzÎÎÙ:"
  b"\x01ºpâûs¾¬¿j›ÃgæH"
  b"\x01ºpã\ep[¡=*!¸ 0Ô"
  b"\x01ºpã=r^šä¾1äÀÌ!"
  b"\x01ºpã[pÍ¡^k’‰¸\x7Fn"
  b"\x01ºpã}pû•H·j¼#)˜"
  b"\x01ºpã§p—\x17‰dBÉ…{"
  b"\x01ºpãÁrk¿\x06&\x04ˆæ‹"
  b"\x01ºpãÚp\x7F¼®.îEŽM"
  b"\x01ºpãôr\x14¿iÏn\eÍ6\x05"
  b"\x01ºpä\x12q\x17WÌÂiG+¬"
  b"\x01ºpä1rü²×K1E\x17‹Á"
  b"\x01ºpäXr O²\x1Aýñ¯"
  b"\x01ºpä\x7Fq‰½Ò{¶Œ\v"
  b"\x01ºpä©pÕ¡oë?®\x01ùl"
  b"\x01ºpäÌs\x18©u»$IЁ¢"
  b"\x01ºpäórå‡\x0F\x0E,\x7Fˆ"
  b"\x01ºpå\x13rzŠ\x00Ó\x1EO=¾Á"
  b"\x01ºpå.q.¸èê?‘óù\x7F"
  b"\x01ºpåMsº…‚Z܏`Bj"
  b"\x01ºpåoqô‹\x7Fö\x1ANÈÀ¥"
  b"\x01ºpå”rêš¿‚9¿Âç\x05"
  b"\x01ºpå·p¸´*\eœ¨\x03¹ž"
  b"\x01ºpåÒr†(/BIQQY"
  b"\x01ºpåíp4Þ¶\x01Faª"
  b"\x01ºpæ\x08p¸ˆžñÌ\x19j\x10\e"
  b"\x01ºpæ!s\x06”ç…ȧe\r¿"
  b"\x01ºpæ>q¥º\x00\x06¤|ò"F"
  b"\x01ºpæeqç¿,ƒå­¯\x04$"
  b"\x01ºpæ’qT”ö_Ên$me"
  b"\x01ºpæ½qm·6T!D¤\x11w"
  b"\x01ºpæÚq>ƒw\x17ü\x1E\x1AÍj"
  b"\x01ºpæør%¡·î`x#\x07È"
  b"\x01ºpç\x18qö³1\x11å*¾Q»"
  b"\x01ºpç7rñ½þîB-A©¡"
  b"\x01ºpçXqkº5);‘;\x18\x13"
  b"\x01ºpç~s̆\x15\x16Ps2<"
  b"\x01ºpçœqÊ„ip\x05Î\x1C\x1A"
  b"\x01ºpç¶q\·7£p»ÎœP"
  b"\x01ºpçÒqm·\x15\x0FމE\x05"
  b"\x01ºpçïsˆ›:ÿBª¸­ "
  b"\x01ºpè\fqêµì(\x1AÏ¡á"
  b"\x01ºpè)q¦®–]ß¾~’P"
  b"\x01ºpèGr^º×må­v“P"
  b"\x01ºpèmq¤·_ñª¤Aç½"
  b"\x01ºpè—qÌ¥ªË\x17\x14e\x0F\x12"
  b"\x01ºpè¸ri¥03ªh¹(G"
  b"\x01ºpèÕp™—¦Ó`þ\x13"
  b"\x01ºpèõp7žXÙ\x00þ‚Š$"
  b"\x01ºpé\x12s‹—ýŒ†¾°<Ä"
  b"\x01ºpïr\x08ªk¿¦©V<\x0E"
  b"\x01ºpïàrû¿é\x1DO\x1Cf’¨"
  b"\x01ºpð\x02q®ˆÎ¤¿`ü-·"
  b"\x01ºpð$pˆ®ð$î§èsô"
  b"\x01ºpðNqä‡Jzc2ʶa"
  b"\x01ºpðrpª‰Ð\x10`D“=\x16"
  b"\x01ºpðŽq³ƒ8ô¹–q7Ž"
  b"\x01ºpð©sށ±ŒýF§·\x04"
  b"\x01ºpðÇsg¸ø\x05\x02ã†ðç"
  b"\x01ºpðñq‹³+\vÔ\x0Fœ#í"
  b"\x01ºpñ\x12qqžíyA[g\tR"
  b"\x01ºpñ9s\x11œ U\x1E`{8»"
  b"\x01ºpñbqz§ºå¸®UuM"
  b"\x01ºpñ†s­³Œ—°ËTèÏ"
  b"\x01ºpñ©r\x16–€x\x1E­™°s"
  b"\x01ºpñÏsp‹\x00z½ävÜ¡"
  b"\x01ºpñìs˜€p êi>Óƒ"
  b"\x01ºpò\x08q\x7F±†ËJ)çLM"
  b"\x01ºpò#r4¡e\nõyÞ‰"
  b"\x01ºpò?rþ¾»^ëÝ\x15Z\f"
  b"\x01ºpò^qŸŸI\x18n‚›\x10Ã"
  b"\x01ºpò~qö¢\v¤CÛ8”\x02"
  b"\x01ºpò¡så±äCð>\x02 Â"
  b"""
    \x01ºpòÅp/°7¶\n
    \va_'
    """
  b"\x01ºpòír\x02…NK\x13:é5"
  b"\x01ºpó\x14r\x15€Ã€ÍÀùÉ‘"
  b"\x01ºpó6rš†"}\rè\rÍì"
  b"\x01ºpóVrÿ˜½¼ÿoL^="
  b"\x01ºpó|sæ‘uz„Ë"9\x11"
  b"\x01ºpó¢p‡†ù\x00Îyaξ"
  b"\x01ºpóÆq"\x16Ǫ\x17×k…"
  b"\x01ºpóêsː©ˆU`ú–A"
  b"\x01ºpô\vpD–nk¯â\x06Ó,"
  b"\x01ºpô%rΐ\tç.;&Q""
  b"\x01ºpôCpÞ‘\x0E˸!¬Í\x08"
  b"\x01ºpôjpX§õ\e²\x02Á"
  b"\x01ºpô’qc…\x14\x0F]¬ÄÛ\"
  b"\x01ºpô³qK¿îz/‚ë@¤"
  b"\x01ºpôÚp;‡\x11\x1A=W\rª"
  b"\x01ºpôýp\x10Ÿ©0®8„!‡"
  b"\x01ºpõ"s¢–Ã\x00J¹t\x06Õ"
  b"\x01ºpõGs„²&9³r›un"
  b"\x01ºpõmsH«PÖ«2Š"\x0F"
  b"\x01ºpõžsb˜YyQÏ\x0F"
  b"\x01ºpõÐq#‘\x03€FD8•è"
  b"\x01ºpö\x04r\e©›\x1E\x02TŽ”ÿ"
  b"\x01ºpö%r\r ŽlJEd¢$"
  b"\x01ºpöBpß§\x13iØ}ýÅ­"
  b"\x01ºpöap\x06€é‰\x17(:¾*"
  b"\x01ºpö|p"–‹Jv°Q‡Ñ"
  b"\x01ºpö˜pÄ»¡Þ“\x00\x06‹¥"
  b"\x01ºpöÃr՝\x05Â0\x18@\x0F\r"
  b"\x01ºpöíp—†q+p£”\x0F"
  b"\x01ºp÷\x1Csi¾qÁ/ü¡(?"
  b"\x01ºp÷?r‘´ý'…Ÿ³Ê¶"
  b"\x01ºp÷gpM¸ä¡¹ÜcÜ`"
  b"\x01ºp÷ql¦íñ€nRÊ"
  b"\x01ºp÷µp·¨Ç™ûïlZ"
  b"\x01ºp÷Ùqu£´þ@Ó\töx"
  b"\x01ºpø\x00rÑ£¶Ü=\x18™¥"
  b"\x01ºpø/pì“ô\x07ž1‹\x07·"
  b"\x01ºpøfq«¦c\x12Ý1š\x01"
  b"\x01ºpø†pr¸Ðc¤Hö\x03\x01"
  b"\x01ºpø¢sY®æ}>²Úç"
  b"\x01ºpø¿r\x14¢“žZç×ô’"
  b"\x01ºpøßp%…—Åa3Ô}U"
  b"\x01ºpù\x05sMƒÀë\x0FjÎP"
  b"\x01ºpù#p\x10²LŠM|v?±"
  b"\x01ºpùSrÃ’ÿ=\x05ùd\eš"
  b"\x01ºpù€r\x04“:\x10!²Û!Â"
  b"\x01ºpùpﱆ@nNÆü+"
  b"\x01ºpù½r_¯¬L‰¸æ)D"
  b"\x01ºpùæqgˆ¢\f\x0Fú-µÉ"
  b"\x01ºpú\rs\x07Žv€É›QO½"
  b"\x01ºpú:râœib• Ô_Ü"
  b"\x01ºpújp7‰RöªÖ»Ÿ´"
  b"\x01ºpúœpÈ¢½MÎ;®\x19ü"
  b"\x01ºpúÔq–­ýȲ¹#œ"
  b"\x01ºpúúr@¹\x15Â\x04%ûøÞ"
  b"\x01ºpû\x18p^ŸW›¹LÔ["
  b"\x01ºpû4pî®’L\x1C®>»("
  b"\x01ºpûQsO”1Y\t\x00›–"
  b"\x01ºpûns\x05¿”îr¾OÊ©"
  b"\x01ºpûs]…˜ŒBú3Ìï"
  b"\x01ºpû³rƲî;¸;áfÔ"
  b"\x01ºpûàqg†£\x14ZufdW"
  b"\x01ºpü\x00ra†‡Vc-mNÀ"
  b"\x01ºpü\x1Cqíº‡EÜ!}Q$"
  b"\x01ºpü6sè‡úô¢\x18¨+l"
  b"\x01ºpüOq\x0Eº\x13±'¨žâ\x1A"
  b"\x01ºpükr' Ÿ`\rAn²M"
  b"\x01ºpü“s€¹?Xøoä="
  b"\x01ºpüµsú®²òü8ßÏk"
  b"\x01ºpüÔrG“9óýBäêE"
  b"\x01ºpüóp=¿o\x1Ejb™îB"
  b"\x01ºpý\x14sî„\x1A\x07“ü%ì×"
  b"\x01ºpý6sާ\x7FÌÿtj²\x1C"
  b"\x01ºpýOrÙ¢\tÇ÷{ªÚÔ"
  b"\x01ºpýjp\f¤×J\x06?#œ‘"
  b"""
    \x01ºpý™p\r³×\n
    >¾ËDK
    """
  b"\x01ºq\x03Äp¬¬)\x11GÜ8a_"
  b"\x01ºq\x04\x0Fr£–:›ÓüÓ‰Ý"
  b"\x01ºq\x040q†…=NP§rh·"
  b"\x01ºq\x04XrÝšò^Òû\x1A,C"
  b"\x01ºq\x04{pKŒ[z·ÅŽÑ\x19"
  b"\x01ºq\x04§q\x12˜\x1CÏh\x1D¼¦Â"
  b"\x01ºq\x04Ôp|±ƒxI¹zÈm"
  b"\x01ºq\x05\x02s\x16ˆ\x0E\e¹p\x1A"
  b"\x01ºq\x05.p.µ‚á R\x10ƒ\x1C"
  b"\x01ºq\x05Qr4”´ôõ\x1CO\x1C"
  b"\x01ºq\x05ysw¨*¿¢·`}²"
  b"\x01ºq\x05–qܼò6ÅÎ\x13é9"
  b"\x01ºq\x05³s\x1E¬ëCŒ$eè•"
  b"\x01ºq\x05ÛpèœëÖÔ\x060´,"
  b"""
    \x01ºq\x05þq$›r7wk\n
    
    """
  b"\x01ºq\x06"sU£¤*\x14¿©\x03_"
  b"\x01ºq\x06AqáºåCØäè>š"
  b"\x01ºq\x06br_»l;×रû"
  b"\x01ºq\x06…qkŸ!K°}NJ|"
  b"\x01ºq\x06¨sè•cìT vˆŠ"
  b"\x01ºq\x06Ðqç‹\tƒt£ÞÀw"
  b"\x01ºq\x06øp¦ÅÆù·×Ð×"
  b"\x01ºq\x07 qL½÷\x03\x11+R>&"
  b"\x01ºq\x07Ip\x08´\x07}Z8Î/R"
  b"\x01ºq\x07ssˆŽbUm¶Ž\x7Fò"
  b"\x01ºq\x07˜q¬£¤†îÈ#Ñ"
  b"\x01ºq\x07·rØ»†1•~t¶T"
  b"\x01ºq\x07Ñp\e³-/h\x1D™›5"
  b"\x01ºq\x07ìq¬ÆgyÞ†9c"
  b"\x01ºq\x08\x08p_«5Ùf\x15V°Ã"
  b"\x01ºq\x08%rë„nÆî™÷KÂ"
  b"\x01ºq\x08Jpµ•›=(8 \x135"
  b"\x01ºq\x08mp¥²žóuèó"
  b"\x01ºq\x08‘s\x08Œô™ÃáøBÍ"
  b"\x01ºq\x08°sWºCo^ч1,"
  b"\x01ºq\x08ÎpÙ³÷ºò¥R\x0Fî"
  b"\x01ºq\x08îqÖ§GÇÑ\x10,µ¹"
  b"\x01ºq\t\x0Fs/„QH\x05\x19ï\x03š"
  b"\x01ºq\t:r˜‡@QÔû¡P¡"
  b"\x01ºq\tgq\x04\x04\f\v’9"
  b"\x01ºq\t–sOè¯'ÿÔ·î"
  b"\x01ºq\tËpjŽÞ\x06YÖ­¤ "
  b"\x01ºq\tîs\r“Ï\x07 Í=´\x1C"
  b"""
    \x01ºq\n
    \x0Fs%«Av\x1C¯ù\x15Ê
    """
  b"""
    \x01ºq\n
    *q0¦»§§+¤u2
    """
  b"\x01œ“isr²¶œ)˜‹l›d"
  b"\x01œ“iàp\x19Ž——;J|\x18D"
  b"\x01œ“j:r÷®Üv\x17BadŒ"
  b"\x01œ“j’ss€5ŽRb|ï‹"
  b"\x01œ“júp°¡ÒnkÅœòL"
  b"""
    \x01œ“kVqÄŸ\n
    ÔHÃ\x13
    """
  b"\x01œ“kÌpЭÐEpb~\x08£"
  b"\x01œ“l@s†Š\x0F^üÃï\x15\x05"
  b"\x01œ“l®q\x19¾t\x13ð÷\x1CÐ\x04"
  b"\x01œ“m qA“1ÇÅb9-f"
  b"\x01œ“mŽqE¡\x05¬\x0E.˜ô‰"
  b"\x01œ“n\x00se\x13|cAŽà§"
  b"\x01œ“nsq©¥Žý -Bž"
  b"\x01œ“nÜp#¿ðܶ°½ <"
  b"\x01œ“o—sކÎI¼\x19\x16"
  b"\x01œ“p\x15rŽºá\t†Â²\x0E"
  b"\x01œ“p‡s\x16\x0F\x08êþXGÆ"
  b"\x01œ“põpÕ¶˜bhj[ã"
  b"\x01œ“q`q\x1E#´C:å"
  b"\x01œ“qÁq7º³À""\vÌê"
  b"\x01œ“r'p©ˆ†Twªçа"
  b"\x01œ“rŽr7°L¤õËÜ0\x01"
  b"\x01œ“rôq8¯Þ\x10¼Û\x02\x1Co"
  b"\x01œ“sTsø£ý\x02Ý6£†F"
  b"\x01œ“s¸sø¨ÎMÚ¥/Ø!"
  b"\x01œ“t\fq–¥\x1AT\x0F×\tƒ\x01"
  b"\x01œ“tap°ŒÌ*âøU\x10"
  b"\x01œ“tÑrê¼1\fÄënDš"
  b"\x01œ“u6pO›…|FãÏSy"
  b"\x01œ“u‰pœƒí2FÏ‘$"
  b"\x01œ“uðsG§…PªÁyð\t"
  b"\x01œ“vNq°®šîð\x0EÙsi"
  b"\x01œ“v²p\x19¡WP=bE¦´"
  b"\x01œ“w\x16q/ƒ ìÜÐÇ\x15!"
  b"\x01œ“wxrà´}5\xåºÝ"
  b"\x01œ“wÔsLóì6bl:¹"
  b"\x01œ“x8p¾©\x04Ô¬Èé×°"
  b"\x01œ“xs‘†t%s«\x1E)\x00"
  b"\x01œ“xépQ•¯Ø\x12lE9"
  b"\x01œ“yHp¶ªI\x06¬\\x7Fãñ"
  b"\x01œ“yr„¯XÜG\x15i®Ñ"
  b"\x01œ“yîqª½\x1F§¥L\x1F²m"
  b"\x01œ“zas\x19Ž+xÉãš\x13Õ"
  b"\x01œ“zÄqȃ\f\x17|Ç “ÿ"
  b"\x01œ“{\x1Fr׸´÷Œ¼Ðlâ"
  b"\x01œ“{€q<™\x18\x17‚yS"
  b"\x01œ“{×s’°N\x11H\x13\x1DX\f"
  b"\x01œ“|;rBàc¶É\r¸A"
  b"\x01œ“|‘pg€Ð˜´R&ýñ"
  b"\x01œ“|ßq\x10›:\x15T+[lB"
  b"\x01œ“}CpC¥îØlº¬˜â"
  b"\x01œ“}©pѯ\x13\x03ñí:}s"
  b"\x01œ“~\rsa¦ýZ`›³Ð}"
  b"\x01ºUz\ts¦­Y–7žK0ß"
  b"\x01œ“¥šr´¥\fâ\x02Ž\x04"
  b"\x01œ“¦\x13rÞ¤š~bQ‡Ïà"
  b"\x01œ“¦q-©\x12îÈÛ\x07"
  b"\x01œ“¦Ýqo¨\rcðÓÐ;U"
  b"\x01œ“§@p²³µÉL〷a"
  b"\x01œ“§—q\x01–°˜y\x1E\x04øå"
  b"\x01œ“§ïsÏ‘íÖ'k¯Bº"
  b"\x01œ“¨Hp\¶=\x1DE^fŠË"
  b"\x01œ“¨¢p»²G\x0EbNkÙñ"
  b"\x01œ“¨ÿrÔŽ¯ñSúŠ4r"
  b"\x01œ“©_qö±\x12e3\-\x10ä"
  b"\x01œ“©¶q\x04ŠY"’\x05çêí"
  b"\x01œ“ª\x14pë‚7£Œch Ç"
  b"\x01œ“ªrr\x17¾©.¸\x15Òç\x11"
  b"\x01œ“ªßr\e‹Üz\tÜÍùÖ"
  b"\x01œ“«?p™¿91ï™\x7F[^"
  b"\x01œ“«ŽsP¸þkŽ(Áé\x10"
  b"\x01œ“«íp…,ÞÔ ¡×F"
  b"\x01œ“¬Kp\x7F\x04c„y¯H|"
  b"\x01œ“¬žp\x08´I¿\x08>²(j"
  b"\x01œ“­\x0Fq[‡\x1E<ãŸã,l"
  b"\x01œ“­lsõ -¥Ú\x1Cöä]"
  b"\x01œ“­Âpó¯hVÖ\t\x17¾¸"
  b"\x01œ“®)pï¦\x02ˆ\x0Fóù\x15Ÿ"
  b"\x01œ“´âps¥¦\vôî\L\e"
  b"\x01œ“µCr'¸¤läcA¬\x01"
  b"\x01œ“µœq¬žŽ£yÞð¡J"
  b"\x01œ“µüq"œß\x00éj:\n9"
  b"\x01œ“¶[r$•þ›à¯OÞ¸"
  b"\x01œ“¶±p­›¾÷—‡\x12”:"
  b"\x01œ“·\x10sâ‚C,œˆýœ³"
  b"\x01œ“·xp€N`\x16ªÐ²u"
  b"\x01œ“·òp›ŽíH\x13°àû\x10"
  b"\x01œ“¸Wrj(OHÍkíd"
  b"\x01ºUzHr9Ž|pO\x1E&…"
  b"\x01ºUyFso†6 :î\x13"
  b"\x01ºp‡åqYsfÙϦxù"
  b"\x01ºpˆTr–€R½\x19Ȥ(Ø"
  b"\x01ºpˆ‹q‡’Æ–_´…ÀÌ"
  b"\x01ºpˆÀsµY5$0 \x1A½"
  b"\x01ºpˆïrµËúç$wê/"
  b"\x01ºp‰\x19p£‹M7£’ecÓ"
  b"\x01ºp‰JqM”Vž\rá&´D"
  b"\x01ºp‰}q#´\x10W÷[®«˜"
  b"\x01ºp‰¶s[ŽÇ\x1AxM…H\x00"
  b"\x01ºp‰ìp$œØÉ„£\Pq"
  b"\x01ºpŠ\x16p\x10‹¥<ÜÎ\Â"
  b"\x01ºpŠ4q™Žou.ëdE—"
  b"\x01ºpŠ\q©»>ßÿ_°Ì"
  b"\x01ºpŠ}q¼°3–%\x16R¶ã"
  b"\x01ºpŠ˜q\x10†•â²';0Ž"
  b"\x01ºpоrvž\x08\x04nÎò-&"
  b"\x01ºpŠãq¡¯ñ`\x17a¯X†"
  b"\x01ºp‹\x00säœ(\x19l*]å"
  b"\x01ºp‹*p~Ÿ¯Œ–Þ£\"
  b"\x01ºp‹Kqõ„\x07¹P\x18Jþ+"
  b"\x01ºp‹nq/©,0»VVÞK"
  b"\x01ºp‹’s¦©Ž$áî\x139"
  b"\x01ºp‹»p%‰>¾3£dFË"
  b"\x01ºp‹ÿr۝…²yÄ]ñ\x04"
  b"""
    \x01ºpŒ'p0\x7F%Ã>¦\n
    
    """
  b"\x01ºpŒKrF¨ò†67þæm"
  b"\x01ºpŒlr¬ª²÷ôâT¤æ"
  b"\x01ºpŒ‰p\x0E¬Kw+³öG"
  b"\x01ºpŒ®pÙŠ˜Qœeƒ(÷"
  b"\x01ºpŒÓpQ˜ÎÄsŸ\x00߁"
  b"\x01ºpŒ÷p£)†¡U\x13ø`"
  b"\x01ºpŽ#q~—/qp‹ä{\x1E"
  b"\x01ºpŽKs\x04ށe‡\vH\x0E\x19"
  b"\x01ºpŽkrÑ®hyÂ%!"R"
  b"\x01ºpމsI²ÜwÂEÿ›ã"
  b"\x01ºpެp\x05 bŽ+ä„Õ\x15"
  b"\x01ºpŽÖpl®_Óú9\x06Fq"
  b"\x01ºpŽüph¼ìK§Ï"@Æ"
  b"\x01ºpŽ%r‹®\e¿Ô¶¤˜¸"
  b"\x01ºpŽXqG™ŸˆN\x1AËu"
  b"\x01ºpŽ‚ri‰H>ï\x13u"m"
  b"""
    \x01ºpޤpb¬˜©¼\x03û\n
    t
    """
  b"\x01ºpŽÇr5€{C?S¢E£"
  b"""
    \x01ºpŽíqžš\n
    ð³\x1E·:…
    """
  b"\x01ºp\x14q.¡ü"Ÿhï\x1E&"
  b"\x01ºp5q܁\x0E©HÛorË"
  b"\x01ºpSs"œ\x0E\x19íví\x0F®"
  b"\x01ºpzsÖžwŒ\ސ{’"
  b"\x01ºp˜sň1˜È\x1C\x12©ë"
  b"\x01ºp¼qN¦$ÿö¶;y¿"
  b"\x01ºpßpëŒ"\x1D|K)ñ˜"
  b"\x01ºpüpí¶Çc?zóÝZ"
  b"\x01ºp\x15rs¿L;Ö­m!\v"
  b"\x01ºp.rľ\x16\x7FÜö—ö’"
  b"\x01ºpMq\x10©\t_\x1C[®×ï"
  b"\x01ºpmpp³j»ÞvëÑ"
  b"\x01ºp“r\x02’k:\x7FÿbRê"
  b"\x01ºp¾pVuW\x0E\x02ÙãK"
  b"\x01ºpÚrt¼@JÔ\x17\x0E"
  b"\x01ºp÷s†™\x04ÅM!‘<P"
  b"\x01ºp‘\x0Er5‡RÓM\x1FFš="
  b"\x01ºp‘'pÜ \x07±¿d1œJ"
  b"\x01ºp‘BrU¾½‚fþÇ>"
  b"\x01ºp‘lra­|‘܉q~l"
  b"\x01ºp‘“sõE@¹ùƒ¶="
  b"\x01ºp‘Áq«ªB§h–ÚO\n"
  b"\x01ºp‘çr[±\x15ËCxª6¯"
  b"\x01ºp’\vs±ŠüÅ÷û…(."
  b"\x01ºp’%s]ˆñMyƒã˜Ú"
  b"\x01ºp’Cpà©\x7Fõ\x14%0ÒÌ"
  b"""
    \x01ºp’dpm¿\n
    ¹\x02´s×
    """
  b"\x01ºp’Œr3”Å7‡\x1D\x7Fô‰"
  b"\x01ºp’¹s¾›„…ƘJÙ“"
  b"\x01ºp’Ùs´¥>ãNG;ª+"
  b"\x01ºp’ør\x17¸¡T¶\x06Ò\x1Eœ"
  b"\x01ºp“\x15pz¾Ý”0=*Å\x01"
  b"\x01ºp“0qõ€î¡è6üÉ»"
  b"\x01ºp“Lr\x01¸C=\x07\x17¥~"
  b"\x01ºp“npΘ\x015Ñ>r\rv"
  b"\x01ºp“’pe’$ø–¾gÄé"
  b"""
    \x01ºp“¸sEœ¹\x05\n
    øžJ
    """
  b"\x01ºp“äq[‰\x11hÀÅ\x1EÃ"
  b"\x01ºp”\x07q½‡\x08¥U´ág\r"
  b"\x01ºp”&r\fœ\x7FûÏ-²$P"
  b"\x01ºp”NrRˆÕ(\x10\x1C"
  b"\x01ºp”prú’öŠªmp"
  b"\x01ºp”›rX¬.\x1DóÿeE."
  b"\x01ºp”Èr߁¹\x18M@R~î"
  b"\x01ºp”òr\x13µß<oiò“M"
  b"\x01ºp•\x0EpÃ¥Y96R?ÓÅ"
  b"\x01ºp•1r&¶‚Ê\ruo¯z"
  b"\x01ºp•Np§µ__\x16L\x14q“"
  b"\x01ºp•lq‚®ˆK\x0323«"
  b"\x01ºp•‹s\ƒ?ø7åâ5"
  b"\x01ºp•¦r1—(\x0F'òÈh\x04"
  b"\x01ºp•Ãpm¼¦Ž\x11W‹*Ž"
  b"\x01ºp•ÜrȈ\tÓº\x04…L—"
  b"\x01ºp•ôqnœ\vùÅ4€h³"
  b"\x01ºp–\x15r\x10†–ßÁöyîò"
  b"\x01ºp–9r䊃ºtfùÔ­"
  b"\x01ºpœÌs…¸Ô¸z²a\x10"
  b"\x01ºp\x19qNŠÿ¾\x16k\x08ÐÚ"
  b"\x01ºp9rE¡\x10R¹…r`µ"
  b"\x01ºp[rÀ‹\x14äߌm¨ø"
  b"\x01ºp‚sæˆÖT\x1F©ÇÇ\x16"
  b"\x01ºp§qg½Û‚ÛÔ_\x7F/"
  b"\x01ºpÉsz ‘’¼ÂÏ€†"
  b"\x01ºpçr"“”üŠ\r\x13m`"
  b"\x01ºpž\x02rvŽ\x04 ¯Ë#üq"
  b"\x01ºpž\x1CsCš5!Ai„|k"
  b"\x01ºpž9s(¹3(¸^<ôõ"
  b"\x01ºpžTp»9‰8³½m"
  b"\x01ºpžqpà•£Z_Ôm\x03Æ"
  b"\x01ºpžžp,–½ºÒ\eTÁ"
  b"\x01ºpž¿pLº!\x0F¼šÙín"
  b"\x01ºpžßpX±@x\fY¬—Í"
  b"\x01ºpŸ\x03rw†\x07)ï§hVó"
  b"\x01ºpŸ(sá®ÆþÀ¨ø|\t"
  b"\x01ºpŸOrðƒç.´Jºu±"
  b"\x01ºpŸts§º…<ÔÁ²¨9"
  b"\x01ºpŸsšŽà`BԐ°\x1D"
  b"\x01ºpŸÂpÉ·\x04|\x11$ê‘Ã"
  b"\x01ºpŸèp¶·—Ø\x0EE½A\x19"
  b"\x01ºp \x0EsëƒEÙ'Zѽ#"
  b"\x01ºp 8sÚ§¬)ömY…"
  b"\x01ºp bs ‚bT¿è\x10Ž"
  b"\x01ºp ‘ró·¸Ó°†c7Y"
  b"\x01ºp Àr\x01…ÿK´j߀\x1F"
  b"\x01ºp ïr\x0E¬—r\x02:«~—"
  b"""
    \x01ºp¡\x1Fp\n
    –˜Ž@Æ pæ
    """
  b"\x01ºp¡KrωÓ]ôý™~\x03"
  b"\x01ºp¡rqާs¡A=§áS"
  b"\x01ºp¡šrâ¾·ã4â\x10,-"
  b"\x01ºp¡Èr\x19¿[ª–H»àÝ"
  b"\x01ºp¢\x06p\x1E»ýQ±E÷\x07±"
  b"\x01ºp¢CpS…øI½¯l\x19ý"
  b"\x01ºp¢jp\x1E©\fðÑ0oé\x7F"
  b"\x01ºp¢‘pu¶Å\rŽ ,]i"
  b"\x01ºp¢¸pa’sŸÔì\x1Aê/"
  b"\x01ºp¢Þq‰€¬"ì[\x1A¡\e"
  b"\x01ºp¢ýsù•ÊÞ2›”Ú'"
  b"\x01ºp£\x1Cs“››Ó¸\e[ÜI"
  b"\x01ºp£:pæ¬CŽÜ\x08Ð,\n"
  b"\x01ºp£[pý€dÙ\f\x13Ìï%"
  b"\x01ºp£‡pá‚¡\x19C¿ZÄ#"
  b"\x01ºp£©q«»»ƒ¾lX0ã"
  b"\x01ºp£Ìq¸¤rÍ\x0F¶.\x18/"
  b"\x01ºp£êpN»Øâ7.ø°í"
  b"\x01ºp¤\fp㳉Ê\fšËb¯"
  b"\x01ºp¤.sƁI \x07°ì\x0E"
  b"\x01ºp¤Ir¾ì˜\x1D08Ió"
  b"\x01ºp¤ds÷ŽüG!S\r"
  b"\x01ºp¤sT\tSÏâ/M¹"
  b"\x01ºp¤©q©¼ù½?½k†ë"
  b"\x01ºp¤Êq…‰\x04ò¯\e\x08û"
  b"\x01ºp¤ïs÷¦©\x11õsÌi"
  b"\x01ºp¥\x15s\x05Œ\x12ŸÓ\x10\x0E"
  b"\x01ºp¥<pÔ€¬æm‰ø\x14g"
  b"\x01ºp¥Ysò›²]\x1EªÑʽ"
  b"\x01ºp¥tp]œÇ,‹ê·h6"
  b"\x01ºp¥’qz—èþÐä¯x"
  b"\x01ºp¥Âs˜¬‘Aèh?϶"
  b"\x01ºp¥ör„­a\x19Ç®³êä"
  b"\x01ºp¦'rÄ·ÞL¤ÖÓš­"
  b"\x01ºp¦Hqù…0ÜjÃnØæ"
  b"\x01ºp¦ds’¯Êä"aŠ\x17ç"
  b"\x01ºp¦‡pよР;¡iê"
  b"\x01ºp¦ªp1¶Ä\x18wHÔ”"
  b"\x01ºp¦Òr\x04\x1C\x17•5\x1D\x10@"
  b"\x01ºp§\x04r‰­ßX༠3©"
  b"\x01ºp§4q,°½oâ-!rŒ"
  b"\x01ºp§gqg’)C®ù\x1D 9"
  b"\x01ºp§Šqè›’LTnŸi\x1F"
  b"\x01ºp§«rXÈ¢ˆ\x00UgV"
  b"\x01ºp§Ïqÿ‚\x15Q-;-´\x13"
  b"\x01ºp§ñp¥3SÁ•Î/©"
  b"\x01ºp¨\x18q¶¹¦&Úš}GŠ"
  b"\x01ºp¨@rþ€­AQÎLÜr"
  b"\x01ºp¨gqTŽã}fkpˆC"
  b"\x01ºp¨ŽsØ–PÁú¼Â\fæ"
  b"\x01ºp¨ªs޼Iz/GÏ\x04F"
  b"\x01ºp¨Çs%–‡;\x03æÄ\x18Ñ"
  b"\x01ºp¨åpI„D¦R&ß®™"
  b"\x01ºp©\x07s|ŽaŸrBs<\x12"
  b"\x01ºp©-r8žµ À÷Ç!¹"
  b"\x01ºp©^sª Ð;ÿ\x08E»b"
  b"\x01ºp©‹rMšF$&\x05Ö…Á"
  b"\x01ºp©®s¢Úu.\x03Ÿ%M"
  b"""
    \x01ºp©Æsó™Y\x19\x02\n
    \e˜P
    """
  b"\x01ºp©áqÒ•i[žÑÌmê"
  b"\x01ºp©ùs“²Š³\x1A¥‰²e"
  b"\x01ºpª\x16s_«ÑÚÂÊC”\x10"
  b"\x01ºpª6qyƒñwR''Eg"
  b"\x01ºpªZsn¶("…¼‹\x04\v"
  b"""
    \x01ºpª…p<»=\n
    +†T©\
    """
  b"\x01ºpª§s¦®m\x14÷m·Äz"
  b"\x01ºpªÀsf‘G>\x1EN¶6€"
  b"\x01ºpªÙsD¨w$äWgü£"
  b"\x01ºpªøs#˜­]Þ>Ç¡í"
  b"\x01ºp«\x17qšª‚Æuí»ìº"
  b"\x01ºp±×sj A\x06ÜaQKŸ"
  b"\x01ºp²4q}·‚Ç•±eS€"
  b"\x01ºp²[q½¾\x13‹4\x17bú–"
  b"\x01ºp²\x7Fr\x01€ó -G7‰:"
  b"\x01ºp²¥rê¼®ÁAzQ\x1D\x00"
  b"\x01ºp²Çst¬¹,í\x03\x011\x05"
  b"\x01ºp²öqï€ÿ¡ÐTQeX"
  b"\x01ºp³\x1Epé‚>X\x07s>\x0Eé"
  b"\x01ºp³=p]ŸL\x1E8\x1Fòð\x15"
  b"\x01ºp³eq;ŸÒ¥S¦¾º\x1A"
  b"\x01ºp³‹r"•ƒ€‹Šù\tú"
  b"\x01ºp³Áq\x0F…0 \e\x15\x1A¶®"
  b"""
    \x01ºp³þq8¬\x13\n
    6à\x0EG
    """
  b"\x01ºp´,q’Žv»zˆúkF"
  b"\x01ºp´Rpß°ñÁ",¼\x08("
  b"\x01œ“O[s\x14§7’–í²Ž7"
  b"\x01œ“OÅqûš5wÓL`<\n"
  b"\x01œ“P&p쩐g%˜é_"
  b"\x01œ“P†s¯¾Ò癀Ú\x1F"
  b"\x01œ“PÚp0‰Öù¦Ú«Þ¸"
  b"\x01œ“Q&qp¼¡÷@\x15=x\n"
  b"""
    \x01œ“Q}sd‡\n
    \x1E\x0E\r
    """
  b"\x01œ“QÙs¨5Æ\x07ÿmÔÞ"
  b"\x01œ“R9p\x06´´\x0F˜TeØè"
  b"\x01œ“RšqN¯ö=GPÚ¸"
  b"\x01œ“RÿsBºWäß1çu÷"
  b"""
    \x01œ“S\rTŒ°Q$\n
    à[\x1D
    """
  b"\x01œ“Sµq1³ 5\x14C'R"
  b"\x01œ“T\x10s;–ñ¾÷mº#ð"
  b"\x01œ“Tqr.ˆ\x04\eÓú²\x16È"
  b"\x01œ“TÒsDü'!²ê\x15\x01"
  b"\x01œ“U+qk¡§Â©[\x08 Ñ"
  b"\x01œ“UŽpè­ši€¥J\x10¦"
  b"\x01œ“Uùs߯$dG­:{"
  b"\x01œ“VQpAµ–"“Só\r"
  b"\x01œ“VÀqÕ›¾P¾ª\x1C"
  b"\x01œ“W\x1Fq¸ªÐâš\x07XN-"
  b"\x01œ“WrpÛ‡2ÎVåN$‰"
  b"\x01œ“WÇsšŒåŒ\x11€dQ¿"
  b"\x01œ“X%s\¤ßãßDÈN\"
  b"\x01œ“X—rÚ³©þ\x08’7\x1CÎ"
  b"\x01œ“Y\x0Eq@€üsÄg5U0"
  b"\x01œ“Yxr\vˆ.,℞ž\x1D"
  b"\x01œ“YÝr‹©á\x1FÒV'`ë"
  b"\x01œ“Z6r¾º©ˆ5tÿ‡B"
  b"\x01œ“Zžs0Ÿ;ÏU/n½j"
  b"\x01œ“[\x11rU‘ÞÆ²Pô«\x0E"
  b"\x01œ“[}p¯Ÿ\x1FH\²–å\x14"
  b"\x01œ“[árï¶ LW!áæ\x16"
  b"\x01œ“\;pž•ô\x12BuÓ/"
  b"\x01œ“\£su…ê˜$ºr“×"
  b"\x01œ“]\x06píÜ?ñÝA¢ˆ"
  b"\x01œ“]cpL¦üÀ×\x04òt="
  b"\x01œ“]»r;›1Øp(æHT"
  b"\x01œ“^\x14r‚ŽWyÙäãþ~"
  b"\x01œ“^qpy‹$\x0F°º&n"
  b"\x01œ“^Ír…6’¿;\f"
  b"\x01œ“_1p‰Žô×\x07\x12À8V"
  b"\x01œ“_¦r„n­pmø}"
  b"\x01œ“`\x12sýºgjµ\x17Á©\r"
  b"\x01œ“`‰r-€lÀ%ñ\v\x13"
  b"\x01œ“`ñq\x1E¶A\vb•ãÝÔ"
  b"\x01œ“g\x1Cs϶¬Æ•\x1D8IÓ"
  b"\x01œ“g‹sÞš“­À\x13¥¯‰"
  b"\x01œ“gípû®V1ëÁ\x7F¿V"
  b"\x01œ“hPráŠ\f\x19/Nqï"
  b"\x01œ“h¯p\tºÕ½eëP2†"
  b"\x01œ“i\x14rχÝH×gvq¨"
  b"\x01ºUyÜrË¢³\x02„ÌßFó"
  b"\x01ºUy¹q*¼ÿX1d%K "
  b"""
    \x01ºq\n
    Fs¯¬«B¿h,0\t
    """
  b"""
    \x01ºq\n
    irˆˆ\x17M87)õ
    """
  b"""
    \x01ºq\n
    q>­âÈ8Ò›¬h
    """
  b"""
    \x01ºq\n
    ­r!¥&•‚þŒÈ¬
    """
  b"""
    \x01ºq\n
    Ép£ƒÜ\t\x10¿ÜaI
    """
  b"""
    \x01ºq\n
    çpÏ·SGËdåP´
    """
  b"\x01ºq\v\x07p^†ÖfNª]¨\x16"
  b"\x01ºq\v&qKµ»?u\f4­²"
  b"\x01ºq\vJró«¢×ùš\x1DÑì"
  b"\x01ºq\vorÕˆ\e­`\x15žÈL"
  b"\x01ºq\všq²¦\x1F\x08>I„-\x19"
  b"\x01ºq\vÄs%¡O'»œKhW"
  b"\x01ºq\vär\½ÚÇB\x05«ëc"
  b"\x01ºq\f\x07pÔ»0¸\f\r\f"
  b"\x01ºq\f"r9«ŠšNÛé>Í"
  b"\x01ºq\fArO±Š¦\x18a½ó_"
  b"\x01ºq\fcr„¤†•\x17·…È"
  b"\x01ºq\f…s­¤“s‡‹½ÂÎ"
  b"\x01ºq\f¦s›¯ú>¹Ô¸\x18Ý"
  b"\x01ºq\fÃpʱ(„‹;½Š"
  b"\x01ºq\fíp\vŽ\x15hAòO8+"
  b"\x01ºq\r\x17qmŒLyq0¢Žî"
  b"\x01ºq\r@r\x12·\x06\x10]à”±|"
  b"\x01ºq\r`sǘ\x17ÎŒ6¸\x13Î"
  b"\x01ºq\r…pq‹àѽ°C€ˆ"
  b"\x01ºq\r¬pÞ©0m\x11H[dš"
  b"\x01ºq\rÖr§—ˆ#USþ ž"
  b"\x01ºq\x0E\x08pæ¢õlr‰­®æ"
  b"\x01ºq\x0E'pNœ Â@Û­¶"
  b"\x01ºq\x0EGr?©¶Æ\x1C}ˆŽd"
  b"\x01ºq\x0Ekp8…\x06!\x0F"
  b"\x01ºq\x0EŠsÓ®`}°*7\x07)"
  b"\x01ºq\x0E¬qe‹à˜aO;¤Ž"
  b"\x01ºq\x0EØs½Œk\x0E“„\x08|T"
  b"\x01ºq\x0Eúrë‰N§Ëò\t\x1A«"
  b"\x01ºq\x0F\x18qá¡Qúa¤eR2"
  b"\x01ºq\x0F6p\x08°.¢@ª2CK"
  b"\x01ºq\x0FRqC¦ÔÀîye“"
  b"\x01ºq\x0Fpq¡­Uì“\x19ÓUÛ"
  b"\x01ºq\x0F“p\x16–nÃMž<µ"
  b"\x01ºq\x0F¿q°ª\x11x‹Ô÷r"
  b"\x01ºq\x0Fìsö“±úó \>Â"
  b"\x01ºq\x10*pA•\x15k8“P\x03\x18"
  b"\x01ºq\x10NpÉœ\x06ž=Ct›U"
  b"""
    \x01ºq\x10zs•Ž\n
    ƒ{Õ\x13Ï\x01
    """
  b"\x01ºq\x10žpS¢õ('þ¸,P"
  b"\x01ºq\x10ÁrSŽj‘}èÖ\vŠ"
  b"\x01ºq\x10írò¦\tS\x14F|Þã"
  b"\x01ºq\x11\x1Ap¶™ç1\x05žŠ\"
  b"\x01ºq\x11As\eŒß¿R•×\x1DÆ"
  b"\x01ºq\x11epø¥Ò´¤ŒŠ\x0Ee"
  b"\x01ºq\x11‰q7¨\x17\x06 ÄžÚJ"
  b"\x01ºq\x11­sî“\ïMV§\x1A¨"
  b"\x01ºq\x11Òr‰°Nµ©]mß"
  b"\x01ºq\x11÷pžªÑ±4ÀlÜš"
  b"\x01ºq\x18¡r'ŠoÉC*9\x03"
  b"\x01ºq\x18çs%¥ö\x12ˆ[âŸ÷"
  b"\x01ºq\x19\x08sz‰¹z\r×7\x10R"
  b"\x01ºq\x19+rЈúQFÉÕ¿\x03"
  b"\x01ºq\x19Lp¹¡•\r\x14\tŸz!"
  b"\x01ºq\x19npö¤CRˆmÄà³"
  b"\x01ºq\x19Œq¼3™ò¤­oå"
  b"\x01ºq\x19¤su…Kî_ 4=\e"
  b"\x01ºq\x19Ép¦²Íºi€V¢¬"
  b"\x01ºq\x19êsývø|’ƒË_"
  b"\x01ºq\x1A\x05qg·EºÔr\x1EŽp"
  b"\x01ºq\x1A$rv»—Û\rD\x04šI"
  b"\x01ºq\x1A?s{…I›-å3ÎB"
  b"\x01ºq\x1Aapô¿\bvB/\x03\x15"
  b"""
    \x01ºq\x1A\x7Fqò¾œmx\rã\n
    ä
    """
  b"\x01ºq\x1A q}ÛÂ$:ëw"
  b"""
    \x01ºq\x1A»q\n
    Š%ª’aŠÑó
    """
  b"\x01ºq\x1AÛsŠS\x07T£Oí¡"
  b"\x01ºq\e\x02rÉ—Hmž\vTu¾"
  b"\x01ºq\e/sׯþ?D\œ­"
  b"\x01ºq\eVp;¹p\x04<M/³˜"
  b"\x01ºq\exp4’Q4Œ¡!±ß"
  b"\x01ºq\e¢s††8YS§\x17ÇK"
  b"\x01ºq\eÏp&µé±\x13ÕÅØÁ"
  b"\x01ºq\eÿpv§g‹“F\v -"
  b"\x01ºq\x1C5r\t¤ã‹\x00ó\x05.\v"
  b"\x01ºq\x1C_p+”?´,¯\x07Ú\x1E"
  b"\x01ºq\x1CŽs=š‰¯äÕæÓ"
  b"\x01ºq\x1CºrF³&\x0Ew÷Ðs|"
  b"\x01ºq\x1Cîsç²/;à5k¸~"
  b"\x01ºq\x1D#qµ®>¸\x17^cºü"
  b"\x01ºq\x1DNq\x1D¥ŠX=x+\x08Í"
  b"\x01ºq\x1Dyq\x0F¾½èŸh•TÃ"
  b"\x01ºq\x1D”pÀ¤ãë]Ð#w;"
  b"\x01ºq\x1D¯q†¶\x1EBš§ö¶r"
  b"\x01ºq\x1DÇsºŸl@êÔ(á\x19"
  b"\x01ºq\x1Dßr‰¿o€Ä¼¥·Í"
  b"\x01ºq\x1Döp™¦\x13Ö*Ó\x00·¼"
  b"\x01ºq\x1E\x10q–½[…¥\x05–\x0F"
  b"\x01ºq\x1E%rŸ´Pa\x156Q¦i"
  b"\x01ºq\x1E=sn«„߇\x02\x04j‡"
  b"\x01ºq\x1ESsøŽBŽÈ/\r•G"
  b"\x01ºq\x1EqqÓ˜\x1DêL½\\x03"
  b"\x01ºq\x1Eˆr0˜ß¹ß‹²0ª"
  b"\x01ºq\x1E¡s[›Ì¢¨\r¶7ü"
  b"\x01ºq\x1EÎs;„i£Ÿ‚j*‹"
  b"\x01ºq\x1F\x00r{ƒ–é¡÷µYÛ"
  b"""
    \x01ºq\x1F3qª\n
    |/$£?–
    """
  b"\x01ºq\x1Fjq_¥\x7F\t!âc"
  b"\x01ºq\x1F’p/»C:jé¾\r"
  b"\x01ºq\x1F¶r\r¨†Új\x01>^‚"
  b"\x01ºq\x1FÕp[‚\x02vz×¾¯\x19"
  b"\x01ºq\x1FòrÇž\x00¬\x11$c›2"
  b"\x01ºq \x0Epð‰~°©Y‡º¤"
  b"\x01ºq /rn†’¡ŒNW÷"
  b"\x01ºq Usu²\f\x02ýÒÑÞÌ"
  b"\x01ºq {pW£ùy]\x15µ¡"
  b"\x01ºq •sõ‡Ž\x1EÊý\x04¥¶"
  b"\x01ºq ¬r;…*-”*åPb"
  b"\x01ºq ÅqX–,¾à×`!²"
  b"\x01ºq ßs‡œ\x00\x13²íX\x1Db"
  b"\x01ºq þsœ¸\x08Õ«¬áp´"
  b"\x01ºq!*q)–Kv&Ä\fÒ¹"
  b"\x01ºq!Pr`˜G\rŒ\x03fàÆ"
]
61 5.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"#7L\rWZA}¬7fáÃ’ä)"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ù¤ÄmeJۺԐ0Géo "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"Fahׯ\x04G—%ž¸ºí\x145"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x0E¤°\x1E}\eJ©™¡èCRS"
  b"ù¤ÄmeJۺԐ0Géo "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ù¤ÄmeJۺԐ0Géo "
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¦êít-ùI†¡ªa–é~&"
  b"¦êít-ùI†¡ªa–é~&"
  b"ù¤ÄmeJۺԐ0Géo "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ù¤ÄmeJۺԐ0Géo "
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"ù¤ÄmeJۺԐ0Géo "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ù¤ÄmeJۺԐ0Géo "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  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"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"æœò¡ŸHGe•¢7KìI="
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  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"#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"Cd»©s\x10M®‡–;¹® ep"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  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"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"3%Î~+µE6‰èJ¼\x05€_N"
  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"}ù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"·ñ?áÃ\x19HАTË m„Ø\f"
  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"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  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žH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  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"#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"Cd»©s\x10M®‡–;¹® ep"
  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"3%Î~+µE6‰èJ¼\x05€_N"
  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"ôͱ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"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  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"3%Î~+µE6‰èJ¼\x05€_N"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  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"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  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"3%Î~+µE6‰èJ¼\x05€_N"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  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"}ù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" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  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"=»Š=ð~JUœ^0‘Â!£©"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  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"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  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žH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  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"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  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"}ù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"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"3%Î~+µE6‰èJ¼\x05€_N"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  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žH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"æœò¡ŸHGe•¢7KìI="
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  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"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  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"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  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" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  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"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  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žH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  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"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  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" rËÎ:QAÊ ¤m \x045¥Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  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"Cd»©s\x10M®‡–;¹® ep"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  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" rËÎ:QAÊ ¤m \x045¥Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  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ËÎ: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"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  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"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
]
62 6.56 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œ“O[s\x14§7’–í²Ž7"
  b"\x01œ“OÅqûš5wÓL`<\n"
  b"\x01œ“P&p쩐g%˜é_"
  b"\x01œ“P†s¯¾Ò癀Ú\x1F"
  b"\x01œ“PÚp0‰Öù¦Ú«Þ¸"
  b"\x01œ“Q&qp¼¡÷@\x15=x\n"
  b"""
    \x01œ“Q}sd‡\n
    \x1E\x0E\r
    """
  b"\x01œ“QÙs¨5Æ\x07ÿmÔÞ"
  b"\x01œ“R9p\x06´´\x0F˜TeØè"
  b"\x01œ“RšqN¯ö=GPÚ¸"
  b"\x01œ“RÿsBºWäß1çu÷"
  b"""
    \x01œ“S\rTŒ°Q$\n
    à[\x1D
    """
  b"\x01œ“Sµq1³ 5\x14C'R"
  b"\x01œ“T\x10s;–ñ¾÷mº#ð"
  b"\x01œ“Tqr.ˆ\x04\eÓú²\x16È"
  b"\x01œ“TÒsDü'!²ê\x15\x01"
  b"\x01œ“U+qk¡§Â©[\x08 Ñ"
  b"\x01œ“UŽpè­ši€¥J\x10¦"
  b"\x01œ“Uùs߯$dG­:{"
  b"\x01œ“VQpAµ–"“Só\r"
  b"\x01œ“VÀqÕ›¾P¾ª\x1C"
  b"\x01œ“W\x1Fq¸ªÐâš\x07XN-"
  b"\x01œ“WrpÛ‡2ÎVåN$‰"
  b"\x01œ“WÇsšŒåŒ\x11€dQ¿"
  b"\x01œ“X%s\¤ßãßDÈN\"
  b"\x01œ“X—rÚ³©þ\x08’7\x1CÎ"
  b"\x01œ“Y\x0Eq@€üsÄg5U0"
  b"\x01œ“Yxr\vˆ.,℞ž\x1D"
  b"\x01œ“YÝr‹©á\x1FÒV'`ë"
  b"\x01œ“Z6r¾º©ˆ5tÿ‡B"
  b"\x01œ“Zžs0Ÿ;ÏU/n½j"
  b"\x01œ“[\x11rU‘ÞÆ²Pô«\x0E"
  b"\x01œ“[}p¯Ÿ\x1FH\²–å\x14"
  b"\x01œ“[árï¶ LW!áæ\x16"
  b"\x01œ“\;pž•ô\x12BuÓ/"
  b"\x01œ“\£su…ê˜$ºr“×"
  b"\x01œ“]\x06píÜ?ñÝA¢ˆ"
  b"\x01œ“]cpL¦üÀ×\x04òt="
  b"\x01œ“]»r;›1Øp(æHT"
  b"\x01œ“^\x14r‚ŽWyÙäãþ~"
  b"\x01œ“^qpy‹$\x0F°º&n"
  b"\x01œ“^Ír…6’¿;\f"
  b"\x01œ“_1p‰Žô×\x07\x12À8V"
  b"\x01œ“_¦r„n­pmø}"
  b"\x01œ“`\x12sýºgjµ\x17Á©\r"
  b"\x01œ“`‰r-€lÀ%ñ\v\x13"
  b"\x01œ“`ñq\x1E¶A\vb•ãÝÔ"
  b"\x01œ“g\x1Cs϶¬Æ•\x1D8IÓ"
  b"\x01œ“g‹sÞš“­À\x13¥¯‰"
  b"\x01œ“gípû®V1ëÁ\x7F¿V"
  b"\x01œ“hPráŠ\f\x19/Nqï"
  b"\x01œ“h¯p\tºÕ½eëP2†"
  b"\x01œ“i\x14rχÝH×gvq¨"
  b"\x01œ“isr²¶œ)˜‹l›d"
  b"\x01œ“iàp\x19Ž——;J|\x18D"
  b"\x01œ“j:r÷®Üv\x17BadŒ"
  b"\x01œ“j’ss€5ŽRb|ï‹"
  b"\x01œ“júp°¡ÒnkÅœòL"
  b"""
    \x01œ“kVqÄŸ\n
    ÔHÃ\x13
    """
  b"\x01œ“kÌpЭÐEpb~\x08£"
  b"\x01œ“l@s†Š\x0F^üÃï\x15\x05"
  b"\x01œ“l®q\x19¾t\x13ð÷\x1CÐ\x04"
  b"\x01œ“m qA“1ÇÅb9-f"
  b"\x01œ“mŽqE¡\x05¬\x0E.˜ô‰"
  b"\x01œ“n\x00se\x13|cAŽà§"
  b"\x01œ“nsq©¥Žý -Bž"
  b"\x01œ“nÜp#¿ðܶ°½ <"
  b"\x01œ“o—sކÎI¼\x19\x16"
  b"\x01œ“p\x15rŽºá\t†Â²\x0E"
  b"\x01œ“p‡s\x16\x0F\x08êþXGÆ"
  b"\x01œ“põpÕ¶˜bhj[ã"
  b"\x01œ“q`q\x1E#´C:å"
  b"\x01œ“qÁq7º³À""\vÌê"
  b"\x01œ“r'p©ˆ†Twªçа"
  b"\x01œ“rŽr7°L¤õËÜ0\x01"
  b"\x01œ“rôq8¯Þ\x10¼Û\x02\x1Co"
  b"\x01œ“sTsø£ý\x02Ý6£†F"
  b"\x01œ“s¸sø¨ÎMÚ¥/Ø!"
  b"\x01œ“t\fq–¥\x1AT\x0F×\tƒ\x01"
  b"\x01œ“tap°ŒÌ*âøU\x10"
  b"\x01œ“tÑrê¼1\fÄënDš"
  b"\x01œ“u6pO›…|FãÏSy"
  b"\x01œ“u‰pœƒí2FÏ‘$"
  b"\x01œ“uðsG§…PªÁyð\t"
  b"\x01œ“vNq°®šîð\x0EÙsi"
  b"\x01œ“v²p\x19¡WP=bE¦´"
  b"\x01œ“w\x16q/ƒ ìÜÐÇ\x15!"
  b"\x01œ“wxrà´}5\xåºÝ"
  b"\x01œ“wÔsLóì6bl:¹"
  b"\x01œ“x8p¾©\x04Ô¬Èé×°"
  b"\x01œ“xs‘†t%s«\x1E)\x00"
  b"\x01œ“xépQ•¯Ø\x12lE9"
  b"\x01œ“yHp¶ªI\x06¬\\x7Fãñ"
  b"\x01œ“yr„¯XÜG\x15i®Ñ"
  b"\x01œ“yîqª½\x1F§¥L\x1F²m"
  b"\x01œ“zas\x19Ž+xÉãš\x13Õ"
  b"\x01œ“zÄqȃ\f\x17|Ç “ÿ"
  b"\x01œ“{\x1Fr׸´÷Œ¼Ðlâ"
  b"\x01œ“{€q<™\x18\x17‚yS"
  b"\x01œ“{×s’°N\x11H\x13\x1DX\f"
  b"\x01œ“|;rBàc¶É\r¸A"
  b"\x01œ“|‘pg€Ð˜´R&ýñ"
  b"\x01œ“|ßq\x10›:\x15T+[lB"
  b"\x01œ“}CpC¥îØlº¬˜â"
  b"\x01œ“}©pѯ\x13\x03ñí:}s"
  b"\x01œ“~\rsa¦ýZ`›³Ð}"
  b"\x01œ“~]pÊ‚æžÈnÓk\x0E"
  b"\x01œ“~¿q6œ¹ÚùÖZ\x07Ñ"
  b"\x01œ“\x7F&rùª™o\x01\x02Ü{"
  b"\x01œ“\x7Fƒqü˜òÑÖ~:¼j"
  b"\x01œ“\x7Fár9©¾\fW[l\x01ã"
  b"\x01œ“€8r\x04­ižô›\e\x01C"
  b"\x01œ“€™r¶£—£l›O²\"
  b"\x01œ“€ûsòŽÌ˜ `\x17¨"
  b"\x01œ“dp@™ö¢®‘q¦"
  b"\x01œ“Ñs\t²Ö­Hš55í"
  b"\x01œ“‚;s-¤wDíÙE«1"
  b"\x01œ“‚•q\x13¥2\x19”Lj‰\v"
  b"\x01œ“ƒ\x00pÓœQ7€¤™!\x14"
  b"\x01œ“ƒdrм£Î\e¸ÔUÉ"
  b"\x01œ“ƒÆqœŸd¨«$s•â"
  b"\x01œ“„8rA ©ê‡¼á¯Ð"
  b"\x01œ“„¬qí•+¢¡^hÓŸ"
  b"\x01œ“…\x1Ds·S?Ãæ´òÞ"
  b"\x01œ“…\x7Fr‡·»äK\rSn!"
  b"\x01œ“…Ýqnœ©\x1ED(NB—"
  b"\x01œ“†Psb•߬!S\x1F"
  b"\x01œ“†ÃpÛ£Ô°Ìwd*"
  b"\x01œ“‡.p~¶Õ2£áVÿÄ"
  b"\x01œ“‡™r£·yË8ï¥S^"
  b"\x01œ“‡ýq!›Ë:\x0EŸÜÊÇ"
  b"\x01œ“ˆZq\x1F\x10\t\x08ÕÖ2á"
  b"\x01œ“ˆÇsX‡1—ÔÿL,\n"
  b"\x01œ“‰6s$´XÊ#=b\x13×"
  b"\x01œ“‰¦p-¤]0÷fÐ\x19-"
  b"\x01œ“¥šr´¥\fâ\x02Ž\x04"
  b"\x01œ“¦\x13rÞ¤š~bQ‡Ïà"
  b"\x01œ“¦q-©\x12îÈÛ\x07"
  b"\x01œ“¦Ýqo¨\rcðÓÐ;U"
  b"\x01œ“§@p²³µÉL〷a"
  b"\x01œ“§—q\x01–°˜y\x1E\x04øå"
  b"\x01œ“§ïsÏ‘íÖ'k¯Bº"
  b"\x01œ“¨Hp\¶=\x1DE^fŠË"
  b"\x01œ“¨¢p»²G\x0EbNkÙñ"
  b"\x01œ“¨ÿrÔŽ¯ñSúŠ4r"
  b"\x01œ“©_qö±\x12e3\-\x10ä"
  b"\x01œ“©¶q\x04ŠY"’\x05çêí"
  b"\x01œ“ª\x14pë‚7£Œch Ç"
  b"\x01œ“ªrr\x17¾©.¸\x15Òç\x11"
  b"\x01œ“ªßr\e‹Üz\tÜÍùÖ"
  b"\x01œ“«?p™¿91ï™\x7F[^"
  b"\x01œ“«ŽsP¸þkŽ(Áé\x10"
  b"\x01œ“«íp…,ÞÔ ¡×F"
  b"\x01œ“¬Kp\x7F\x04c„y¯H|"
  b"\x01œ“¬žp\x08´I¿\x08>²(j"
  b"\x01œ“­\x0Fq[‡\x1E<ãŸã,l"
  b"\x01œ“­lsõ -¥Ú\x1Cöä]"
  b"\x01œ“­Âpó¯hVÖ\t\x17¾¸"
  b"\x01œ“®)pï¦\x02ˆ\x0Fóù\x15Ÿ"
  b"\x01œ“´âps¥¦\vôî\L\e"
  b"\x01œ“µCr'¸¤läcA¬\x01"
  b"\x01œ“µœq¬žŽ£yÞð¡J"
  b"\x01œ“µüq"œß\x00éj:\n9"
  b"\x01œ“¶[r$•þ›à¯OÞ¸"
  b"\x01œ“¶±p­›¾÷—‡\x12”:"
  b"\x01œ“·\x10sâ‚C,œˆýœ³"
  b"\x01œ“·xp€N`\x16ªÐ²u"
  b"\x01œ“·òp›ŽíH\x13°àû\x10"
  b"\x01œ“¸Wrj(OHÍkíd"
  b"\x01ºUyFso†6 :î\x13"
  b"\x01ºUy“pû¢N¾éÐ&¯Á"
  b"\x01ºUy¹q*¼ÿX1d%K "
  b"\x01ºUyÜrË¢³\x02„ÌßFó"
  b"\x01ºUz\ts¦­Y–7žK0ß"
  b"\x01ºUz+p¿¬\x00ûvI‚z"
  b"\x01ºUzHr9Ž|pO\x1E&…"
  b"\x01ºp‡åqYsfÙϦxù"
  b"\x01ºpˆTr–€R½\x19Ȥ(Ø"
  b"\x01ºpˆ‹q‡’Æ–_´…ÀÌ"
  b"\x01ºpˆÀsµY5$0 \x1A½"
  b"\x01ºpˆïrµËúç$wê/"
  b"\x01ºp‰\x19p£‹M7£’ecÓ"
  b"\x01ºp‰JqM”Vž\rá&´D"
  b"\x01ºp‰}q#´\x10W÷[®«˜"
  b"\x01ºp‰¶s[ŽÇ\x1AxM…H\x00"
  b"\x01ºp‰ìp$œØÉ„£\Pq"
  b"\x01ºpŠ\x16p\x10‹¥<ÜÎ\Â"
  b"\x01ºpŠ4q™Žou.ëdE—"
  b"\x01ºpŠ\q©»>ßÿ_°Ì"
  b"\x01ºpŠ}q¼°3–%\x16R¶ã"
  b"\x01ºpŠ˜q\x10†•â²';0Ž"
  b"\x01ºpоrvž\x08\x04nÎò-&"
  b"\x01ºpŠãq¡¯ñ`\x17a¯X†"
  b"\x01ºp‹\x00säœ(\x19l*]å"
  b"\x01ºp‹*p~Ÿ¯Œ–Þ£\"
  b"\x01ºp‹Kqõ„\x07¹P\x18Jþ+"
  b"\x01ºp‹nq/©,0»VVÞK"
  b"\x01ºp‹’s¦©Ž$áî\x139"
  b"\x01ºp‹»p%‰>¾3£dFË"
  b"\x01ºp‹ÿr۝…²yÄ]ñ\x04"
  b"""
    \x01ºpŒ'p0\x7F%Ã>¦\n
    
    """
  b"\x01ºpŒKrF¨ò†67þæm"
  b"\x01ºpŒlr¬ª²÷ôâT¤æ"
  b"\x01ºpŒ‰p\x0E¬Kw+³öG"
  b"\x01ºpŒ®pÙŠ˜Qœeƒ(÷"
  b"\x01ºpŒÓpQ˜ÎÄsŸ\x00߁"
  b"\x01ºpŒ÷p£)†¡U\x13ø`"
  b"\x01ºpŽ#q~—/qp‹ä{\x1E"
  b"\x01ºpŽKs\x04ށe‡\vH\x0E\x19"
  b"\x01ºpŽkrÑ®hyÂ%!"R"
  b"\x01ºpމsI²ÜwÂEÿ›ã"
  b"\x01ºpެp\x05 bŽ+ä„Õ\x15"
  b"\x01ºpŽÖpl®_Óú9\x06Fq"
  b"\x01ºpŽüph¼ìK§Ï"@Æ"
  b"\x01ºpŽ%r‹®\e¿Ô¶¤˜¸"
  b"\x01ºpŽXqG™ŸˆN\x1AËu"
  b"\x01ºpŽ‚ri‰H>ï\x13u"m"
  b"""
    \x01ºpޤpb¬˜©¼\x03û\n
    t
    """
  b"\x01ºpŽÇr5€{C?S¢E£"
  b"""
    \x01ºpŽíqžš\n
    ð³\x1E·:…
    """
  b"\x01ºp\x14q.¡ü"Ÿhï\x1E&"
  b"\x01ºp5q܁\x0E©HÛorË"
  b"\x01ºpSs"œ\x0E\x19íví\x0F®"
  b"\x01ºpzsÖžwŒ\ސ{’"
  b"\x01ºp˜sň1˜È\x1C\x12©ë"
  b"\x01ºp¼qN¦$ÿö¶;y¿"
  b"\x01ºpßpëŒ"\x1D|K)ñ˜"
  b"\x01ºpüpí¶Çc?zóÝZ"
  b"\x01ºp\x15rs¿L;Ö­m!\v"
  b"\x01ºp.rľ\x16\x7FÜö—ö’"
  b"\x01ºpMq\x10©\t_\x1C[®×ï"
  b"\x01ºpmpp³j»ÞvëÑ"
  b"\x01ºp“r\x02’k:\x7FÿbRê"
  b"\x01ºp¾pVuW\x0E\x02ÙãK"
  b"\x01ºpÚrt¼@JÔ\x17\x0E"
  b"\x01ºp÷s†™\x04ÅM!‘<P"
  b"\x01ºp‘\x0Er5‡RÓM\x1FFš="
  b"\x01ºp‘'pÜ \x07±¿d1œJ"
  b"\x01ºp‘BrU¾½‚fþÇ>"
  b"\x01ºp‘lra­|‘܉q~l"
  b"\x01ºp‘“sõE@¹ùƒ¶="
  b"\x01ºp‘Áq«ªB§h–ÚO\n"
  b"\x01ºp‘çr[±\x15ËCxª6¯"
  b"\x01ºp’\vs±ŠüÅ÷û…(."
  b"\x01ºp’%s]ˆñMyƒã˜Ú"
  b"\x01ºp’Cpà©\x7Fõ\x14%0ÒÌ"
  b"""
    \x01ºp’dpm¿\n
    ¹\x02´s×
    """
  b"\x01ºp’Œr3”Å7‡\x1D\x7Fô‰"
  b"\x01ºp’¹s¾›„…ƘJÙ“"
  b"\x01ºp’Ùs´¥>ãNG;ª+"
  b"\x01ºp’ør\x17¸¡T¶\x06Ò\x1Eœ"
  b"\x01ºp“\x15pz¾Ý”0=*Å\x01"
  b"\x01ºp“0qõ€î¡è6üÉ»"
  b"\x01ºp“Lr\x01¸C=\x07\x17¥~"
  b"\x01ºp“npΘ\x015Ñ>r\rv"
  b"\x01ºp“’pe’$ø–¾gÄé"
  b"""
    \x01ºp“¸sEœ¹\x05\n
    øžJ
    """
  b"\x01ºp“äq[‰\x11hÀÅ\x1EÃ"
  b"\x01ºp”\x07q½‡\x08¥U´ág\r"
  b"\x01ºp”&r\fœ\x7FûÏ-²$P"
  b"\x01ºp”NrRˆÕ(\x10\x1C"
  b"\x01ºp”prú’öŠªmp"
  b"\x01ºp”›rX¬.\x1DóÿeE."
  b"\x01ºp”Èr߁¹\x18M@R~î"
  b"\x01ºp”òr\x13µß<oiò“M"
  b"\x01ºp•\x0EpÃ¥Y96R?ÓÅ"
  b"\x01ºp•1r&¶‚Ê\ruo¯z"
  b"\x01ºp•Np§µ__\x16L\x14q“"
  b"\x01ºp•lq‚®ˆK\x0323«"
  b"\x01ºp•‹s\ƒ?ø7åâ5"
  b"\x01ºp•¦r1—(\x0F'òÈh\x04"
  b"\x01ºp•Ãpm¼¦Ž\x11W‹*Ž"
  b"\x01ºp•ÜrȈ\tÓº\x04…L—"
  b"\x01ºp•ôqnœ\vùÅ4€h³"
  b"\x01ºp–\x15r\x10†–ßÁöyîò"
  b"\x01ºp–9r䊃ºtfùÔ­"
  b"\x01ºpœÌs…¸Ô¸z²a\x10"
  b"\x01ºp\x19qNŠÿ¾\x16k\x08ÐÚ"
  b"\x01ºp9rE¡\x10R¹…r`µ"
  b"\x01ºp[rÀ‹\x14äߌm¨ø"
  b"\x01ºp‚sæˆÖT\x1F©ÇÇ\x16"
  b"\x01ºp§qg½Û‚ÛÔ_\x7F/"
  b"\x01ºpÉsz ‘’¼ÂÏ€†"
  b"\x01ºpçr"“”üŠ\r\x13m`"
  b"\x01ºpž\x02rvŽ\x04 ¯Ë#üq"
  b"\x01ºpž\x1CsCš5!Ai„|k"
  b"\x01ºpž9s(¹3(¸^<ôõ"
  b"\x01ºpžTp»9‰8³½m"
  b"\x01ºpžqpà•£Z_Ôm\x03Æ"
  b"\x01ºpžžp,–½ºÒ\eTÁ"
  b"\x01ºpž¿pLº!\x0F¼šÙín"
  b"\x01ºpžßpX±@x\fY¬—Í"
  b"\x01ºpŸ\x03rw†\x07)ï§hVó"
  b"\x01ºpŸ(sá®ÆþÀ¨ø|\t"
  b"\x01ºpŸOrðƒç.´Jºu±"
  b"\x01ºpŸts§º…<ÔÁ²¨9"
  b"\x01ºpŸsšŽà`BԐ°\x1D"
  b"\x01ºpŸÂpÉ·\x04|\x11$ê‘Ã"
  b"\x01ºpŸèp¶·—Ø\x0EE½A\x19"
  b"\x01ºp \x0EsëƒEÙ'Zѽ#"
  b"\x01ºp 8sÚ§¬)ömY…"
  b"\x01ºp bs ‚bT¿è\x10Ž"
  b"\x01ºp ‘ró·¸Ó°†c7Y"
  b"\x01ºp Àr\x01…ÿK´j߀\x1F"
  b"\x01ºp ïr\x0E¬—r\x02:«~—"
  b"""
    \x01ºp¡\x1Fp\n
    –˜Ž@Æ pæ
    """
  b"\x01ºp¡KrωÓ]ôý™~\x03"
  b"\x01ºp¡rqާs¡A=§áS"
  b"\x01ºp¡šrâ¾·ã4â\x10,-"
  b"\x01ºp¡Èr\x19¿[ª–H»àÝ"
  b"\x01ºp¢\x06p\x1E»ýQ±E÷\x07±"
  b"\x01ºp¢CpS…øI½¯l\x19ý"
  b"\x01ºp¢jp\x1E©\fðÑ0oé\x7F"
  b"\x01ºp¢‘pu¶Å\rŽ ,]i"
  b"\x01ºp¢¸pa’sŸÔì\x1Aê/"
  b"\x01ºp¢Þq‰€¬"ì[\x1A¡\e"
  b"\x01ºp¢ýsù•ÊÞ2›”Ú'"
  b"\x01ºp£\x1Cs“››Ó¸\e[ÜI"
  b"\x01ºp£:pæ¬CŽÜ\x08Ð,\n"
  b"\x01ºp£[pý€dÙ\f\x13Ìï%"
  b"\x01ºp£‡pá‚¡\x19C¿ZÄ#"
  b"\x01ºp£©q«»»ƒ¾lX0ã"
  b"\x01ºp£Ìq¸¤rÍ\x0F¶.\x18/"
  b"\x01ºp£êpN»Øâ7.ø°í"
  b"\x01ºp¤\fp㳉Ê\fšËb¯"
  b"\x01ºp¤.sƁI \x07°ì\x0E"
  b"\x01ºp¤Ir¾ì˜\x1D08Ió"
  b"\x01ºp¤ds÷ŽüG!S\r"
  b"\x01ºp¤sT\tSÏâ/M¹"
  b"\x01ºp¤©q©¼ù½?½k†ë"
  b"\x01ºp¤Êq…‰\x04ò¯\e\x08û"
  b"\x01ºp¤ïs÷¦©\x11õsÌi"
  b"\x01ºp¥\x15s\x05Œ\x12ŸÓ\x10\x0E"
  b"\x01ºp¥<pÔ€¬æm‰ø\x14g"
  b"\x01ºp¥Ysò›²]\x1EªÑʽ"
  b"\x01ºp¥tp]œÇ,‹ê·h6"
  b"\x01ºp¥’qz—èþÐä¯x"
  b"\x01ºp¥Âs˜¬‘Aèh?϶"
  b"\x01ºp¥ör„­a\x19Ç®³êä"
  b"\x01ºp¦'rÄ·ÞL¤ÖÓš­"
  b"\x01ºp¦Hqù…0ÜjÃnØæ"
  b"\x01ºp¦ds’¯Êä"aŠ\x17ç"
  b"\x01ºp¦‡pよР;¡iê"
  b"\x01ºp¦ªp1¶Ä\x18wHÔ”"
  b"\x01ºp¦Òr\x04\x1C\x17•5\x1D\x10@"
  b"\x01ºp§\x04r‰­ßX༠3©"
  b"\x01ºp§4q,°½oâ-!rŒ"
  b"\x01ºp§gqg’)C®ù\x1D 9"
  b"\x01ºp§Šqè›’LTnŸi\x1F"
  b"\x01ºp§«rXÈ¢ˆ\x00UgV"
  b"\x01ºp§Ïqÿ‚\x15Q-;-´\x13"
  b"\x01ºp§ñp¥3SÁ•Î/©"
  b"\x01ºp¨\x18q¶¹¦&Úš}GŠ"
  b"\x01ºp¨@rþ€­AQÎLÜr"
  b"\x01ºp¨gqTŽã}fkpˆC"
  b"\x01ºp¨ŽsØ–PÁú¼Â\fæ"
  b"\x01ºp¨ªs޼Iz/GÏ\x04F"
  b"\x01ºp¨Çs%–‡;\x03æÄ\x18Ñ"
  b"\x01ºp¨åpI„D¦R&ß®™"
  b"\x01ºp©\x07s|ŽaŸrBs<\x12"
  b"\x01ºp©-r8žµ À÷Ç!¹"
  b"\x01ºp©^sª Ð;ÿ\x08E»b"
  b"\x01ºp©‹rMšF$&\x05Ö…Á"
  b"\x01ºp©®s¢Úu.\x03Ÿ%M"
  b"""
    \x01ºp©Æsó™Y\x19\x02\n
    \e˜P
    """
  b"\x01ºp©áqÒ•i[žÑÌmê"
  b"\x01ºp©ùs“²Š³\x1A¥‰²e"
  b"\x01ºpª\x16s_«ÑÚÂÊC”\x10"
  b"\x01ºpª6qyƒñwR''Eg"
  b"\x01ºpªZsn¶("…¼‹\x04\v"
  b"""
    \x01ºpª…p<»=\n
    +†T©\
    """
  b"\x01ºpª§s¦®m\x14÷m·Äz"
  b"\x01ºpªÀsf‘G>\x1EN¶6€"
  b"\x01ºpªÙsD¨w$äWgü£"
  b"\x01ºpªøs#˜­]Þ>Ç¡í"
  b"\x01ºp«\x17qšª‚Æuí»ìº"
  b"\x01ºp±×sj A\x06ÜaQKŸ"
  b"\x01ºp²4q}·‚Ç•±eS€"
  b"\x01ºp²[q½¾\x13‹4\x17bú–"
  b"\x01ºp²\x7Fr\x01€ó -G7‰:"
  b"\x01ºp²¥rê¼®ÁAzQ\x1D\x00"
  b"\x01ºp²Çst¬¹,í\x03\x011\x05"
  b"\x01ºp²öqï€ÿ¡ÐTQeX"
  b"\x01ºp³\x1Epé‚>X\x07s>\x0Eé"
  b"\x01ºp³=p]ŸL\x1E8\x1Fòð\x15"
  b"\x01ºp³eq;ŸÒ¥S¦¾º\x1A"
  b"\x01ºp³‹r"•ƒ€‹Šù\tú"
  b"\x01ºp³Áq\x0F…0 \e\x15\x1A¶®"
  b"""
    \x01ºp³þq8¬\x13\n
    6à\x0EG
    """
  b"\x01ºp´,q’Žv»zˆúkF"
  b"\x01ºp´Rpß°ñÁ",¼\x08("
  b"\x01ºpà\x0FpÛŠéÑ|͵c˜"
  b"\x01ºpà-sž„wª“Ú…ÀÊ"
  b"\x01ºpàVrs¾xU³ àvÀ"
  b"\x01ºpà\x7Fs*²¸ƒšÈ|ï"
  b"\x01ºpà s‚œ5¿¡â¸R"
  b"\x01ºpàÅr›³7¾B8ʪö"
  b"\x01ºpàís¡œƒë$ñp(¿"
  b"\x01ºpá\x14r£§&‡ŸØ\x1C ã"
  b"\x01ºpá<qò¾òDó©ÎiÎ"
  b"\x01ºpáer\x01 (ß\x08ð\x01R"
  b"\x01ºpá‰rP¨X;zú\x08\x1FÞ"
  b"\x01ºpá¬sŽ»n¢K\x02\x0F†à"
  b"\x01ºpáÏsR“jjõ\x10£c’"
  b"\x01ºpáôq‰‹3„\x1F5¨À"
  b"\x01ºpâ\x19rT\x11¤;B†l"
  b"\x01ºpâ;pˆëªQí9X“"
  b"\x01ºpâjs;˜%¹ºgì\x12H"
  b"\x01ºpâ„r¾Œ=š·ááB˜"
  b"\x01ºpâ¨q_†—?&l¹çŽ"
  b"\x01ºpâÂrA¸û\e\x06Ý´×¶"
  b"\x01ºpâÞq蹐ËzÎÎÙ:"
  b"\x01ºpâûs¾¬¿j›ÃgæH"
  b"\x01ºpã\ep[¡=*!¸ 0Ô"
  b"\x01ºpã=r^šä¾1äÀÌ!"
  b"\x01ºpã[pÍ¡^k’‰¸\x7Fn"
  b"\x01ºpã}pû•H·j¼#)˜"
  b"\x01ºpã§p—\x17‰dBÉ…{"
  b"\x01ºpãÁrk¿\x06&\x04ˆæ‹"
  b"\x01ºpãÚp\x7F¼®.îEŽM"
  b"\x01ºpãôr\x14¿iÏn\eÍ6\x05"
  b"\x01ºpä\x12q\x17WÌÂiG+¬"
  b"\x01ºpä1rü²×K1E\x17‹Á"
  b"\x01ºpäXr O²\x1Aýñ¯"
  b"\x01ºpä\x7Fq‰½Ò{¶Œ\v"
  b"\x01ºpä©pÕ¡oë?®\x01ùl"
  b"\x01ºpäÌs\x18©u»$IЁ¢"
  b"\x01ºpäórå‡\x0F\x0E,\x7Fˆ"
  b"\x01ºpå\x13rzŠ\x00Ó\x1EO=¾Á"
  b"\x01ºpå.q.¸èê?‘óù\x7F"
  b"\x01ºpåMsº…‚Z܏`Bj"
  b"\x01ºpåoqô‹\x7Fö\x1ANÈÀ¥"
  b"\x01ºpå”rêš¿‚9¿Âç\x05"
  b"\x01ºpå·p¸´*\eœ¨\x03¹ž"
  b"\x01ºpåÒr†(/BIQQY"
  b"\x01ºpåíp4Þ¶\x01Faª"
  b"\x01ºpæ\x08p¸ˆžñÌ\x19j\x10\e"
  b"\x01ºpæ!s\x06”ç…ȧe\r¿"
  b"\x01ºpæ>q¥º\x00\x06¤|ò"F"
  b"\x01ºpæeqç¿,ƒå­¯\x04$"
  b"\x01ºpæ’qT”ö_Ên$me"
  b"\x01ºpæ½qm·6T!D¤\x11w"
  b"\x01ºpæÚq>ƒw\x17ü\x1E\x1AÍj"
  b"\x01ºpæør%¡·î`x#\x07È"
  b"\x01ºpç\x18qö³1\x11å*¾Q»"
  b"\x01ºpç7rñ½þîB-A©¡"
  b"\x01ºpçXqkº5);‘;\x18\x13"
  b"\x01ºpç~s̆\x15\x16Ps2<"
  b"\x01ºpçœqÊ„ip\x05Î\x1C\x1A"
  b"\x01ºpç¶q\·7£p»ÎœP"
  b"\x01ºpçÒqm·\x15\x0FމE\x05"
  b"\x01ºpçïsˆ›:ÿBª¸­ "
  b"\x01ºpè\fqêµì(\x1AÏ¡á"
  b"\x01ºpè)q¦®–]ß¾~’P"
  b"\x01ºpèGr^º×må­v“P"
  b"\x01ºpèmq¤·_ñª¤Aç½"
  b"\x01ºpè—qÌ¥ªË\x17\x14e\x0F\x12"
  b"\x01ºpè¸ri¥03ªh¹(G"
  b"\x01ºpèÕp™—¦Ó`þ\x13"
  b"\x01ºpèõp7žXÙ\x00þ‚Š$"
  b"\x01ºpé\x12s‹—ýŒ†¾°<Ä"
  b"\x01ºpïr\x08ªk¿¦©V<\x0E"
  b"\x01ºpïàrû¿é\x1DO\x1Cf’¨"
  b"\x01ºpð\x02q®ˆÎ¤¿`ü-·"
  b"\x01ºpð$pˆ®ð$î§èsô"
  b"\x01ºpðNqä‡Jzc2ʶa"
  b"\x01ºpðrpª‰Ð\x10`D“=\x16"
  b"\x01ºpðŽq³ƒ8ô¹–q7Ž"
  b"\x01ºpð©sށ±ŒýF§·\x04"
  b"\x01ºpðÇsg¸ø\x05\x02ã†ðç"
  b"\x01ºpðñq‹³+\vÔ\x0Fœ#í"
  b"\x01ºpñ\x12qqžíyA[g\tR"
  b"\x01ºpñ9s\x11œ U\x1E`{8»"
  b"\x01ºpñbqz§ºå¸®UuM"
  b"\x01ºpñ†s­³Œ—°ËTèÏ"
  b"\x01ºpñ©r\x16–€x\x1E­™°s"
  b"\x01ºpñÏsp‹\x00z½ävÜ¡"
  b"\x01ºpñìs˜€p êi>Óƒ"
  b"\x01ºpò\x08q\x7F±†ËJ)çLM"
  b"\x01ºpò#r4¡e\nõyÞ‰"
  b"\x01ºpò?rþ¾»^ëÝ\x15Z\f"
  b"\x01ºpò^qŸŸI\x18n‚›\x10Ã"
  b"\x01ºpò~qö¢\v¤CÛ8”\x02"
  b"\x01ºpò¡så±äCð>\x02 Â"
  b"""
    \x01ºpòÅp/°7¶\n
    \va_'
    """
  b"\x01ºpòír\x02…NK\x13:é5"
  b"\x01ºpó\x14r\x15€Ã€ÍÀùÉ‘"
  b"\x01ºpó6rš†"}\rè\rÍì"
  b"\x01ºpóVrÿ˜½¼ÿoL^="
  b"\x01ºpó|sæ‘uz„Ë"9\x11"
  b"\x01ºpó¢p‡†ù\x00Îyaξ"
  b"\x01ºpóÆq"\x16Ǫ\x17×k…"
  b"\x01ºpóêsː©ˆU`ú–A"
  b"\x01ºpô\vpD–nk¯â\x06Ó,"
  b"\x01ºpô%rΐ\tç.;&Q""
  b"\x01ºpôCpÞ‘\x0E˸!¬Í\x08"
  b"\x01ºpôjpX§õ\e²\x02Á"
  b"\x01ºpô’qc…\x14\x0F]¬ÄÛ\"
  b"\x01ºpô³qK¿îz/‚ë@¤"
  b"\x01ºpôÚp;‡\x11\x1A=W\rª"
  b"\x01ºpôýp\x10Ÿ©0®8„!‡"
  b"\x01ºpõ"s¢–Ã\x00J¹t\x06Õ"
  b"\x01ºpõGs„²&9³r›un"
  b"\x01ºpõmsH«PÖ«2Š"\x0F"
  b"\x01ºpõžsb˜YyQÏ\x0F"
  b"\x01ºpõÐq#‘\x03€FD8•è"
  b"\x01ºpö\x04r\e©›\x1E\x02TŽ”ÿ"
  b"\x01ºpö%r\r ŽlJEd¢$"
  b"\x01ºpöBpß§\x13iØ}ýÅ­"
  b"\x01ºpöap\x06€é‰\x17(:¾*"
  b"\x01ºpö|p"–‹Jv°Q‡Ñ"
  b"\x01ºpö˜pÄ»¡Þ“\x00\x06‹¥"
  b"\x01ºpöÃr՝\x05Â0\x18@\x0F\r"
  b"\x01ºpöíp—†q+p£”\x0F"
  b"\x01ºp÷\x1Csi¾qÁ/ü¡(?"
  b"\x01ºp÷?r‘´ý'…Ÿ³Ê¶"
  b"\x01ºp÷gpM¸ä¡¹ÜcÜ`"
  b"\x01ºp÷ql¦íñ€nRÊ"
  b"\x01ºp÷µp·¨Ç™ûïlZ"
  b"\x01ºp÷Ùqu£´þ@Ó\töx"
  b"\x01ºpø\x00rÑ£¶Ü=\x18™¥"
  b"\x01ºpø/pì“ô\x07ž1‹\x07·"
  b"\x01ºpøfq«¦c\x12Ý1š\x01"
  b"\x01ºpø†pr¸Ðc¤Hö\x03\x01"
  b"\x01ºpø¢sY®æ}>²Úç"
  b"\x01ºpø¿r\x14¢“žZç×ô’"
  b"\x01ºpøßp%…—Åa3Ô}U"
  b"\x01ºpù\x05sMƒÀë\x0FjÎP"
  b"\x01ºpù#p\x10²LŠM|v?±"
  b"\x01ºpùSrÃ’ÿ=\x05ùd\eš"
  b"\x01ºpù€r\x04“:\x10!²Û!Â"
  b"\x01ºpùpﱆ@nNÆü+"
  b"\x01ºpù½r_¯¬L‰¸æ)D"
  b"\x01ºpùæqgˆ¢\f\x0Fú-µÉ"
  b"\x01ºpú\rs\x07Žv€É›QO½"
  b"\x01ºpú:râœib• Ô_Ü"
  b"\x01ºpújp7‰RöªÖ»Ÿ´"
  b"\x01ºpúœpÈ¢½MÎ;®\x19ü"
  b"\x01ºpúÔq–­ýȲ¹#œ"
  b"\x01ºpúúr@¹\x15Â\x04%ûøÞ"
  b"\x01ºpû\x18p^ŸW›¹LÔ["
  b"\x01ºpû4pî®’L\x1C®>»("
  b"\x01ºpûQsO”1Y\t\x00›–"
  b"\x01ºpûns\x05¿”îr¾OÊ©"
  b"\x01ºpûs]…˜ŒBú3Ìï"
  b"\x01ºpû³rƲî;¸;áfÔ"
  b"\x01ºpûàqg†£\x14ZufdW"
  b"\x01ºpü\x00ra†‡Vc-mNÀ"
  b"\x01ºpü\x1Cqíº‡EÜ!}Q$"
  b"\x01ºpü6sè‡úô¢\x18¨+l"
  b"\x01ºpüOq\x0Eº\x13±'¨žâ\x1A"
  b"\x01ºpükr' Ÿ`\rAn²M"
  b"\x01ºpü“s€¹?Xøoä="
  b"\x01ºpüµsú®²òü8ßÏk"
  b"\x01ºpüÔrG“9óýBäêE"
  b"\x01ºpüóp=¿o\x1Ejb™îB"
  b"\x01ºpý\x14sî„\x1A\x07“ü%ì×"
  b"\x01ºpý6sާ\x7FÌÿtj²\x1C"
  b"\x01ºpýOrÙ¢\tÇ÷{ªÚÔ"
  b"\x01ºpýjp\f¤×J\x06?#œ‘"
  b"""
    \x01ºpý™p\r³×\n
    >¾ËDK
    """
  b"\x01ºq\x03Äp¬¬)\x11GÜ8a_"
  b"\x01ºq\x04\x0Fr£–:›ÓüÓ‰Ý"
  b"\x01ºq\x040q†…=NP§rh·"
  b"\x01ºq\x04XrÝšò^Òû\x1A,C"
  b"\x01ºq\x04{pKŒ[z·ÅŽÑ\x19"
  b"\x01ºq\x04§q\x12˜\x1CÏh\x1D¼¦Â"
  b"\x01ºq\x04Ôp|±ƒxI¹zÈm"
  b"\x01ºq\x05\x02s\x16ˆ\x0E\e¹p\x1A"
  b"\x01ºq\x05.p.µ‚á R\x10ƒ\x1C"
  b"\x01ºq\x05Qr4”´ôõ\x1CO\x1C"
  b"\x01ºq\x05ysw¨*¿¢·`}²"
  b"\x01ºq\x05–qܼò6ÅÎ\x13é9"
  b"\x01ºq\x05³s\x1E¬ëCŒ$eè•"
  b"\x01ºq\x05ÛpèœëÖÔ\x060´,"
  b"""
    \x01ºq\x05þq$›r7wk\n
    
    """
  b"\x01ºq\x06"sU£¤*\x14¿©\x03_"
  b"\x01ºq\x06AqáºåCØäè>š"
  b"\x01ºq\x06br_»l;×रû"
  b"\x01ºq\x06…qkŸ!K°}NJ|"
  b"\x01ºq\x06¨sè•cìT vˆŠ"
  b"\x01ºq\x06Ðqç‹\tƒt£ÞÀw"
  b"\x01ºq\x06øp¦ÅÆù·×Ð×"
  b"\x01ºq\x07 qL½÷\x03\x11+R>&"
  b"\x01ºq\x07Ip\x08´\x07}Z8Î/R"
  b"\x01ºq\x07ssˆŽbUm¶Ž\x7Fò"
  b"\x01ºq\x07˜q¬£¤†îÈ#Ñ"
  b"\x01ºq\x07·rØ»†1•~t¶T"
  b"\x01ºq\x07Ñp\e³-/h\x1D™›5"
  b"\x01ºq\x07ìq¬ÆgyÞ†9c"
  b"\x01ºq\x08\x08p_«5Ùf\x15V°Ã"
  b"\x01ºq\x08%rë„nÆî™÷KÂ"
  b"\x01ºq\x08Jpµ•›=(8 \x135"
  b"\x01ºq\x08mp¥²žóuèó"
  b"\x01ºq\x08‘s\x08Œô™ÃáøBÍ"
  b"\x01ºq\x08°sWºCo^ч1,"
  b"\x01ºq\x08ÎpÙ³÷ºò¥R\x0Fî"
  b"\x01ºq\x08îqÖ§GÇÑ\x10,µ¹"
  b"\x01ºq\t\x0Fs/„QH\x05\x19ï\x03š"
  b"\x01ºq\t:r˜‡@QÔû¡P¡"
  b"\x01ºq\tgq\x04\x04\f\v’9"
  b"\x01ºq\t–sOè¯'ÿÔ·î"
  b"\x01ºq\tËpjŽÞ\x06YÖ­¤ "
  b"\x01ºq\tîs\r“Ï\x07 Í=´\x1C"
  b"""
    \x01ºq\n
    \x0Fs%«Av\x1C¯ù\x15Ê
    """
  b"""
    \x01ºq\n
    *q0¦»§§+¤u2
    """
  b"""
    \x01ºq\n
    Fs¯¬«B¿h,0\t
    """
  b"""
    \x01ºq\n
    irˆˆ\x17M87)õ
    """
  b"""
    \x01ºq\n
    q>­âÈ8Ò›¬h
    """
  b"""
    \x01ºq\n
    ­r!¥&•‚þŒÈ¬
    """
  b"""
    \x01ºq\n
    Ép£ƒÜ\t\x10¿ÜaI
    """
  b"""
    \x01ºq\n
    çpÏ·SGËdåP´
    """
  b"\x01ºq\v\x07p^†ÖfNª]¨\x16"
  b"\x01ºq\v&qKµ»?u\f4­²"
  b"\x01ºq\vJró«¢×ùš\x1DÑì"
  b"\x01ºq\vorÕˆ\e­`\x15žÈL"
  b"\x01ºq\všq²¦\x1F\x08>I„-\x19"
  b"\x01ºq\vÄs%¡O'»œKhW"
  b"\x01ºq\vär\½ÚÇB\x05«ëc"
  b"\x01ºq\f\x07pÔ»0¸\f\r\f"
  b"\x01ºq\f"r9«ŠšNÛé>Í"
  b"\x01ºq\fArO±Š¦\x18a½ó_"
  b"\x01ºq\fcr„¤†•\x17·…È"
  b"\x01ºq\f…s­¤“s‡‹½ÂÎ"
  b"\x01ºq\f¦s›¯ú>¹Ô¸\x18Ý"
  b"\x01ºq\fÃpʱ(„‹;½Š"
  b"\x01ºq\fíp\vŽ\x15hAòO8+"
  b"\x01ºq\r\x17qmŒLyq0¢Žî"
  b"\x01ºq\r@r\x12·\x06\x10]à”±|"
  b"\x01ºq\r`sǘ\x17ÎŒ6¸\x13Î"
  b"\x01ºq\r…pq‹àѽ°C€ˆ"
  b"\x01ºq\r¬pÞ©0m\x11H[dš"
  b"\x01ºq\rÖr§—ˆ#USþ ž"
  b"\x01ºq\x0E\x08pæ¢õlr‰­®æ"
  b"\x01ºq\x0E'pNœ Â@Û­¶"
  b"\x01ºq\x0EGr?©¶Æ\x1C}ˆŽd"
  b"\x01ºq\x0Ekp8…\x06!\x0F"
  b"\x01ºq\x0EŠsÓ®`}°*7\x07)"
  b"\x01ºq\x0E¬qe‹à˜aO;¤Ž"
  b"\x01ºq\x0EØs½Œk\x0E“„\x08|T"
  b"\x01ºq\x0Eúrë‰N§Ëò\t\x1A«"
  b"\x01ºq\x0F\x18qá¡Qúa¤eR2"
  b"\x01ºq\x0F6p\x08°.¢@ª2CK"
  b"\x01ºq\x0FRqC¦ÔÀîye“"
  b"\x01ºq\x0Fpq¡­Uì“\x19ÓUÛ"
  b"\x01ºq\x0F“p\x16–nÃMž<µ"
  b"\x01ºq\x0F¿q°ª\x11x‹Ô÷r"
  b"\x01ºq\x0Fìsö“±úó \>Â"
  b"\x01ºq\x10*pA•\x15k8“P\x03\x18"
  b"\x01ºq\x10NpÉœ\x06ž=Ct›U"
  b"""
    \x01ºq\x10zs•Ž\n
    ƒ{Õ\x13Ï\x01
    """
  b"\x01ºq\x10žpS¢õ('þ¸,P"
  b"\x01ºq\x10ÁrSŽj‘}èÖ\vŠ"
  b"\x01ºq\x10írò¦\tS\x14F|Þã"
  b"\x01ºq\x11\x1Ap¶™ç1\x05žŠ\"
  b"\x01ºq\x11As\eŒß¿R•×\x1DÆ"
  b"\x01ºq\x11epø¥Ò´¤ŒŠ\x0Ee"
  b"\x01ºq\x11‰q7¨\x17\x06 ÄžÚJ"
  b"\x01ºq\x11­sî“\ïMV§\x1A¨"
  b"\x01ºq\x11Òr‰°Nµ©]mß"
  b"\x01ºq\x11÷pžªÑ±4ÀlÜš"
  b"\x01ºq\x18¡r'ŠoÉC*9\x03"
  b"\x01ºq\x18çs%¥ö\x12ˆ[âŸ÷"
  b"\x01ºq\x19\x08sz‰¹z\r×7\x10R"
  b"\x01ºq\x19+rЈúQFÉÕ¿\x03"
  b"\x01ºq\x19Lp¹¡•\r\x14\tŸz!"
  b"\x01ºq\x19npö¤CRˆmÄà³"
  b"\x01ºq\x19Œq¼3™ò¤­oå"
  b"\x01ºq\x19¤su…Kî_ 4=\e"
  b"\x01ºq\x19Ép¦²Íºi€V¢¬"
  b"\x01ºq\x19êsývø|’ƒË_"
  b"\x01ºq\x1A\x05qg·EºÔr\x1EŽp"
  b"\x01ºq\x1A$rv»—Û\rD\x04šI"
  b"\x01ºq\x1A?s{…I›-å3ÎB"
  b"\x01ºq\x1Aapô¿\bvB/\x03\x15"
  b"""
    \x01ºq\x1A\x7Fqò¾œmx\rã\n
    ä
    """
  b"\x01ºq\x1A q}ÛÂ$:ëw"
  b"""
    \x01ºq\x1A»q\n
    Š%ª’aŠÑó
    """
  b"\x01ºq\x1AÛsŠS\x07T£Oí¡"
  b"\x01ºq\e\x02rÉ—Hmž\vTu¾"
  b"\x01ºq\e/sׯþ?D\œ­"
  b"\x01ºq\eVp;¹p\x04<M/³˜"
  b"\x01ºq\exp4’Q4Œ¡!±ß"
  b"\x01ºq\e¢s††8YS§\x17ÇK"
  b"\x01ºq\eÏp&µé±\x13ÕÅØÁ"
  b"\x01ºq\eÿpv§g‹“F\v -"
  b"\x01ºq\x1C5r\t¤ã‹\x00ó\x05.\v"
  b"\x01ºq\x1C_p+”?´,¯\x07Ú\x1E"
  b"\x01ºq\x1CŽs=š‰¯äÕæÓ"
  b"\x01ºq\x1CºrF³&\x0Ew÷Ðs|"
  b"\x01ºq\x1Cîsç²/;à5k¸~"
  b"\x01ºq\x1D#qµ®>¸\x17^cºü"
  b"\x01ºq\x1DNq\x1D¥ŠX=x+\x08Í"
  b"\x01ºq\x1Dyq\x0F¾½èŸh•TÃ"
  b"\x01ºq\x1D”pÀ¤ãë]Ð#w;"
  b"\x01ºq\x1D¯q†¶\x1EBš§ö¶r"
  b"\x01ºq\x1DÇsºŸl@êÔ(á\x19"
  b"\x01ºq\x1Dßr‰¿o€Ä¼¥·Í"
  b"\x01ºq\x1Döp™¦\x13Ö*Ó\x00·¼"
  b"\x01ºq\x1E\x10q–½[…¥\x05–\x0F"
  b"\x01ºq\x1E%rŸ´Pa\x156Q¦i"
  b"\x01ºq\x1E=sn«„߇\x02\x04j‡"
  b"\x01ºq\x1ESsøŽBŽÈ/\r•G"
  b"\x01ºq\x1EqqÓ˜\x1DêL½\\x03"
  b"\x01ºq\x1Eˆr0˜ß¹ß‹²0ª"
  b"\x01ºq\x1E¡s[›Ì¢¨\r¶7ü"
  b"\x01ºq\x1EÎs;„i£Ÿ‚j*‹"
  b"\x01ºq\x1F\x00r{ƒ–é¡÷µYÛ"
  b"""
    \x01ºq\x1F3qª\n
    |/$£?–
    """
  b"\x01ºq\x1Fjq_¥\x7F\t!âc"
  b"\x01ºq\x1F’p/»C:jé¾\r"
  b"\x01ºq\x1F¶r\r¨†Új\x01>^‚"
  b"\x01ºq\x1FÕp[‚\x02vz×¾¯\x19"
  b"\x01ºq\x1FòrÇž\x00¬\x11$c›2"
  b"\x01ºq \x0Epð‰~°©Y‡º¤"
  b"\x01ºq /rn†’¡ŒNW÷"
  b"\x01ºq Usu²\f\x02ýÒÑÞÌ"
  b"\x01ºq {pW£ùy]\x15µ¡"
  b"\x01ºq •sõ‡Ž\x1EÊý\x04¥¶"
  b"\x01ºq ¬r;…*-”*åPb"
  b"\x01ºq ÅqX–,¾à×`!²"
  b"\x01ºq ßs‡œ\x00\x13²íX\x1Db"
  b"\x01ºq þsœ¸\x08Õ«¬áp´"
  b"\x01ºq!*q)–Kv&Ä\fÒ¹"
  b"\x01ºq!Pr`˜G\rŒ\x03fàÆ"
  b"¡Mü¸k<J/­x;\x07·ÉÑU"
  b"L’ùÿÏŒG€ª}<Òúè\r²"
  b"\x0E+ Í?UO\v•æ[ÝøyŽ)"
  b"Sùƒ\x06ç]EBŠ®®ÇüÙž3"
  b"f—Ù¤|òH¶„*­Ïؼ’r"
  b"E¹>¿m¬L\x00¢Žå\x11\x13%‹¡"
  b"øýoõlFCã¿Èt^Å?\x05ò"
]
63 0.74 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
64 1.14 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"
]
65 0.77 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.%"
]
66 0.63 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 1.51 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 "
]
68 0.54 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 "
]
69 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
]
70 0.78 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.82 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"
]
72 0.90 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ç¡"
]
73 1.17 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ï"
]
74 1.13 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Í‚ó¬›ÑÀßÊ"
]
75 0.91 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  1
]
76 3.39 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
77 1.16 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "04422da72aab44cd80cf7807a1b2e112"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
78 3.24 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, 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ºpµærø¥S\x0Fh^ì\x10"
]
79 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` 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "b7f13fe1c319488a9054cba06d84d80c"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
80 4.23 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ºpµÇpäž&]ËœM\fÿ"
]
81 1.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`.`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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "b64d00cbcf7b4bf1ae10ce8c2bfcf108"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
82 3.33 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ºpµWs2“š}\x12žsîô"
]
83 0.79 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "4c255a2663f74038a892dd0e86c227b3"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
84 2.00 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ºpµšq•‚ÕÖ:œ›¯\t"
]
85 0.67 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "e0363a0cf19a4c33b2bfdbb785feb539"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
86 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ºUyosŝŽLO\x11Z†{"
]
87 0.73 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "23374c0d575a417dac3766e1c392e429"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
88 1.87 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, 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ºp´®q̦æÌ›ß=Ð4"
]
89 1.11 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "7df932cddcd649e6807a3bde8e03591f"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
90 3.07 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ºp´qo—6\x1Fr…ä\x0Eµ"
]
91 1.08 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "4364bba973104dae87963bb9ae206570"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
92 2.69 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ºp´åsO´~q”\x12Òë""
]
93 0.83 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  "20529e483e94454eb1603f9edf2b2f60"
  "853ee8fbbd1d45b08a7c95d785fa7cc3"
]
94 2.23 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ºpµ\x1CqܐœÙa»™\r?"
]
95 2.35 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
96 12.84 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ºUyosŝŽLO\x11Z†{"
  b"\x01ºp´qo—6\x1Fr…ä\x0Eµ"
  b"\x01ºp´®q̦æÌ›ß=Ð4"
  b"\x01ºp´åsO´~q”\x12Òë""
  b"\x01ºpµ\x1CqܐœÙa»™\r?"
  b"\x01ºpµWs2“š}\x12žsîô"
  b"\x01ºpµšq•‚ÕÖ:œ›¯\t"
  b"\x01ºpµÇpäž&]ËœM\fÿ"
  b"\x01ºpµærø¥S\x0Fh^ì\x10"
  b"\x01ºp¶\rp¬´@v§<VÝu"
  b"\x01ºp¶1sÞ·ËH‡ -dË"
  b"\x01ºp¶Qs\x19Š¿ƒ´\x1FÄB»"
  b"\x01ºp¶qs+ª%\x1CÓ —ô\x12"
  b"\x01ºp¶’qk„\x07WIDtÁ"
  b"\x01ºp¶®ræ„vǯ`ÂôÑ"
  b"\x01ºp¶Çpj¾Ši\x17\x03k°n"
  b"\x01ºp¶ßq\x1A¸\x1C¢N†ñå¼"
  b"\x01ºp¶þp[§`Åé'G,“"
  b"\x01ºp·&se¹â(û=¸K‡"
  b"\x01ºp·Es)‰\x08=ÈΙ@ë"
  b"\x01ºp·`rZ“†S¦ç©r‚"
  b"\x01ºp·}p¼šPLtƒÆ\tþ"
  b"\x01ºp·Ÿp\x10¿iºÓ]S\x11Ð"
  b"\x01ºp·¾sí´uÜçÕw|i"
  b"\x01ºp·ÞrA¡\x05Ü¢Éh£"
  b"\x01ºp¸\x04s?™û\x03—'(“·"
  b"\x01ºp¸5p£ \x0EŸø“€¸\x14"
  b"\x01ºp¸`qΰ=\.Ö_Ò\x1A"
  b"\x01ºp¸pŽŽ\x1CÈH‰Ák;"
  b"\x01ºp¸œr¹¨\x16¨K87úŒ"
  b"\x01ºp¸¶r\x1C\x01j‡ƒ¯á\x16"
  b"\x01ºp¸Îr}·\x16ƒ}$s ‰"
  b"\x01ºp¸ìr3” _‚œ^jo"
  b"\x01ºp¹\x12s!ŸÕ›—.k¡U"
  b"\x01ºp¹@rݽl\x14B­ië"
  b"\x01ºp¹npí–R\x01 Ûj\x08ó"
  b"\x01ºp¹’q³½pæêMDÍ\x7F"
  b"\x01ºp¹´sö‰+SU'\x1EŠ\x03"
  b"\x01ºp¹Îr÷ªP;ßÊ÷ã¦"
  b"\x01ºp¹çr¨¹³á|4µE–"
  b"\x01ºpº\x06s\x10¤ëèwpKÒú"
  b"\x01ºpº)q‡°qiÐIø$¹"
  b"\x01ºpºRq‹¢bìAØ­\x03'"
  b"\x01ºpº|rb®Ê\x11Ó"œ_2"
  b"\x01ºpº›sª•0I—vî÷û"
  b"\x01ºpº¸r4¬\x1Fk¹ÍÚ€E"
  b"\x01ºpºÞs<¦@iñ©Ûz%"
  b"\x01ºp»\x03p}‚p“9)£¦h"
  b"\x01ºp»,ru…˜æÏZœ\t\x1D"
  b"\x01ºp»Tq[®\x1At\x07º¾'!"
  b"\x01ºp»r ½ßŒçÝù£û"
  b"\x01ºp»ªq‰¨÷Á$ÒÐ\f:"
  b"\x01ºp»Ìs³õÇ–ÌoÇ@"
  b"\x01ºp»îrº¥\x18kõîS{¹"
  b"\x01ºp¼\x14r\t‚0\x10Èõï­"
  b"\x01ºp¼4p\x1D„ù—ø\x11IT&"
  b"\x01ºp¼VrÁ¯@"Û\x02)H"
  b"\x01ºp¼{qñˆh\x02ÆÈeBb"
  b"\x01ºp¼©q[­ö§¤&ž¸K"
  b"\x01ºp¼Þqs‡¡íÌÇ;Œ\x0E"
  b"\x01ºp¼þqò†t\x13ÁwÎØÎ"
  b"\x01ºp½\er´”д\x7Fg9g\x06"
  b"\x01ºp½5q˜¼3,¤+›7Ú"
  b"\x01ºp½Or?¸+>DêŒ9\x15"
  b"\x01ºp½pp7²^þ¶Íû\x0Fº"
  b"\x01ºp½ r‘«I±Š\x01+c½"
  b"\x01ºp½Ñru‘c‘ûW{:»"
  b"\x01ºp¾\x03q8˜^\x05Tg\x08OO"
  b"\x01ºp¾#r5ºÙ\x16V2Ί5"
  b"\x01ºp¾@qX«\x1AV‰²+F™"
  b"\x01ºp¾\qéžáúhs\x1Aû¹"
  b"\x01ºp¾xpŸµˆî\x7F\x01\\x19Ð"
  b"\x01ºp¾–p\r¿µDÃ!b?ô"
  b"\x01ºp¾ºqˆ‹æŒ†—G\x07æ"
  b"\x01ºp¾Ùs\x16€|\x16hK\x10å:"
  b"\x01ºp¾ûp\x14ƒ\v\x05põ_X…"
  b"\x01ºp¿\x14r…ªïl¨/00ÿ"
  b"\x01ºp¿,r®£ò:Þ\x03÷NP"
  b"\x01ºp¿Bp\x12œé4 l¡;g"
  b"\x01ºp¿YrB¿-Æüžî\x06G"
  b"\x01ºp¿{s×’(\x7Fzܺ+z"
  b"\x01ºp¿¢riã†ÓY\x002I"
  b"\x01ºp¿Åsä§„_B>!¸†"
  b"""
    \x01ºp¿ãr\n
    §rÖ<0z“1
    """
  b"\x01ºp¿ýs3¦º"Tó¦·Î"
  b"\x01ºpÀ\x18sæ›tg÷iïzd"
  b"\x01ºpÆ´sèŠL¸'b2úñ"
  b"\x01ºpÇ\x06rg¾¼Æc³K\x1A "
  b"\x01ºpÇ+p\x1F¶‰Æ7ôhá"
  b"\x01ºpÇQq«”¨b¿~\f!"
  b"""
    \x01ºpÇ{sˆŽ?Y´®\n
    
    """
  b"\x01ºpÇ©qN°B‡,β³³"
  b"""
    \x01ºpÇÏpP†\±\n
    ô€R
    """
  b"\x01ºpÇòr^‡Eæ,d4îŽ"
  b"\x01ºpÈ\x15qňw°?9^SX"
  b"\x01ºpÈ4p_«*œíl°Ój"
  b"\x01ºpÈRsC·Ø=6íùê¥"
  b"\x01ºpÈxp¥‚%ªÝ-§;Á"
  b"\x01ºpÈ™qL©Ib™\x16\ß×"
  b"\x01ºpÈÅrt€I9\x02èS\x06G"
  b"\x01ºpÈñqá…!õõF;Kg"
  b"\x01ºpÉ\x1Ap“³h…æiXÇ®"
  b"\x01ºpÉ@rÚ‰=$i¼Ü+g"
  b"\x01ºpÉ`pǯ\r\x1C\x01`\x12Œœ"
  b"\x01ºpɁsÁ€\x7F|â’P¿Ú"
  b"\x01ºpÉ£p¢˜|\x10L“³œî"
  b"\x01ºpÉÍrg«ÑœF\r¨¶þ"
  b"\x01ºpÉús/Š\x18M\x11Â\x0E¡Ø"
  b"\x01ºpÊ*rZ²ÿiìÅ…´j"
  b"\x01ºpÊYr$¾iP*\x0FÄ2ç"
  b"\x01ºpʃpë½¥¡Jyª9Å"
  b"\x01ºpʯsj‰ÞÚ;0³s"
  b"\x01ºpÊÕru—Ñs[ª\x07v\x06"
  b"\x01ºpË\x01rè±[Yýlil"
  b"\x01ºpË6sÊ©ß\r™sì\x03ó"
  b"\x01ºpËjrÞ®m!K×ÁïŠ"
  b"\x01ºpË´pï£åhð§‚z¹"
  b"\x01ºpËërŽ›<\x0F¼³Î]\x07"
  b"\x01ºpÌ\fr2¥ê[_.½Ýh"
  b"\x01ºpÌ2pº¢í?y’Q"
  b"\x01ºpÌSry«™\x03'¿‘\x15X"
  b"\x01ºpÌorÄŸØ™ïRîU¯"
  b"\x01ºpÌ“ru²\x1Fê]¤¥ð"
  b"\x01ºpÌ´pvŽg̸\e\x03"
  b"\x01ºpÌÒsÓ13\x0EU|{g"
  b"\x01ºpÌñqi·\x1D\x05\x13"
  b"""
    \x01ºpÍ\n
    rò·‡uŽ,ÍÇ\n
    """
  b"\x01ºpÍ&sνÄäÛ}\x07–¨"
  b"\x01ºpÍErö‹Û@?\x12Š›â"
  b"\x01ºpÍcsC˜õ¸4\x15g\x05¬"
  b"\x01ºpÍ…q!¾uìy’Ÿ}¸"
  b"\x01ºpÍŸr¢£ùO<åâËà"
  b"\x01ºp͹rœ§¡\x11§¤\tíW"
  b"\x01ºpÍÔq€€$§ôßmÈz"
  b"\x01ºpÍ÷pׇiçõúÔ)k"
  b"\x01ºpÎ\x17píMÛ\x1D­+"
  b"\x01ºpÎAqC½ãUÙÑ,Íp"
  b"\x01ºpÎerí¦!P#›;›="
  b"\x01ºp΋p¢²‚ö8ª\x13ñ¹"
  b"\x01ºpήpZ‘\x01­%éàÂO"
  b"\x01ºpÎÎpc—Ž\x17ŽF\x0E˜ç"
  b"\x01ºpÎîs.½\x1FÝ\x14Ì6\x1Fl"
  b"\x01ºpÏ\x13s“°\\fâo\x07q"
  b"\x01ºpÏ6sή2ï\x18\x12à\x06÷"
  b"\x01ºpÏ\płŨû±¢'œ"
  b"\x01ºpÏ~r‘² ˜ c}Ï"
  b"\x01ºpϨsä‹xâšd–‹T"
  b"\x01ºpÏ×pZš7íSÿ']Ø"
  b"\x01ºpÐ\x08s\x1D·O.ý›qËc"
  b"\x01ºpÐ'sÄ’\x00DV°D&M"
  b"\x01ºpÐDsò­EIº\x18îê+"
  b"\x01ºpÐbpv„»¼Ç»ãŽ€"
  b"\x01ºpЇqo…ð caîË\x19"
  b"\x01ºpаrR¥­‰Úe±‡¹"
  b"\x01ºpÐÖrƒ‹–Å|˜N‘M"
  b"\x01ºpÐñrb‰rDÏE¸ÀŽ"
  b"\x01ºpÑ\x0Fqó£ø\x1F4¤4gs"
  b"\x01ºpÑ*q²¡Z¢\x1Fƒ·¥û"
  b"\x01ºpÑIqüªÏšŸÛ„®¤"
  b"\x01ºpÑip¸ª,‘Ó\x03eN\x07"
  b"\x01ºpÑŠqT‰T4ài¡¾A"
  b"""
    \x01ºpѳs‹¼Žh\x1F\n
    ¿,“
    """
  b"\x01ºpÑáq‹ÚÿÙ‰ÿøQ"
  b"\x01ºpÒ\x16qi³Ûš<>d6h"
  b"\x01ºpÒFpYº0\x10½¾Qf’"
  b"\x01ºpÒ`q\x1F¨\x0E\x04û¸ªS"
  b"\x01ºpÒxrkŽï\x11DTú½Y"
  b"\x01ºpÒ’sÔ‚\e¶+*£FŠ"
  b"\x01ºpÒ«pᆲ·¹!¡Ýä"
  b"""
    \x01ºpÒËrj“l\n
    ê&Ö­5
    """
  b"\x01ºpÒöq²¾M×…¸´•\x1E"
  b"\x01ºpÓ\x16sü…ØM\x10¹BŸ"
  b"\x01ºpÓ3pˆ›ÝoWß«"
  b"\x01ºpÓSrò®õ‚µõÈMv"
  b"\x01ºpÓsq\x08°ÇŒÁxÀ@‹"
  b"\x01ºpÓ•p‘€\x0Fæ”Z"ƒÖ"
  b"\x01ºpÓ³p-˜ÑEù(mLŽ"
  b"\x01ºpÓÛqÛ°î#.\x0FyÉ%"
  b"\x01ºpÔ\ts\x19§-NO\x17i,’"
  b"\x01ºpÔ3s\x14”¾…9&¼ñU"
  b"\x01ºpÔUqHºEžÈ¯Ë\x1D×"
  b"\x01ºpÔsqz°­ÊHå2_¥"
  b"\x01ºpÔ•s¥ŽI^\røªHÌ"
  b"\x01ºpÔºq’­•ö\x18©\x18"
  b"\x01ºpÔåq]ŠEü—°Ë£A"
  b"\x01ºpÕ\rpg¾â_}¾'\x07"
  b"\x01ºpÛ%pí»F\x11鏾="
  b"\x01ºpÛyq₪†µª[-œ"
  b"""
    \x01ºpÛ£sY 8<${ë\n
    L
    """
  b"\x01ºpÛÏs\tº\x00ªg³ØÅ\x16"
  b"\x01ºpÜ\x05p%†¿rô·GP"
  b"\x01ºpÜ5q'‘ÞçƒÁè\x17"
  b"\x01ºpÜcr%¿\tØþ»è\x1AS"
  b"\x01ºpÜ’qŽ®V\f„6©¿"
  b"\x01ºpÜÀpa†<¾R•4yë"
  b"\x01ºpÜôrÝ„Ê_/Ah‘ö"
  b"\x01ºpÝ"pM¾ŠXÿ•3›Ä"
  b"\x01ºpÝVpC¿\x0E+À¸²4""
  b"\x01ºpÝ”s³¬¸‰Nø\x183’"
  b"\x01ºpÝËp]›¤6»G°Ì"
  b"\x01ºpÞ\x01q\x1D·Lƒ¦®MªÀ"
  b"\x01ºpÞ'p¢¶\x0E¼Sz.¤x"
  b"\x01ºpÞCqH¨ü2·l»‰M"
  b"\x01ºpÞbsÊ»ãëk”jH\x02"
  b"\x01ºpÞ€sù¨À@©“·\x08à"
  b"\x01ºpÞ¥s\x0E›Û<a®wÁ"
  b"\x01ºpÞÍqW¶ð)³à–'Ø"
  b"\x01ºpÞïpG…ÛÑŽ/\x13\x00Õ"
  b"\x01ºpß\x0Froºa\vnK\r"
  b"\x01ºpß2qi·ÍK‰EÓÄ}"
  b"\x01ºpßXpJ¼â\x1F\x05\x19 \x10û"
  b"\x01ºpß|p-§\x11"Y5‡\x16Ì"
  b"\x01ºpß q´¾õÄçœÝŒÍ"
  b"\x01ºpß»rÙ¨ž¿„®Øíê"
  b"\x01ºpßÕsÿ€jðEè3ûF"
  b"\x01ºpßñrӴߨ­\x1Fd¦Ð"
]
97 2.98 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"…>èû½\x1DE°Š|•×…ú|Ã"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  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"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  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"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"æœò¡ŸHGe•¢7KìI="
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"æœò¡ŸHGe•¢7KìI="
  b"à6:\fñšL3²¿Û·…þµ9"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"æœò¡ŸHGe•¢7KìI="
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"#7L\rWZA}¬7fáÃ’ä)"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"cźçoM\x7F¥\x167»:0`¡"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"#7L\rWZA}¬7fáÃ’ä)"
  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"à6:\fñšL3²¿Û·…þµ9"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b" RžH>”EN±`?žß+/`"
  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"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"à6:\fñšL3²¿Û·…þµ9"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"=»Š=ð~JUœ^0‘Â!£©"
  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" 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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  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"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Ñ/e@÷˜q_8GÈþu"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"Ñ/e@÷˜q_8GÈþu"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Ñ/e@÷˜q_8GÈþu"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"#7L\rWZA}¬7fáÃ’ä)"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x04B-§*«DÍ€Ïx\x07¡²á\x12"
  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"¶M\x00ËÏ{Kñ®\x10ÎŒ+üñ\x08"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
]
98 5.01 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ºUyosŝŽLO\x11Z†{"
  b"\x01ºp´qo—6\x1Fr…ä\x0Eµ"
  b"\x01ºp´®q̦æÌ›ß=Ð4"
  b"\x01ºp´åsO´~q”\x12Òë""
  b"\x01ºpµ\x1CqܐœÙa»™\r?"
  b"\x01ºpµWs2“š}\x12žsîô"
  b"\x01ºpµšq•‚ÕÖ:œ›¯\t"
  b"\x01ºpµÇpäž&]ËœM\fÿ"
  b"\x01ºpµærø¥S\x0Fh^ì\x10"
  b"\x01ºp¶\rp¬´@v§<VÝu"
  b"\x01ºp¶1sÞ·ËH‡ -dË"
  b"\x01ºp¶Qs\x19Š¿ƒ´\x1FÄB»"
  b"\x01ºp¶qs+ª%\x1CÓ —ô\x12"
  b"\x01ºp¶’qk„\x07WIDtÁ"
  b"\x01ºp¶®ræ„vǯ`ÂôÑ"
  b"\x01ºp¶Çpj¾Ši\x17\x03k°n"
  b"\x01ºp¶ßq\x1A¸\x1C¢N†ñå¼"
  b"\x01ºp¶þp[§`Åé'G,“"
  b"\x01ºp·&se¹â(û=¸K‡"
  b"\x01ºp·Es)‰\x08=ÈΙ@ë"
  b"\x01ºp·`rZ“†S¦ç©r‚"
  b"\x01ºp·}p¼šPLtƒÆ\tþ"
  b"\x01ºp·Ÿp\x10¿iºÓ]S\x11Ð"
  b"\x01ºp·¾sí´uÜçÕw|i"
  b"\x01ºp·ÞrA¡\x05Ü¢Éh£"
  b"\x01ºp¸\x04s?™û\x03—'(“·"
  b"\x01ºp¸5p£ \x0EŸø“€¸\x14"
  b"\x01ºp¸`qΰ=\.Ö_Ò\x1A"
  b"\x01ºp¸pŽŽ\x1CÈH‰Ák;"
  b"\x01ºp¸œr¹¨\x16¨K87úŒ"
  b"\x01ºp¸¶r\x1C\x01j‡ƒ¯á\x16"
  b"\x01ºp¸Îr}·\x16ƒ}$s ‰"
  b"\x01ºp¸ìr3” _‚œ^jo"
  b"\x01ºp¹\x12s!ŸÕ›—.k¡U"
  b"\x01ºp¹@rݽl\x14B­ië"
  b"\x01ºp¹npí–R\x01 Ûj\x08ó"
  b"\x01ºp¹’q³½pæêMDÍ\x7F"
  b"\x01ºp¹´sö‰+SU'\x1EŠ\x03"
  b"\x01ºp¹Îr÷ªP;ßÊ÷ã¦"
  b"\x01ºp¹çr¨¹³á|4µE–"
  b"\x01ºpº\x06s\x10¤ëèwpKÒú"
  b"\x01ºpº)q‡°qiÐIø$¹"
  b"\x01ºpºRq‹¢bìAØ­\x03'"
  b"\x01ºpº|rb®Ê\x11Ó"œ_2"
  b"\x01ºpº›sª•0I—vî÷û"
  b"\x01ºpº¸r4¬\x1Fk¹ÍÚ€E"
  b"\x01ºpºÞs<¦@iñ©Ûz%"
  b"\x01ºp»\x03p}‚p“9)£¦h"
  b"\x01ºp»,ru…˜æÏZœ\t\x1D"
  b"\x01ºp»Tq[®\x1At\x07º¾'!"
  b"\x01ºp»r ½ßŒçÝù£û"
  b"\x01ºp»ªq‰¨÷Á$ÒÐ\f:"
  b"\x01ºp»Ìs³õÇ–ÌoÇ@"
  b"\x01ºp»îrº¥\x18kõîS{¹"
  b"\x01ºp¼\x14r\t‚0\x10Èõï­"
  b"\x01ºp¼4p\x1D„ù—ø\x11IT&"
  b"\x01ºp¼VrÁ¯@"Û\x02)H"
  b"\x01ºp¼{qñˆh\x02ÆÈeBb"
  b"\x01ºp¼©q[­ö§¤&ž¸K"
  b"\x01ºp¼Þqs‡¡íÌÇ;Œ\x0E"
  b"\x01ºp¼þqò†t\x13ÁwÎØÎ"
  b"\x01ºp½\er´”д\x7Fg9g\x06"
  b"\x01ºp½5q˜¼3,¤+›7Ú"
  b"\x01ºp½Or?¸+>DêŒ9\x15"
  b"\x01ºp½pp7²^þ¶Íû\x0Fº"
  b"\x01ºp½ r‘«I±Š\x01+c½"
  b"\x01ºp½Ñru‘c‘ûW{:»"
  b"\x01ºp¾\x03q8˜^\x05Tg\x08OO"
  b"\x01ºp¾#r5ºÙ\x16V2Ί5"
  b"\x01ºp¾@qX«\x1AV‰²+F™"
  b"\x01ºp¾\qéžáúhs\x1Aû¹"
  b"\x01ºp¾xpŸµˆî\x7F\x01\\x19Ð"
  b"\x01ºp¾–p\r¿µDÃ!b?ô"
  b"\x01ºp¾ºqˆ‹æŒ†—G\x07æ"
  b"\x01ºp¾Ùs\x16€|\x16hK\x10å:"
  b"\x01ºp¾ûp\x14ƒ\v\x05põ_X…"
  b"\x01ºp¿\x14r…ªïl¨/00ÿ"
  b"\x01ºp¿,r®£ò:Þ\x03÷NP"
  b"\x01ºp¿Bp\x12œé4 l¡;g"
  b"\x01ºp¿YrB¿-Æüžî\x06G"
  b"\x01ºp¿{s×’(\x7Fzܺ+z"
  b"\x01ºp¿¢riã†ÓY\x002I"
  b"\x01ºp¿Åsä§„_B>!¸†"
  b"""
    \x01ºp¿ãr\n
    §rÖ<0z“1
    """
  b"\x01ºp¿ýs3¦º"Tó¦·Î"
  b"\x01ºpÀ\x18sæ›tg÷iïzd"
  b"\x01ºpÆ´sèŠL¸'b2úñ"
  b"\x01ºpÇ\x06rg¾¼Æc³K\x1A "
  b"\x01ºpÇ+p\x1F¶‰Æ7ôhá"
  b"\x01ºpÇQq«”¨b¿~\f!"
  b"""
    \x01ºpÇ{sˆŽ?Y´®\n
    
    """
  b"\x01ºpÇ©qN°B‡,β³³"
  b"""
    \x01ºpÇÏpP†\±\n
    ô€R
    """
  b"\x01ºpÇòr^‡Eæ,d4îŽ"
  b"\x01ºpÈ\x15qňw°?9^SX"
  b"\x01ºpÈ4p_«*œíl°Ój"
  b"\x01ºpÈRsC·Ø=6íùê¥"
  b"\x01ºpÈxp¥‚%ªÝ-§;Á"
  b"\x01ºpÈ™qL©Ib™\x16\ß×"
  b"\x01ºpÈÅrt€I9\x02èS\x06G"
  b"\x01ºpÈñqá…!õõF;Kg"
  b"\x01ºpÉ\x1Ap“³h…æiXÇ®"
  b"\x01ºpÉ@rÚ‰=$i¼Ü+g"
  b"\x01ºpÉ`pǯ\r\x1C\x01`\x12Œœ"
  b"\x01ºpɁsÁ€\x7F|â’P¿Ú"
  b"\x01ºpÉ£p¢˜|\x10L“³œî"
  b"\x01ºpÉÍrg«ÑœF\r¨¶þ"
  b"\x01ºpÉús/Š\x18M\x11Â\x0E¡Ø"
  b"\x01ºpÊ*rZ²ÿiìÅ…´j"
  b"\x01ºpÊYr$¾iP*\x0FÄ2ç"
  b"\x01ºpʃpë½¥¡Jyª9Å"
  b"\x01ºpʯsj‰ÞÚ;0³s"
  b"\x01ºpÊÕru—Ñs[ª\x07v\x06"
  b"\x01ºpË\x01rè±[Yýlil"
  b"\x01ºpË6sÊ©ß\r™sì\x03ó"
  b"\x01ºpËjrÞ®m!K×ÁïŠ"
  b"\x01ºpË´pï£åhð§‚z¹"
  b"\x01ºpËërŽ›<\x0F¼³Î]\x07"
  b"\x01ºpÌ\fr2¥ê[_.½Ýh"
  b"\x01ºpÌ2pº¢í?y’Q"
  b"\x01ºpÌSry«™\x03'¿‘\x15X"
  b"\x01ºpÌorÄŸØ™ïRîU¯"
  b"\x01ºpÌ“ru²\x1Fê]¤¥ð"
  b"\x01ºpÌ´pvŽg̸\e\x03"
  b"\x01ºpÌÒsÓ13\x0EU|{g"
  b"\x01ºpÌñqi·\x1D\x05\x13"
  b"""
    \x01ºpÍ\n
    rò·‡uŽ,ÍÇ\n
    """
  b"\x01ºpÍ&sνÄäÛ}\x07–¨"
  b"\x01ºpÍErö‹Û@?\x12Š›â"
  b"\x01ºpÍcsC˜õ¸4\x15g\x05¬"
  b"\x01ºpÍ…q!¾uìy’Ÿ}¸"
  b"\x01ºpÍŸr¢£ùO<åâËà"
  b"\x01ºp͹rœ§¡\x11§¤\tíW"
  b"\x01ºpÍÔq€€$§ôßmÈz"
  b"\x01ºpÍ÷pׇiçõúÔ)k"
  b"\x01ºpÎ\x17píMÛ\x1D­+"
  b"\x01ºpÎAqC½ãUÙÑ,Íp"
  b"\x01ºpÎerí¦!P#›;›="
  b"\x01ºp΋p¢²‚ö8ª\x13ñ¹"
  b"\x01ºpήpZ‘\x01­%éàÂO"
  b"\x01ºpÎÎpc—Ž\x17ŽF\x0E˜ç"
  b"\x01ºpÎîs.½\x1FÝ\x14Ì6\x1Fl"
  b"\x01ºpÏ\x13s“°\\fâo\x07q"
  b"\x01ºpÏ6sή2ï\x18\x12à\x06÷"
  b"\x01ºpÏ\płŨû±¢'œ"
  b"\x01ºpÏ~r‘² ˜ c}Ï"
  b"\x01ºpϨsä‹xâšd–‹T"
  b"\x01ºpÏ×pZš7íSÿ']Ø"
  b"\x01ºpÐ\x08s\x1D·O.ý›qËc"
  b"\x01ºpÐ'sÄ’\x00DV°D&M"
  b"\x01ºpÐDsò­EIº\x18îê+"
  b"\x01ºpÐbpv„»¼Ç»ãŽ€"
  b"\x01ºpЇqo…ð caîË\x19"
  b"\x01ºpаrR¥­‰Úe±‡¹"
  b"\x01ºpÐÖrƒ‹–Å|˜N‘M"
  b"\x01ºpÐñrb‰rDÏE¸ÀŽ"
  b"\x01ºpÑ\x0Fqó£ø\x1F4¤4gs"
  b"\x01ºpÑ*q²¡Z¢\x1Fƒ·¥û"
  b"\x01ºpÑIqüªÏšŸÛ„®¤"
  b"\x01ºpÑip¸ª,‘Ó\x03eN\x07"
  b"\x01ºpÑŠqT‰T4ài¡¾A"
  b"""
    \x01ºpѳs‹¼Žh\x1F\n
    ¿,“
    """
  b"\x01ºpÑáq‹ÚÿÙ‰ÿøQ"
  b"\x01ºpÒ\x16qi³Ûš<>d6h"
  b"\x01ºpÒFpYº0\x10½¾Qf’"
  b"\x01ºpÒ`q\x1F¨\x0E\x04û¸ªS"
  b"\x01ºpÒxrkŽï\x11DTú½Y"
  b"\x01ºpÒ’sÔ‚\e¶+*£FŠ"
  b"\x01ºpÒ«pᆲ·¹!¡Ýä"
  b"""
    \x01ºpÒËrj“l\n
    ê&Ö­5
    """
  b"\x01ºpÒöq²¾M×…¸´•\x1E"
  b"\x01ºpÓ\x16sü…ØM\x10¹BŸ"
  b"\x01ºpÓ3pˆ›ÝoWß«"
  b"\x01ºpÓSrò®õ‚µõÈMv"
  b"\x01ºpÓsq\x08°ÇŒÁxÀ@‹"
  b"\x01ºpÓ•p‘€\x0Fæ”Z"ƒÖ"
  b"\x01ºpÓ³p-˜ÑEù(mLŽ"
  b"\x01ºpÓÛqÛ°î#.\x0FyÉ%"
  b"\x01ºpÔ\ts\x19§-NO\x17i,’"
  b"\x01ºpÔ3s\x14”¾…9&¼ñU"
  b"\x01ºpÔUqHºEžÈ¯Ë\x1D×"
  b"\x01ºpÔsqz°­ÊHå2_¥"
  b"\x01ºpÔ•s¥ŽI^\røªHÌ"
  b"\x01ºpÔºq’­•ö\x18©\x18"
  b"\x01ºpÔåq]ŠEü—°Ë£A"
  b"\x01ºpÕ\rpg¾â_}¾'\x07"
  b"\x01ºpÛ%pí»F\x11鏾="
  b"\x01ºpÛyq₪†µª[-œ"
  b"""
    \x01ºpÛ£sY 8<${ë\n
    L
    """
  b"\x01ºpÛÏs\tº\x00ªg³ØÅ\x16"
  b"\x01ºpÜ\x05p%†¿rô·GP"
  b"\x01ºpÜ5q'‘ÞçƒÁè\x17"
  b"\x01ºpÜcr%¿\tØþ»è\x1AS"
  b"\x01ºpÜ’qŽ®V\f„6©¿"
  b"\x01ºpÜÀpa†<¾R•4yë"
  b"\x01ºpÜôrÝ„Ê_/Ah‘ö"
  b"\x01ºpÝ"pM¾ŠXÿ•3›Ä"
  b"\x01ºpÝVpC¿\x0E+À¸²4""
  b"\x01ºpÝ”s³¬¸‰Nø\x183’"
  b"\x01ºpÝËp]›¤6»G°Ì"
  b"\x01ºpÞ\x01q\x1D·Lƒ¦®MªÀ"
  b"\x01ºpÞ'p¢¶\x0E¼Sz.¤x"
  b"\x01ºpÞCqH¨ü2·l»‰M"
  b"\x01ºpÞbsÊ»ãëk”jH\x02"
  b"\x01ºpÞ€sù¨À@©“·\x08à"
  b"\x01ºpÞ¥s\x0E›Û<a®wÁ"
  b"\x01ºpÞÍqW¶ð)³à–'Ø"
  b"\x01ºpÞïpG…ÛÑŽ/\x13\x00Õ"
  b"\x01ºpß\x0Froºa\vnK\r"
  b"\x01ºpß2qi·ÍK‰EÓÄ}"
  b"\x01ºpßXpJ¼â\x1F\x05\x19 \x10û"
  b"\x01ºpß|p-§\x11"Y5‡\x16Ì"
  b"\x01ºpß q´¾õÄçœÝŒÍ"
  b"\x01ºpß»rÙ¨ž¿„®Øíê"
  b"\x01ºpßÕsÿ€jðEè3ûF"
  b"\x01ºpßñrӴߨ­\x1Fd¦Ð"
  b"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
99 0.56 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"
]
100 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»‚ªÁ"
]
101 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
102 7.83 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"x\x0F¯­ËÙEb²pgw¹«Aƒ"
]
103 0.85 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ç¡"
]
104 0.98 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/0190ba70b59a719582d5d63a9c9baf09"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
105 0.73 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"
]
106 0.82 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:
[]
107 1.47 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"
]
108 1.47 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"
]
109 1.37 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"
]
110 1.52 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"
]
111 1.15 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"
]
112 0.58 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"%e\x06 \x1F\x18LƇže‹H=HÌ"
]
113 0.33 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
114 0.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "R0SlKIIRrr8w8xzrgAHNW46qq7MmEPKf"
]
115 0.48 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
116 1.43 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"%e\x06 \x1F\x18LƇže‹H=HÌ"
]
117 14.75 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/0190ba70b59a719582d5d63a9c9baf09"
  "/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/0190ba70b4ae71cca6e6cc9bdf3dd034"
  "/detail/0190ba70b51c71dc909cd961bb990d3f"
  "/detail/0190ba55796f73c59d8d4c4f115a867b"
  "/detail/0190ba70b4e5734fb47e719412d2eb22"
  "/detail/0190ba70b481716f97361f7285e40eb5"
  "/detail/0190ba70b5c770e49e265dcb9c4d0cff"
  "/detail/0190ba70b5e672f8a5530f685eec1089"
  "/detail/0190ba70b5577332939a7d129e73eef4"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=PL-2123-24"
  "/detail/53f98306e75d45428aaeaec7fcd99e33"
  "/detail/01909c93a61372dea49a7e625187cfe0"
  "/detail/01909c93a59a72b4a50ce2028d0469c3"
  "/detail/01909c93aa727217bea92eb815d2e711"
  "/detail/45b93ebf6dac4c00a28de51113258ba1"
  "/detail/0190ba70e0ed73a19c83eb24f17028bf"
  "/detail/0190ba70e0c5729bb337be4238caaaf6"
  "/detail/0190ba55799370fba24ebee9d026afc1"
  "/detail/a14dfcb86b3c4a2fad783b07b7c9d155"
  "/detail/01909c934f5b7314a7379296edb28e37"
  "/detail/01909c935a3672bebaa9883574ff8742"
  "/detail/01909c93517d7364870a871e60fc0e0d"
  "/detail/0e2ba0cd3f554f0b95e65bddf8798e29"
  "/detail/01909c937f2672f9aa996f0102dc7b9d"
  "/detail/01909c937e5d70ca82e69ec86ed36b0e"
  "/detail/01909c9382957113a53219944c6a890b"
  "/detail/6697d9a47cf248b6842aadcfd8bc9272"
  "/detail/0190ba70888b718792c6965fb485c0cc"
  "/detail/0190ba70885472968052bd19c8a428d8"
  "/detail/0190ba7088c07381b559352430201abd"
  "/detail/f8fd6ff56c4643e3bfc8745ec53f05f2"
  "/detail/0190ba710a697288888f174d383729f5"
  "/detail/0190ba5579b9712abcff583164254b20"
  "/detail/0190ba710a90713eade2c838d29bac68"
  "/detail/4c92f9ffcf8c4780aa7d3cd2fae80db2"
  "/detail/01909c936b5671c49f0ad448c31347f9"
  "/detail/01909c93697372b2b69c29988b6c9b64"
  "/detail/01909c936e7371a9a58dfda02d429e81"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
118 0.56 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\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.