GET https://dev.cas-technik.de/detail/018d11bab77873c9b5e58bc0b74ae2dc

Query Metrics

116 Database Queries
82 Different statements
284.96 ms Query time

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.85 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.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.63 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 3.19 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ç¡"
  "berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm/"
]
7 0.46 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 63.09 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:
[
  "//berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "/berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "https://dev.cas-technik.de/berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "https://dev.cas-technik.de//berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "/berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "//berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  "berufsbereiche/warnschutz/warnschutz-bundjacken/engel-1544-314-safety-arbeitsjacke/en-1544-314-101-xsm"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.38 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "7YKtm8po0j0F6ylEHdKbOOQVcElSwbCc"
]
10 0.56 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7YKtm8po0j0F6ylEHdKbOOQVcElSwbCc"
]
11 0.41 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
]
12 0.68 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Ž\x11º·xsɵå‹À·JâÜ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
13 1.63 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‚\x03xõq˜‘Ç$‘æì©¸"
]
14 6.28 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‚\x03xõq˜‘Ç$‘æì©¸"
]
15 0.84 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
16 1.20 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"`éç†n§FB¸ð\žô:º±"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
]
17 1.63 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"\x01™€Gƒ²s\x19…Óíe™â!¬"
  b"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"¦¬=kKÝG+±·¹\v\x0E©OÇ"
  b"¦êít-ùI†¡ªa–é~&"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Õ£˜9ÂÀHeÙhô\x06œ³±"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"üËÿ\x057ºG•³\x1AnöÆÛÜ,"
  b"üÌ qŽiJɝ\x00>Qéc«Ù"
]
18 1.55 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
19 1.92 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
20 0.71 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
21 1.89 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
22 0.88 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
23 0.64 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
24 0.61 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"
]
25 0.92 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  b"`éç†n§FB¸ð\žô:º±"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
26 0.43 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
27 0.35 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"
]
28 1.98 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product.visibilities`.`sales_channel_id` = ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
29 9.14 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01‚=>CsØ€¯\x1A\r†À–à"
  b"\x01‚=DÐr)§m|j¥€‘±"
  b"\x01‚=E'qŸï\e\x1A­€º"
  b"\x01‚=Eqp¸†Ã§\x0FœoQ\x1A"
  b"\x01‚=EÑrç•TS\x05صÌs"
  b"\x01‚=F4q\tˆ|Æyôa\x15Å"
  b"\x01‚=FŸrè·¹¥tÃsgï"
  b"\x01‚=G\x02r“©\t°\x1A\x16õÐG"
  b"\x01‚=Gisôƒåû#\x02×ñ\x07"
  b"\x01‚=GÁq²Ž•ìæõ›\r¼"
  b"\x01‚=H\fqñŽ´ö\x08ÎWÊ„"
  b"\x01‚=Hmq`‹:\x10ô‘½%x"
  b"\x01‚=HÂpÞ²¯L3¤åÇQ"
  b"\x01‚=I\x16r$¡\ú–\ZÝ&"
  b"\x01‚=Ip^·A5¥\x1C©JM"
  b"\x01‚=Iëp¯Ÿ‘ž†\x01sõö"
  b"\x01‚=JMr*–|^ÿ½~\x0F"
  b"\x01‚=J–r”:Æ\f"\rüß"
  b"\x01‚=Jøq\x19¤³ZDuÒ"
  b"\x01‚=Kir¼ŒÁ£%X%ñÞ"
  b"\x01‚=KÓq󏮝¼Ù»ÐŽ"
  b"\x01‚=L/s€¯O×á0O98"
  b"\x01‚=L}rË·Ž7#\x1Få†ë"
  b"""
    \x01‚=LÉpޝ×mT Ö\n
    ¢
    """
  b"\x01‚=M$r\x11˜\x0EŽÇ\x12D(î"
  b"\x01‚=MqN²,AïØ´Ö›"
  b"\x01‚=Mßs›õŒ\x0F©g2Û"
  b"\x01‚=N'pÙ§‡®ç\x02æÝZ"
  b"\x01‚=NrréºLIÕoÊ\x06`"
  b"""
    \x01‚=NÑræ‰k¸\n
    é<mà
    """
  b"\x01‚=O1sò¶\x1Aì{§\x13\x16»"
  b"\x01‚=OsO–Qþ6ˤι"
  b"\x01‚=OÝrï•Ôtäf \x02\x1F"
  b"\x01‚=P$qô b\x01æq\x100\t"
  b"\x01‚=Plqxž\x17SÜTì§‘"
  b"\x01‚=P´rÛ½ÝOÿ優0"
  b"\x01‚=Q\x02qwŽ\x06θÑ+ž¶"
  b"\x01‚=QTq«ŒTH€9ïmÙ"
  b"\x01‚=Q¯s׬\x12§œj†nÓ"
  b"\x01‚=R\frù©¼2â“ʸ£"
  b"\x01‚=Reqª‚8±w\x1A}\x12Ø"
  b"\x01‚=R¤pD¨¦+“†Ž\x01Ä"
  b"\x01‚=Rîr_°TðžX:§À"
  b"""
    \x01‚=SEs\n
    °²‹+—ã,\x10
    """
  b"\x01‚=S–s ½X•\x10LÖu©"
  b"\x01‚=Sép±³w|èƒÆÌh"
  b"\x01‚=TDsï´oÑrèâ"u"
  b"\x01‚=T‡pJµDV&΁\x00_"
  b"\x01‚=TÐrsŸ2®*ž„•´"
  b"\x01‚=U\x1Ep,¥¾bž\f\x03ƒX"
  b"\x01‚=UzpÚœ1º¥°+¼"
  b"\x01‚=UÓs*\x00Jx¡\x1EîE"
  b"\x01‚=V(qˆµ²\x07Õ\x01¤Xk"
  b"\x01‚=Vƒs3©Ü\x1FV$Ô\x18Å"
  b"\x01‚=V×qð¹³Ùš|Nyû"
  b"\x01‚=W8q ¯#–^Æ\vÙ\x14"
  b"\x01‚=WŒr§Ÿ"œ»N\x17(\x1D"
  b"\x01‚=W×s˜ƒß$Üø\x18=Y"
  b"\x01‚=X,p"¹q&®ZH\x08Ž"
  b"\x01‚=X–r\x14\x11¼XÔ3à›"
  b"\x01‚=Y\tpލ\x1D4êW°\\x15"
  b"\x01‚=Yms\‹ð\x17\t²ª@f"
  b"""
    \x01‚=YÏrA¡Ê\x1C©\n
    (©˜
    """
  b"\x01‚=Z1s\x10„’\ŸÚg\x1Aý"
  b"\x01‚=`ÚsY¼²’ûcíd¸"
  b"\x01‚=a@q-¿þY&Á¡\n"
  b"\x01‚=aqÓŸ‡QAú÷U."
  b"\x01‚=aâq1¡Ù2Cï³1¦"
  b"\x01‚=bEpù±ó­/“.Êv"
  b"\x01‚=b’sy„[Î\x18\x07€Ò•"
  b"\x01‚=bîsy™žðÛ¬[¦\x07"
  b"\x01‚=c-r¥©}Áܧ‰år"
  b"\x01‚=ciqêŸÜù‚& \x00­"
  b"\x01‚=cªsÓ¤<Ú ¤ìJÿ"
  b"\x01‚=cós8º«vS’j%"
  b"\x01‚=d7pC£\x1Fs\à\x10Nt"
  b"\x01‚=dƒs:´\eÁ\x135\x07Ñ"
  b"\x01‚=dÐrƒŠ\x19!—™\x1Fx\v"
  b"\x01‚=e\x19p²®|‡búáoõ"
]
30 1.64 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"`éç†n§FB¸ð\žô:º±"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"`éç†n§FB¸ð\žô:º±"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"`éç†n§FB¸ð\žô:º±"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"`éç†n§FB¸ð\žô:º±"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"`éç†n§FB¸ð\žô:º±"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"`éç†n§FB¸ð\žô:º±"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
]
31 2.61 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01‚=>CsØ€¯\x1A\r†À–à"
  b"\x01‚=DÐr)§m|j¥€‘±"
  b"\x01‚=E'qŸï\e\x1A­€º"
  b"\x01‚=Eqp¸†Ã§\x0FœoQ\x1A"
  b"\x01‚=EÑrç•TS\x05صÌs"
  b"\x01‚=F4q\tˆ|Æyôa\x15Å"
  b"\x01‚=FŸrè·¹¥tÃsgï"
  b"\x01‚=G\x02r“©\t°\x1A\x16õÐG"
  b"\x01‚=Gisôƒåû#\x02×ñ\x07"
  b"\x01‚=GÁq²Ž•ìæõ›\r¼"
  b"\x01‚=H\fqñŽ´ö\x08ÎWÊ„"
  b"\x01‚=Hmq`‹:\x10ô‘½%x"
  b"\x01‚=HÂpÞ²¯L3¤åÇQ"
  b"\x01‚=I\x16r$¡\ú–\ZÝ&"
  b"\x01‚=Ip^·A5¥\x1C©JM"
  b"\x01‚=Iëp¯Ÿ‘ž†\x01sõö"
  b"\x01‚=JMr*–|^ÿ½~\x0F"
  b"\x01‚=J–r”:Æ\f"\rüß"
  b"\x01‚=Jøq\x19¤³ZDuÒ"
  b"\x01‚=Kir¼ŒÁ£%X%ñÞ"
  b"\x01‚=KÓq󏮝¼Ù»ÐŽ"
  b"\x01‚=L/s€¯O×á0O98"
  b"\x01‚=L}rË·Ž7#\x1Få†ë"
  b"""
    \x01‚=LÉpޝ×mT Ö\n
    ¢
    """
  b"\x01‚=M$r\x11˜\x0EŽÇ\x12D(î"
  b"\x01‚=MqN²,AïØ´Ö›"
  b"\x01‚=Mßs›õŒ\x0F©g2Û"
  b"\x01‚=N'pÙ§‡®ç\x02æÝZ"
  b"\x01‚=NrréºLIÕoÊ\x06`"
  b"""
    \x01‚=NÑræ‰k¸\n
    é<mà
    """
  b"\x01‚=O1sò¶\x1Aì{§\x13\x16»"
  b"\x01‚=OsO–Qþ6ˤι"
  b"\x01‚=OÝrï•Ôtäf \x02\x1F"
  b"\x01‚=P$qô b\x01æq\x100\t"
  b"\x01‚=Plqxž\x17SÜTì§‘"
  b"\x01‚=P´rÛ½ÝOÿ優0"
  b"\x01‚=Q\x02qwŽ\x06θÑ+ž¶"
  b"\x01‚=QTq«ŒTH€9ïmÙ"
  b"\x01‚=Q¯s׬\x12§œj†nÓ"
  b"\x01‚=R\frù©¼2â“ʸ£"
  b"\x01‚=Reqª‚8±w\x1A}\x12Ø"
  b"\x01‚=R¤pD¨¦+“†Ž\x01Ä"
  b"\x01‚=Rîr_°TðžX:§À"
  b"""
    \x01‚=SEs\n
    °²‹+—ã,\x10
    """
  b"\x01‚=S–s ½X•\x10LÖu©"
  b"\x01‚=Sép±³w|èƒÆÌh"
  b"\x01‚=TDsï´oÑrèâ"u"
  b"\x01‚=T‡pJµDV&΁\x00_"
  b"\x01‚=TÐrsŸ2®*ž„•´"
  b"\x01‚=U\x1Ep,¥¾bž\f\x03ƒX"
  b"\x01‚=UzpÚœ1º¥°+¼"
  b"\x01‚=UÓs*\x00Jx¡\x1EîE"
  b"\x01‚=V(qˆµ²\x07Õ\x01¤Xk"
  b"\x01‚=Vƒs3©Ü\x1FV$Ô\x18Å"
  b"\x01‚=V×qð¹³Ùš|Nyû"
  b"\x01‚=W8q ¯#–^Æ\vÙ\x14"
  b"\x01‚=WŒr§Ÿ"œ»N\x17(\x1D"
  b"\x01‚=W×s˜ƒß$Üø\x18=Y"
  b"\x01‚=X,p"¹q&®ZH\x08Ž"
  b"\x01‚=X–r\x14\x11¼XÔ3à›"
  b"\x01‚=Y\tpލ\x1D4êW°\\x15"
  b"\x01‚=Yms\‹ð\x17\t²ª@f"
  b"""
    \x01‚=YÏrA¡Ê\x1C©\n
    (©˜
    """
  b"\x01‚=Z1s\x10„’\ŸÚg\x1Aý"
  b"\x01‚=`ÚsY¼²’ûcíd¸"
  b"\x01‚=a@q-¿þY&Á¡\n"
  b"\x01‚=aqÓŸ‡QAú÷U."
  b"\x01‚=aâq1¡Ù2Cï³1¦"
  b"\x01‚=bEpù±ó­/“.Êv"
  b"\x01‚=b’sy„[Î\x18\x07€Ò•"
  b"\x01‚=bîsy™žðÛ¬[¦\x07"
  b"\x01‚=c-r¥©}Áܧ‰år"
  b"\x01‚=ciqêŸÜù‚& \x00­"
  b"\x01‚=cªsÓ¤<Ú ¤ìJÿ"
  b"\x01‚=cós8º«vS’j%"
  b"\x01‚=d7pC£\x1Fs\à\x10Nt"
  b"\x01‚=dƒs:´\eÁ\x135\x07Ñ"
  b"\x01‚=dÐrƒŠ\x19!—™\x1Fx\v"
  b"\x01‚=e\x19p²®|‡búáoõ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
32 0.49 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Ž\x11º·xsɵå‹À·JâÜ"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
33 0.44 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?, ?, ?, ?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
  b"\x01Š\x19‘»ÎLà³hà`˜X"
  b";«ü%\x03÷D…¯ÆÔ<4i«¨"
  b"}ÝÇØÑ×Nòœ\x12âèªÆw"
  b"ÁU\x1D?oXM¯¢ûOémQh±"
]
34 0.76 ms
# breadcrumb-builder::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"\x01Š\x19‘»ÎLà³hà`˜X"
]
35 1.73 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
36 2.10 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
37 1.04 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âÒ"
]
38 1.36 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âÒ"
]
39 1.21 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"
]
40 0.99 ms
# product::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01\x17Ý]\x1Ds³‚Ñà»./%X"
  b"\x01\x17Ý]\x1Ds³‚Ñà»/áø"
  b"\x01\x17Ý]\x1Ep\x10­›µå„Aþ/"
  b"\x01\x17Ý]\x1Ep\x10­›µå…¶Æè"
]
41 1.72 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
42 3.06 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
43 0.61 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
44 0.54 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‚\x03xõq˜‘Ç$‘æì©¸"
  1
]
45 0.44 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"\x01Ž\x11Ý5rr…¾aÆ%4zŽÍ"
]
46 0.29 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"\x01Ž\x11Ý5rr…¾aÆ%4zŽÍ"
]
47 0.97 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"\x01Ž\x11º·ëqγLÝ’'­s\x16"
  b"\x01Ž\x11º¸\x06p—Ž%1)ƒ*Æ"
  b"\x01Ž\x11º·£pÅŒãð^î¦î_"
  b"\x01Ž\x11º·øs?‚ëŸâ¡(!"
  b"\x01Ž\x11º¸&sYØÎŠÁÛ\x13"
]
48 4.63 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"\x01Ž\x11º·ëqγLÝ’'­s\x16"
  b"\x01Ž\x11º¸\x06p—Ž%1)ƒ*Æ"
  b"\x01Ž\x11º·£pÅŒãð^î¦î_"
  b"\x01Ž\x11º·øs?‚ëŸâ¡(!"
  b"\x01Ž\x11º¸&sYØÎŠÁÛ\x13"
]
49 0.47 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"\x01Ž\x11º·£pÅŒãð^î¦î_"
  b"\x01Ž\x11º·ëqγLÝ’'­s\x16"
  b"\x01Ž\x11º·øs?‚ëŸâ¡(!"
  b"\x01Ž\x11º¸\x06p—Ž%1)ƒ*Æ"
  b"\x01Ž\x11º¸&sYØÎŠÁÛ\x13"
]
50 0.51 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.42 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.48 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.37 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.38 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"\x01Ž\x11º´ŒrȲõÁ\x12\x06g"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 9.82 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?, ?, ?, ?, ?) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product.visibilities`.`sales_channel_id` = ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž\x11º·ëqγLÝ’'­s\x16"
  b"\x01Ž\x11º¸\x06p—Ž%1)ƒ*Æ"
  b"\x01Ž\x11º·£pÅŒãð^î¦î_"
  b"\x01Ž\x11º·øs?‚ëŸâ¡(!"
  b"\x01Ž\x11º¸&sYØÎŠÁÛ\x13"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
56 41.62 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‚\x03y=pê•×’ô³›\x01M"
  b"\x01‚=efqD¯3\x0F³ÌÌèˆ"
  b"\x01‚=n5q\x06§ç\kãr½¯"
  b"\x01‚=n”rÙ…—ÓøkK¾€"
  b"\x01‚=nípþº'\r\x17m\x12"
  b"\x01‚=oNr?¼°œ¹utÛ7"
  b"\x01‚=o«s–£¤jŠ*ó[v"
  b"\x01‚=p\x08s¹Žô`>UQé\x18"
  b"\x01‚=plpe‰\x19&æ³aÇD"
  b"\x01‚=pÌq+¤tk÷\x19*™Í"
  b"\x01‚=q\esx£WG*€\x02"
  b"\x01‚=qop\x0F§¡\_«“àš"
  b"\x01‚=qÈrŸ±úΘtÿäL"
  b"\x01‚=r6qá…Z¦JM#Ü\x19"
  b"\x01‚=ršs€™äÃwk6(\t"
  b"\x01‚=s\x02pþŽW \tæäB"
  b"\x01‚=sos\x07°zíZF\x18\x00É"
  b"\x01‚=s¿q_€þÜh\vbE"
  b"\x01‚=t\x07rŽœ`V±S1ò5"
  b"\x01‚=thqn¤ŽôÙÌ1u "
  b"\x01‚=tÌrQ´ª5„<uQø"
  b"\x01‚=u.pp™\x15\x01ð_×"
  b"\x01‚=u‹r¥¼EDýÓC<M"
  b"\x01‚=uÜsP»ãEŽ’ƒ\x05ß"
  b"\x01‚=v"p‰§\Œ¾\x01£X\f"
  b"\x01‚=vhp²†\x04ìЯeÕË"
  b"\x01‚=v»s›š\x7Flaiæ/¥"
  b"\x01‚=w\x11pƒáyz¸ý?¤"
  b"\x01‚=wSr,±À¢\x16w\x1Cæ\x02"
  b"""
    \x01‚=w¯pøºNÇœ\e\n
    4
    """
  b"\x01‚=wùsq˜¸Nœ\x1C\rXY"
  b"\x01‚=x^p\e€5±÷x’^\r"
  b"\x01‚=x«pS¸hæßò\x14\x08S"
  b"\x01‚=xòqµ‚ëúxËG}t"
  b"\x01‚=yPqV ò<\x1Cùm¶s"
  b"\x01‚=y›p\tŠ\x1E&ÖœQå¨"
  b"\x01‚=yáq™±Âצ ˜cv"
  b"\x01‚=z.q\x07™Ò\x03~”¹´•"
  b"\x01‚=z’q0ˆ\x17¹úMHÝÁ"
  b"\x01‚=zýsˈf\x03õ’º("
  b"\x01‚={Kqt…Üx¼ÛH‰["
  b"\x01‚={²põ›…\x1CÄ}\r¯H"
  b"\x01‚=|\x0ErJ¹d“åôH™Ý"
  b"\x01‚=|ksºŸ7œ_1O}è"
  b"\x01‚=|ÁsB•DAÙ\x06SÙ$"
  b"\x01‚=}\x11qa«Ù¤k=\x15ÁÎ"
  b"\x01‚=}|qu\x11Ä•ÓQòr"
  b"\x01‚=}åpÔ›#\x05>›Åç""
  b"\x01‚=~Erx§°t\x02ßñ8`"
  b"\x01‚=~¨s<¨¾˜¡\x1C¸ã\x19"
  b"""
    \x01‚=\x7F\n
    qÿ³¹ÓZ€¬Á*
    """
  b"\x01‚=\x7FjrÀºG%O MUh"
  b"""
    \x01‚=\x7FËsƒ¹eâ\x08\n
    [ùí
    """
  b"\x01‚=€)pý Vñ©þ\x12\tb"
  b"\x01‚=€ŠsV¬Û‰Ï\x108Á&"
  b"""
    \x01‚=€ßpI¨á\n
    Ïá™å†
    """
  b"\x01‚=.q¯†\x00\x0Fä ¢”"
  b"\x01‚=xq­‚*TÛÕ“ö\x11"
  b"\x01‚=ÄqÕ¥@¹§Ÿäö‹"
  b"\x01‚=‚ rú‡(\x01,¾rÜœ"
  b"\x01‚=‚‰s–ƒo.ªQê ì"
  b"\x01‚=‚ïr1·tõ\x1E3æÄ˜"
  b"\x01‚=ƒ\p&¯¶eOÓ\x08"
  b"\x01‚=ƒ§qW—<(k²\x11}‘"
  b"\x01‚=ƒóp¾‚ô÷}^·®ð"
  b"\x01‚=„CqJ çzìÃp=\x13"
  b"\x01‚=„œqøŽ}š\x15A\x10"
  b"\x01‚=„ìq\x1E½­ò4Ñ'³L"
  b"\x01‚=…AsÖ‰-ð:\x14–q…"
  b"\x01‚=…ŽrP­~b)à«*p"
  b"\x01‚=…äs˜§ Ì<{Fûë"
  b"\x01‚=†Gq¿ª\x07!ÀAª¥U"
  b"""
    \x01‚=†³q<°·¡Ç©\n
    
    """
  b"\x01‚=‡\x19q1ŽØ…‘-“Aþ"
  b"\x01‚=‡yp+¦ëôÀg2è£"
  b"\x01‚=‡Áp\x1DƒAGL¨ât™"
  b"\x01‚=ˆ\x06rޤwæ4Ù\x0E¶÷"
  b"\x01‚=ˆPpÑ›\x13wb º»\x1A"
  b"\x01‚=ˆq'¼\x01Œœt╱"
  b"\x01‚=‰\x05rB›©ì‡-!\v?"
  b"\x01‚=‰Rrކˣž"UŸ#"
  b"\x01‚=‰µrþ”\x0E5œªJXá"
  b"\x01‚=Š\es©‹ž.x\r/Æ”"
  b"\x01‚=Š\x7FpJ€_dâW\x03Èï"
  b"\x01‚=ŠÑrœŒ\x1A•d¢]œ\x07"
  b"\x01‚=‹\x1FrŽŒ¾\x08x@v\x13+"
  b"\x01‚=“\x15qjžÂóØÊÈ\e"
  b"\x01‚=“¤rˆ‚DFß(k\x00A"
  b"\x01‚=“ñqmœJ+þà£y\x04"
  b"\x01‚=”Cq«“á²ë—¼o"
  b"\x01‚=”¡p,«¥+-¥ø»,"
  b"\x01‚=”ÿsò£i¬\x1Cô±V_"
  b"\x01‚=•QsØŽ•2vUÑ¡›"
  b"\x01‚=•®rÙ£(Ž3\x0FÈ\e\x03"
  b"\x01‚=–\x1Ar¶\f½¾I8¹³"
  b"\x01‚=–uqý›—»…’Œ<]"
  b"\x01‚=–Êqi¥{òŸÜìÑÿ"
  b"\x01‚=—%s˜ž¼÷UHó¸ö"
  b"\x01‚=—’qŸ“<eQÒ<G-"
  b"\x01‚=—çrÿ€úfx7\x00˜Õ"
  b"\x01‚=˜Fs\»(R§=½;g"
  b"\x01‚=˜©qÍ ÅØ¤µí€\x08"
  b"\x01‚=™\rqBº€ª\x112,KŠ"
  b"\x01‚=™pr+­ÉXo”iŽö"
  b"\x01‚=™Ðpó”!\x1F7\x1FhXG"
  b"\x01‚=š(så–i\x13ü‚:‹"
  b"\x01‚=š™sƒœžn\x15\x14\x1EÔK"
  b"\x01‚=›\x03qÉ¢µòÎøþ¹$"
  b"\x01‚=›pr«¡‰ºõv5é°"
  b"\x01‚=›Üq@¡ÃGÑ«f\x03"
  b"\x01‚=œMp•¡ £µJ_SÈ"
  b"\x01‚=œºr×´G¥ðÚ[>Y"
  b"\x01‚=\x18r\r™Tä›tg‚J"
  b"\x01‚=r·¢ýÃ\x11•ÂþH"
  b"\x01‚=Úp?•G½\\x11†Dã"
  b"\x01‚=žHqh‚x¨Ü\x18Å­‘"
  b"\x01‚=ž·q\x02·ƒØwŠl„¼"
  b"\x01‚=Ÿ\x1Dqº‰‡¯¨×ÿ#š"
  b"\x01‚=ŸŠrñ¦\x06²îp\f¡\x12"
  b"\x01‚=Ÿõrsœ´–S46 ^"
  b"\x01‚= Vrð†Ï\x17õ†ƒ}Þ"
  b"\x01‚= ºp\x06šb\x193€.£Í"
  b"\x01‚=¡\x0Fr2®Ôß\x0Fi\e·`"
  b"\x01‚=¡_rÒ§*TQŒ_s\x1C"
  b"\x01‚=¡¼r€¿KwÆ×)/\x12"
  b"\x01‚=¢!sÌŠí™\x13…³i"
  b"\x01‚=¢rp\v©+½|âêL_"
  b"\x01‚=¢×sm·›)(^\t»¶"
  b"\x01‚=£5qx¾{üGsÂß¶"
  b"\x01‚=£–qÞº{öÅ\x03E.Ï"
  b"\x01‚=£þqvµ!ëöÀHV"
  b"\x01‚=¤asԏ\x16\vž\x14z'°"
  b"\x01‚=¤Áq\x17—M˜¶4kxà"
  b"\x01‚=¥\x1Fp9•PiKçhŒP"
  b"\x01‚=¥urPš^Vå\x08"
  b"\x01‚=¥Ãs\v³éÇÒûÀ0ÿ"
  b"\x01‚=¦&r±›ú*h\Á\x15"
  b"\x01‚=¦yqz¹d_:ºïm"
  b"\x01‚=¦Ôq®’—œðòkr‘"
  b"\x01‚=§=så¯\x1EËzÈcň"
  b"\x01‚=§£rƨvPÿWF°ç"
  b"\x01‚=¨\x02s¦žp`°ÿ#\x08O"
  b"\x01‚=¨js\x1AˆÉŠÛ¨\x15›ƒ"
  b"\x01‚=¨ÆqQ¯€â°@û\x15Z"
  b"\x01‚=©%r(¶YÞ;Ä>fä"
  b"\x01‚=©ypïºniÀ¯Ù®\x02"
  b"\x01‚=©Âr"‘?\x05¶/Ï#\x1E"
  b"\x01‚=ª(qźÂpÂ8&t\x05"
  b"\x01‚=ª‘s\x10³\x11·\f”´c"
  b"\x01‚=ª÷r7ÅìA:\º\x18"
  b"\x01‚=«Zsu¾©*\x15_\x7F*y"
  b"\x01‚=«Çp £XöF\x00`©u"
  b"\x01‚=¬*s ¨²\x06fN†}r"
  b"\x01‚=¬Žqb«^\x1D\x00\x00"
  b"\x01‚=¬Ýqô¯ \x1FÁ\x1C¯0®"
  b"\x01‚=­'rl‡LïN8\x18["
  b"\x01‚=­zp×»\v©Îo-!%"
  b"\x01‚=­Ås€¶\x06¶Í\x11Ž\x01&"
  b"\x01‚=®\x11pµþ~sÓoy¤"
  b"""
    \x01‚=®[rÛ¸,\n
    —=©T0
    """
  b"\x01‚=®¬põ¾G\x15z\IY·"
  b"\x01‚=¯\x06pÏ«]“\tÄíѹ"
  b"\x01‚=¯Pp€…-*ÝWOjË"
  b"\x01‚=¯­pì»\x1DÉ\x14ÚâtB"
  b"\x01‚=°\x00q2¢yß\x102ÏR±"
  b"\x01‚=°Ns\x18“nvü摝Ž"
  b"\x01‚=°Áp¾•QAnª?\r6"
  b"\x01‚=±#qV£ØûD\x02U¼s"
  b"\x01‚=±…s±°°à5+hæ\x17"
  b"\x01‚=±Úsø‡`U+‹]n¥"
  b"\x01‚=²%q‡˜šÞ¯cà\eS"
  b"\x01‚=²oq\x17´Ö\x0FÓ[‘»ç"
  b"\x01‚=²Às¶«Î«Ô>FòË"
  b"\x01‚=³\x1As¥ƒd<\r³Xÿ"
  b"\x01‚=³hp;‰*Ò¦Ï6U¡"
  b"\x01‚=³»p_Œß€Œ`F÷5"
  b"\x01‚=´\vp\t¦\x08|7jÙŠ"
  b"\x01‚=´rrŸ—¾†—u\x0F"
  b"\x01‚=´ßqª¨Ï %’É W"
  b"\x01‚=µ3rË»\x00~Zð\x06¹é"
  b"\x01‚=µ‡pwªñã•|\x01L*"
  b"\x01‚=µÙpÄŸK\x05Í½ÍæÍ"
  b"\x01‚=¶@p¢¢åÄt¯È”è"
  b"\x01‚=¶¬q„‹9¥&\x1FP~û"
  b"\x01‚=·\x17qb‡¿n÷Ú]M"
  b"\x01‚=·ƒrŽºÈ!y¨,¢"
  b"\x01‚=¿¤sU« Äv\x00q¢´"
  b"\x01‚=À+pU®`›\e~ÜÉþ"
  b"\x01‚=À¥p¡°áÒÂ\x02Žõ"
  b"\x01‚=Á\x19pÕ–mw\t8÷B>"
  b"\x01‚=Á†qS®Ø0™VO\e+"
  b"\x01‚=ÁýsŒ¯´}¾z=ôû"
  b"\x01‚=Âtrø«\x17ÒÁ H\x17"
  b"\x01‚=Â÷p›Ÿ‹®î°\x0F"
  b"\x01‚=Ãls#™\x1E±6'V›æ"
  b"\x01‚=ÃÜp͈l€¢ .ƒ\f"
  b"\x01‚=ÄGpÅ´å—ááêH9"
  b"\x01‚=Ä”rÜ®fõx€«Áñ"
  b"\x01‚=Äõsïž\x10áWW¢§h"
  b"\x01‚=ÅTsaœ»ØýȽ©G"
  b"\x01‚=žq€ž\r/å…l›j"
  b"\x01‚=Æ r(œƒ‚ÏŽÀ\x11"
  b"\x01‚=Ƈrö–;pÞÄTæã"
  b"\x01‚=ÆõsÌ–Úr˜‹»M\x01"
  b"\x01‚=ÇmsD¸UüÄË\e°a"
  b"\x01‚=Çèp)ªŒ\x0EÆè3\x16<"
  b"\x01‚=Èoq0…\x03[C…:¸’"
  b"\x01‚=Èôs\x14–jx¼BØÁÃ"
  b"\x01‚=Émsä¯Fkï\vy\x10°"
  b"\x01‚=ÉÞqá¤f‰lÏYr&"
  b"\x01‚=ÊPs¿¨£…Wçqd¸"
  b"\x01‚=ÊÁsײºš\x03Åá)v"
  b"\x01‚=Ë-pç¯eºŸ¨z[î"
  b"\x01‚=ˬpK€j#§Ÿ\x00_\x18"
  b"\x01‚=Ì$pÑ—Æz#\x18ÉÅx"
  b"\x01‚=ÌŸs¾¯‰Y÷]¹¢"
  b"\x01‚=Í\x0Esbš!žÍ,£V7"
  b"\x01‚=Íys{š`\x03N\x137’ý"
  b"\x01‚=Íêq~Ž"ÑË<·å'"
  b"\x01‚=Î]ss¬ß–4)÷\x14ö"
  b"\x01‚=ÎÂs\x03®*Fhdê\x02ª"
  b"\x01‚=Ï/q7žDÀyxÜeD"
  b"\x01‚=Ï•p^³Ì‹\x0F‚êë¡"
  b"\x01‚=Ð\tqì¡ÂÀ¨žz! "
  b"\x01‚=Ð…q1­p®ÆXø\x1Eÿ"
  b"\x01‚=ÐúpWˆÆDb&\x12"
  b"\x01‚=ÑWpñƒˆ\x14ûï\rø¦"
  b"\x01‚=ÑÂq\x16´ÔŠq¯Ë‹"
  b"\x01‚=Ò'q<­\x17WyÄÅuì"
  b"\x01‚=Ò”qŽ®KtÄ~ó”Y"
  b"\x01‚=Ó\x11sƲðés­GÔÊ"
  b"\x01‚=ÓeqN¾”ÇÊb“\v\x15"
  b"\x01‚=ÓÍqËŽ\x15R%àXç,"
  b"\x01‚=Ô)sq¢„Ô[&ö\f"
  b"\x01‚=ԏqéœ\x05ƒ©<Î9ž"
  b"\x01‚=ÔåpäŒÒ\x02ýà'ÛŠ"
  b"\x01‚=Õ>qòŸ˜Ž"H#-Q"
  b"\x01‚=Տpð¨ú…Ö\x7F¸hÈ"
  b"\x01‚=ÕîpœñΆÃA¬­"
  b"\x01‚=ÖBs¬“\x01؇|)e"
  b"\x01‚=Ö‘s\x05ž\x1DÅˆ±\x1D\x15"
  b"\x01‚=Öìsp·ÝŽ;(‘Ÿ"
  b"\x01‚=×HpŽ¢'Ñëúò\x00\x17"
  b"\x01‚=פp‹Ý-´i[©µ"
  b"\x01‚=×÷r„¦Ž½ÌÐŽÕÞ"
  b"\x01‚=ØRpB‘z\x0E\x13¯§"
  b"""
    \x01‚=رsê¤$\x1D\n
    'ŸÏì
    """
  b"\x01‚=Øøpp¿‰¹\x11©)$ö"
  b"\x01‚=ÙCqj˜Þ ¢_\x04‹%"
  b"\x01‚=Ù†s8»iz°jöóÄ"
  b"\x01‚=ÙÑsÞº_‚ àñ\x15õ"
  b"\x01‚=Ú\x1Er±¹—ûýI»–Q"
  b"\x01‚=Úfp~„ª‚\x12׺.{"
  b"\x01‚=Ú®pɲ\ä³\vêŽ6"
  b"\x01‚=Û\x0Fs0·ô“:OO®d"
  b"\x01‚=Ûlqc±·Oª\rÕŽô"
  b"\x01‚\x03y„q>¨†|óµÑ¹}"
  b"\x01‚=è&s\x00‘1®°`€/\x1F"
  b"\x01‚=éÈsO„~v#C™‰\x12"
  b"\x01‚=ê pøŽ mB\x06©Ðm"
  b"\x01‚=êwq`Å›ãF÷Áu"
  b"\x01‚=êâqš»"\tãªîþa"
  b"\x01‚=ëBs¤™£™-v¹˜Ô"
  b"\x01‚=ë™rÛ¸\x1D1.\x13ñdS"
  b"""
    \x01‚=ì\x08s–¯û.Þ\n
    /Sù
    """
  b"\x01‚=ìsrû¦Êí+BA¬¤"
  b"\x01‚=ìÙrþ Åµ/Ì\x05â\x07"
  b"\x01‚=í:r$³\x18¯bÌÈe\n"
  b"\x01‚=í™px–\x1Cê??p\x00Z"
  b"\x01‚=íüpþ£Íÿn`~‡w"
  b"\x01‚=örsD·f‡áfnZ…"
  b"\x01‚=÷\x06p‘«x${G¥w6"
  b"\x01‚=÷mp¸‰¢Áï(.¼¿"
  b"""
    \x01‚=÷Áq\n
    ·Î­UM\x08
    """
  b"\x01‚=ø\x17r\x17¡à\x7F!Y’„"
  b"\x01‚=øfr%‹TÝК6Q\x19"
  b"\x01‚=øÍqò”Z½#\x10#Ä×"
  b"\x01‚=ù3rS½;”ÿ&¶*š"
  b"\x01‚=ùŒpP›“dÇïe0\x07"
  b"\x01‚=ùÜr\x08¦1…îìm\x11Ù"
  b"\x01‚=úKqò‰„r´óó\x10\x16"
  b"\x01‚=ú¸ps¸»yÒ+å}´"
  b"\x01‚=û$sq”îô\x07\t@Ö·"
  b"\x01‚=û…r °ÿÚBób\x1F/"
  b"\x01‚=ûÛs•ŸåØ \x14N"
  b"\x01‚=ü=qvˆ\x01ÉÁ—4å>"
  b"\x01‚=ü˜pu¢Ê_\x11WVzO"
  b"\x01‚=üëq~ŽM–lïªË\x12"
  b"\x01‚=ýXp(¢½*¯œ\x10\x10+"
  b"\x01‚=ýËr€šN´° ¥ù"
  b"\x01‚=þ&rK‹Û:×`\x1Dµõ"
  b"\x01‚=þ\x7FqJ½ÑáÚHD\x11J"
  b"\x01‚=þàpm…â“çÆ¢QJ"
  b"""
    \x01‚=ÿ>r›\n
    Ã"´}‘å
    """
  b"""
    \x01‚=ÿ¦s)»à9½‡\n
    üZ
    """
  b"\x01‚>\x00\x08r\t„Éþô\x1D#c-"
  b"\x01‚>\x00RrƸpgaj‰iò"
  b"\x01‚>\x00—r\x07µ³:æŒèâ°"
  b"\x01‚>\x00ísñ‹W•›FFd\t"
  b"\x01‚>\x01Rr\x05³n%Q}"Ë"
  b"\x01‚>\x01±q\x00¹þ\x05´Ë©ö˜"
  b"\x01‚>\x02\frMªxù”0èjz"
  b"""
    \x01‚>\x02pr¯ ‰l\n
    t$-\x1C
    """
  b"\x01‚>\x02×s̹Æhô\x12"
  b"\x01‚>\x03Fs\´É»GNt¦"
  b"\x01‚>\x03³rÄ\n\x00P`4áå"
  b"\x01‚>\x04\x11rx¯Ô"ð\x14 ›ü"
  b"\x01‚>\x04rr\x1D˜’UŽPå\x04ç"
  b"\x01‚>\x04Èqx’\x02aå6†ñ\x13"
  b"\x01‚>\x05\x11p+ž`SŒ‚XÍÜ"
  b"\x01‚>\x05VsêŠünqé§\x04\x10"
  b"\x01‚>\x05°sÈŒ!„„“\x12"
  b"\x01‚>\x06\x14rx¿xÈRŽ\x05"
  b"\x01‚>\x06tr\x08¤\täv?ÙÍÁ"
  b"\x01‚>\x06×q¤çIH¢¾N÷"
  b"\x01‚>\x071s“•P›\¸Èß"
  b"\x01‚>\x07wrn®ÎЊ;H"q"
  b"\x01‚>\x07ÖrP¼ËòPI~z["
  b"\x01‚>\x08:q$š—t»x!Ši"
  b"\x01‚>\x08p´¥Â)Ñï!¿@"
  b"\x01‚>\x08äqP­]ë‚\x05LàQ"
  b"\x01‚>\tHp÷£ûö«D;>÷"
  b"\x01‚>\t®pt´`?¾]OÜ\x1E"
  b"""
    \x01‚>\n
    \x0Fs\r¢”ó(\x12—=ö
    """
  b"""
    \x01‚>\n
    ur¥…^2\x1DÂX1Ñ
    """
  b"""
    \x01‚>\n
    Þr)š:ã.µÐ}Ì
    """
  b"\x01‚>\v,s\x12ŽÎÀÍy¾Ê\x01"
  b"""
    \x01‚>\v€p9ž\n
    ¼Ì\x03ÍÔn
    """
  b"\x01‚>\vÄrñ­ˆ\x07f*ÕÌ¿"
  b"""
    \x01‚>\f\n
    qhŸ!¡¼€Î¤
    """
  b"\x01‚>\fUqÞ‘\\x11ˆ¿\x1Fúè"
  b"\x01‚>\f s6¬¯ã<\x17L8Œ"
  b"\x01‚>\fýsšŒ\vîZ€ä·."
  b"\x01‚>\rHs!Žë5›w6† "
  b"\x01‚>\r’sÀ‚^Í;¡Ø]\x14"
  b"\x01‚>\røsW¤èÝY€Xü€"
  b"\x01‚>\x0EYqI©‹x,PÏŸq"
  b"\x01‚>\x0E»rœ—·eY`h<\x17"
  b"\x01‚>\x0F\x1Fr\x16\x03h.G»Î2"
  b"\x01‚>\x0F{rS¸ã\x15\x0Fìœ"
  b"\x01‚>\x0Fâr'˜¯\x1Dko<än"
  b"\x01‚>\x10Jq½­˜\x127M4ìñ"
  b"\x01‚>\x10³sqŽT:@“—̤"
  b"\x01‚>\x11\x18pÛ¡}\f!+ŒBá"
  b"\x01‚>\x11qr9¤Ba¦¾Žãù"
  b"\x01‚>\x11Íqá„M¾’IÖ3\t"
  b"\x01‚>\x12,s‰¬5zÚ ¼Ræ"
  b"\x01‚>\x12Œsk´S9\x11\x05›ƒä"
  b"\x01‚>\x12ÖsÄ…6íPÈ®ó\x17"
  b"\x01‚>\x13$qJŠLõRb7>"
  b"\x01‚>\x13nr@¥ûû`Ñg€\x07"
  b"\x01‚>\x13¾r0¸>©\v\x11ù\x15®"
  b"""
    \x01‚>\x14\n
    p†’\x0F;’\tY~ï
    """
  b"""
    \x01‚>\x14hr;¦\x1E¥Þ6\n
    x3
    """
  b"\x01‚>\x14Îs\x08‘Á–É2à\x15["
  b"\x01‚>\x15#s&Ÿ6’;jëåæ"
  b"\x01‚>\x15‰rû’B{\x1EVÍ,ç"
  b"\x01‚>\x15ßr3¦ã\x0E„6ŸB¬"
  b"\x01‚>\x16,p”¸Q\x13NãË{à"
  b"\x01‚>\x16~qÁ‚{i\f\v¡m"
  b"\x01‚>\x16Çq8¨àßá=Ë\+"
  b"\x01‚>\x17/pŸ¢„tKàó&y"
  b"\x01‚>\x17…qÓ˜Fb¯Z_›/"
  b"\x01‚>\x17Ös›ºšñŸ¼\x13"
  b"\x01‚>\x18 q q0Ý$\x7FÀ†"
  b"\x01‚>\x18irá™\x1AWþ\w¹5"
  b"\x01‚>\x18²p°¹\x04’F-”’r"
  b"\x01‚>\x19\tqC³w£Õ»þ“o"
  b"\x01‚>\x19Qrß¡av1\x11ÁGÊ"
  b"\x01‚>\x19¯rU“\v\f·4~!‘"
  b"\x01‚>!}sâšž7¨µŽd’"
  b"\x01‚>!þq5°\x02já*\x00\ræ"
  b"\x01‚>"Gq鯚™0‚^Ö†"
  b"\x01‚>"p#›ˆ%zL…0"
  b"\x01‚>"ás=|`4‘–\vS"
  b"\x01‚>#,qW—\vÙý•\x06íÚ"
  b"\x01‚>#sr’¡†W&\x1DÔ]«"
  b"\x01‚>#¾r¸•y1ϱâ…"
  b"\x01‚>$\x10qé¸k“DÌ\x12Õ"
  b"\x01‚>$Xr\r¦\x1DdˆÔ\t8n"
  b"\x01‚>$œp¡›Ñóqîb¯‹"
  b"\x01‚>$ãq¦ªÚ|YÜ)~é"
  b"\x01‚>%-qþ Üò®Î³,ö"
  b"\x01‚>%xsŠƒ»2mø9Ò\x18"
  b"\x01‚>%ÉpV”\x1C\x1E\x1Eë‚\A"
  b"\x01‚>&\x17sA½Š!ùG”dU"
  b"\x01‚>&bp«¹\x19á–\ꛥ"
  b"\x01‚>&¸r÷ޑީ\tÙ*\x07"
  b"\x01‚>'\x1Dq—•êV“\x14¯ã©"
  b"\x01‚>'sž\x10£._žS§"
  b"\x01‚>'âp)›lZ{†›t·"
  b"\x01‚>(:pb–lié\fù·o"
  b"\x01‚>(œp¥ƒ§\x14~UVÝX"
  b"\x01‚>(üpõ”&{F{“{X"
  b"\x01‚>)\rÖ¸©ëï\x19\x1A"
  b"\x01‚>)ÎrǧÍFon\x08Œ4"
  b"\x01‚>*@sO¤f¢¯iO*÷"
  b"\x01‚>*—r\x02ž¢%Bdoå«"
  b"\x01‚>+\x02s)½‹Îž6lšt"
  b"\x01‚>+fq²®À°\x1E\rn6Ä"
  b"\x01‚>+Èp\x01¨§±%G›„"
  b"\x01‚>,1p‰¾<Çqb+a‰"
  b"\x01‚>,‚r#“Hââ…$óh"
  b"\x01‚>,ÖrÜ‹\x11jgG\x1FªÍ"
  b"\x01‚>-!s†‡\x11¨Ò¿î{•"
  b"\x01‚>-nsA‚ÎtxÔp\x16Í"
  b"\x01‚>-Åq\x10ˆaº#:×8:"
  b"\x01‚>.\x1Ep\x05°5¬†—¹„Ó"
  b"\x01‚>.vqX“Ç|æ\x03;Š|"
  b"\x01‚>.Ûp\x16Ÿeè"$ ¥)"
  b"\x01‚>/@pÆ—?«Ž>ŽŽ$"
  b"\x01‚>/‰pð“Ìœvº¸© "
  b"\x01‚>/Ûsñ¸@™)V„%”"
  b"\x01‚>0$prƒ®\x0FO%€kµ"
  b"\x01‚>0nrŸšlúá\x06Q£:"
  b"\x01‚>0¶p칃Æ1\x15ÊãÜ"
  b"\x01‚>1\x02s¿—®A*Ž6ds"
  b"\x01‚>1Ss0½"õൿ×o"
  b"\x01‚>1©p\f©®®¯!´]÷"
  b"\x01‚>2\fp£¹ÞÅŒ\tӐ®"
  b"\x01‚>2kqc©=[z¢‘®u"
  b"\x01‚>2Êq³¦{\x1A\x19ÇŽ%`"
  b"\x01‚>3+r\x04§ƒØî\x7F}<x"
  b"\x01‚>3Žp>ºõD\x18Äö¾>"
  b"\x01‚>3Ùsq¸Ã\x17¿hòº­"
  b"\x01‚>4\er6¸;™dìÄ]\x04"
  b"\x01‚>4cs¹©¨ª\x194KTõ"
  b"\x01‚>4©sA©•¼sAžãM"
  b"\x01‚>4òp\x15»’e=äŒåË"
  b"\x01‚>58r\x16À\x0FÃ\x16“'"
  b"\x01‚>5q7£\x05['І.’"
  b"\x01‚>5Æs\x11Ž[ý~\x15æ\x7F\n"
  b"\x01‚>6\x10pW¹)U‘hö\ve"
  b"\x01‚>6Vr' +ÇW——Á¬"
  b"\x01‚>6®r¡Œ\x14º€\x02\fâ"
  b"\x01‚>6ørؾ¡iä´ˆÒy"
  b"""
    \x01‚>7Bq\n
    ¦ŽÃ¡ ^1
    """
  b"\x01‚>7Žq?Žd¼\‘ÞÚ\x16"
  b"\x01‚>7âp÷í"Ä\x15\x08†ö"
  b"\x01‚>8;sI—±°\x1E¢cQ:"
  b"\x01‚>8ŽpÚ²0y•gÁS\x1D"
  b"\x01‚>8ÖpÄ ç@ST&`‡"
  b"\x01‚>96s‹´\e+ŸŽcj\x1A"
  b"\x01‚>9’q\x15‡Á¹"\x00Ï‹ƒ"
  b"\x01‚>9÷p\x01¯P/\x04õûùg"
  b"\x01‚>:Zs/¼\x02ô‘ÕhÁÃ"
  b"\x01‚>:­q8¶¤´"ó²Ã\f"
  b"\x01‚>;\x1Ap¬º\x1F µÉ)#õ"
  b"\x01‚>;iqZ¹\x05\x00µ\v""
  b"\x01‚>;ØsòµÕhÓ\ea¤D"
  b"\x01‚><5sQ*£ö\x00ç,\x0F"
  b"\x01‚><\x7FrB±M“"¨³$\x1E"
  b"\x01‚><Ês]ŒäX;+\x0FÑ3"
  b"\x01‚>=\x0Fs¿»µÎ[**?Ö"
  b"\x01‚>=UqË—“c\x01âì\x14Z"
  b"\x01‚>=—sÆ­‚\x0E /‚k"
  b"\x01‚>=Ýq$»è¢)W™?G"
  b"\x01‚>>%sÿ‰YXÖϾp…"
  b"\x01‚>>lr냠|\vŽ\x01(\x0F"
  b"\x01‚>>¼p„¦ÊØ&\x19K!\x05"
  b"\x01‚>>ûq ˜Øf\x12ZÛД"
  b"\x01‚>?:sf”\x05L\x19®™Uµ"
  b"\x01‚>?~p\x02Ÿ\x1D³×X•:;"
  b"\x01‚>?Òrô¡½c\t¨ÃM"
  b"\x01‚>@\x16s;“\x18 °Â‰\v"
  b"\x01‚>@\s¤´ÑVÉåô’2"
  b"\x01‚>@«p©žgÔµÔÓ£å"
  b"\x01‚>@ör(µ&LHãß¼X"
  b"\x01‚>ABp¹ŽX­Ùø”"
  b"\x01‚>A‰pŸèøMEÐïZ"
  b"\x01‚>IHpÒ‹ì­îª\x14º\x15"
  b"\x01‚>Ièsõ´LvíÙ¿ð«"
  b"\x01‚>JWrL½Òé{(Uç3"
  b"\x01‚>JÄp4¡Øn g{P"
  b"\x01‚>K\x1Ap'‡4÷*¢kh÷"
  b"\x01‚>Kisÿ”Žžg™\x04"
  b"\x01‚>K»s†Ÿ×£DOc$\x18"
  b"""
    \x01‚>L\x0FrŽ…‘çØ\n
    ~&Ÿ
    """
  b"\x01‚>L]pÜ…]\x14À\x7F»:µ"
  b"\x01‚>Lºs¶¡kÄå[xñ&"
  b"\x01‚\x03y£rü«¾²Æ "AU"
  b"\x01‚>M\x12pЦmŽ\x12´Q«í"
  b"\x01‚>M|r¸¶CŒb©Ó’="
  b"\x01‚>MÕpQ´–Êv¨ P\x19"
  b"\x01‚>N;q9“}æ_s\x0F·‘"
  b"\x01‚>NŸr··>Á·Ÿ‚ðë"
  b"""
    \x01‚>O\x04qº°#{\n
    •¿?ï
    """
  b"\x01‚>Oos¬¢S\x15°š.g¬"
  b"\x01‚>OÙsû¨Õ×xÆ„ØÀ"
  b"\x01‚>PAr=ã0r)`ch"
  b"\x01‚>P«qʵ•ÿsU\x05ÐH"
  b"\x01‚>Q\x10rK¼§£cFFj\x17"
  b"\x01‚>QzpQ«­*dð\x08is"
  b"\x01‚>QÅqn°?«ðuc "
  b"\x01‚>R\x11pI¯ÌD¿†pMi"
  b"\x01‚>Req%©¶'<bEqÅ"
  b"\x01‚>RÆrÙ”ç}[µÌm"
  b"\x01‚>S8s@…XO.\fð­A"
  b"""
    \x01‚>S©p¨°*\n
    iÍUü¬
    """
  b"\x01‚>T\x1Cp½ˆ5µñ5"\x05¯"
  b"\x01‚>T‘sh‘þ\x1AÛ\x19̵ë"
  b"\x01‚>TþrZ™„LNܘÙï"
  b"\x01‚>U}p°Œ#*<Ù\x1C"
  b"\x01‚>Uõp»žiig:ZšÔ"
  b"\x01‚>V]r‘•zãé‘퀛"
  b"\x01‚>Vàs«¯òúØX–gN"
  b"\x01‚>WNr1Ÿ«ÑOyFç "
  b"\x01‚>W¿q\§SôIµ+³l"
  b"\x01‚>X\x17r\x11©*Ò0lük\x17"
  b"\x01‚>X{pJµiŪO©ô\x16"
  b"\x01‚>Xçr\x16ªÎ•uð4Dø"
  b"\x01‚>YIq1ŠÔÈŒƒ‡\x10'"
  b"\x01‚>Y±r|m¥á¥{c”"
  b"""
    \x01‚>Z\n
    r_‹Žü•\x7F\x16_x
    """
  b"\x01‚>ZisYª‡GY\t5¥É"
  b"\x01‚>ZËq¼›‚†ž3\v'\x13"
  b"\x01‚>[3r\x14ˆÊ»B;åñ¦"
  b"\x01‚>[žrZ£Gt%\û+Y"
  b"\x01‚>[ýsE’\x12Ã\x16A6\x14W"
  b"\x01‚>\ir\x7F§j–w—\x04fr"
  b"\x01‚>\×qå§NÈ\x03棆:"
  b"\x01‚>]?qd·Y\fYL\¹;"
  b"\x01‚>]¢rÔŽ‘WýhÇÂ{"
  b"\x01‚>^\tpÉš\v(\t\x08f~"
  b"\x01‚>^`sú£\x17R\x05œ\x7Fò´"
  b"\x01‚>^Âsò²Üm:Kp"
  b"\x01‚>_.pi€$hÜ0”=\x0F"
  b"\x01‚>_‰r9•ÑŠóÖÙŠ“"
  b"\x01‚>_ôrÖ„\x02žƒŽ\x1Eâ'"
  b"\x01‚>`Xqõº°\x14¡Å3˜…"
  b"\x01‚>`®q×±\\x00}VÉ©¼"
  b"\x01‚>`ûpVŒ´¼+îÜŽ"
  b"\x01‚>aGrž£¨Ùîí\x06"
  b"\x01‚>a”p½£Â!`QYp#"
  b"\x01‚>añpù]Wˆ¨8£¼"
  b"\x01‚>bDsÜŸƒÀÿõ±á"
  b"\x01‚>b®p.1©åòºU\v"
  b"\x01‚>c\x14pMþ*ÝÀ†¾"
  b"""
    \x01‚>crpì»’\t\n
    7Ǻ\t
    """
  b"\x01‚>cÇqk‰li4\x06üXí"
  b"\x01‚>d"s‹­z\tÖyoéÙ"
  b"\x01‚>dwr\x19¢ãñfT×}7"
  b"\x01‚>dÂpáœ×o©\x1AZkÕ"
  b"\x01‚>e\x15p\x01\r¿©ÃÃ\x07"
  b"\x01‚>easø‚Zq&¦‹£¡"
  b"\x01‚>e¦q9µ\x03\vYùÖ““"
  b"\x01‚>eór-®º¡õg=™Q"
  b"\x01‚>f@qò¯JL¹¾¹î­"
  b"\x01‚>fŽr™|]\x08ÔÇÊ_"
  b"\x01‚>fÿp\™£‘E€\x079\x0E"
  b"\x01‚>glqë¿—G¾·­â "
  b"""
    \x01‚>gÍpã¼_‰‰Jø\n
    ö
    """
  b"\x01‚>h:q{„L(ky÷„U"
  b"\x01‚>h¦q\x11š[-ß¾~«\x0F"
  b"""
    \x01‚>i\n
    r¼£\x1AÞ˜¢˜o‡
    """
  b"\x01‚>i_pþ¸&Ù0ÿTè"
  b"\x01‚>i¸r„˜O¥"\x05\x11ˆ­"
  b"\x01‚>j\x15pÏ®q­ÒÆP©"
  b"\x01‚>jfs•‚#}ž”\fóÝ"
  b"\x01‚>j·sF‰¥\x0EÓ%@ê¢"
  b"\x01‚>k\x19sÕ•ÿ|0KÐ6<"
  b"\x01‚>k{rq„h-?'ÁJ\x1C"
  b"\x01‚>kÅr-”Á\rÒhÄ´"
  b"\x01‚>l%r\x17ˆÓ8p½\x01À\x05"
  b"""
    \x01‚>l†q\n
    ¼>~]á\x06
    """
  b"\x01‚>lês¤²\x10\x02\r\v©ÕÌ"
  b"\x01‚>mIs¬©B/UùF\x13s"
  b"\x01‚>m˜pâžS[¨7[£\e"
  b"\x01‚>mâr§˜\x0F\eù/°d9"
  b"\x01‚>n1qo-†þü;—ï"
  b"\x01‚>nšp!¤_\x0El\x00A\x15g"
  b"\x01‚>y[qi“ÎÐjÕ\x19"
  b"\x01‚>yêpw ‹šÄ"ÀÒp"
  b"\x01‚>zJp)‡à\es±”€ã"
  b"\x01‚>z²pSƒ%ÅÅV9ÈÛ"
  b"\x01‚>{\x15q\x10£æµb\x1FŸ ³"
  b"\x01‚>{~r*¨\x1EæPS\x12"
  b"\x01‚>{ïp·ˆK$\x01\x1D"
  b"\x01‚>|Tp[”=Û'½|\x19ö"
  b"\x01‚>|­ph­zŽ\x18\x1EêXÓ"
  b"\x01‚>|ûp4¸öxÛx3É9"
  b"\x01‚>}is€®õÃKDP&Ý"
  b"""
    \x01‚>}Äs²¶x,Bî\n
    ÷:
    """
  b"\x01‚>~\x1Ar¸Œ‡ÖÓ ý~1"
  b"\x01‚>~kr½…>Ý\x1C'tøC"
  b"\x01‚>~Árà¢øéÂ@'d‚"
  b"\x01‚>\x7F\x1AsðªƒôÞ£ž»‚"
  b"\x01‚>\x7Fkp£­Cö~‰Žàf"
  b"\x01‚>\x7F¸rÕ‰²Ñµ®A×Õ"
  b"\x01‚>€\x04r£½ë0†5á\x01Š"
  b"\x01‚>€Rsðˆ\x006QÞíÃ"
  b"\x01‚>€£rm¡\x0F±$‚´µ"
  b"""
    \x01‚>\n
    r-€H\x02Íz³ŒË
    """
  b"\x01‚>trP©q¦'1â¹³"
  b"\x01‚>Óp–Pùì\x155Ù;"
  b"\x01‚>‚\x1FqГ 0̐6\x03,"
  b"\x01‚>‚jqÆŒÇ{ý,7HÝ"
  b"\x01‚>‚¸s\e·Ì{QÛbDR"
  b"\x01‚>ƒ\x0FqšƒZçóæÇ§Ð"
  b"\x01‚>ƒjp­¢snT\x16-&#"
  b"\x01‚>ƒËp%‹\x08Ð=\x02³£\x17"
  b"\x01‚>„\ep¡·ôïqŽÔƒš"
  b"\x01‚>„spĈUŸÖÍV‹O"
  b"\x01‚>„Ærö¤õû\x11;É@¸"
  b"\x01‚>…\x18pÁÀD¹qêtå"
  b"\x01‚>…xp\r·Fž,bë\x0E½"
  b"\x01‚>…ìp\r«AvåB\x1A\x07\x08"
  b"\x01‚>†Zq¸ ¦P\x14&îÔŒ"
  b"\x01‚>†¾rð±Ãsß⥨¢"
  b"\x01‚>‡\x06ph„Ñ„ÛIoˆÕ"
  b"\x01‚>‡`sÚ©\x02Ù…Û®IÕ"
  b"\x01‚>‡´sÐŽ\\x11޳\rÔ\x08"
  b"\x01‚>ˆ\es¦šNªÙDë˃"
  b"\x01‚>ˆ~p¸–“\fÔ†[\x02\x19"
  b"\x01‚>ˆér=‹\x15Ö/D± ­"
  b"\x01‚>‰FrÉ¡!§\x07s‚Ò%"
  b"\x01‚>‰šqc•\x1EŸQ\x10\x06›<"
  b"\x01‚>Š\x01s•ó_J‡6²<"
  b"\x01‚>Šcpv¦0«\x15>øŽ"
  b"\x01‚>ŠÙs?’\x05`Í}¬èX"
  b"\x01‚>‹KqÚžT\x0Fè_É«\t"
  b"\x01‚>‹©púº‘½öM¢\x03J"
  b"\x01‚>Œ\fr[•^ƈð\x1Eúl"
  b"\x01‚>Œoq#ƒ$\f\x18êÛ<Ñ"
  b"\x01‚>Œ¼q¼¡wƘ¥K6"
  b"\x01‚>Ž\x18sµ¶¥ßLlh²\e"
  b"\x01‚>Ž\x7Fp²…¤pí\x13ž¯ó"
  b"""
    \x01‚>Žëp8¤ûA\x07\n
    
    """
  b"\x01‚>ŽIqƒ½\x14Ñ©c\vSB"
  b"\x01‚>Ž r`¯?\x10LÑ_;Ê"
  b"\x01‚>\tqW­†ê.ÙãúN"
  b"\x01‚>\s͸=úÞ\x1CsŽ="
  b"\x01‚>Âqù¤q²Íù7Q\f"
  b"\x01‚>,rh«ƒ=?è»e,"
  b"\x01‚>—r‚¸éR}%œ\x15"
  b"\x01‚>‘\x00px¡÷ÀM\x1F¤Í\x12"
  b"\x01‚>‘kp‰¢¸Sð7‡\x19³"
  b"\x01‚>‘Örþ¬Í¢<V\x14"
  b"\x01‚>’=sz«êÇ5â\x7F›ú"
  b"\x01‚>’¤s!¼03{\x1A"
  b"""
    \x01‚>“\n
    q7”47a"ÙM
    """
  b"\x01‚>“er\x05м.:e¼¡Ö"
  b"\x01‚>“ÑqK¨å)tÈ\x12Äj"
  b"\x01‚>”)s\x07¤ÚÔÅ‘p´Û"
  b"\x01‚>”wsÔ®HÿøÝ¹\x01Ú"
  b"\x01‚>”Åsn£|}©=^T\x08"
  b"\x01‚>•\x1DrϨ׺±{Š™´"
  b"\x01‚>•Šqœ™„Œ‘nfu¼"
  b"\x01‚>•úr½ª-ãM\tÚ›Ì"
  b"\x01‚>–TpØ °KjÒwû6"
  b"""
    \x01‚>–¦s\n
    »õw\x07·ÌÿÃ
    """
  b"""
    \x01‚>–÷p\x1F¯5D\n
    ä• @
    """
  b"\x01‚>—jq\x14µGFF!l‘-"
  b"\x01‚>—Úp—¡›¯ù”;?ì"
  b"\x01‚>˜Cr„°ýlGOLŠå"
  b"\x01‚>˜œsí«É{½§a%\x19"
  b"\x01‚>™\x01q\e¸JÎfÿ¹¡T"
  b"\x01‚>™Zs\x12¿\x0FÂä¦.§ú"
  b"\x01‚>™¼s¥¨64&Òw8"
  b"\x01‚>š\tq³­övÜ-d%û"
  b"\x01‚>šdr\x1E’¸e,¨Áä"
  b"\x01‚>š¯qPŽÜG³pSò\x1D"
  b"\x01‚>›\x05r~†Çy\vÆ“3F"
  b"\x01‚>›Up»œôŒvÑ/\x16w"
  b"\x01‚>›½qØŽ\x05*[[Mc\x00"
  b"\x01‚>œ\vr\œØºuµäQZ"
  b"\x01‚>œdrȁüñÑÍùOt"
  b"\x01‚>œºrȵ°ž\x03½fšŠ"
  b"\x01‚> rB­\fb\x02gH\x13m"
  b"\x01‚>trO¬7Ð?“\x13à8"
  b"\x01‚>Ês•&NÎ!âå–"
  b"\x01‚>¥ŠpÍ¢FŽ\x16¯Òc"
  b"\x01‚>¦\x07pº®\JI¶xÝ."
  b"\x01‚>¦asi‹‰5)¨Š\x07X"
  b"\x01‚>¦Öry°\x02ÓÍøRŠ]"
  b"\x01‚>§0rM®çÒª3ëdP"
  b"\x01‚>§„s\x00š\x08ØîÉ·‘û"
  b"\x01‚>§Õs%¸/sh¦\x0FÚ6"
  b"\x01‚>¨?sÙ s;h‚ä#p"
  b"\x01‚>¨¬sñ§›y€Ù\x02ø\r"
  b"\x01‚>©\x07rºŽ¦\x1Cµò¨Ìu"
  b"\x01‚>©Ur"„­*S®ÛJP"
  b"\x01‚>©¬rŒˆ¥Ç潉\x007"
  b"\x01‚>ª\vs7„Ù»´ µ‹a"
  b"\x01‚>ªgs8°\x01~d\x1Dvv."
  b"\x01‚>ª±q9€½½tGlTU"
  b"\x01‚>«\x07püšû¸Ì´\x0E\x05ô"
  b"\x01‚>«hqʝàÓ¬\x1F\\x11Á"
  b"\x01‚>«Èp—¯ß9\r\ftÝ4"
  b"""
    \x01‚>¬$s\n
    E9\x14†H4É
    """
  b"\x01‚>¬xq‚«Ó.‚\tŠ~–"
  b"\x01‚>¬Ãr©Ò¿¶ðÓ\ró"
  b"\x01‚>­\x07q¤“\x19AE1ŽF°"
  b"\x01‚>­Sp¬¯?{.J7•Ê"
  b"\x01‚>­®r“¡ÓÊñik€ý"
  b"\x01‚>®\x17p}ŸØ¨ ÓFï€"
  b"\x01‚>®q¸øˆÎt \f\x14"
  b"\x01‚>®éq©•j"\vK\x1A%"
  b"\x01‚>¯Vqû¯\x14EŽgUþ0"
  b"\x01‚>¯ºsm‚s \x16Jel\x0E"
  b"\x01‚>°$r@“䘉á\x15D\n"
  b"\x01‚>°ˆrÖ™·\x1A¬\x06‹ã™"
  b"\x01‚>°Õpȱi\x00ö{L¼r"
  b"\x01‚>±'qÕ‹\x08ÂR„q\x10."
  b"\x01‚>±tr\vŽŸŒ”6¦$F"
  b"\x01‚>±ßp_·\f†\¤iè†"
  b"""
    \x01‚>².p\x1A•‡Ö\x13¹Ë\n
    (
    """
  b"\x01‚>²…rÓ–â\x1A÷ÆPrÞ"
  b"\x01‚>²Îr»–\x19„B„)¤Î"
  b"\x01‚>³#pÓšKò¡èÁˆ\x05"
  b"\x01‚>³mpئ²Û()~‚"
  b"\x01‚>³Çqõ´Qö¿eoå\x07"
  b"\x01‚>´\x1Cpj ¼6rñè°\t"
  b"\x01‚>´uqŒ\x1EO†\en\x10\x06"
  b"\x01‚>´Ùr3œŸy\r…‡\x19µ"
  b"\x01‚>µ?qï›,¿¶/¯ïo"
  b"\x01‚>µ“r¼™íì¶ CY["
  b"\x01‚>µâpô³qcTav9@"
  b"\x01‚>¶@qB«—H}\tŠ\x7F"
  b"\x01‚>¶’p\x7F¿¼ž¶ñÃe"
  b"\x01‚>¶æq7¹3î/σ¬R"
  b"\x01‚>·,rj±P\x1F³¹Ù’G"
  b"\x01‚>·ŒqÆ·÷7ÕCÂ\x15"
  b"""
    \x01‚>·ës\x0E™cü\n
    c\x0E\x1Aæ
    """
  b"\x01‚>¸CsÙ¤\x1E\x07©ƒš°"
  b"\x01‚>¸›pÕ˜wšßà\x17¨Y"
  b"\x01‚>¸ìpÔ”AjlEm‰"
  b"\x01‚>¹Cp\x1F\x11ßaô\x15Íž"
  b"\x01‚>¹¡rB²ý"`\Ø"Î"
  b"\x01‚>¹îrõº8¹J0 d\x15"
  b"\x01‚>ºOq©„u¢\x01\x15šÝ\f"
  b"\x01‚>º³sŲ6ȼ}À¥\x17"
  b"\x01‚>»\x16sà„ó\vÁBe0Ó"
  b"\x01‚>»uq/²¢Ä8^CÞ"
  b"\x01‚>»Îpȝûø\x087\x18ƒb"
  b"\x01‚>¼3p• ã¼Ì\tQ\x0F"
  b"\x01‚\x03yÍr™ÌEŒ\x08\x04„n"
  b"\x01‚>¼‘p"ˆÐð‚¾²íˆ"
  b"\x01‚>¼ëpSžô\f85–»a"
  b"\x01‚>½2q±”U•Å*?t"
  b"\x01‚>½ˆq>œ2U,›ð]Õ"
  b"\x01‚>½ëp7¢pϺ§VIÅ"
  b"\x01‚>¾Ip“´Ž#\x0F[þÖ"
  b"\x01‚>¾­q7€Z8)úo\x1EÚ"
  b"\x01‚>¿\x05qV…‘\x1E:£Q;"
  b"\x01‚>¿Rp°®û§Ì{(\x17 "
  b"\x01‚>¿³rù©¥²ÃZ^§†"
  b"\x01‚>À\vr\x16Ÿ™%ÍtùÖ"
  b"\x01‚>ÀTp\x02»ÛZ\x1C«fµ\x16"
  b"\x01‚>À¥pÄ‚Ðæ\x7F§q•È"
  b"\x01‚>ÀúpÖŠï\x07žÖþÒV"
  b"\x01‚>ÁUqŒ´Q|+Â\x19ùþ"
  b"\x01‚>Á®rœ¼fyR½ú‹Ò"
  b"\x01‚>Â\x13s¯‘Ã\x1DÐz“Ó:"
  b"\x01‚>ƒrt—cÊ—DfÃ\x13"
  b"\x01‚>Âêq\x18…ガ¶M¢&"
  b"\x01‚>ÃAr‚®4˜×ª»\x12"
  b"\x01‚>áqÙœÉß;NY1Ô"
  b"\x01‚>Ä\x06pr±1H‡/Âò°"
  b"\x01‚>Ädr\x1A’ þ©)¹}\x1F"
  b"\x01‚>Ľr­­Ð©\x06´&Û"
  b"\x01‚>Å\x13qͰ^{O\x08X@|"
  b"\x01‚>ÅmpØ¥¯É1ùLf"
  b"\x01‚>ÅÔq\x14½C}wc*<O"
  b"""
    \x01‚>Æ,sR‚\x19\n
    \x1E\x08\x19E
    """
  b"\x01‚>Æ’pd›Çví\t\x04Ý?"
  b"\x01‚>Æ÷pd™óÄù\x17šx:"
  b"\x01‚>ÇWp °Y\x7FËê´úU"
  b"\x01‚>ǵq\x19µ\fM\x18ñ\v"
  b"\x01‚>È\x14q“ ÿù«<âÿÖ"
  b"\x01‚>È‚p\x07™WÓ¡ƒFÝÀ"
  b"\x01‚>Èép¯¹Žt‚\x13Ìê\x1F"
  b"\x01‚>ÐÀs7•ê2£@ó\ù"
  b"\x01‚>ÑXq!›ï1ó5`_Ã"
  b"\x01‚>Ñ®s\x10œWÌ\x1E…#\x1Ez"
  b"\x01‚>Ò\x14q^³\x1F¯VÀ¯ÕÍ"
  b"\x01‚>Ò[qÒ•^0Sq\x06Áz"
  b"\x01‚>Ò¡qh‹ü,Å^LØQ"
  b"\x01‚>Òóq¬©.µì\x1Cú;°"
  b"\x01‚>ÓZqá­\x18MzcÑod"
  b"\x01‚>ÓÁs¡¦±íë³\x04’˜"
  b"\x01‚>Ô'sô›Z.Õ¨\x0FÂt"
  b"\x01‚>Ôpqô¯\x11+_e\e^"
  b"\x01‚>Ôµpý¢ÅÁ.¥×e!"
  b"\x01‚>ÔýrŒ·ƒ§\x10øŽ<"
  b"""
    \x01‚>ÕSr\n
    ƒß@¶\x13ýße
    """
  b"\x01‚>ÕªslŠ¿JoÍWvs"
  b"\x01‚>Õûr·Žžø·ÒÞ"\x0F"
  b"\x01‚>Ö[q™¯—z\x07xàˆ"
  b"\x01‚>ÖŸqÇŽ÷ãç1†<\f"
  b"\x01‚>Öér\x15‚/D\x17\x03x\x1D¸"
  b"\x01‚>×4s\x10¤Ú\x13öû±Ïä"
  b"\x01‚>×~q"«ŒdZN×}"
  b"\x01‚>×Óp¥§•ˆÒ9µ\f"
  b"\x01‚>Ø&pÓ­ö6\x01‘N˜å"
  b"\x01‚>Ø{q{²tž!Ø<‘Õ"
  b"\x01‚>ØÚsB½®Ò\x1CFî¸Ú"
  b"\x01‚>Ù'p\x13£S¶\x1FÖߌê"
  b"\x01‚>Ùtså»\x19$/{ô¸\x10"
  b"\x01‚>Ù½p\x14žeÇ¢\x1E\x02);"
  b"\x01‚>Ú\x07qi¹}ŽÅ|]Óá"
  b"\x01‚>ÚWrÞµ‘úlˆîŒ6"
  b"\x01‚>Ú·p³’}¨&.|["
  b"\x01‚>Û\x05pyˆ\r=)¼ø#–"
  b"\x01‚>ÛTp±»Ç´Db“×x"
  b"\x01‚>Û±q…£\t=• \x08Ô\x12"
  b"\x01‚>Ü\x15p\x06–\x02¾.­\fs"
  b"\x01‚>Üdr\n\x00¼:hc'Ã"
  b"\x01‚>ÜËqSŸñk\x05V4M\x17"
  b"\x01‚>Ý\x1Fs'’5\x1D<\x03MeÅ"
  b"\x01‚>ÝwqCµ¾™'Ìw\x1C"
  b"\x01‚>ÝÚp¿™Š—èÿô\x18"
  b"\x01‚>Þ?svŒË\x04é¢0¸€"
  b"\x01‚>Þˆr=³§ôé6Nî3"
  b"\x01‚>ÞßrB¬!2sxÍ<ø"
  b"\x01‚>ß5qp•—6¼_!êÚ"
  b"\x01‚>߃swˆð¶ O`É\x17"
  b"\x01‚>ßÍrÁ¯eÁæ×K;í"
  b"\x01‚>à!r<¿d2È7x‰"
  b"\x01‚>àtsU™sÌ¢àSy¿"
  b"\x01‚>àÂrGßÖqt_™‘"
  b"\x01‚>á\x10qr´*â´‹S\x18"
  b"\x01‚>á[p\x1Dsõ›…ãý\r"
  b"\x01‚>á·q˜Oa€““\e-"
  b"\x01‚>â\x19pá¤O_ŸlÐôä"
  b"\x01‚>âvpk””dÿÉ\x0F9M"
  b"\x01‚>âÐq¦€5\ey|íN·"
  b"\x01‚>ã,q3±L¤\x0E˜%Ç"
  b"\x01‚>ãŠrøž¦30ã`ª1"
  b"\x01‚>ãép¸‹å¼ê;RC\x11"
  b"\x01‚>äDp1«ð¥ô™£\x1C\x1C"
  b"\x01‚>äsþžq7Ûy\x14<>"
  b"\x01‚>äîqÚŒ(õQ´„4\x03"
  b"\x01‚>åMso•”]Ûåˆàä"
  b"\x01‚>å§s‚ºh‘¸Ï"\x10"
  b"""
    \x01‚>åÿr\x07ŸÄ7\n
    ílb
    """
  b"\x01‚>æEs\x14²?zûسÒO"
  b"\x01‚>æŠpŸ¶G\Ðv„ïv"
  b"\x01‚>æåpp£’fá\x03"
  b"\x01‚>ç>ræ†Àá\x1FÙÿv"
  b"\x01‚>ç“q\x07Ž?®ÀΟ=Ý"
  b"\x01‚>ç÷ql¹Vdå.$éÑ"
  b"\x01‚>è_s\x01•Pµ ç»Þî"
  b"\x01‚>è¶pJ¦Á(¹\x06ñ×"
  b"\x01‚>èùsÁ·Ž1Ø¥èO¨"
  b"\x01‚>éMs´‘BÁ¼\x0F˜n<"
  b"\x01‚>ésl,t`jف-"
  b"\x01‚>éÔs!Ž*_#QOØ\x7F"
  b"\x01‚>ê\x19qx½óŸ4)\x04v"
  b"""
    \x01‚>êds0‡\x1C\x01\n
    @
    """
  b"\x01‚>ê«r\x1D’/%Þ<dMö"
  b"\x01‚>ê÷sd³$Ìl9+á{"
  b"\x01‚>ëBqĦ®(©|¶If"
  b"\x01‚>ë‰rrŸâä·^}<"
  b"\x01‚>ëÔp޵\e\x13\x0E;^"
  b"\x01‚>ì%q\x11“©è)\x17è\x0EÃ"
  b"\x01‚>ìlp\x08šÒðüSd˜£"
  b"\x01‚>ì¯q\x1D…×JÏ\x1CÓÄ"
  b"\x01‚>ìñq_ Ž`Y§±-«"
  b"\x01‚>í9p¨‰Â\x10Útóº"
  b"\x01‚>í€pï¿\x04òKc\x0F\x06"
  b"\x01‚>íÉq?¤ƒ\x06G¿¡‚0"
  b"\x01‚>î$sý´Ÿâ|\x08l\eë"
  b"\x01‚>î\x7Fp? j\x08Çãák>"
  b"\x01‚>îØs\x18›×Û#Ñ\e\x11¦"
  b"""
    \x01‚>ï3p¥­\n
    ›ŽÃ\x0F
    """
  b"\x01‚>ïzq\x1C £\x05ÓuÅ\x05v"
  b"\x01‚>ïÇr8ŸW½ƒ\x19A]â"
  b"\x01‚>ð\x13s®q7fÇd\x0EÎ"
  b"\x01‚>ð_q\x15¦ú\x14\x00ÝBiù"
  b"\x01‚>ð­q\x07°mý·\x18\n"
  b"\x01‚>ñ\rsT®OÐÄŠèµÑ"
  b"\x01‚>øÙq¿¶µFWÝ\x1A"
  b"""
    \x01‚>ùppL›}\n
    É£ª\x17½
    """
  b"\x01‚>ùÞq˳wFo¨½@m"
  b"\x01‚>úEpJ›èÉÐÑþ®Ã"
  b"\x01‚>úµqm³ë\x1CÛ\x1AGñ]"
  b"\x01‚>û\x17r_™I!\x16\x00"
  b"\x01‚>ûcq÷±dס?æ5Ô"
  b"\x01‚>û®p\x00’³cq>6àJ"
  b"\x01‚>ûÿp:¶~¸·v¹º"
  b"\x01‚>üIrVŽÑۏޝ¬"
  b"\x01‚>ü”p%­]\x087J‚¤Õ"
  b"\x01‚>üårQµ\x1CÓ\f\x00úÃr"
  b"\x01‚>ý?sÁ°K†.fЫ\x02"
  b"\x01‚>ý¢qÖ˜>6[è"ýè"
  b"\x01‚>ýñp§‡Ãr»`,'"
  b"\x01‚>þ?sH¥d Æê…´0"
  b"\x01‚>þ™r±j¦T²¼rÁ"
  b"\x01‚>þéqƱö°oÞš\x14®"
  b"\x01‚>ÿ?sK¼…<á2¯äÉ"
  b"\x01‚>ÿ¡s°$°%¿jkÆ"
  b"\x01‚?\x00\x12r=¹\x1A/ËPåhž"
  b"\x01‚?\x00{qŸ«Ãþ~KÑ?ì"
  b"\x01‚?\x00ÖqC˜R1FZ!\x05!"
  b"\x01‚?\x014q‰œ®²Å\tÝŠa"
  b"\x01‚?\x01rç­âÌ\x13!«Ø×"
  b"\x01‚?\x01Ùq˜¦î¾\x14·‡îG"
  b"\x01‚?\x02#r\x08šrþ\x0FÑL\f"
  b"\x01‚?\x02os(¶0»Ûµò:("
  b"\x01‚?\x02Ás¯“me#JKóä"
  b"\x01‚?\x03\x18r‚\x0F÷ <Á`¤"
  b"\x01‚?\x03kr\x0F¯™'\x10i$bn"
  b"\x01‚?\x03Âq²–~\x17Dzã\\x08"
  b"""
    \x01‚?\x04\x19q\x11ŸØ\n
    Ì\x1CzÛž
    """
  b"\x01‚?\x04„qˆ:\x05~ŠE“\x7F"
  b"\x01‚?\x04×sI©¿/Š-µÉ‰"
  b"\x01‚?\x051pþ›.÷\M$Þ\t"
  b"\x01‚?\x05ƒs˸]Ä%²­.ç"
  b"\x01‚?\x05ÚsBŸ´\x05./͝"
  b"\x01‚?\x069sãµ³Î÷OXL("
  b"\x01‚?\x06†r\x03§h¶ßØëýó"
  b"\x01‚?\x06Ñq´‹?~ÿ\x07ø\x12"
  b"\x01‚?\x07\x1AqÃŒˆU\x18qÕ_\x14"
  b"\x01‚?\x07ar„§/Ûd9¹\e\t"
  b"\x01‚?\x07¢sv~—ÔÔW+"
  b"\x01‚?\x07íp`»òñ˜±Ûù"
  b"\x01‚?\x086pZ©\x1DŒ–¤_wÜ"
  b"\x01‚?\x08”p]Š[å3úDðX"
  b"\x01‚?\x08ïpNŒÞ\x1DŠÒîŒ"
  b"\x01‚?\tNsš„p–}[R— "
  b"\x01‚?\t¥qb„j¿\x7F \x1EÀl"
  b"\x01‚?\n\x00pçµ¹¢½\x1ADá{"
  b"""
    \x01‚?\n
    cq ®¤À'¼–jù
    """
  b"""
    \x01‚?\n
    Äqe¹Ý\x05Ï\vüŒ2
    """
  b"\x01‚?\v\x1DsE³\r!öÙ:„º"
  b"\x01‚?\v~q˜œvIaXS۝"
  b"\x01‚?\vÉqÒ².’,«Åy‚"
  b"\x01‚?\f\x1AqØ»ŽkãÒÛœ%"
  b"\x01‚?\flssi·\x01<p\x1Dn"
  b"\x01‚?\f»r\x1A³Ñ¹)ßIé½"
  b"\x01‚?\r\x18q\x7F\x13Š0!Þû…"
  b"\x01‚?\rms!³\x17\fÂ6Fõb"
  b"\x01‚?\r¶q޾ìKvrOÈb"
  b"\x01‚?\rÿq\x0EŸór¯ýü\x06\x19"
  b"\x01‚?\x0EMr`†kA\x06cµmw"
  b"\x01‚?\x0E—p¤š.\x04*`Ò“è"
  b"\x01‚?\x0EÝsþ—\x7FOd7ö\x03õ"
  b"\x01‚?\x0F's9´\x10£v×}áV"
  b"\x01‚?\x0Fur?¹¦jo\x13²žç"
  b"\x01‚?\x0F¾rуo\x1A¬z…`f"
  b"\x01‚?\x10\x06r¯Œ”¨@ÿüÙ!"
  b"\x01‚?\x10Rr\x10¦­ß½¯üS›"
  b"\x01‚?\x10žq½¦háòÕ^Ëž"
  b"\x01‚?\x10ér]ì-ìmè\ež"
  b"\x01‚?\x11-rs†bú›ýøÃ"
  b"\x01‚?\x11‚r\x05™…à2Ld#¬"
  b"""
    \x01‚?\x11Ís\n
    °ª‹\x17m\fÙ
    """
  b"\x01‚?\x12\x1Ap^‰\x08êsÀ\x16¢"
  b"\x01‚?\x12€s¸³ÆGÚ\x03Ûƒr"
  b"\x01‚?\x12ÞpèšN_ÑÈ?"Ç"
  b"\x01‚?\x13/r¢¸¡ÇGê\x02ÜÜ"
  b"\x01‚?\x13Šqy´Á,Qåì\x14@"
  b"\x01‚?\x13Öp(…@\x7FB\x13¤áI"
  b"\x01‚?\x14\x19q‘€YίCâìh"
  b"\x01‚?\x14_q\x17ãèvcþtÕ"
  b"""
    \x01‚?\x14°p¢¢BB+\n
    Å®£
    """
  b"""
    \x01‚?\x15\n
    q¾­¶\x16Êd¶à:
    """
  b"\x01‚?\x15isRãök0‰ñÚ"
  b"\x01‚?\x15Ìqt³ý\x06ö×’òŸ"
  b"\x01‚\x03z\vp˜¼\x08öúöͳ\x0F"
  b"""
    \x01‚?V0p\n
    \x19[}˜"¸i
    """
  b"\x01‚?VŒrȾYædXaߐ"
  b"\x01‚?VásuºhôAðÙ\x0E"
  b"\x01‚?WBq¯¡i—\x08À©Ìn"
  b"\x01‚?W—r;”Õí½š\x02°"
  b"\x01‚?Wñsè™\x1C‚ƒl€iš"
  b"\x01‚?XFrwˆAу^"\x11/"
  b"\x01‚?XœpÈŽ'\x17Z±<™8"
  b"\x01‚?Xíp¢•\rEzl—Ñ\v"
  b"\x01‚?YAp\x1F˜8Zmá›N\x1F"
  b"\x01‚?Yœs˾‰Ê~.†Ý™"
  b"\x01‚?Yýr\x1C§\x17\x1Dâc’W'"
  b"\x01‚?ZZqãö\x01^ÂwKÝ"
  b"\x01‚?Z±qAôa:¢ºW\x1A"
  b"\x01‚?[\x13q±žM‡p‹ƒeã"
  b"\x01‚?[Yr²´›ÿ«Ù'ÒÆ"
  b"\x01‚?[¢qLœ\x17ª©·«®ÿ"
  b"\x01‚?[êp–´qC¢bFCu"
  b"\x01‚?\9sš€\x7Fa)êdõÂ"
  b"\x01‚?\{rÒŒø±e\x12pQ¾"
  b"\x01‚?\Ãs໾Ø\x0Fxouö"
  b"\x01‚?]\x07ps­;HÕHj\x7F´"
  b"\x01‚?]Vpæ‰Ý:ÌŽŽ\x14"
  b"\x01‚?]¨q†ú#È›Üo¨"
  b"""
    \x01‚?^\n
    qœ½½7¿Š§ï
    """
  b"\x01‚?^msq­'ŠÝ±Ê»\x13"
  b"\x01‚?^Òp$ŠÑäÐÅÅ Â"
  b"\x01‚?_7púºÿ+¡Ÿt¢š"
  b"\x01‚?_˜só¬œ4÷oO\x06U"
  b"\x01‚?_ôs{²a%dyágÊ"
  b"\x01‚?`[q=º/Ì2â„‹Ã"
  b"\x01‚?`ªpM›²v!¯>ÍÂ"
  b"\x01‚?`÷s\x04£G—òŸ˜Æ\"
  b"\x01‚?afs”’£œ2ä\t¶""
  b"\x01‚?a¹rRª¼n\x06\f"
  b"\x01‚?b\x05s\x07‚¯—çÅzc\x13"
  b"\x01‚?bNq\x16¥(‚ðÄ\x12h!"
  b"\x01‚?b­sÛ‘À’\x08˱F¿"
  b"\x01‚?c\vrð‡•ûÿFôåb"
  b"\x01‚?ckq¦’ÇæHIòŽE"
  b"\x01‚?càs«’”h=F\x10!K"
  b"\x01‚?dEp›˜à}Í\x01>öO"
  b"\x01‚?dªpàŒØ’À\x1C²0—"
  b"\x01‚?e\x10q¥©\x15ØŠE\x08"
  b"\x01‚?evqHœ.3`\x1CPš´"
  b"\x01‚?eÓrk˜oõ &R¨\x0E"
  b"\x01‚?f+r)©\x01Öí\x07¨L"
  b"\x01‚?f~pH£Ô\x1EÓ-G1}"
  b"\x01‚?fÏr>€¿îüµÜ~1"
  b"\x01‚?g!q€|\vÈ\x05í^¼"
  b"\x01‚?g|rpª±€\x1DWŸ7"
  b"\x01‚?gÜqÏ«y#­žo\x0F "
  b"\x01‚?h/r\x02ŽÌŽ7\”HÇ"
  b"\x01‚?h‚q&”/z\x18‡è¢|"
  b"\x01‚?hÒqôÂG¬Û§\eŠ"
  b"\x01‚?i\eq\x03…®Ú#S·ez"
  b"\x01‚?ics¥³\x1Ec½ß§u¡"
  b"\x01‚?i©sƯÏÏC˜,n¦"
  b"\x01‚?iòqº”\x149\x04(|¤\x7F"
  b"\x01‚?j:rA“U\x01†l—\¼"
  b"\x01‚?j‹q’ž.\x13U€µ\x10\x07"
  b"\x01‚?jÙr辡›\x06»v:y"
  b"\x01‚?k&s\x0F·ÂŽ\x02\x03Ø"
  b"\x01‚?koqÆ’ØüþkÎ¥ó"
  b"\x01‚?kËs=¢^\x005éÒ*Y"
  b"\x01‚?l%qO˜®J˕Éo"
  b"\x01‚?llpߌ=l.\rác2"
  b"\x01‚?l²pPŠ\x13Qd]I¯P"
  b"\x01‚?lûsò¡²é¥}H4\x0F"
  b"\x01‚?mBrv¤0ºHÄA€…"
  b"\x01‚?m‘q\x03Žî!tÅ[tÎ"
  b"\x01‚?mãq€±\x14ݝeS0\x05"
  b"\x01‚?n2sU´í`6e¾’­"
  b"\x01‚?nƒs±Š\x19Õ i5w"
  b"\x01‚?nÛs€°'Ótp%?£"
  b"\x01‚?o0ræ*Vùx¹­“"
  b"\x01‚?o|qü§\x05ž`c\x7FF*"
  b"\x01‚?vâs\x05¿ª\x07X\x04œÅÖ"
  b"\x01‚?wQp2†G\x1CåÓÆhž"
]
57 11.06 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"`éç†n§FB¸ð\žô:º±"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"”á"F˜B.ž\e1a/a[Ž"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ñ/e@÷˜q_8GÈþu"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"^ÚŠåcÉJè WèL†/\t²"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"æœò¡ŸHGe•¢7KìI="
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ñ/e@÷˜q_8GÈþu"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"`éç†n§FB¸ð\žô:º±"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"`éç†n§FB¸ð\žô:º±"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"`éç†n§FB¸ð\žô:º±"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"`éç†n§FB¸ð\žô:º±"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"`éç†n§FB¸ð\žô:º±"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`éç†n§FB¸ð\žô:º±"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`éç†n§FB¸ð\žô:º±"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`éç†n§FB¸ð\žô:º±"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`éç†n§FB¸ð\žô:º±"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"`éç†n§FB¸ð\žô:º±"
  b"Ñ/e@÷˜q_8GÈþu"
  b"`éç†n§FB¸ð\žô:º±"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"`éç†n§FB¸ð\žô:º±"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"`éç†n§FB¸ð\žô:º±"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"`éç†n§FB¸ð\žô:º±"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"`éç†n§FB¸ð\žô:º±"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"`éç†n§FB¸ð\žô:º±"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"`éç†n§FB¸ð\žô:º±"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"`éç†n§FB¸ð\žô:º±"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"`éç†n§FB¸ð\žô:º±"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ñ/e@÷˜q_8GÈþu"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"”á"F˜B.ž\e1a/a[Ž"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ñ/e@÷˜q_8GÈþu"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"”á"F˜B.ž\e1a/a[Ž"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"^ÚŠåcÉJè WèL†/\t²"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"æœò¡ŸHGe•¢7KìI="
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ð )ž{òGt¸-m–מãÅ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ñ/e@÷˜q_8GÈþu"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"`éç†n§FB¸ð\žô:º±"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"`éç†n§FB¸ð\žô:º±"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"`éç†n§FB¸ð\žô:º±"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"`éç†n§FB¸ð\žô:º±"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"`éç†n§FB¸ð\žô:º±"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`éç†n§FB¸ð\žô:º±"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`éç†n§FB¸ð\žô:º±"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`éç†n§FB¸ð\žô:º±"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`éç†n§FB¸ð\žô:º±"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"`éç†n§FB¸ð\žô:º±"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"`éç†n§FB¸ð\žô:º±"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"`éç†n§FB¸ð\žô:º±"
  b"Ñ/e@÷˜q_8GÈþu"
  b"`éç†n§FB¸ð\žô:º±"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"`éç†n§FB¸ð\žô:º±"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"`éç†n§FB¸ð\žô:º±"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"`éç†n§FB¸ð\žô:º±"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"`éç†n§FB¸ð\žô:º±"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"`éç†n§FB¸ð\žô:º±"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"`éç†n§FB¸ð\žô:º±"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"`éç†n§FB¸ð\žô:º±"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ñ/e@÷˜q_8GÈþu"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"wV\x12(’\x15H«²o\x13®¼Qð"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"ã« J öBÖ€\x0EW]ÌÎáð"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"Ln¯>sÆ@¢…\x06_|ðn\x06ÿ"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ3ÂqǦ—¢Õ¨¶Û"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ4œs)€\r¿É·ö"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ5äp½±÷M(¯£š)"
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"^ÚŠåcÉJè WèL†/\t²"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"æœò¡ŸHGe•¢7KìI="
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"‚é²\x19Ú@…’.ÚÃáÍ\x1Dë"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"""
    'ñfÏC\n
    L›Žw|wÔL\x10\x1E
    """
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"q\x19=dc”A§©¡\x01\x19÷"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"¬\x0F\x10à\x05ß@\‘îµ\téœ;O"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"\x18\x01NßÅ“IÏœ ZÌêº+\x0E"
  b"\x01Ž\x11Ñ7\x06sА¦½”\x00¼z["
  b"˜®z<‡üOø´Ct\t9݃Þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"`éç†n§FB¸ð\žô:º±"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"`éç†n§FB¸ð\žô:º±"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"`éç†n§FB¸ð\žô:º±"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"`éç†n§FB¸ð\žô:º±"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"`éç†n§FB¸ð\žô:º±"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"`éç†n§FB¸ð\žô:º±"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
]
58 18.25 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‚\x03y=pê•×’ô³›\x01M"
  b"\x01‚\x03y„q>¨†|óµÑ¹}"
  b"\x01‚\x03y£rü«¾²Æ "AU"
  b"\x01‚\x03yÍr™ÌEŒ\x08\x04„n"
  b"\x01‚\x03z\vp˜¼\x08öúöͳ\x0F"
  b"\x01‚=efqD¯3\x0F³ÌÌèˆ"
  b"\x01‚=n5q\x06§ç\kãr½¯"
  b"\x01‚=n”rÙ…—ÓøkK¾€"
  b"\x01‚=nípþº'\r\x17m\x12"
  b"\x01‚=oNr?¼°œ¹utÛ7"
  b"\x01‚=o«s–£¤jŠ*ó[v"
  b"\x01‚=p\x08s¹Žô`>UQé\x18"
  b"\x01‚=plpe‰\x19&æ³aÇD"
  b"\x01‚=pÌq+¤tk÷\x19*™Í"
  b"\x01‚=q\esx£WG*€\x02"
  b"\x01‚=qop\x0F§¡\_«“àš"
  b"\x01‚=qÈrŸ±úΘtÿäL"
  b"\x01‚=r6qá…Z¦JM#Ü\x19"
  b"\x01‚=ršs€™äÃwk6(\t"
  b"\x01‚=s\x02pþŽW \tæäB"
  b"\x01‚=sos\x07°zíZF\x18\x00É"
  b"\x01‚=s¿q_€þÜh\vbE"
  b"\x01‚=t\x07rŽœ`V±S1ò5"
  b"\x01‚=thqn¤ŽôÙÌ1u "
  b"\x01‚=tÌrQ´ª5„<uQø"
  b"\x01‚=u.pp™\x15\x01ð_×"
  b"\x01‚=u‹r¥¼EDýÓC<M"
  b"\x01‚=uÜsP»ãEŽ’ƒ\x05ß"
  b"\x01‚=v"p‰§\Œ¾\x01£X\f"
  b"\x01‚=vhp²†\x04ìЯeÕË"
  b"\x01‚=v»s›š\x7Flaiæ/¥"
  b"\x01‚=w\x11pƒáyz¸ý?¤"
  b"\x01‚=wSr,±À¢\x16w\x1Cæ\x02"
  b"""
    \x01‚=w¯pøºNÇœ\e\n
    4
    """
  b"\x01‚=wùsq˜¸Nœ\x1C\rXY"
  b"\x01‚=x^p\e€5±÷x’^\r"
  b"\x01‚=x«pS¸hæßò\x14\x08S"
  b"\x01‚=xòqµ‚ëúxËG}t"
  b"\x01‚=yPqV ò<\x1Cùm¶s"
  b"\x01‚=y›p\tŠ\x1E&ÖœQå¨"
  b"\x01‚=yáq™±Âצ ˜cv"
  b"\x01‚=z.q\x07™Ò\x03~”¹´•"
  b"\x01‚=z’q0ˆ\x17¹úMHÝÁ"
  b"\x01‚=zýsˈf\x03õ’º("
  b"\x01‚={Kqt…Üx¼ÛH‰["
  b"\x01‚={²põ›…\x1CÄ}\r¯H"
  b"\x01‚=|\x0ErJ¹d“åôH™Ý"
  b"\x01‚=|ksºŸ7œ_1O}è"
  b"\x01‚=|ÁsB•DAÙ\x06SÙ$"
  b"\x01‚=}\x11qa«Ù¤k=\x15ÁÎ"
  b"\x01‚=}|qu\x11Ä•ÓQòr"
  b"\x01‚=}åpÔ›#\x05>›Åç""
  b"\x01‚=~Erx§°t\x02ßñ8`"
  b"\x01‚=~¨s<¨¾˜¡\x1C¸ã\x19"
  b"""
    \x01‚=\x7F\n
    qÿ³¹ÓZ€¬Á*
    """
  b"\x01‚=\x7FjrÀºG%O MUh"
  b"""
    \x01‚=\x7FËsƒ¹eâ\x08\n
    [ùí
    """
  b"\x01‚=€)pý Vñ©þ\x12\tb"
  b"\x01‚=€ŠsV¬Û‰Ï\x108Á&"
  b"""
    \x01‚=€ßpI¨á\n
    Ïá™å†
    """
  b"\x01‚=.q¯†\x00\x0Fä ¢”"
  b"\x01‚=xq­‚*TÛÕ“ö\x11"
  b"\x01‚=ÄqÕ¥@¹§Ÿäö‹"
  b"\x01‚=‚ rú‡(\x01,¾rÜœ"
  b"\x01‚=‚‰s–ƒo.ªQê ì"
  b"\x01‚=‚ïr1·tõ\x1E3æÄ˜"
  b"\x01‚=ƒ\p&¯¶eOÓ\x08"
  b"\x01‚=ƒ§qW—<(k²\x11}‘"
  b"\x01‚=ƒóp¾‚ô÷}^·®ð"
  b"\x01‚=„CqJ çzìÃp=\x13"
  b"\x01‚=„œqøŽ}š\x15A\x10"
  b"\x01‚=„ìq\x1E½­ò4Ñ'³L"
  b"\x01‚=…AsÖ‰-ð:\x14–q…"
  b"\x01‚=…ŽrP­~b)à«*p"
  b"\x01‚=…äs˜§ Ì<{Fûë"
  b"\x01‚=†Gq¿ª\x07!ÀAª¥U"
  b"""
    \x01‚=†³q<°·¡Ç©\n
    
    """
  b"\x01‚=‡\x19q1ŽØ…‘-“Aþ"
  b"\x01‚=‡yp+¦ëôÀg2è£"
  b"\x01‚=‡Áp\x1DƒAGL¨ât™"
  b"\x01‚=ˆ\x06rޤwæ4Ù\x0E¶÷"
  b"\x01‚=ˆPpÑ›\x13wb º»\x1A"
  b"\x01‚=ˆq'¼\x01Œœt╱"
  b"\x01‚=‰\x05rB›©ì‡-!\v?"
  b"\x01‚=‰Rrކˣž"UŸ#"
  b"\x01‚=‰µrþ”\x0E5œªJXá"
  b"\x01‚=Š\es©‹ž.x\r/Æ”"
  b"\x01‚=Š\x7FpJ€_dâW\x03Èï"
  b"\x01‚=ŠÑrœŒ\x1A•d¢]œ\x07"
  b"\x01‚=‹\x1FrŽŒ¾\x08x@v\x13+"
  b"\x01‚=“\x15qjžÂóØÊÈ\e"
  b"\x01‚=“¤rˆ‚DFß(k\x00A"
  b"\x01‚=“ñqmœJ+þà£y\x04"
  b"\x01‚=”Cq«“á²ë—¼o"
  b"\x01‚=”¡p,«¥+-¥ø»,"
  b"\x01‚=”ÿsò£i¬\x1Cô±V_"
  b"\x01‚=•QsØŽ•2vUÑ¡›"
  b"\x01‚=•®rÙ£(Ž3\x0FÈ\e\x03"
  b"\x01‚=–\x1Ar¶\f½¾I8¹³"
  b"\x01‚=–uqý›—»…’Œ<]"
  b"\x01‚=–Êqi¥{òŸÜìÑÿ"
  b"\x01‚=—%s˜ž¼÷UHó¸ö"
  b"\x01‚=—’qŸ“<eQÒ<G-"
  b"\x01‚=—çrÿ€úfx7\x00˜Õ"
  b"\x01‚=˜Fs\»(R§=½;g"
  b"\x01‚=˜©qÍ ÅØ¤µí€\x08"
  b"\x01‚=™\rqBº€ª\x112,KŠ"
  b"\x01‚=™pr+­ÉXo”iŽö"
  b"\x01‚=™Ðpó”!\x1F7\x1FhXG"
  b"\x01‚=š(så–i\x13ü‚:‹"
  b"\x01‚=š™sƒœžn\x15\x14\x1EÔK"
  b"\x01‚=›\x03qÉ¢µòÎøþ¹$"
  b"\x01‚=›pr«¡‰ºõv5é°"
  b"\x01‚=›Üq@¡ÃGÑ«f\x03"
  b"\x01‚=œMp•¡ £µJ_SÈ"
  b"\x01‚=œºr×´G¥ðÚ[>Y"
  b"\x01‚=\x18r\r™Tä›tg‚J"
  b"\x01‚=r·¢ýÃ\x11•ÂþH"
  b"\x01‚=Úp?•G½\\x11†Dã"
  b"\x01‚=žHqh‚x¨Ü\x18Å­‘"
  b"\x01‚=ž·q\x02·ƒØwŠl„¼"
  b"\x01‚=Ÿ\x1Dqº‰‡¯¨×ÿ#š"
  b"\x01‚=ŸŠrñ¦\x06²îp\f¡\x12"
  b"\x01‚=Ÿõrsœ´–S46 ^"
  b"\x01‚= Vrð†Ï\x17õ†ƒ}Þ"
  b"\x01‚= ºp\x06šb\x193€.£Í"
  b"\x01‚=¡\x0Fr2®Ôß\x0Fi\e·`"
  b"\x01‚=¡_rÒ§*TQŒ_s\x1C"
  b"\x01‚=¡¼r€¿KwÆ×)/\x12"
  b"\x01‚=¢!sÌŠí™\x13…³i"
  b"\x01‚=¢rp\v©+½|âêL_"
  b"\x01‚=¢×sm·›)(^\t»¶"
  b"\x01‚=£5qx¾{üGsÂß¶"
  b"\x01‚=£–qÞº{öÅ\x03E.Ï"
  b"\x01‚=£þqvµ!ëöÀHV"
  b"\x01‚=¤asԏ\x16\vž\x14z'°"
  b"\x01‚=¤Áq\x17—M˜¶4kxà"
  b"\x01‚=¥\x1Fp9•PiKçhŒP"
  b"\x01‚=¥urPš^Vå\x08"
  b"\x01‚=¥Ãs\v³éÇÒûÀ0ÿ"
  b"\x01‚=¦&r±›ú*h\Á\x15"
  b"\x01‚=¦yqz¹d_:ºïm"
  b"\x01‚=¦Ôq®’—œðòkr‘"
  b"\x01‚=§=så¯\x1EËzÈcň"
  b"\x01‚=§£rƨvPÿWF°ç"
  b"\x01‚=¨\x02s¦žp`°ÿ#\x08O"
  b"\x01‚=¨js\x1AˆÉŠÛ¨\x15›ƒ"
  b"\x01‚=¨ÆqQ¯€â°@û\x15Z"
  b"\x01‚=©%r(¶YÞ;Ä>fä"
  b"\x01‚=©ypïºniÀ¯Ù®\x02"
  b"\x01‚=©Âr"‘?\x05¶/Ï#\x1E"
  b"\x01‚=ª(qźÂpÂ8&t\x05"
  b"\x01‚=ª‘s\x10³\x11·\f”´c"
  b"\x01‚=ª÷r7ÅìA:\º\x18"
  b"\x01‚=«Zsu¾©*\x15_\x7F*y"
  b"\x01‚=«Çp £XöF\x00`©u"
  b"\x01‚=¬*s ¨²\x06fN†}r"
  b"\x01‚=¬Žqb«^\x1D\x00\x00"
  b"\x01‚=¬Ýqô¯ \x1FÁ\x1C¯0®"
  b"\x01‚=­'rl‡LïN8\x18["
  b"\x01‚=­zp×»\v©Îo-!%"
  b"\x01‚=­Ås€¶\x06¶Í\x11Ž\x01&"
  b"\x01‚=®\x11pµþ~sÓoy¤"
  b"""
    \x01‚=®[rÛ¸,\n
    —=©T0
    """
  b"\x01‚=®¬põ¾G\x15z\IY·"
  b"\x01‚=¯\x06pÏ«]“\tÄíѹ"
  b"\x01‚=¯Pp€…-*ÝWOjË"
  b"\x01‚=¯­pì»\x1DÉ\x14ÚâtB"
  b"\x01‚=°\x00q2¢yß\x102ÏR±"
  b"\x01‚=°Ns\x18“nvü摝Ž"
  b"\x01‚=°Áp¾•QAnª?\r6"
  b"\x01‚=±#qV£ØûD\x02U¼s"
  b"\x01‚=±…s±°°à5+hæ\x17"
  b"\x01‚=±Úsø‡`U+‹]n¥"
  b"\x01‚=²%q‡˜šÞ¯cà\eS"
  b"\x01‚=²oq\x17´Ö\x0FÓ[‘»ç"
  b"\x01‚=²Às¶«Î«Ô>FòË"
  b"\x01‚=³\x1As¥ƒd<\r³Xÿ"
  b"\x01‚=³hp;‰*Ò¦Ï6U¡"
  b"\x01‚=³»p_Œß€Œ`F÷5"
  b"\x01‚=´\vp\t¦\x08|7jÙŠ"
  b"\x01‚=´rrŸ—¾†—u\x0F"
  b"\x01‚=´ßqª¨Ï %’É W"
  b"\x01‚=µ3rË»\x00~Zð\x06¹é"
  b"\x01‚=µ‡pwªñã•|\x01L*"
  b"\x01‚=µÙpÄŸK\x05Í½ÍæÍ"
  b"\x01‚=¶@p¢¢åÄt¯È”è"
  b"\x01‚=¶¬q„‹9¥&\x1FP~û"
  b"\x01‚=·\x17qb‡¿n÷Ú]M"
  b"\x01‚=·ƒrŽºÈ!y¨,¢"
  b"\x01‚=¿¤sU« Äv\x00q¢´"
  b"\x01‚=À+pU®`›\e~ÜÉþ"
  b"\x01‚=À¥p¡°áÒÂ\x02Žõ"
  b"\x01‚=Á\x19pÕ–mw\t8÷B>"
  b"\x01‚=Á†qS®Ø0™VO\e+"
  b"\x01‚=ÁýsŒ¯´}¾z=ôû"
  b"\x01‚=Âtrø«\x17ÒÁ H\x17"
  b"\x01‚=Â÷p›Ÿ‹®î°\x0F"
  b"\x01‚=Ãls#™\x1E±6'V›æ"
  b"\x01‚=ÃÜp͈l€¢ .ƒ\f"
  b"\x01‚=ÄGpÅ´å—ááêH9"
  b"\x01‚=Ä”rÜ®fõx€«Áñ"
  b"\x01‚=Äõsïž\x10áWW¢§h"
  b"\x01‚=ÅTsaœ»ØýȽ©G"
  b"\x01‚=žq€ž\r/å…l›j"
  b"\x01‚=Æ r(œƒ‚ÏŽÀ\x11"
  b"\x01‚=Ƈrö–;pÞÄTæã"
  b"\x01‚=ÆõsÌ–Úr˜‹»M\x01"
  b"\x01‚=ÇmsD¸UüÄË\e°a"
  b"\x01‚=Çèp)ªŒ\x0EÆè3\x16<"
  b"\x01‚=Èoq0…\x03[C…:¸’"
  b"\x01‚=Èôs\x14–jx¼BØÁÃ"
  b"\x01‚=Émsä¯Fkï\vy\x10°"
  b"\x01‚=ÉÞqá¤f‰lÏYr&"
  b"\x01‚=ÊPs¿¨£…Wçqd¸"
  b"\x01‚=ÊÁsײºš\x03Åá)v"
  b"\x01‚=Ë-pç¯eºŸ¨z[î"
  b"\x01‚=ˬpK€j#§Ÿ\x00_\x18"
  b"\x01‚=Ì$pÑ—Æz#\x18ÉÅx"
  b"\x01‚=ÌŸs¾¯‰Y÷]¹¢"
  b"\x01‚=Í\x0Esbš!žÍ,£V7"
  b"\x01‚=Íys{š`\x03N\x137’ý"
  b"\x01‚=Íêq~Ž"ÑË<·å'"
  b"\x01‚=Î]ss¬ß–4)÷\x14ö"
  b"\x01‚=ÎÂs\x03®*Fhdê\x02ª"
  b"\x01‚=Ï/q7žDÀyxÜeD"
  b"\x01‚=Ï•p^³Ì‹\x0F‚êë¡"
  b"\x01‚=Ð\tqì¡ÂÀ¨žz! "
  b"\x01‚=Ð…q1­p®ÆXø\x1Eÿ"
  b"\x01‚=ÐúpWˆÆDb&\x12"
  b"\x01‚=ÑWpñƒˆ\x14ûï\rø¦"
  b"\x01‚=ÑÂq\x16´ÔŠq¯Ë‹"
  b"\x01‚=Ò'q<­\x17WyÄÅuì"
  b"\x01‚=Ò”qŽ®KtÄ~ó”Y"
  b"\x01‚=Ó\x11sƲðés­GÔÊ"
  b"\x01‚=ÓeqN¾”ÇÊb“\v\x15"
  b"\x01‚=ÓÍqËŽ\x15R%àXç,"
  b"\x01‚=Ô)sq¢„Ô[&ö\f"
  b"\x01‚=ԏqéœ\x05ƒ©<Î9ž"
  b"\x01‚=ÔåpäŒÒ\x02ýà'ÛŠ"
  b"\x01‚=Õ>qòŸ˜Ž"H#-Q"
  b"\x01‚=Տpð¨ú…Ö\x7F¸hÈ"
  b"\x01‚=ÕîpœñΆÃA¬­"
  b"\x01‚=ÖBs¬“\x01؇|)e"
  b"\x01‚=Ö‘s\x05ž\x1DÅˆ±\x1D\x15"
  b"\x01‚=Öìsp·ÝŽ;(‘Ÿ"
  b"\x01‚=×HpŽ¢'Ñëúò\x00\x17"
  b"\x01‚=פp‹Ý-´i[©µ"
  b"\x01‚=×÷r„¦Ž½ÌÐŽÕÞ"
  b"\x01‚=ØRpB‘z\x0E\x13¯§"
  b"""
    \x01‚=رsê¤$\x1D\n
    'ŸÏì
    """
  b"\x01‚=Øøpp¿‰¹\x11©)$ö"
  b"\x01‚=ÙCqj˜Þ ¢_\x04‹%"
  b"\x01‚=Ù†s8»iz°jöóÄ"
  b"\x01‚=ÙÑsÞº_‚ àñ\x15õ"
  b"\x01‚=Ú\x1Er±¹—ûýI»–Q"
  b"\x01‚=Úfp~„ª‚\x12׺.{"
  b"\x01‚=Ú®pɲ\ä³\vêŽ6"
  b"\x01‚=Û\x0Fs0·ô“:OO®d"
  b"\x01‚=Ûlqc±·Oª\rÕŽô"
  b"\x01‚=è&s\x00‘1®°`€/\x1F"
  b"\x01‚=éÈsO„~v#C™‰\x12"
  b"\x01‚=ê pøŽ mB\x06©Ðm"
  b"\x01‚=êwq`Å›ãF÷Áu"
  b"\x01‚=êâqš»"\tãªîþa"
  b"\x01‚=ëBs¤™£™-v¹˜Ô"
  b"\x01‚=ë™rÛ¸\x1D1.\x13ñdS"
  b"""
    \x01‚=ì\x08s–¯û.Þ\n
    /Sù
    """
  b"\x01‚=ìsrû¦Êí+BA¬¤"
  b"\x01‚=ìÙrþ Åµ/Ì\x05â\x07"
  b"\x01‚=í:r$³\x18¯bÌÈe\n"
  b"\x01‚=í™px–\x1Cê??p\x00Z"
  b"\x01‚=íüpþ£Íÿn`~‡w"
  b"\x01‚=örsD·f‡áfnZ…"
  b"\x01‚=÷\x06p‘«x${G¥w6"
  b"\x01‚=÷mp¸‰¢Áï(.¼¿"
  b"""
    \x01‚=÷Áq\n
    ·Î­UM\x08
    """
  b"\x01‚=ø\x17r\x17¡à\x7F!Y’„"
  b"\x01‚=øfr%‹TÝК6Q\x19"
  b"\x01‚=øÍqò”Z½#\x10#Ä×"
  b"\x01‚=ù3rS½;”ÿ&¶*š"
  b"\x01‚=ùŒpP›“dÇïe0\x07"
  b"\x01‚=ùÜr\x08¦1…îìm\x11Ù"
  b"\x01‚=úKqò‰„r´óó\x10\x16"
  b"\x01‚=ú¸ps¸»yÒ+å}´"
  b"\x01‚=û$sq”îô\x07\t@Ö·"
  b"\x01‚=û…r °ÿÚBób\x1F/"
  b"\x01‚=ûÛs•ŸåØ \x14N"
  b"\x01‚=ü=qvˆ\x01ÉÁ—4å>"
  b"\x01‚=ü˜pu¢Ê_\x11WVzO"
  b"\x01‚=üëq~ŽM–lïªË\x12"
  b"\x01‚=ýXp(¢½*¯œ\x10\x10+"
  b"\x01‚=ýËr€šN´° ¥ù"
  b"\x01‚=þ&rK‹Û:×`\x1Dµõ"
  b"\x01‚=þ\x7FqJ½ÑáÚHD\x11J"
  b"\x01‚=þàpm…â“çÆ¢QJ"
  b"""
    \x01‚=ÿ>r›\n
    Ã"´}‘å
    """
  b"""
    \x01‚=ÿ¦s)»à9½‡\n
    üZ
    """
  b"\x01‚>\x00\x08r\t„Éþô\x1D#c-"
  b"\x01‚>\x00RrƸpgaj‰iò"
  b"\x01‚>\x00—r\x07µ³:æŒèâ°"
  b"\x01‚>\x00ísñ‹W•›FFd\t"
  b"\x01‚>\x01Rr\x05³n%Q}"Ë"
  b"\x01‚>\x01±q\x00¹þ\x05´Ë©ö˜"
  b"\x01‚>\x02\frMªxù”0èjz"
  b"""
    \x01‚>\x02pr¯ ‰l\n
    t$-\x1C
    """
  b"\x01‚>\x02×s̹Æhô\x12"
  b"\x01‚>\x03Fs\´É»GNt¦"
  b"\x01‚>\x03³rÄ\n\x00P`4áå"
  b"\x01‚>\x04\x11rx¯Ô"ð\x14 ›ü"
  b"\x01‚>\x04rr\x1D˜’UŽPå\x04ç"
  b"\x01‚>\x04Èqx’\x02aå6†ñ\x13"
  b"\x01‚>\x05\x11p+ž`SŒ‚XÍÜ"
  b"\x01‚>\x05VsêŠünqé§\x04\x10"
  b"\x01‚>\x05°sÈŒ!„„“\x12"
  b"\x01‚>\x06\x14rx¿xÈRŽ\x05"
  b"\x01‚>\x06tr\x08¤\täv?ÙÍÁ"
  b"\x01‚>\x06×q¤çIH¢¾N÷"
  b"\x01‚>\x071s“•P›\¸Èß"
  b"\x01‚>\x07wrn®ÎЊ;H"q"
  b"\x01‚>\x07ÖrP¼ËòPI~z["
  b"\x01‚>\x08:q$š—t»x!Ši"
  b"\x01‚>\x08p´¥Â)Ñï!¿@"
  b"\x01‚>\x08äqP­]ë‚\x05LàQ"
  b"\x01‚>\tHp÷£ûö«D;>÷"
  b"\x01‚>\t®pt´`?¾]OÜ\x1E"
  b"""
    \x01‚>\n
    \x0Fs\r¢”ó(\x12—=ö
    """
  b"""
    \x01‚>\n
    ur¥…^2\x1DÂX1Ñ
    """
  b"""
    \x01‚>\n
    Þr)š:ã.µÐ}Ì
    """
  b"\x01‚>\v,s\x12ŽÎÀÍy¾Ê\x01"
  b"""
    \x01‚>\v€p9ž\n
    ¼Ì\x03ÍÔn
    """
  b"\x01‚>\vÄrñ­ˆ\x07f*ÕÌ¿"
  b"""
    \x01‚>\f\n
    qhŸ!¡¼€Î¤
    """
  b"\x01‚>\fUqÞ‘\\x11ˆ¿\x1Fúè"
  b"\x01‚>\f s6¬¯ã<\x17L8Œ"
  b"\x01‚>\fýsšŒ\vîZ€ä·."
  b"\x01‚>\rHs!Žë5›w6† "
  b"\x01‚>\r’sÀ‚^Í;¡Ø]\x14"
  b"\x01‚>\røsW¤èÝY€Xü€"
  b"\x01‚>\x0EYqI©‹x,PÏŸq"
  b"\x01‚>\x0E»rœ—·eY`h<\x17"
  b"\x01‚>\x0F\x1Fr\x16\x03h.G»Î2"
  b"\x01‚>\x0F{rS¸ã\x15\x0Fìœ"
  b"\x01‚>\x0Fâr'˜¯\x1Dko<än"
  b"\x01‚>\x10Jq½­˜\x127M4ìñ"
  b"\x01‚>\x10³sqŽT:@“—̤"
  b"\x01‚>\x11\x18pÛ¡}\f!+ŒBá"
  b"\x01‚>\x11qr9¤Ba¦¾Žãù"
  b"\x01‚>\x11Íqá„M¾’IÖ3\t"
  b"\x01‚>\x12,s‰¬5zÚ ¼Ræ"
  b"\x01‚>\x12Œsk´S9\x11\x05›ƒä"
  b"\x01‚>\x12ÖsÄ…6íPÈ®ó\x17"
  b"\x01‚>\x13$qJŠLõRb7>"
  b"\x01‚>\x13nr@¥ûû`Ñg€\x07"
  b"\x01‚>\x13¾r0¸>©\v\x11ù\x15®"
  b"""
    \x01‚>\x14\n
    p†’\x0F;’\tY~ï
    """
  b"""
    \x01‚>\x14hr;¦\x1E¥Þ6\n
    x3
    """
  b"\x01‚>\x14Îs\x08‘Á–É2à\x15["
  b"\x01‚>\x15#s&Ÿ6’;jëåæ"
  b"\x01‚>\x15‰rû’B{\x1EVÍ,ç"
  b"\x01‚>\x15ßr3¦ã\x0E„6ŸB¬"
  b"\x01‚>\x16,p”¸Q\x13NãË{à"
  b"\x01‚>\x16~qÁ‚{i\f\v¡m"
  b"\x01‚>\x16Çq8¨àßá=Ë\+"
  b"\x01‚>\x17/pŸ¢„tKàó&y"
  b"\x01‚>\x17…qÓ˜Fb¯Z_›/"
  b"\x01‚>\x17Ös›ºšñŸ¼\x13"
  b"\x01‚>\x18 q q0Ý$\x7FÀ†"
  b"\x01‚>\x18irá™\x1AWþ\w¹5"
  b"\x01‚>\x18²p°¹\x04’F-”’r"
  b"\x01‚>\x19\tqC³w£Õ»þ“o"
  b"\x01‚>\x19Qrß¡av1\x11ÁGÊ"
  b"\x01‚>\x19¯rU“\v\f·4~!‘"
  b"\x01‚>!}sâšž7¨µŽd’"
  b"\x01‚>!þq5°\x02já*\x00\ræ"
  b"\x01‚>"Gq鯚™0‚^Ö†"
  b"\x01‚>"p#›ˆ%zL…0"
  b"\x01‚>"ás=|`4‘–\vS"
  b"\x01‚>#,qW—\vÙý•\x06íÚ"
  b"\x01‚>#sr’¡†W&\x1DÔ]«"
  b"\x01‚>#¾r¸•y1ϱâ…"
  b"\x01‚>$\x10qé¸k“DÌ\x12Õ"
  b"\x01‚>$Xr\r¦\x1DdˆÔ\t8n"
  b"\x01‚>$œp¡›Ñóqîb¯‹"
  b"\x01‚>$ãq¦ªÚ|YÜ)~é"
  b"\x01‚>%-qþ Üò®Î³,ö"
  b"\x01‚>%xsŠƒ»2mø9Ò\x18"
  b"\x01‚>%ÉpV”\x1C\x1E\x1Eë‚\A"
  b"\x01‚>&\x17sA½Š!ùG”dU"
  b"\x01‚>&bp«¹\x19á–\ꛥ"
  b"\x01‚>&¸r÷ޑީ\tÙ*\x07"
  b"\x01‚>'\x1Dq—•êV“\x14¯ã©"
  b"\x01‚>'sž\x10£._žS§"
  b"\x01‚>'âp)›lZ{†›t·"
  b"\x01‚>(:pb–lié\fù·o"
  b"\x01‚>(œp¥ƒ§\x14~UVÝX"
  b"\x01‚>(üpõ”&{F{“{X"
  b"\x01‚>)\rÖ¸©ëï\x19\x1A"
  b"\x01‚>)ÎrǧÍFon\x08Œ4"
  b"\x01‚>*@sO¤f¢¯iO*÷"
  b"\x01‚>*—r\x02ž¢%Bdoå«"
  b"\x01‚>+\x02s)½‹Îž6lšt"
  b"\x01‚>+fq²®À°\x1E\rn6Ä"
  b"\x01‚>+Èp\x01¨§±%G›„"
  b"\x01‚>,1p‰¾<Çqb+a‰"
  b"\x01‚>,‚r#“Hââ…$óh"
  b"\x01‚>,ÖrÜ‹\x11jgG\x1FªÍ"
  b"\x01‚>-!s†‡\x11¨Ò¿î{•"
  b"\x01‚>-nsA‚ÎtxÔp\x16Í"
  b"\x01‚>-Åq\x10ˆaº#:×8:"
  b"\x01‚>.\x1Ep\x05°5¬†—¹„Ó"
  b"\x01‚>.vqX“Ç|æ\x03;Š|"
  b"\x01‚>.Ûp\x16Ÿeè"$ ¥)"
  b"\x01‚>/@pÆ—?«Ž>ŽŽ$"
  b"\x01‚>/‰pð“Ìœvº¸© "
  b"\x01‚>/Ûsñ¸@™)V„%”"
  b"\x01‚>0$prƒ®\x0FO%€kµ"
  b"\x01‚>0nrŸšlúá\x06Q£:"
  b"\x01‚>0¶p칃Æ1\x15ÊãÜ"
  b"\x01‚>1\x02s¿—®A*Ž6ds"
  b"\x01‚>1Ss0½"õൿ×o"
  b"\x01‚>1©p\f©®®¯!´]÷"
  b"\x01‚>2\fp£¹ÞÅŒ\tӐ®"
  b"\x01‚>2kqc©=[z¢‘®u"
  b"\x01‚>2Êq³¦{\x1A\x19ÇŽ%`"
  b"\x01‚>3+r\x04§ƒØî\x7F}<x"
  b"\x01‚>3Žp>ºõD\x18Äö¾>"
  b"\x01‚>3Ùsq¸Ã\x17¿hòº­"
  b"\x01‚>4\er6¸;™dìÄ]\x04"
  b"\x01‚>4cs¹©¨ª\x194KTõ"
  b"\x01‚>4©sA©•¼sAžãM"
  b"\x01‚>4òp\x15»’e=äŒåË"
  b"\x01‚>58r\x16À\x0FÃ\x16“'"
  b"\x01‚>5q7£\x05['І.’"
  b"\x01‚>5Æs\x11Ž[ý~\x15æ\x7F\n"
  b"\x01‚>6\x10pW¹)U‘hö\ve"
  b"\x01‚>6Vr' +ÇW——Á¬"
  b"\x01‚>6®r¡Œ\x14º€\x02\fâ"
  b"\x01‚>6ørؾ¡iä´ˆÒy"
  b"""
    \x01‚>7Bq\n
    ¦ŽÃ¡ ^1
    """
  b"\x01‚>7Žq?Žd¼\‘ÞÚ\x16"
  b"\x01‚>7âp÷í"Ä\x15\x08†ö"
  b"\x01‚>8;sI—±°\x1E¢cQ:"
  b"\x01‚>8ŽpÚ²0y•gÁS\x1D"
  b"\x01‚>8ÖpÄ ç@ST&`‡"
  b"\x01‚>96s‹´\e+ŸŽcj\x1A"
  b"\x01‚>9’q\x15‡Á¹"\x00Ï‹ƒ"
  b"\x01‚>9÷p\x01¯P/\x04õûùg"
  b"\x01‚>:Zs/¼\x02ô‘ÕhÁÃ"
  b"\x01‚>:­q8¶¤´"ó²Ã\f"
  b"\x01‚>;\x1Ap¬º\x1F µÉ)#õ"
  b"\x01‚>;iqZ¹\x05\x00µ\v""
  b"\x01‚>;ØsòµÕhÓ\ea¤D"
  b"\x01‚><5sQ*£ö\x00ç,\x0F"
  b"\x01‚><\x7FrB±M“"¨³$\x1E"
  b"\x01‚><Ês]ŒäX;+\x0FÑ3"
  b"\x01‚>=\x0Fs¿»µÎ[**?Ö"
  b"\x01‚>=UqË—“c\x01âì\x14Z"
  b"\x01‚>=—sÆ­‚\x0E /‚k"
  b"\x01‚>=Ýq$»è¢)W™?G"
  b"\x01‚>>%sÿ‰YXÖϾp…"
  b"\x01‚>>lr냠|\vŽ\x01(\x0F"
  b"\x01‚>>¼p„¦ÊØ&\x19K!\x05"
  b"\x01‚>>ûq ˜Øf\x12ZÛД"
  b"\x01‚>?:sf”\x05L\x19®™Uµ"
  b"\x01‚>?~p\x02Ÿ\x1D³×X•:;"
  b"\x01‚>?Òrô¡½c\t¨ÃM"
  b"\x01‚>@\x16s;“\x18 °Â‰\v"
  b"\x01‚>@\s¤´ÑVÉåô’2"
  b"\x01‚>@«p©žgÔµÔÓ£å"
  b"\x01‚>@ör(µ&LHãß¼X"
  b"\x01‚>ABp¹ŽX­Ùø”"
  b"\x01‚>A‰pŸèøMEÐïZ"
  b"\x01‚>IHpÒ‹ì­îª\x14º\x15"
  b"\x01‚>Ièsõ´LvíÙ¿ð«"
  b"\x01‚>JWrL½Òé{(Uç3"
  b"\x01‚>JÄp4¡Øn g{P"
  b"\x01‚>K\x1Ap'‡4÷*¢kh÷"
  b"\x01‚>Kisÿ”Žžg™\x04"
  b"\x01‚>K»s†Ÿ×£DOc$\x18"
  b"""
    \x01‚>L\x0FrŽ…‘çØ\n
    ~&Ÿ
    """
  b"\x01‚>L]pÜ…]\x14À\x7F»:µ"
  b"\x01‚>Lºs¶¡kÄå[xñ&"
  b"\x01‚>M\x12pЦmŽ\x12´Q«í"
  b"\x01‚>M|r¸¶CŒb©Ó’="
  b"\x01‚>MÕpQ´–Êv¨ P\x19"
  b"\x01‚>N;q9“}æ_s\x0F·‘"
  b"\x01‚>NŸr··>Á·Ÿ‚ðë"
  b"""
    \x01‚>O\x04qº°#{\n
    •¿?ï
    """
  b"\x01‚>Oos¬¢S\x15°š.g¬"
  b"\x01‚>OÙsû¨Õ×xÆ„ØÀ"
  b"\x01‚>PAr=ã0r)`ch"
  b"\x01‚>P«qʵ•ÿsU\x05ÐH"
  b"\x01‚>Q\x10rK¼§£cFFj\x17"
  b"\x01‚>QzpQ«­*dð\x08is"
  b"\x01‚>QÅqn°?«ðuc "
  b"\x01‚>R\x11pI¯ÌD¿†pMi"
  b"\x01‚>Req%©¶'<bEqÅ"
  b"\x01‚>RÆrÙ”ç}[µÌm"
  b"\x01‚>S8s@…XO.\fð­A"
  b"""
    \x01‚>S©p¨°*\n
    iÍUü¬
    """
  b"\x01‚>T\x1Cp½ˆ5µñ5"\x05¯"
  b"\x01‚>T‘sh‘þ\x1AÛ\x19̵ë"
  b"\x01‚>TþrZ™„LNܘÙï"
  b"\x01‚>U}p°Œ#*<Ù\x1C"
  b"\x01‚>Uõp»žiig:ZšÔ"
  b"\x01‚>V]r‘•zãé‘퀛"
  b"\x01‚>Vàs«¯òúØX–gN"
  b"\x01‚>WNr1Ÿ«ÑOyFç "
  b"\x01‚>W¿q\§SôIµ+³l"
  b"\x01‚>X\x17r\x11©*Ò0lük\x17"
  b"\x01‚>X{pJµiŪO©ô\x16"
  b"\x01‚>Xçr\x16ªÎ•uð4Dø"
  b"\x01‚>YIq1ŠÔÈŒƒ‡\x10'"
  b"\x01‚>Y±r|m¥á¥{c”"
  b"""
    \x01‚>Z\n
    r_‹Žü•\x7F\x16_x
    """
  b"\x01‚>ZisYª‡GY\t5¥É"
  b"\x01‚>ZËq¼›‚†ž3\v'\x13"
  b"\x01‚>[3r\x14ˆÊ»B;åñ¦"
  b"\x01‚>[žrZ£Gt%\û+Y"
  b"\x01‚>[ýsE’\x12Ã\x16A6\x14W"
  b"\x01‚>\ir\x7F§j–w—\x04fr"
  b"\x01‚>\×qå§NÈ\x03棆:"
  b"\x01‚>]?qd·Y\fYL\¹;"
  b"\x01‚>]¢rÔŽ‘WýhÇÂ{"
  b"\x01‚>^\tpÉš\v(\t\x08f~"
  b"\x01‚>^`sú£\x17R\x05œ\x7Fò´"
  b"\x01‚>^Âsò²Üm:Kp"
  b"\x01‚>_.pi€$hÜ0”=\x0F"
  b"\x01‚>_‰r9•ÑŠóÖÙŠ“"
  b"\x01‚>_ôrÖ„\x02žƒŽ\x1Eâ'"
  b"\x01‚>`Xqõº°\x14¡Å3˜…"
  b"\x01‚>`®q×±\\x00}VÉ©¼"
  b"\x01‚>`ûpVŒ´¼+îÜŽ"
  b"\x01‚>aGrž£¨Ùîí\x06"
  b"\x01‚>a”p½£Â!`QYp#"
  b"\x01‚>añpù]Wˆ¨8£¼"
  b"\x01‚>bDsÜŸƒÀÿõ±á"
  b"\x01‚>b®p.1©åòºU\v"
  b"\x01‚>c\x14pMþ*ÝÀ†¾"
  b"""
    \x01‚>crpì»’\t\n
    7Ǻ\t
    """
  b"\x01‚>cÇqk‰li4\x06üXí"
  b"\x01‚>d"s‹­z\tÖyoéÙ"
  b"\x01‚>dwr\x19¢ãñfT×}7"
  b"\x01‚>dÂpáœ×o©\x1AZkÕ"
  b"\x01‚>e\x15p\x01\r¿©ÃÃ\x07"
  b"\x01‚>easø‚Zq&¦‹£¡"
  b"\x01‚>e¦q9µ\x03\vYùÖ““"
  b"\x01‚>eór-®º¡õg=™Q"
  b"\x01‚>f@qò¯JL¹¾¹î­"
  b"\x01‚>fŽr™|]\x08ÔÇÊ_"
  b"\x01‚>fÿp\™£‘E€\x079\x0E"
  b"\x01‚>glqë¿—G¾·­â "
  b"""
    \x01‚>gÍpã¼_‰‰Jø\n
    ö
    """
  b"\x01‚>h:q{„L(ky÷„U"
  b"\x01‚>h¦q\x11š[-ß¾~«\x0F"
  b"""
    \x01‚>i\n
    r¼£\x1AÞ˜¢˜o‡
    """
  b"\x01‚>i_pþ¸&Ù0ÿTè"
  b"\x01‚>i¸r„˜O¥"\x05\x11ˆ­"
  b"\x01‚>j\x15pÏ®q­ÒÆP©"
  b"\x01‚>jfs•‚#}ž”\fóÝ"
  b"\x01‚>j·sF‰¥\x0EÓ%@ê¢"
  b"\x01‚>k\x19sÕ•ÿ|0KÐ6<"
  b"\x01‚>k{rq„h-?'ÁJ\x1C"
  b"\x01‚>kÅr-”Á\rÒhÄ´"
  b"\x01‚>l%r\x17ˆÓ8p½\x01À\x05"
  b"""
    \x01‚>l†q\n
    ¼>~]á\x06
    """
  b"\x01‚>lês¤²\x10\x02\r\v©ÕÌ"
  b"\x01‚>mIs¬©B/UùF\x13s"
  b"\x01‚>m˜pâžS[¨7[£\e"
  b"\x01‚>mâr§˜\x0F\eù/°d9"
  b"\x01‚>n1qo-†þü;—ï"
  b"\x01‚>nšp!¤_\x0El\x00A\x15g"
  b"\x01‚>y[qi“ÎÐjÕ\x19"
  b"\x01‚>yêpw ‹šÄ"ÀÒp"
  b"\x01‚>zJp)‡à\es±”€ã"
  b"\x01‚>z²pSƒ%ÅÅV9ÈÛ"
  b"\x01‚>{\x15q\x10£æµb\x1FŸ ³"
  b"\x01‚>{~r*¨\x1EæPS\x12"
  b"\x01‚>{ïp·ˆK$\x01\x1D"
  b"\x01‚>|Tp[”=Û'½|\x19ö"
  b"\x01‚>|­ph­zŽ\x18\x1EêXÓ"
  b"\x01‚>|ûp4¸öxÛx3É9"
  b"\x01‚>}is€®õÃKDP&Ý"
  b"""
    \x01‚>}Äs²¶x,Bî\n
    ÷:
    """
  b"\x01‚>~\x1Ar¸Œ‡ÖÓ ý~1"
  b"\x01‚>~kr½…>Ý\x1C'tøC"
  b"\x01‚>~Árà¢øéÂ@'d‚"
  b"\x01‚>\x7F\x1AsðªƒôÞ£ž»‚"
  b"\x01‚>\x7Fkp£­Cö~‰Žàf"
  b"\x01‚>\x7F¸rÕ‰²Ñµ®A×Õ"
  b"\x01‚>€\x04r£½ë0†5á\x01Š"
  b"\x01‚>€Rsðˆ\x006QÞíÃ"
  b"\x01‚>€£rm¡\x0F±$‚´µ"
  b"""
    \x01‚>\n
    r-€H\x02Íz³ŒË
    """
  b"\x01‚>trP©q¦'1â¹³"
  b"\x01‚>Óp–Pùì\x155Ù;"
  b"\x01‚>‚\x1FqГ 0̐6\x03,"
  b"\x01‚>‚jqÆŒÇ{ý,7HÝ"
  b"\x01‚>‚¸s\e·Ì{QÛbDR"
  b"\x01‚>ƒ\x0FqšƒZçóæÇ§Ð"
  b"\x01‚>ƒjp­¢snT\x16-&#"
  b"\x01‚>ƒËp%‹\x08Ð=\x02³£\x17"
  b"\x01‚>„\ep¡·ôïqŽÔƒš"
  b"\x01‚>„spĈUŸÖÍV‹O"
  b"\x01‚>„Ærö¤õû\x11;É@¸"
  b"\x01‚>…\x18pÁÀD¹qêtå"
  b"\x01‚>…xp\r·Fž,bë\x0E½"
  b"\x01‚>…ìp\r«AvåB\x1A\x07\x08"
  b"\x01‚>†Zq¸ ¦P\x14&îÔŒ"
  b"\x01‚>†¾rð±Ãsß⥨¢"
  b"\x01‚>‡\x06ph„Ñ„ÛIoˆÕ"
  b"\x01‚>‡`sÚ©\x02Ù…Û®IÕ"
  b"\x01‚>‡´sÐŽ\\x11޳\rÔ\x08"
  b"\x01‚>ˆ\es¦šNªÙDë˃"
  b"\x01‚>ˆ~p¸–“\fÔ†[\x02\x19"
  b"\x01‚>ˆér=‹\x15Ö/D± ­"
  b"\x01‚>‰FrÉ¡!§\x07s‚Ò%"
  b"\x01‚>‰šqc•\x1EŸQ\x10\x06›<"
  b"\x01‚>Š\x01s•ó_J‡6²<"
  b"\x01‚>Šcpv¦0«\x15>øŽ"
  b"\x01‚>ŠÙs?’\x05`Í}¬èX"
  b"\x01‚>‹KqÚžT\x0Fè_É«\t"
  b"\x01‚>‹©púº‘½öM¢\x03J"
  b"\x01‚>Œ\fr[•^ƈð\x1Eúl"
  b"\x01‚>Œoq#ƒ$\f\x18êÛ<Ñ"
  b"\x01‚>Œ¼q¼¡wƘ¥K6"
  b"\x01‚>Ž\x18sµ¶¥ßLlh²\e"
  b"\x01‚>Ž\x7Fp²…¤pí\x13ž¯ó"
  b"""
    \x01‚>Žëp8¤ûA\x07\n
    
    """
  b"\x01‚>ŽIqƒ½\x14Ñ©c\vSB"
  b"\x01‚>Ž r`¯?\x10LÑ_;Ê"
  b"\x01‚>\tqW­†ê.ÙãúN"
  b"\x01‚>\s͸=úÞ\x1CsŽ="
  b"\x01‚>Âqù¤q²Íù7Q\f"
  b"\x01‚>,rh«ƒ=?è»e,"
  b"\x01‚>—r‚¸éR}%œ\x15"
  b"\x01‚>‘\x00px¡÷ÀM\x1F¤Í\x12"
  b"\x01‚>‘kp‰¢¸Sð7‡\x19³"
  b"\x01‚>‘Örþ¬Í¢<V\x14"
  b"\x01‚>’=sz«êÇ5â\x7F›ú"
  b"\x01‚>’¤s!¼03{\x1A"
  b"""
    \x01‚>“\n
    q7”47a"ÙM
    """
  b"\x01‚>“er\x05м.:e¼¡Ö"
  b"\x01‚>“ÑqK¨å)tÈ\x12Äj"
  b"\x01‚>”)s\x07¤ÚÔÅ‘p´Û"
  b"\x01‚>”wsÔ®HÿøÝ¹\x01Ú"
  b"\x01‚>”Åsn£|}©=^T\x08"
  b"\x01‚>•\x1DrϨ׺±{Š™´"
  b"\x01‚>•Šqœ™„Œ‘nfu¼"
  b"\x01‚>•úr½ª-ãM\tÚ›Ì"
  b"\x01‚>–TpØ °KjÒwû6"
  b"""
    \x01‚>–¦s\n
    »õw\x07·ÌÿÃ
    """
  b"""
    \x01‚>–÷p\x1F¯5D\n
    ä• @
    """
  b"\x01‚>—jq\x14µGFF!l‘-"
  b"\x01‚>—Úp—¡›¯ù”;?ì"
  b"\x01‚>˜Cr„°ýlGOLŠå"
  b"\x01‚>˜œsí«É{½§a%\x19"
  b"\x01‚>™\x01q\e¸JÎfÿ¹¡T"
  b"\x01‚>™Zs\x12¿\x0FÂä¦.§ú"
  b"\x01‚>™¼s¥¨64&Òw8"
  b"\x01‚>š\tq³­övÜ-d%û"
  b"\x01‚>šdr\x1E’¸e,¨Áä"
  b"\x01‚>š¯qPŽÜG³pSò\x1D"
  b"\x01‚>›\x05r~†Çy\vÆ“3F"
  b"\x01‚>›Up»œôŒvÑ/\x16w"
  b"\x01‚>›½qØŽ\x05*[[Mc\x00"
  b"\x01‚>œ\vr\œØºuµäQZ"
  b"\x01‚>œdrȁüñÑÍùOt"
  b"\x01‚>œºrȵ°ž\x03½fšŠ"
  b"\x01‚> rB­\fb\x02gH\x13m"
  b"\x01‚>trO¬7Ð?“\x13à8"
  b"\x01‚>Ês•&NÎ!âå–"
  b"\x01‚>¥ŠpÍ¢FŽ\x16¯Òc"
  b"\x01‚>¦\x07pº®\JI¶xÝ."
  b"\x01‚>¦asi‹‰5)¨Š\x07X"
  b"\x01‚>¦Öry°\x02ÓÍøRŠ]"
  b"\x01‚>§0rM®çÒª3ëdP"
  b"\x01‚>§„s\x00š\x08ØîÉ·‘û"
  b"\x01‚>§Õs%¸/sh¦\x0FÚ6"
  b"\x01‚>¨?sÙ s;h‚ä#p"
  b"\x01‚>¨¬sñ§›y€Ù\x02ø\r"
  b"\x01‚>©\x07rºŽ¦\x1Cµò¨Ìu"
  b"\x01‚>©Ur"„­*S®ÛJP"
  b"\x01‚>©¬rŒˆ¥Ç潉\x007"
  b"\x01‚>ª\vs7„Ù»´ µ‹a"
  b"\x01‚>ªgs8°\x01~d\x1Dvv."
  b"\x01‚>ª±q9€½½tGlTU"
  b"\x01‚>«\x07püšû¸Ì´\x0E\x05ô"
  b"\x01‚>«hqʝàÓ¬\x1F\\x11Á"
  b"\x01‚>«Èp—¯ß9\r\ftÝ4"
  b"""
    \x01‚>¬$s\n
    E9\x14†H4É
    """
  b"\x01‚>¬xq‚«Ó.‚\tŠ~–"
  b"\x01‚>¬Ãr©Ò¿¶ðÓ\ró"
  b"\x01‚>­\x07q¤“\x19AE1ŽF°"
  b"\x01‚>­Sp¬¯?{.J7•Ê"
  b"\x01‚>­®r“¡ÓÊñik€ý"
  b"\x01‚>®\x17p}ŸØ¨ ÓFï€"
  b"\x01‚>®q¸øˆÎt \f\x14"
  b"\x01‚>®éq©•j"\vK\x1A%"
  b"\x01‚>¯Vqû¯\x14EŽgUþ0"
  b"\x01‚>¯ºsm‚s \x16Jel\x0E"
  b"\x01‚>°$r@“䘉á\x15D\n"
  b"\x01‚>°ˆrÖ™·\x1A¬\x06‹ã™"
  b"\x01‚>°Õpȱi\x00ö{L¼r"
  b"\x01‚>±'qÕ‹\x08ÂR„q\x10."
  b"\x01‚>±tr\vŽŸŒ”6¦$F"
  b"\x01‚>±ßp_·\f†\¤iè†"
  b"""
    \x01‚>².p\x1A•‡Ö\x13¹Ë\n
    (
    """
  b"\x01‚>²…rÓ–â\x1A÷ÆPrÞ"
  b"\x01‚>²Îr»–\x19„B„)¤Î"
  b"\x01‚>³#pÓšKò¡èÁˆ\x05"
  b"\x01‚>³mpئ²Û()~‚"
  b"\x01‚>³Çqõ´Qö¿eoå\x07"
  b"\x01‚>´\x1Cpj ¼6rñè°\t"
  b"\x01‚>´uqŒ\x1EO†\en\x10\x06"
  b"\x01‚>´Ùr3œŸy\r…‡\x19µ"
  b"\x01‚>µ?qï›,¿¶/¯ïo"
  b"\x01‚>µ“r¼™íì¶ CY["
  b"\x01‚>µâpô³qcTav9@"
  b"\x01‚>¶@qB«—H}\tŠ\x7F"
  b"\x01‚>¶’p\x7F¿¼ž¶ñÃe"
  b"\x01‚>¶æq7¹3î/σ¬R"
  b"\x01‚>·,rj±P\x1F³¹Ù’G"
  b"\x01‚>·ŒqÆ·÷7ÕCÂ\x15"
  b"""
    \x01‚>·ës\x0E™cü\n
    c\x0E\x1Aæ
    """
  b"\x01‚>¸CsÙ¤\x1E\x07©ƒš°"
  b"\x01‚>¸›pÕ˜wšßà\x17¨Y"
  b"\x01‚>¸ìpÔ”AjlEm‰"
  b"\x01‚>¹Cp\x1F\x11ßaô\x15Íž"
  b"\x01‚>¹¡rB²ý"`\Ø"Î"
  b"\x01‚>¹îrõº8¹J0 d\x15"
  b"\x01‚>ºOq©„u¢\x01\x15šÝ\f"
  b"\x01‚>º³sŲ6ȼ}À¥\x17"
  b"\x01‚>»\x16sà„ó\vÁBe0Ó"
  b"\x01‚>»uq/²¢Ä8^CÞ"
  b"\x01‚>»Îpȝûø\x087\x18ƒb"
  b"\x01‚>¼3p• ã¼Ì\tQ\x0F"
  b"\x01‚>¼‘p"ˆÐð‚¾²íˆ"
  b"\x01‚>¼ëpSžô\f85–»a"
  b"\x01‚>½2q±”U•Å*?t"
  b"\x01‚>½ˆq>œ2U,›ð]Õ"
  b"\x01‚>½ëp7¢pϺ§VIÅ"
  b"\x01‚>¾Ip“´Ž#\x0F[þÖ"
  b"\x01‚>¾­q7€Z8)úo\x1EÚ"
  b"\x01‚>¿\x05qV…‘\x1E:£Q;"
  b"\x01‚>¿Rp°®û§Ì{(\x17 "
  b"\x01‚>¿³rù©¥²ÃZ^§†"
  b"\x01‚>À\vr\x16Ÿ™%ÍtùÖ"
  b"\x01‚>ÀTp\x02»ÛZ\x1C«fµ\x16"
  b"\x01‚>À¥pÄ‚Ðæ\x7F§q•È"
  b"\x01‚>ÀúpÖŠï\x07žÖþÒV"
  b"\x01‚>ÁUqŒ´Q|+Â\x19ùþ"
  b"\x01‚>Á®rœ¼fyR½ú‹Ò"
  b"\x01‚>Â\x13s¯‘Ã\x1DÐz“Ó:"
  b"\x01‚>ƒrt—cÊ—DfÃ\x13"
  b"\x01‚>Âêq\x18…ガ¶M¢&"
  b"\x01‚>ÃAr‚®4˜×ª»\x12"
  b"\x01‚>áqÙœÉß;NY1Ô"
  b"\x01‚>Ä\x06pr±1H‡/Âò°"
  b"\x01‚>Ädr\x1A’ þ©)¹}\x1F"
  b"\x01‚>Ľr­­Ð©\x06´&Û"
  b"\x01‚>Å\x13qͰ^{O\x08X@|"
  b"\x01‚>ÅmpØ¥¯É1ùLf"
  b"\x01‚>ÅÔq\x14½C}wc*<O"
  b"""
    \x01‚>Æ,sR‚\x19\n
    \x1E\x08\x19E
    """
  b"\x01‚>Æ’pd›Çví\t\x04Ý?"
  b"\x01‚>Æ÷pd™óÄù\x17šx:"
  b"\x01‚>ÇWp °Y\x7FËê´úU"
  b"\x01‚>ǵq\x19µ\fM\x18ñ\v"
  b"\x01‚>È\x14q“ ÿù«<âÿÖ"
  b"\x01‚>È‚p\x07™WÓ¡ƒFÝÀ"
  b"\x01‚>Èép¯¹Žt‚\x13Ìê\x1F"
  b"\x01‚>ÐÀs7•ê2£@ó\ù"
  b"\x01‚>ÑXq!›ï1ó5`_Ã"
  b"\x01‚>Ñ®s\x10œWÌ\x1E…#\x1Ez"
  b"\x01‚>Ò\x14q^³\x1F¯VÀ¯ÕÍ"
  b"\x01‚>Ò[qÒ•^0Sq\x06Áz"
  b"\x01‚>Ò¡qh‹ü,Å^LØQ"
  b"\x01‚>Òóq¬©.µì\x1Cú;°"
  b"\x01‚>ÓZqá­\x18MzcÑod"
  b"\x01‚>ÓÁs¡¦±íë³\x04’˜"
  b"\x01‚>Ô'sô›Z.Õ¨\x0FÂt"
  b"\x01‚>Ôpqô¯\x11+_e\e^"
  b"\x01‚>Ôµpý¢ÅÁ.¥×e!"
  b"\x01‚>ÔýrŒ·ƒ§\x10øŽ<"
  b"""
    \x01‚>ÕSr\n
    ƒß@¶\x13ýße
    """
  b"\x01‚>ÕªslŠ¿JoÍWvs"
  b"\x01‚>Õûr·Žžø·ÒÞ"\x0F"
  b"\x01‚>Ö[q™¯—z\x07xàˆ"
  b"\x01‚>ÖŸqÇŽ÷ãç1†<\f"
  b"\x01‚>Öér\x15‚/D\x17\x03x\x1D¸"
  b"\x01‚>×4s\x10¤Ú\x13öû±Ïä"
  b"\x01‚>×~q"«ŒdZN×}"
  b"\x01‚>×Óp¥§•ˆÒ9µ\f"
  b"\x01‚>Ø&pÓ­ö6\x01‘N˜å"
  b"\x01‚>Ø{q{²tž!Ø<‘Õ"
  b"\x01‚>ØÚsB½®Ò\x1CFî¸Ú"
  b"\x01‚>Ù'p\x13£S¶\x1FÖߌê"
  b"\x01‚>Ùtså»\x19$/{ô¸\x10"
  b"\x01‚>Ù½p\x14žeÇ¢\x1E\x02);"
  b"\x01‚>Ú\x07qi¹}ŽÅ|]Óá"
  b"\x01‚>ÚWrÞµ‘úlˆîŒ6"
  b"\x01‚>Ú·p³’}¨&.|["
  b"\x01‚>Û\x05pyˆ\r=)¼ø#–"
  b"\x01‚>ÛTp±»Ç´Db“×x"
  b"\x01‚>Û±q…£\t=• \x08Ô\x12"
  b"\x01‚>Ü\x15p\x06–\x02¾.­\fs"
  b"\x01‚>Üdr\n\x00¼:hc'Ã"
  b"\x01‚>ÜËqSŸñk\x05V4M\x17"
  b"\x01‚>Ý\x1Fs'’5\x1D<\x03MeÅ"
  b"\x01‚>ÝwqCµ¾™'Ìw\x1C"
  b"\x01‚>ÝÚp¿™Š—èÿô\x18"
  b"\x01‚>Þ?svŒË\x04é¢0¸€"
  b"\x01‚>Þˆr=³§ôé6Nî3"
  b"\x01‚>ÞßrB¬!2sxÍ<ø"
  b"\x01‚>ß5qp•—6¼_!êÚ"
  b"\x01‚>߃swˆð¶ O`É\x17"
  b"\x01‚>ßÍrÁ¯eÁæ×K;í"
  b"\x01‚>à!r<¿d2È7x‰"
  b"\x01‚>àtsU™sÌ¢àSy¿"
  b"\x01‚>àÂrGßÖqt_™‘"
  b"\x01‚>á\x10qr´*â´‹S\x18"
  b"\x01‚>á[p\x1Dsõ›…ãý\r"
  b"\x01‚>á·q˜Oa€““\e-"
  b"\x01‚>â\x19pá¤O_ŸlÐôä"
  b"\x01‚>âvpk””dÿÉ\x0F9M"
  b"\x01‚>âÐq¦€5\ey|íN·"
  b"\x01‚>ã,q3±L¤\x0E˜%Ç"
  b"\x01‚>ãŠrøž¦30ã`ª1"
  b"\x01‚>ãép¸‹å¼ê;RC\x11"
  b"\x01‚>äDp1«ð¥ô™£\x1C\x1C"
  b"\x01‚>äsþžq7Ûy\x14<>"
  b"\x01‚>äîqÚŒ(õQ´„4\x03"
  b"\x01‚>åMso•”]Ûåˆàä"
  b"\x01‚>å§s‚ºh‘¸Ï"\x10"
  b"""
    \x01‚>åÿr\x07ŸÄ7\n
    ílb
    """
  b"\x01‚>æEs\x14²?zûسÒO"
  b"\x01‚>æŠpŸ¶G\Ðv„ïv"
  b"\x01‚>æåpp£’fá\x03"
  b"\x01‚>ç>ræ†Àá\x1FÙÿv"
  b"\x01‚>ç“q\x07Ž?®ÀΟ=Ý"
  b"\x01‚>ç÷ql¹Vdå.$éÑ"
  b"\x01‚>è_s\x01•Pµ ç»Þî"
  b"\x01‚>è¶pJ¦Á(¹\x06ñ×"
  b"\x01‚>èùsÁ·Ž1Ø¥èO¨"
  b"\x01‚>éMs´‘BÁ¼\x0F˜n<"
  b"\x01‚>ésl,t`jف-"
  b"\x01‚>éÔs!Ž*_#QOØ\x7F"
  b"\x01‚>ê\x19qx½óŸ4)\x04v"
  b"""
    \x01‚>êds0‡\x1C\x01\n
    @
    """
  b"\x01‚>ê«r\x1D’/%Þ<dMö"
  b"\x01‚>ê÷sd³$Ìl9+á{"
  b"\x01‚>ëBqĦ®(©|¶If"
  b"\x01‚>ë‰rrŸâä·^}<"
  b"\x01‚>ëÔp޵\e\x13\x0E;^"
  b"\x01‚>ì%q\x11“©è)\x17è\x0EÃ"
  b"\x01‚>ìlp\x08šÒðüSd˜£"
  b"\x01‚>ì¯q\x1D…×JÏ\x1CÓÄ"
  b"\x01‚>ìñq_ Ž`Y§±-«"
  b"\x01‚>í9p¨‰Â\x10Útóº"
  b"\x01‚>í€pï¿\x04òKc\x0F\x06"
  b"\x01‚>íÉq?¤ƒ\x06G¿¡‚0"
  b"\x01‚>î$sý´Ÿâ|\x08l\eë"
  b"\x01‚>î\x7Fp? j\x08Çãák>"
  b"\x01‚>îØs\x18›×Û#Ñ\e\x11¦"
  b"""
    \x01‚>ï3p¥­\n
    ›ŽÃ\x0F
    """
  b"\x01‚>ïzq\x1C £\x05ÓuÅ\x05v"
  b"\x01‚>ïÇr8ŸW½ƒ\x19A]â"
  b"\x01‚>ð\x13s®q7fÇd\x0EÎ"
  b"\x01‚>ð_q\x15¦ú\x14\x00ÝBiù"
  b"\x01‚>ð­q\x07°mý·\x18\n"
  b"\x01‚>ñ\rsT®OÐÄŠèµÑ"
  b"\x01‚>øÙq¿¶µFWÝ\x1A"
  b"""
    \x01‚>ùppL›}\n
    É£ª\x17½
    """
  b"\x01‚>ùÞq˳wFo¨½@m"
  b"\x01‚>úEpJ›èÉÐÑþ®Ã"
  b"\x01‚>úµqm³ë\x1CÛ\x1AGñ]"
  b"\x01‚>û\x17r_™I!\x16\x00"
  b"\x01‚>ûcq÷±dס?æ5Ô"
  b"\x01‚>û®p\x00’³cq>6àJ"
  b"\x01‚>ûÿp:¶~¸·v¹º"
  b"\x01‚>üIrVŽÑۏޝ¬"
  b"\x01‚>ü”p%­]\x087J‚¤Õ"
  b"\x01‚>üårQµ\x1CÓ\f\x00úÃr"
  b"\x01‚>ý?sÁ°K†.fЫ\x02"
  b"\x01‚>ý¢qÖ˜>6[è"ýè"
  b"\x01‚>ýñp§‡Ãr»`,'"
  b"\x01‚>þ?sH¥d Æê…´0"
  b"\x01‚>þ™r±j¦T²¼rÁ"
  b"\x01‚>þéqƱö°oÞš\x14®"
  b"\x01‚>ÿ?sK¼…<á2¯äÉ"
  b"\x01‚>ÿ¡s°$°%¿jkÆ"
  b"\x01‚?\x00\x12r=¹\x1A/ËPåhž"
  b"\x01‚?\x00{qŸ«Ãþ~KÑ?ì"
  b"\x01‚?\x00ÖqC˜R1FZ!\x05!"
  b"\x01‚?\x014q‰œ®²Å\tÝŠa"
  b"\x01‚?\x01rç­âÌ\x13!«Ø×"
  b"\x01‚?\x01Ùq˜¦î¾\x14·‡îG"
  b"\x01‚?\x02#r\x08šrþ\x0FÑL\f"
  b"\x01‚?\x02os(¶0»Ûµò:("
  b"\x01‚?\x02Ás¯“me#JKóä"
  b"\x01‚?\x03\x18r‚\x0F÷ <Á`¤"
  b"\x01‚?\x03kr\x0F¯™'\x10i$bn"
  b"\x01‚?\x03Âq²–~\x17Dzã\\x08"
  b"""
    \x01‚?\x04\x19q\x11ŸØ\n
    Ì\x1CzÛž
    """
  b"\x01‚?\x04„qˆ:\x05~ŠE“\x7F"
  b"\x01‚?\x04×sI©¿/Š-µÉ‰"
  b"\x01‚?\x051pþ›.÷\M$Þ\t"
  b"\x01‚?\x05ƒs˸]Ä%²­.ç"
  b"\x01‚?\x05ÚsBŸ´\x05./͝"
  b"\x01‚?\x069sãµ³Î÷OXL("
  b"\x01‚?\x06†r\x03§h¶ßØëýó"
  b"\x01‚?\x06Ñq´‹?~ÿ\x07ø\x12"
  b"\x01‚?\x07\x1AqÃŒˆU\x18qÕ_\x14"
  b"\x01‚?\x07ar„§/Ûd9¹\e\t"
  b"\x01‚?\x07¢sv~—ÔÔW+"
  b"\x01‚?\x07íp`»òñ˜±Ûù"
  b"\x01‚?\x086pZ©\x1DŒ–¤_wÜ"
  b"\x01‚?\x08”p]Š[å3úDðX"
  b"\x01‚?\x08ïpNŒÞ\x1DŠÒîŒ"
  b"\x01‚?\tNsš„p–}[R— "
  b"\x01‚?\t¥qb„j¿\x7F \x1EÀl"
  b"\x01‚?\n\x00pçµ¹¢½\x1ADá{"
  b"""
    \x01‚?\n
    cq ®¤À'¼–jù
    """
  b"""
    \x01‚?\n
    Äqe¹Ý\x05Ï\vüŒ2
    """
  b"\x01‚?\v\x1DsE³\r!öÙ:„º"
  b"\x01‚?\v~q˜œvIaXS۝"
  b"\x01‚?\vÉqÒ².’,«Åy‚"
  b"\x01‚?\f\x1AqØ»ŽkãÒÛœ%"
  b"\x01‚?\flssi·\x01<p\x1Dn"
  b"\x01‚?\f»r\x1A³Ñ¹)ßIé½"
  b"\x01‚?\r\x18q\x7F\x13Š0!Þû…"
  b"\x01‚?\rms!³\x17\fÂ6Fõb"
  b"\x01‚?\r¶q޾ìKvrOÈb"
  b"\x01‚?\rÿq\x0EŸór¯ýü\x06\x19"
  b"\x01‚?\x0EMr`†kA\x06cµmw"
  b"\x01‚?\x0E—p¤š.\x04*`Ò“è"
  b"\x01‚?\x0EÝsþ—\x7FOd7ö\x03õ"
  b"\x01‚?\x0F's9´\x10£v×}áV"
  b"\x01‚?\x0Fur?¹¦jo\x13²žç"
  b"\x01‚?\x0F¾rуo\x1A¬z…`f"
  b"\x01‚?\x10\x06r¯Œ”¨@ÿüÙ!"
  b"\x01‚?\x10Rr\x10¦­ß½¯üS›"
  b"\x01‚?\x10žq½¦háòÕ^Ëž"
  b"\x01‚?\x10ér]ì-ìmè\ež"
  b"\x01‚?\x11-rs†bú›ýøÃ"
  b"\x01‚?\x11‚r\x05™…à2Ld#¬"
  b"""
    \x01‚?\x11Ís\n
    °ª‹\x17m\fÙ
    """
  b"\x01‚?\x12\x1Ap^‰\x08êsÀ\x16¢"
  b"\x01‚?\x12€s¸³ÆGÚ\x03Ûƒr"
  b"\x01‚?\x12ÞpèšN_ÑÈ?"Ç"
  b"\x01‚?\x13/r¢¸¡ÇGê\x02ÜÜ"
  b"\x01‚?\x13Šqy´Á,Qåì\x14@"
  b"\x01‚?\x13Öp(…@\x7FB\x13¤áI"
  b"\x01‚?\x14\x19q‘€YίCâìh"
  b"\x01‚?\x14_q\x17ãèvcþtÕ"
  b"""
    \x01‚?\x14°p¢¢BB+\n
    Å®£
    """
  b"""
    \x01‚?\x15\n
    q¾­¶\x16Êd¶à:
    """
  b"\x01‚?\x15isRãök0‰ñÚ"
  b"\x01‚?\x15Ìqt³ý\x06ö×’òŸ"
  b"""
    \x01‚?V0p\n
    \x19[}˜"¸i
    """
  b"\x01‚?VŒrȾYædXaߐ"
  b"\x01‚?VásuºhôAðÙ\x0E"
  b"\x01‚?WBq¯¡i—\x08À©Ìn"
  b"\x01‚?W—r;”Õí½š\x02°"
  b"\x01‚?Wñsè™\x1C‚ƒl€iš"
  b"\x01‚?XFrwˆAу^"\x11/"
  b"\x01‚?XœpÈŽ'\x17Z±<™8"
  b"\x01‚?Xíp¢•\rEzl—Ñ\v"
  b"\x01‚?YAp\x1F˜8Zmá›N\x1F"
  b"\x01‚?Yœs˾‰Ê~.†Ý™"
  b"\x01‚?Yýr\x1C§\x17\x1Dâc’W'"
  b"\x01‚?ZZqãö\x01^ÂwKÝ"
  b"\x01‚?Z±qAôa:¢ºW\x1A"
  b"\x01‚?[\x13q±žM‡p‹ƒeã"
  b"\x01‚?[Yr²´›ÿ«Ù'ÒÆ"
  b"\x01‚?[¢qLœ\x17ª©·«®ÿ"
  b"\x01‚?[êp–´qC¢bFCu"
  b"\x01‚?\9sš€\x7Fa)êdõÂ"
  b"\x01‚?\{rÒŒø±e\x12pQ¾"
  b"\x01‚?\Ãs໾Ø\x0Fxouö"
  b"\x01‚?]\x07ps­;HÕHj\x7F´"
  b"\x01‚?]Vpæ‰Ý:ÌŽŽ\x14"
  b"\x01‚?]¨q†ú#È›Üo¨"
  b"""
    \x01‚?^\n
    qœ½½7¿Š§ï
    """
  b"\x01‚?^msq­'ŠÝ±Ê»\x13"
  b"\x01‚?^Òp$ŠÑäÐÅÅ Â"
  b"\x01‚?_7púºÿ+¡Ÿt¢š"
  b"\x01‚?_˜só¬œ4÷oO\x06U"
  b"\x01‚?_ôs{²a%dyágÊ"
  b"\x01‚?`[q=º/Ì2â„‹Ã"
  b"\x01‚?`ªpM›²v!¯>ÍÂ"
  b"\x01‚?`÷s\x04£G—òŸ˜Æ\"
  b"\x01‚?afs”’£œ2ä\t¶""
  b"\x01‚?a¹rRª¼n\x06\f"
  b"\x01‚?b\x05s\x07‚¯—çÅzc\x13"
  b"\x01‚?bNq\x16¥(‚ðÄ\x12h!"
  b"\x01‚?b­sÛ‘À’\x08˱F¿"
  b"\x01‚?c\vrð‡•ûÿFôåb"
  b"\x01‚?ckq¦’ÇæHIòŽE"
  b"\x01‚?càs«’”h=F\x10!K"
  b"\x01‚?dEp›˜à}Í\x01>öO"
  b"\x01‚?dªpàŒØ’À\x1C²0—"
  b"\x01‚?e\x10q¥©\x15ØŠE\x08"
  b"\x01‚?evqHœ.3`\x1CPš´"
  b"\x01‚?eÓrk˜oõ &R¨\x0E"
  b"\x01‚?f+r)©\x01Öí\x07¨L"
  b"\x01‚?f~pH£Ô\x1EÓ-G1}"
  b"\x01‚?fÏr>€¿îüµÜ~1"
  b"\x01‚?g!q€|\vÈ\x05í^¼"
  b"\x01‚?g|rpª±€\x1DWŸ7"
  b"\x01‚?gÜqÏ«y#­žo\x0F "
  b"\x01‚?h/r\x02ŽÌŽ7\”HÇ"
  b"\x01‚?h‚q&”/z\x18‡è¢|"
  b"\x01‚?hÒqôÂG¬Û§\eŠ"
  b"\x01‚?i\eq\x03…®Ú#S·ez"
  b"\x01‚?ics¥³\x1Ec½ß§u¡"
  b"\x01‚?i©sƯÏÏC˜,n¦"
  b"\x01‚?iòqº”\x149\x04(|¤\x7F"
  b"\x01‚?j:rA“U\x01†l—\¼"
  b"\x01‚?j‹q’ž.\x13U€µ\x10\x07"
  b"\x01‚?jÙr辡›\x06»v:y"
  b"\x01‚?k&s\x0F·ÂŽ\x02\x03Ø"
  b"\x01‚?koqÆ’ØüþkÎ¥ó"
  b"\x01‚?kËs=¢^\x005éÒ*Y"
  b"\x01‚?l%qO˜®J˕Éo"
  b"\x01‚?llpߌ=l.\rác2"
  b"\x01‚?l²pPŠ\x13Qd]I¯P"
  b"\x01‚?lûsò¡²é¥}H4\x0F"
  b"\x01‚?mBrv¤0ºHÄA€…"
  b"\x01‚?m‘q\x03Žî!tÅ[tÎ"
  b"\x01‚?mãq€±\x14ݝeS0\x05"
  b"\x01‚?n2sU´í`6e¾’­"
  b"\x01‚?nƒs±Š\x19Õ i5w"
  b"\x01‚?nÛs€°'Ótp%?£"
  b"\x01‚?o0ræ*Vùx¹­“"
  b"\x01‚?o|qü§\x05ž`c\x7FF*"
  b"\x01‚?vâs\x05¿ª\x07X\x04œÅÖ"
  b"\x01‚?wQp2†G\x1CåÓÆhž"
  b"\x01Ž\x11º·£pÅŒãð^î¦î_"
  b"\x01Ž\x11º·ëqγLÝ’'­s\x16"
  b"\x01Ž\x11º·øs?‚ëŸâ¡(!"
  b"\x01Ž\x11º¸\x06p—Ž%1)ƒ*Æ"
  b"\x01Ž\x11º¸&sYØÎŠÁÛ\x13"
]
59 1.32 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.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` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  true
]
60 0.89 ms
# product-review-route::aggregation::language-filter
SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.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` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[
  true
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
61 0.78 ms
# product-review-route::search-ids
SELECT `product_review`.`id` 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` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
62 0.70 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` 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` = ?)))) total
Parameters:
[
  true
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
63 0.54 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
64 0.77 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.71 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
66 0.67 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
67 0.97 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.31 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.32 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.47 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.56 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.63 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 0.70 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 0.48 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.36 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  1
]
76 1.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.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"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
77 0.93 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "018d11d0ee7a731297d6a2560ccdac61"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
78 2.85 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‚=X–r\x14\x11¼XÔ3à›"
]
79 0.80 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "018d11d0eed770c7b51aa46adc4d6605"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
80 1.40 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‚=b’sy„[Î\x18\x07€Ò•"
]
81 0.50 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "1726a0cd0a7f491dba67b634ea307e75"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
82 1.32 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‚=H\fqñŽ´ö\x08ÎWÊ„"
]
83 0.45 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "94e122469d98422e9e1b31612f615b8e"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
84 1.28 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‚=>CsØ€¯\x1A\r†À–à"
]
85 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "018d11d0ee33707987cc957502489f22"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
86 1.45 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, 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‚=U\x1Ep,¥¾bž\f\x03ƒX"
]
87 0.74 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "018d11d0eded714f99b769ee6be0184f"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
88 2.05 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‚=R\frù©¼2â“ʸ£"
]
89 0.69 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "60e9e7866ea74642b8f05c9ef43abab1"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
90 1.82 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‚\x03xõq˜‘Ç$‘æì©¸"
]
91 0.81 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  "b8b476b2cdb648f796e2c557dd2635ac"
  "c94a80ef8a354f9a93bbddf6f6c5b4fe"
]
92 1.88 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‚=KÓq󏮝¼Ù»ÐŽ"
]
93 0.98 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
94 5.35 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01‚=>CsØ€¯\x1A\r†À–à"
  b"\x01‚=DÐr)§m|j¥€‘±"
  b"\x01‚=E'qŸï\e\x1A­€º"
  b"\x01‚=Eqp¸†Ã§\x0FœoQ\x1A"
  b"\x01‚=EÑrç•TS\x05صÌs"
  b"\x01‚=F4q\tˆ|Æyôa\x15Å"
  b"\x01‚=FŸrè·¹¥tÃsgï"
  b"\x01‚=G\x02r“©\t°\x1A\x16õÐG"
  b"\x01‚=Gisôƒåû#\x02×ñ\x07"
  b"\x01‚=GÁq²Ž•ìæõ›\r¼"
  b"\x01‚=H\fqñŽ´ö\x08ÎWÊ„"
  b"\x01‚=Hmq`‹:\x10ô‘½%x"
  b"\x01‚=HÂpÞ²¯L3¤åÇQ"
  b"\x01‚=I\x16r$¡\ú–\ZÝ&"
  b"\x01‚=Ip^·A5¥\x1C©JM"
  b"\x01‚=Iëp¯Ÿ‘ž†\x01sõö"
  b"\x01‚=JMr*–|^ÿ½~\x0F"
  b"\x01‚=J–r”:Æ\f"\rüß"
  b"\x01‚=Jøq\x19¤³ZDuÒ"
  b"\x01‚=Kir¼ŒÁ£%X%ñÞ"
  b"\x01‚=KÓq󏮝¼Ù»ÐŽ"
  b"\x01‚=L/s€¯O×á0O98"
  b"\x01‚=L}rË·Ž7#\x1Få†ë"
  b"""
    \x01‚=LÉpޝ×mT Ö\n
    ¢
    """
  b"\x01‚=M$r\x11˜\x0EŽÇ\x12D(î"
  b"\x01‚=MqN²,AïØ´Ö›"
  b"\x01‚=Mßs›õŒ\x0F©g2Û"
  b"\x01‚=N'pÙ§‡®ç\x02æÝZ"
  b"\x01‚=NrréºLIÕoÊ\x06`"
  b"""
    \x01‚=NÑræ‰k¸\n
    é<mà
    """
  b"\x01‚=O1sò¶\x1Aì{§\x13\x16»"
  b"\x01‚=OsO–Qþ6ˤι"
  b"\x01‚=OÝrï•Ôtäf \x02\x1F"
  b"\x01‚=P$qô b\x01æq\x100\t"
  b"\x01‚=Plqxž\x17SÜTì§‘"
  b"\x01‚=P´rÛ½ÝOÿ優0"
  b"\x01‚=Q\x02qwŽ\x06θÑ+ž¶"
  b"\x01‚=QTq«ŒTH€9ïmÙ"
  b"\x01‚=Q¯s׬\x12§œj†nÓ"
  b"\x01‚=R\frù©¼2â“ʸ£"
  b"\x01‚=Reqª‚8±w\x1A}\x12Ø"
  b"\x01‚=R¤pD¨¦+“†Ž\x01Ä"
  b"\x01‚=Rîr_°TðžX:§À"
  b"""
    \x01‚=SEs\n
    °²‹+—ã,\x10
    """
  b"\x01‚=S–s ½X•\x10LÖu©"
  b"\x01‚=Sép±³w|èƒÆÌh"
  b"\x01‚=TDsï´oÑrèâ"u"
  b"\x01‚=T‡pJµDV&΁\x00_"
  b"\x01‚=TÐrsŸ2®*ž„•´"
  b"\x01‚=U\x1Ep,¥¾bž\f\x03ƒX"
  b"\x01‚=UzpÚœ1º¥°+¼"
  b"\x01‚=UÓs*\x00Jx¡\x1EîE"
  b"\x01‚=V(qˆµ²\x07Õ\x01¤Xk"
  b"\x01‚=Vƒs3©Ü\x1FV$Ô\x18Å"
  b"\x01‚=V×qð¹³Ùš|Nyû"
  b"\x01‚=W8q ¯#–^Æ\vÙ\x14"
  b"\x01‚=WŒr§Ÿ"œ»N\x17(\x1D"
  b"\x01‚=W×s˜ƒß$Üø\x18=Y"
  b"\x01‚=X,p"¹q&®ZH\x08Ž"
  b"\x01‚=X–r\x14\x11¼XÔ3à›"
  b"\x01‚=Y\tpލ\x1D4êW°\\x15"
  b"\x01‚=Yms\‹ð\x17\t²ª@f"
  b"""
    \x01‚=YÏrA¡Ê\x1C©\n
    (©˜
    """
  b"\x01‚=Z1s\x10„’\ŸÚg\x1Aý"
  b"\x01‚=`ÚsY¼²’ûcíd¸"
  b"\x01‚=a@q-¿þY&Á¡\n"
  b"\x01‚=aqÓŸ‡QAú÷U."
  b"\x01‚=aâq1¡Ù2Cï³1¦"
  b"\x01‚=bEpù±ó­/“.Êv"
  b"\x01‚=b’sy„[Î\x18\x07€Ò•"
  b"\x01‚=bîsy™žðÛ¬[¦\x07"
  b"\x01‚=c-r¥©}Áܧ‰år"
  b"\x01‚=ciqêŸÜù‚& \x00­"
  b"\x01‚=cªsÓ¤<Ú ¤ìJÿ"
  b"\x01‚=cós8º«vS’j%"
  b"\x01‚=d7pC£\x1Fs\à\x10Nt"
  b"\x01‚=dƒs:´\eÁ\x135\x07Ñ"
  b"\x01‚=dÐrƒŠ\x19!—™\x1Fx\v"
  b"\x01‚=e\x19p²®|‡búáoõ"
]
95 2.60 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"`éç†n§FB¸ð\žô:º±"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ù¤ÄmeJۺԐ0Géo "
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"""
    \x17& Í\n
    \x7FI\x1Dºg¶4ê0~u
    """
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"¸´v²Í¶H÷–âÅWÝ&5¬"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"`éç†n§FB¸ð\žô:º±"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"`éç†n§FB¸ð\žô:º±"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"`éç†n§FB¸ð\žô:º±"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"`éç†n§FB¸ð\žô:º±"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"`éç†n§FB¸ð\žô:º±"
  b"`éç†n§FB¸ð\žô:º±"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"`éç†n§FB¸ð\žô:º±"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11ÐííqO™·iîkà\x18O"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî3py‡Ì•u\x02HŸ""
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðîzs\x12—Ö¢V\fͬa"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x01Ž\x11Ðî×pǵ\x1A¤jÜMf\x05"
  b"ò¶¯mŽyM;…\x08íŒ\x11+ÉÇ"
]
96 3.12 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‚\x03xõq˜‘Ç$‘æì©¸"
  b"\x01‚=>CsØ€¯\x1A\r†À–à"
  b"\x01‚=DÐr)§m|j¥€‘±"
  b"\x01‚=E'qŸï\e\x1A­€º"
  b"\x01‚=Eqp¸†Ã§\x0FœoQ\x1A"
  b"\x01‚=EÑrç•TS\x05صÌs"
  b"\x01‚=F4q\tˆ|Æyôa\x15Å"
  b"\x01‚=FŸrè·¹¥tÃsgï"
  b"\x01‚=G\x02r“©\t°\x1A\x16õÐG"
  b"\x01‚=Gisôƒåû#\x02×ñ\x07"
  b"\x01‚=GÁq²Ž•ìæõ›\r¼"
  b"\x01‚=H\fqñŽ´ö\x08ÎWÊ„"
  b"\x01‚=Hmq`‹:\x10ô‘½%x"
  b"\x01‚=HÂpÞ²¯L3¤åÇQ"
  b"\x01‚=I\x16r$¡\ú–\ZÝ&"
  b"\x01‚=Ip^·A5¥\x1C©JM"
  b"\x01‚=Iëp¯Ÿ‘ž†\x01sõö"
  b"\x01‚=JMr*–|^ÿ½~\x0F"
  b"\x01‚=J–r”:Æ\f"\rüß"
  b"\x01‚=Jøq\x19¤³ZDuÒ"
  b"\x01‚=Kir¼ŒÁ£%X%ñÞ"
  b"\x01‚=KÓq󏮝¼Ù»ÐŽ"
  b"\x01‚=L/s€¯O×á0O98"
  b"\x01‚=L}rË·Ž7#\x1Få†ë"
  b"""
    \x01‚=LÉpޝ×mT Ö\n
    ¢
    """
  b"\x01‚=M$r\x11˜\x0EŽÇ\x12D(î"
  b"\x01‚=MqN²,AïØ´Ö›"
  b"\x01‚=Mßs›õŒ\x0F©g2Û"
  b"\x01‚=N'pÙ§‡®ç\x02æÝZ"
  b"\x01‚=NrréºLIÕoÊ\x06`"
  b"""
    \x01‚=NÑræ‰k¸\n
    é<mà
    """
  b"\x01‚=O1sò¶\x1Aì{§\x13\x16»"
  b"\x01‚=OsO–Qþ6ˤι"
  b"\x01‚=OÝrï•Ôtäf \x02\x1F"
  b"\x01‚=P$qô b\x01æq\x100\t"
  b"\x01‚=Plqxž\x17SÜTì§‘"
  b"\x01‚=P´rÛ½ÝOÿ優0"
  b"\x01‚=Q\x02qwŽ\x06θÑ+ž¶"
  b"\x01‚=QTq«ŒTH€9ïmÙ"
  b"\x01‚=Q¯s׬\x12§œj†nÓ"
  b"\x01‚=R\frù©¼2â“ʸ£"
  b"\x01‚=Reqª‚8±w\x1A}\x12Ø"
  b"\x01‚=R¤pD¨¦+“†Ž\x01Ä"
  b"\x01‚=Rîr_°TðžX:§À"
  b"""
    \x01‚=SEs\n
    °²‹+—ã,\x10
    """
  b"\x01‚=S–s ½X•\x10LÖu©"
  b"\x01‚=Sép±³w|èƒÆÌh"
  b"\x01‚=TDsï´oÑrèâ"u"
  b"\x01‚=T‡pJµDV&΁\x00_"
  b"\x01‚=TÐrsŸ2®*ž„•´"
  b"\x01‚=U\x1Ep,¥¾bž\f\x03ƒX"
  b"\x01‚=UzpÚœ1º¥°+¼"
  b"\x01‚=UÓs*\x00Jx¡\x1EîE"
  b"\x01‚=V(qˆµ²\x07Õ\x01¤Xk"
  b"\x01‚=Vƒs3©Ü\x1FV$Ô\x18Å"
  b"\x01‚=V×qð¹³Ùš|Nyû"
  b"\x01‚=W8q ¯#–^Æ\vÙ\x14"
  b"\x01‚=WŒr§Ÿ"œ»N\x17(\x1D"
  b"\x01‚=W×s˜ƒß$Üø\x18=Y"
  b"\x01‚=X,p"¹q&®ZH\x08Ž"
  b"\x01‚=X–r\x14\x11¼XÔ3à›"
  b"\x01‚=Y\tpލ\x1D4êW°\\x15"
  b"\x01‚=Yms\‹ð\x17\t²ª@f"
  b"""
    \x01‚=YÏrA¡Ê\x1C©\n
    (©˜
    """
  b"\x01‚=Z1s\x10„’\ŸÚg\x1Aý"
  b"\x01‚=`ÚsY¼²’ûcíd¸"
  b"\x01‚=a@q-¿þY&Á¡\n"
  b"\x01‚=aqÓŸ‡QAú÷U."
  b"\x01‚=aâq1¡Ù2Cï³1¦"
  b"\x01‚=bEpù±ó­/“.Êv"
  b"\x01‚=b’sy„[Î\x18\x07€Ò•"
  b"\x01‚=bîsy™žðÛ¬[¦\x07"
  b"\x01‚=c-r¥©}Áܧ‰år"
  b"\x01‚=ciqêŸÜù‚& \x00­"
  b"\x01‚=cªsÓ¤<Ú ¤ìJÿ"
  b"\x01‚=cós8º«vS’j%"
  b"\x01‚=d7pC£\x1Fs\à\x10Nt"
  b"\x01‚=dƒs:´\eÁ\x135\x07Ñ"
  b"\x01‚=dÐrƒŠ\x19!—™\x1Fx\v"
  b"\x01‚=e\x19p²®|‡búáoõ"
  b"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
97 0.42 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01™•^/q¦”—\t¹×c6"
]
98 0.45 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»‚ªÁ"
]
99 1.17 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"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
100 3.71 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`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"\x01Ž\x11º·xsɵå‹À·JâÜ"
]
101 0.52 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ç¡"
]
102 0.95 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/018d11bab77873c9b5e58bc0b74ae2dc"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
103 0.50 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"
]
104 0.66 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:
[]
105 1.01 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"
]
106 0.86 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"
]
107 0.65 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"
]
108 0.65 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"
]
109 1.04 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"
]
110 0.41 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
111 0.35 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
112 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "7YKtm8po0j0F6ylEHdKbOOQVcElSwbCc"
]
113 0.38 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
114 1.32 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"ƒ€ÂÀ).L+™_\x17¬–ü"\x1A"
  b"\x01Š\x19‘»ÎLà³hà`˜X"
]
115 10.78 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/0190820378f5719891c72491e6eca9b8"
  "/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/0190823d3e4373d880af1a0d86c096e0"
  "/detail/0190823d480c71f18eb4f608ce57ca84"
  "/detail/0190823d4bd371f38fae9dbcd9bbd08d"
  "/detail/0190823d520c72f9a9bc32e293cab8a3"
  "/detail/0190823d551e702ca5be629e0c038358"
  "/detail/0190823d589672148011bc58d433e09b"
  "/detail/0190823d62927379845bce180780d295"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=EN-1544-314-101-XS"
  "/detail/018d11bab7eb71ceb34cdd9227ad7316"
  "/detail/019082037984713ea8867cf3b5d1b97d"
  "/detail/0190823dfd587028a2bd2aaf9c10102b"
  "/detail/0190823e08e47150ad5deb82054ce051"
  "/detail/018d11bab80670978e253129832a90c6"
  "/detail/0190823ebc91702288d0f082beb2ed88"
  "/detail/0190823ec8147193a0fff9ab3ce2ffd6"
  "/detail/0190820379cd72998fcc458c0804846e"
  "/detail/018d11bab7a370c58ce3f05eeea6ee5f"
  "/detail/0190823d65667144af330fb3cccce888"
  "/detail/0190823d78f271b582ebfa78cb477d74"
  "/detail/0190823d8443714aa0e77aecc3703d13"
  "/detail/018d11bab7f8733f82eb9fe2a128219d"
  "/detail/0190823e4d1270d0a66d8d12b451abed"
  "/detail/0190823e5a0a725f8b8efc957f165f78"
  "/detail/0190823e65a67139b5030b59f9d69393"
  "/detail/018d11bab826735990d8ce8ac1db1380"
  "/detail/019082037a0b7098bc08f6faf6cdb30f"
  "/detail/0190823f5941701f98385a6de19b4e1f"
  "/detail/0190823f5c7b72d28cf8b165127051be"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
116 0.54 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.