GET https://dev.cas-technik.de/detail/0198a2f9f10571418dd371bcc33df82d

Query Metrics

113 Database Queries
81 Different statements
269.05 ms Query time

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.44 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.21 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.19 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.34 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 2.48 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ç¡"
  "bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n/"
]
7 53.03 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:
[
  "//bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "/bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "https://dev.cas-technik.de/bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "https://dev.cas-technik.de//bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "/bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "//bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  "bekleidung/bundjacken/bp-1795-720-komfort-arbeitsjacke-mit-stretcheinsaetzen-comfort-plus/bp-1795-720-53-44-46n"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
8 0.39 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.41 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "Wyr6Ljnw5KpNgnCxO0cDjaeo3ktxm8GX"
]
10 0.41 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Wyr6Ljnw5KpNgnCxO0cDjaeo3ktxm8GX"
]
11 0.44 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.74 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
13 1.34 ms
# product-detail-route::find-best-variant::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `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 ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
]
14 0.85 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 `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
]
15 6.20 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`, `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.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `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` 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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
]
16 0.60 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 0.83 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"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
]
18 0.86 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™€Z%åpn¶®S¯µf…\e"
  b"\x1A\x7FÑþ}oI\v­jü\x12ëG!¥"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"2ð‰;)/D\x1E»:6¸µ\x19\r'"
  b"\x14òÃB\x06£‘ø\x07.qùG"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"MC\tn‰ûH2½„§?k|Ë"
  b"PZ\x1CR%ÆJû¦s³\x06Ô‚ó÷"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"p¸µC\x04\x08KÏ”|*ü\x06¢bm"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"\x02æ_¬èKÄ–Ë]ìíéï–"
  b"¦êít-ùI†¡ªa–é~&"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ħ³ï\x00©Jä¼#’D\x16¶\½"
  b"Ùø¬\r¦ÔH\x04<x \x17Z‚Þ"
  b"ó_ýiQ;O÷–\x10:Œl—\x088"
  b"ýt+—\x0ELDl»² zá¥.÷"
]
19 0.80 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
20 0.73 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
21 1.35 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
22 0.59 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
23 0.47 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
24 1.10 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 1.07 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
26 0.57 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
27 0.59 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 3.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` 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
29 11.12 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
]
30 2.08 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"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"³PRlW®G3Ї“.÷œéË"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"³PRlW®G3Ї“.÷œéË"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"³PRlW®G3Ї“.÷œéË"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
]
31 2.27 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•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
32 0.68 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
33 0.49 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"r?2‘)ùGo¸\rºÕäoi«"
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
34 0.84 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"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
35 2.03 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
36 2.28 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
37 1.79 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.82 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.00 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.86 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.95 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
42 2.20 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
43 0.62 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
44 0.52 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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  1
]
45 0.38 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".Ö©Ï÷oK˼÷üæ0}:v"
]
46 0.34 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".Ö©Ï÷oK˼÷üæ0}:v"
]
47 0.73 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"FÞ¶lî~J¼€áÛ©Ä:™!"
  b"9\x18PK\x00žBM½³7IIá„P"
  b"{ï÷Ú,+DÑ£\vã8`\r"
  b"I\x124+ÖðC\x03­\x05àtʦW"
  b"T6ÛC‰¶\x1CN\x15\x03"
]
48 4.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.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`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"FÞ¶lî~J¼€áÛ©Ä:™!"
  b"9\x18PK\x00žBM½³7IIá„P"
  b"{ï÷Ú,+DÑ£\vã8`\r"
  b"I\x124+ÖðC\x03­\x05àtʦW"
  b"T6ÛC‰¶\x1CN\x15\x03"
]
49 0.73 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"9\x18PK\x00žBM½³7IIá„P"
  b"FÞ¶lî~J¼€áÛ©Ä:™!"
  b"I\x124+ÖðC\x03­\x05àtʦW"
  b"T6ÛC‰¶\x1CN\x15\x03"
  b"{ï÷Ú,+DÑ£\vã8`\r"
]
50 0.89 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.66 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.53 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.71 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"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.65 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"Ü%¼ðlƒOï‡P™o\x02Ø!ƒ"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 14.08 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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"FÞ¶lî~J¼€áÛ©Ä:™!"
  b"9\x18PK\x00žBM½³7IIá„P"
  b"{ï÷Ú,+DÑ£\vã8`\r"
  b"I\x124+ÖðC\x03­\x05àtʦW"
  b"T6ÛC‰¶\x1CN\x15\x03"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
56 37.06 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•¯káðso®â¹Þ”ç;Õ"
  b"\x01˜¢ú\x19¸rè²PÿœKSÀj"
  b"\x01˜¢ú\x19Ôs<¨\x04gSâ¢\x07Œ"
  b"\x01˜¢ú\x19èpK«‹šÈÂ#\x060"
  b"\x01˜¢ú\x1A\x02q3ˆn¼=Ë©¢\e"
  b"\x01˜¢ú\x1A&qؐ[\x1F¢˜j×â"
  b"\x01˜¢ú\x1A>qg®QG1 ý\x07Ö"
  b"\x01˜¢ú\x1ALp÷‡Õ5êÂíh\x1F"
  b"\x01˜¢ú\x1A[rº€àãÞHsâ\x1E"
  b"\x01˜¢ú\x1AlpÃŽB_Ha„œ2"
  b"\x01˜¢ú\x1Ayr÷¼EuC¯ÉNÈ"
  b"\x01˜¢ú\x1A‡poœÈ7\x1D–žHÙ"
  b"\x01˜¢ú\x1A”pS³d³Äý„\x08Ã"
  b"\x01˜¢ú\x1A¡qò½\x0FpÕ$‡•Û"
  b"\x01˜¢ú\x1A¶qð»q¥ X¯òÌ"
  b"\x01˜¢ú\x1AÇr͉Et\x0F¡ž†¥"
  b"\x01˜¢ú\x1AÜr,²Uû ßɽm"
  b"\x01˜¢ú\x1AîqqeŒ¥G' ?"
  b"\x01˜¢ú\e\x03paNKÿ\x1EEz´"
  b"\x01˜¢ú\e\x1Aq “±+k& ý©"
  b"\x01˜¢ú\e-rݶåý‘óQ³"
  b"""
    \x01˜¢ú\e?p\®åÇ\rTT\n
    A
    """
  b"\x01˜¢ú\eTq¬–d\t±µ¨C>"
  b"\x01˜¢ú\ets”½>O‚G†\x18"
  b"\x01˜¢ú\e…rF¸ßÑ“aÈ\vÂ"
  b"\x01˜¢ú\e’r厘ê\x03t~{\e"
  b"\x01˜¢ú\e¡r\x1E©ïŒd\x16¨vŸ"
  b"\x01˜¢ú\e´s=’"°\x066yÚ’"
  b"\x01˜¢ú\eÊpM¡ÚåÖ*³å]"
  b"\x01˜¢ú\eÚs‚·c\x7FMlZÅ\x1C"
  b"\x01˜¢ú\eìq`¥\x0EäþøÔ\x1C\n"
  b"\x01˜¢ú\x1C\x02pѐ7»‰É\x18W"
  b"\x01˜¢ú\x1C\x17rGµ%›\x05I6¾\v"
  b"\x01˜¢ú\x1C)r&¯‰\x08Öä_ÎW"
  b"\x01˜¢ú\x1C:rܽž6Fž£ª]"
  b"\x01˜¢ú\x1CPq€³Iæ+\x06宝"
  b"\x01˜¢ú\x1Ccpq¨¤žÄ³\x08$}"
  b"\x01˜¢ú\x1Ctpº“’7‹×\x16p"
  b"\x01˜¢ú\x1CŠr¼ˆSõÂí\x17¡K"
  b"\x01˜¢ú\x1C¢rûÛ¯(h˜"
  b"\x01˜¢ú\x1C¸qÕ»$Pó¡\x14GO"
  b"\x01˜¢ú\x1CÉrÝœ\x06fu5ÚØµ"
  b"\x01˜¢ú\x1CÛpȺx€û\x1A\x05°"
  b"\x01˜¢ú\x1Cìq0Œñ«Ô“øÉv"
  b"\x01˜¢ú\x1D\x01rù³Kb{DÏ8´"
  b"\x01˜¢ú\x1D\x17qÇ„óÂ÷ÏkI\x0F"
  b"\x01˜¢ú\x1D/pN»[`‚¨áiX"
  b"\x01˜¢ú\x1DAre§\x02\x1D©Hùp”"
  b"\x01˜¢ú\x1DXpÔ‚\r¾ÑσG\x15"
  b"\x01˜¢ú\x1Dmq™¦"éØ8¼|f"
  b"\x01˜¢ú\x1D€r7­Ð•W”D8–"
  b"\x01˜¢ú\x1D”sþ¸Žáïê÷p9"
  b"\x01˜¢ú\x1D¥r¯:>›Ó5ò8"
  b"\x01˜¢ú\x1D´r¶¢\x18_pîîÂ\x17"
  b"\x01˜¢ú\x1DÅsÙ·REæRlTÁ"
  b"""
    \x01˜¢ú\x1DÔpM¥\fë`>\x08\n
    I
    """
  b"\x01˜¢ú\x1Dærõ’l}‘¦(õã"
  b"\x01˜¢ú\x1Dür_š¿\x08\e±lTI"
  b"\x01˜¢ú\x1E\x10qú¼\x1Ei\x01R‘\r "
  b"\x01˜¢ú\x1E%q£¼¾yþÁr#­"
  b"\x01˜¢ú\x1E7qÍ¡“ί~„*"
  b"\x01˜¢ú\x1ELr»¼\x1AÜÍ[²Þˆ"
  b"\x01˜¢ú\x1Efq\x13—3™ó`¯# "
  b"\x01˜¢ú\x1E}p\x11¨ƒ\x06}æÒ\rs"
  b"\x01˜¢ú!\x02qW†Tc´\x15Þ\x19 "
  b"\x01˜¢ú!\epå§\x11Ÿý\x04лå"
  b"\x01˜¢ú!*r\x05ŒÅžDG…³õ"
  b"\x01˜¢ú!7qˆ‚£\x11öÃøôì"
  b"\x01˜¢ú!Hs”½!™ðýŸê^"
  b"\x01˜¢ú![sõŠ1,ê@ÏJ\x14"
  b"\x01˜¢ú!ksÖ–ÜÇ„§õƒ×"
  b"\x01˜¢ú!yp\x1A\tz·±Ÿ¸c"
  b"\x01˜¢ú!‰pZ§v½êU§E]"
  b"\x01˜¢ú!œp)‹%{wEv©"
  b"\x01˜¢ú!«pŠ™?Qï´ŒzÉ"
  b"\x01˜¢ú!¹qý‹¿A‘¤90¯"
  b"\x01˜¢ú!Çq\x11™â*ì-¨¯="
  b"\x01˜¢ú!Öq\x13“Š\x0F¾\x01£ÿð"
  b"\x01˜¢ú!ãqØ“óªj ±\x10\x00"
  b"\x01˜¢ú!ôq”´\x04µjñ»—º"
  b"\x01˜¢ú"\vpe”ü\tz\x1D^—µ"
  b"\x01˜¢ú"!sN¨x_B\x14f€\f"
  b"\x01˜¢ú":qý³n¼V¢±®ç"
  b"\x01˜¢ú"Nq>¬/Ýc`\x10\x16}"
  b"\x01˜¢ú"ep£“KhÍÈVÊÑ"
  b"\x01˜¢ú"zr$‹5 ¾Öë¹Z"
  b"\x01˜¢ú"‘qí¬ŽUcŠ (s"
  b"\x01˜¢ú"¢r•…¸uö@ÀÅ:"
  b"\x01˜¢ú"°r\x03±0)¹úA>|"
  b"\x01˜¢ú"Âs\x11„7®\x04!Y*\x16"
  b"\x01˜¢ú"Ðr8˜¦\x15œä=/\n"
  b"\x01˜¢ú"Þp‰Œ†\x1A\eÓ¬"
  b"\x01˜¢ú"ñs‰Žq‹H»\x0EÀ·"
  b"\x01˜¢ú"ÿp3”àGx\t¢•H"
  b"\x01˜¢ú#\rrфԅ–\x7F½½"
  b"\x01˜¢ú#\x1Dpÿ‘aâC«þ+|"
  b"\x01˜¢ú#.q‘´°P\x7F´= {"
  b"\x01˜¢ú#Ap޾\x18<W\x15°?Á"
  b"\x01˜¢ú#Os3º–‚¯ØA\x0EJ"
  b"\x01˜¢ú#]qò«úŒj'¸8¼"
  b"\x01˜¢ú#jq)¤øŽq\x12ˆ"¤"
  b"\x01˜¢ú#xr6´†Nã̽\x05Ç"
  b"\x01˜¢ú#…r\t‰Þ“TY<E\x13"
  b"\x01˜¢ú#’s\x13¬Ê££öŸóÖ"
  b"\x01˜¢ú# qK“ŒŠ\v\e\x00ø™"
  b"\x01˜¢ú#­r„\r9ì/|)”"
  b"\x01˜¢ú#Æru Wb\x1E«ƒ»ÿ"
  b"\x01˜¢ú#ÚqÇ¥†ž\x15\vkÄç"
  b"\x01˜¢ú#îr½…\ûk\x07\x01\x1C"
  b"\x01˜¢ú$\x03qX\x10éZ,\x17<0"
  b"\x01˜¢ú$\x17qw·Èv“\x03\x15"
  b"\x01˜¢ú$-sÄ T»®qXù\x04"
  b"\x01˜¢ú$Hp\x1D¢U}ü_}Ñ\x03"
  b"\x01˜¢ú$Ws&¬Ñ×\x0F¼m\x03e"
  b"\x01˜¢ú$mr&¥z}ÇÂJî"
  b"\x01˜¢ú$|s\x17ƒ¢óÛ¬§>"
  b"\x01˜¢ú$Šqá…9Þ|¯º’j"
  b"\x01˜¢ú$ q¡…•\x17ë\x15X›G"
  b"\x01˜¢ú$¯s ¦\f_ â\rͦ"
  b"\x01˜¢ú$Àq§¹PjÝ@=\¥"
  b"\x01˜¢ú$Öpê¤ËéÓˆ—\v+"
  b"\x01˜¢ú$îqb³Æ£X>sàÕ"
  b"\x01˜¢ú%\x08q:¼êšôÔÒP‰"
  b"\x01˜¢ú%\x1Cq¦¾\x01\x03ÁQÍ·|"
  b"\x01˜¢ú%4p¿ƒƒ€zg¨K‹"
  b"\x01˜¢ú%EsÊŸë­\x0E±Ç\x084"
  b"\x01˜¢ú%Qp³\x1F¸“èÂû"
  b"\x01˜¢ú%ds`¹€t\t[\x03\el"
  b"\x01˜¢ú%xq·™¸\x19íMƒkþ"
  b"\x01˜¢ú%†qHˆ¬\x05\x1EP\vµ¦"
  b"\x01˜¢ú%˜qº´°\x08Ç\x7F\x08"
  b"\x01˜¢ú%¨r7›Wà,()ó\x1C"
  b"\x01˜¢ú%ºpÑ¡”°Ê‘U\x1Fæ"
  b"\x01˜¢ú%Ìqþ‰OÝN?þ¼j"
  b"\x01˜¢ú%èp‘‚\x06ìK4W—Á"
  b"\x01˜¢ú%ùsÛœ\x07ÌÑ\x15ÓÃÞ"
  b"\x01˜¢ú&\tr\e’…¬\x1EC.O—"
  b"\x01˜¢ú&%q%Š“I‘øÓ`\x11"
  b"\x01˜¢ú&Ds²µ—\x0E-½=é“"
  b"""
    \x01˜¢ú&]r\x1C²\n
    ©cQr–\x1C
    """
  b"\x01˜¢ú&lpC´Ž\x1FÔô7œ@"
  b"\x01˜¢ú&xsc˜úì™6K\x15\x1F"
  b"\x01˜¢ú&Žq\x7F­ÝeRÐXbð"
  b"\x01˜¢ú&œrà¾)íÁ›…^\x08"
  b"\x01˜¢ú&«sO¸\x03µÂ^ƒÒ½"
  b"\x01˜¢ú&»s‚¯Ä£EnzW\x1D"
  b"\x01˜¢ú&ÎpO²\x03çR\x1CÈ„j"
  b"\x01˜¢ú&âp¬€ô´Ñm »u"
  b"\x01˜¢ú&÷q\x0F¹6ÈGDU»\x0F"
  b"\x01˜¢ú'\fqä©\x05:ÄTÈzR"
  b"""
    \x01˜¢ú' s6¨¼Jr0Õ\n
    Í
    """
  b"\x01˜¢ú'3qŽ‚qD\x1E\x17g\x1E"
  b"\x01˜¢ú'@r*·,Pé\°F\x10"
  b"\x01˜¢ú'Pq’žÕ_0›Àή"
  b"\x01˜¢ú'gsím;™èSÝo"
  b"\x01˜¢ú'ys,‹«‡žŽ[YX"
  b"\x01˜¢ú'†rã›æcIUäì!"
  b"\x01˜¢ú'šrñŽÝAº›xìz"
  b"\x01˜¢ú'ªrÑŽ£9ÞÚN^\x13"
  b"\x01˜¢ú'Ás‘½ÍG§£ñÎ\x1A"
  b"\x01˜¢ú'Ôp±°XeAfÆ2Å"
  b"\x01˜¢ú'äprœL2y\x01Ž@š"
  b"\x01˜¢ú'÷rl·úú”V÷\x01@"
  b"\x01˜¢ú(\x10rŸ§ ¹(©ô\x7FÊ"
  b"\x01˜¢ú*Gq©¹\x04\x17“Bž"
  b"\x01˜¢ú*ks´§9Ú“ŸªB\x0E"
  b"\x01˜¢ú*„sžµŸã\x1AK®+ø"
  b"\x01˜¢ú*šs"¨q¾ÏÖ_]#"
  b"\x01•¯kÙ£q\x04´b…?êŠ]Ë"
  b"\x01˜¢ù÷çr™³ï\x03\x1F\x04£äñ"
  b"\x01˜¢ùø\x07sIŠÓ\x13¾\e‰†õ"
  b"\x01˜¢ùø\x15p­“¬P ]\x01\x1Dœ"
  b"\x01˜¢ùø#pvœ“‡A™\x02é?"
  b"\x01˜¢ùø6pš©tÁPä\x01\x18K"
  b"\x01˜¢ùøGp\x0F¿+/;ywid"
  b"\x01˜¢ùøVq\x08\x02x{ëîH`"
  b"\x01˜¢ùøerð˜á\x04\x15¬)F"
  b"\x01˜¢ùøsr\x03¾¹\\x7F&=K8"
  b"\x01˜¢ùøŠræ©1\x02ÿZ‰\x05Å"
  b"""
    \x01˜¢ùøsèš„€\n
    [¤¶\x01
    """
  b"""
    \x01˜¢ùø®sXª\x1EÂfF\n
    
    """
  b"\x01˜¢ùø¿sI¤€\x15x.ºKr"
  b"\x01˜¢ùøÐq1³6ø€û…Dí"
  b"\x01˜¢ùøÞqT†©¦û\tkf›"
  b"\x01˜¢ùøñqyƒ¤ý&™\x07"
  b"\x01˜¢ùù\x03r\ƒ\r‰8`ÃŽÂ"
  b"\x01˜¢ùù\x18p1¬äM>\x1Am¡Õ"
  b"\x01˜¢ùù4rÖ£ôIÜŽHÇ%"
  b"""
    \x01˜¢ùùDr\x07\n
    \tÜ1\x18Â\x16
    """
  b"\x01˜¢ùùXr\x08Ÿèš\x7FÊ*b`"
  b"\x01˜¢ùùfsÞŒÈàØD½ú`"
  b"\x01˜¢ùùvp“ˆ/ºCýø‚/"
  b"\x01˜¢ùùƒro…bY¼\x01\x7FÍW"
  b"\x01˜¢ùù’rz€ìf}²ÇÎZ"
  b"\x01˜¢ùù¡pn‹o1ž]½Ô4"
  b"\x01˜¢ùù²p%•ó¸$Õy/§"
  b"\x01˜¢ùùÇsø§#+&Žðñƒ"
  b"\x01˜¢ùù×r™†YÜC„\x0E"
  b"\x01˜¢ùùîq*“ŒˆÝî«\t¾"
  b"\x01˜¢ùú\x06p}ŽåÍ\x12‡‰é"
  b"\x01˜¢ùú\x1Cs\x11Ž\x1F†Cø“ÜU"
  b"\x01˜¢ùú1qA¥H/¹Þ`o\x1C"
  b"\x01˜¢ùúAsâ”Íw÷„él"
  b"\x01˜¢ùúQr\x18ˆ?‹\fqñ(»"
  b"\x01˜¢ùúeq\x17’«W-6È\x07V"
  b"\x01˜¢ùúyqÊ‘MdŒº./‘"
  b"\x01˜¢ùúŽs{¶`Ôà\x11pIâ"
  b"\x01˜¢ùú¤p9‚´W\x15\x16Þ¾Z"
  b"\x01˜¢ùú·s}UÀ\x14ƒ\x15õ;"
  b"\x01˜¢ùúÈr*¿\ì ‚p"
  b"\x01˜¢ùúásÁýe41Úm”"
  b"\x01˜¢ùúûq¢‘§\x1Aĉ+)<"
  b"\x01˜¢ùû\fqs•¹øŸƒÍ–ö"
  b"\x01˜¢ùû\x1Fs\°[·vmÕ‘2"
  b"\x01˜¢ùû3p{¹îM×àâ&"
  b"\x01˜¢ùûHq~¿C¦Û°Ïˆy"
  b"\x01˜¢ùû_sÛš\¼±WÕ\x00Å"
  b"\x01˜¢ùûwq)¼Ž."©{¡r"
  b"\x01˜¢ùûŒpŠ­ûp\x16\x1Aô$À"
  b"\x01˜¢ùû¦r>¶ò2‡§ùv^"
  b"\x01˜¢ùû½q¨¨C\x0EïVR(ª"
  b"\x01˜¢ùûÒqŒ6K±|y*ú"
  b"\x01˜¢ùûäsސ)£§ÊQ\x04ä"
  b"\x01˜¢ùûøs\x1F¤W§4Œ&°ù"
  b"\x01˜¢ùü\fp0µ»ÎFœñ½­"
  b"\x01˜¢ùü\x1Dpn™„àà¸%H™"
  b"\x01˜¢ùü/p\x0Ež\x08ïÄ5<\x15ã"
  b"\x01˜¢ùüDpóØhIZÂÂÆ"
  b"\x01˜¢ùüXp\„ð(öÚÀz™"
  b"\x01˜¢ùüisL†š6Ò´\x7F\x00D"
  b"\x01˜¢ùü{qà…,ÄHØ}Ž«"
  b"\x01˜¢ùüŠqo¯ÓúΏ«\x00"
  b"\x01˜¢ùüœpÀ·¾©™HoÒé"
  b"\x01˜¢ùü¬q\x06 jTÏû)Íc"
  b"\x01˜¢ùü¹r\x1F€œ5ãY\x06"
  b"\x01˜¢ùüÒquŒ®ó–„~g""
  b"\x01˜¢ùüäp·³uwã3d\x07"
  b"\x01˜¢ùü÷rÜ®óuBM\rê"
  b"\x01˜¢ùý\x05q–\x15 \x1D\x0EÀ—"
  b"\x01˜¢ùý\x13p"†ˆp.¦§¥3"
  b"""
    \x01˜¢ùý sÁ¾T!Üv\n
    \x19m
    """
  b"\x01˜¢ùý.q§·ä ÍnÈŽ\x07"
  b"\x01˜¢ùý;p€®¸y¿Â[„K"
  b"\x01˜¢ùýPq\r²–ШÁ\x10øR"
  b"\x01˜¢ùý^pj†\x18œ=¸úÑâ"
  b"\x01˜¢ùýqqvµ­yκ‹ý9"
  b"\x01˜¢ùý€rбõĵuÛøU"
  b"\x01˜¢ùýŽs~ž­ùáñË‘"
  b"""
    \x01˜¢ùýŸp\n
    «\fgå½Ðâç
    """
  b"""
    \x01˜¢ùý¬r\n
    ”|åS¯ö"—
    """
  b"\x01˜¢ùýÂs\x08„uÇÄ\x11’…O"
  b"\x01˜¢ùýÚpŒ– RË\x05a9"
  b"\x01˜¢ùýípÍŸC\x12xv\x14-\x1E"
  b"\x01˜¢ùýüq\x04µ°÷¡Kˆ~"
  b"\x01˜¢ùþ\x0EsNŽöBb°\x19]%"
  b"\x01˜¢ùþ\x1Arú¼ÛÔx©–\f"
  b"\x01˜¢ùþ'qž”|\x00}_o¡;"
  b"\x01˜¢ùþ@ré½\x14­¤ão€ "
  b"\x01˜¢ùþSq\x15žãã^o==æ"
  b"\x01˜¢ùþip\x04½–\x0F<¢0"¶"
  b"\x01˜¢ùþyr\x00‡¨×"wí48"
  b"\x01˜¢ùþ‰p\x12¶Ôb¡\rLÐ"
  b"\x01˜¢ùþ—q­‚ÿ\fV#Sù"
  b"\x01˜¢ú\x00ÿqˆŽ]xŒº»,í"
  b"\x01˜¢ú\x01!qãˆã7Ž»ó¹["
  b"\x01˜¢ú\x013rŽœ\fŒ\x13\x07î\x0Fñ"
  b"\x01˜¢ú\x01Er†µ-z\rº(î"
  b"\x01˜¢ú\x01[p™]”6JÂKò"
  b"\x01˜¢ú\x01kr\x18‡.VT³‘¤â"
  b"\x01˜¢ú\x01{p|™Ñë¹Tÿ¶f"
  b"\x01˜¢ú\x01Žqš¹Â ·\x1AiB"
  b"\x01˜¢ú\x01¢qЬ¿ø€Éœ@Ÿ"
  b"\x01˜¢ú\x01¼py¿0À\x7F§m\x15:"
  b"\x01˜¢ú\x01Ïsè_…WáÐ"
  b"\x01˜¢ú\x01áp“˜s\x10ÂýaЕ"
  b"\x01˜¢ú\x01õq©°›\x13\x04g3"
  b"\x01˜¢ú\x02\vr7¬\x05¤¡†ßmÝ"
  b"\x01˜¢ú\x02\x18p#“¡š\x10eÊó¼"
  b"\x01˜¢ú\x02*rf¥]–€.n¹\x18"
  b"\x01˜¢ú\x02;q¹«ÕÍcÃý´·"
  b"""
    \x01˜¢ú\x02NrG—®\n
    µ\x07÷Âz
    """
  b"\x01˜¢ú\x02_sj¹\rí‰`ØŽ<"
  b"\x01˜¢ú\x02orL¹%ÝÎKÿv\x00"
  b"\x01˜¢ú\x02p̉ÿ×Îß)‰ "
  b"\x01˜¢ú\x02’p\x1E†"qTo6¦\x05"
  b"\x01˜¢ú\x02«q@…¶¯]¦\v‹ì"
  b"\x01˜¢ú\x02¼rÑ”uÁÞîÃÈj"
  b"\x01˜¢ú\x02Òsב[ürÆ@ö-"
  b"\x01˜¢ú\x02åsù‡Ý\x1D\x10¹s/Ê"
  b"\x01˜¢ú\x02ür/›e\x07…{ì\x00%"
  b"\x01˜¢ú\x03\x14sV¸×ž™zÊtž"
  b"\x01˜¢ú\x03/p\x0EŸÕOÏLbYJ"
  b"\x01˜¢ú\x03EpµŒ3J®y›;Ø"
  b"\x01˜¢ú\x03Vq™†t[Ž÷ŒâA"
  b"\x01˜¢ú\x03fqr í!/¹æåÔ"
  b"\x01˜¢ú\x03ypŸ¾¶¥bLÅ¢Ï"
  b"\x01˜¢ú\x03ŠqA®ææ¬%ºx\x17"
  b"\x01˜¢ú\x03—s>†’ºí9òY¬"
  b"\x01˜¢ú\x03ªs´°„˜­^âŽ\"
  b"\x01˜¢ú\x03¼sÒ·}1=εý{"
  b"\x01˜¢ú\x03Îqn·(®jOwüx"
  b"\x01˜¢ú\x03åq²¥¹\x08\x13®\x1E¥!"
  b"\x01˜¢ú\x03üqÊ™mu°\x07ùëâ"
  b"\x01˜¢ú\x04\x13s\x04¼aì3Ä\x06¿Ñ"
  b"\x01˜¢ú\x04-s´¥\to\rw\x05\rÓ"
  b"\x01˜¢ú\x04@qÕ®\x1Ecȝ¥So"
  b"\x01˜¢ú\x04Rq\x14²1ROšµ“I"
  b"\x01˜¢ú\x04br]¸É\x1Dár\x00ï\x05"
  b"\x01˜¢ú\x04rs`µ\x0EêvÒÔù&"
  b"\x01˜¢ú\x04‰pq†ê^\x08 \x15­„"
  b"\x01˜¢ú\x04žq<Š2V’{N\x05\x15"
  b"\x01˜¢ú\x04°qm“2ÍkÌETÜ"
  b"\x01˜¢ú\x04Ás“¸N¤$“;\x7F§"
  b"\x01˜¢ú\x04Ûp\e•jgÿ/UÅÚ"
  b"\x01˜¢ú\x04ñp‡\x0EÚt\x06žÊÅ"
  b"\x01˜¢ú\x05\x06s\t\x17³N²L2i"
  b"\x01˜¢ú\x05\x1Ap\x15«C³õ€ýðÿ"
  b"\x01˜¢ú\x05.p\x7FŽè™~\fZ,\x01"
  b"\x01˜¢ú\x05Cr¤‡‘å–d\x13\x1D:"
  b"\x01˜¢ú\x05YrÞ o3Vï\v"
  b"\x01˜¢ú\x05gs1¯z9;h\x1E"
  b"\x01˜¢ú\x05vsîxÑ‘¸%`Ÿ"
  b"\x01˜¢ú\x05…pM¹Ä˜JãÒØÇ"
  b"\x01˜¢ú\x05›rø´w\x02ÿü\x00í|"
  b"\x01˜¢ú\x05¯pº8\–ÊI)z"
  b"\x01˜¢ú\x05Áp¤¯\x07áx!\vñŠ"
  b"\x01˜¢ú\x05Ôrõ»\x12¹IcðZ\x07"
  b"\x01˜¢ú\x05érD¶\x00“¦Ÿµ×"
  b"\x01˜¢ú\x05üszˆM!ôÕ‹t¥"
  b"\x01˜¢ú\x06\x0Fs=ˆ–\x03}êªSG"
  b"\x01˜¢ú\x06$p\x08H×@\x0Fiµ."
  b"\x01˜¢ú\x06:s\v’=à\x08\x16‚à"
  b"\x01˜¢ú\x06GqöŒ\v…››<׈"
  b"\x01˜¢ú\x06Zs§›c\x04q%ÅyÑ"
  b"\x01˜¢ú\x06krf‹3Å•\x17ãI\f"
  b"\x01˜¢ú\x06{pbº\eò`#ÉùÎ"
  b"\x01˜¢ú\x06p–½9{·+ÉF†"
  b"\x01˜¢ú\x06¡sÆŸ‡ýfÙÑ\x11¯"
  b"\x01˜¢ú\x06²p´†ÓÞ ¦\x02\x02"
  b"\x01˜¢ú\x06Àp\x02–¹lõ•7æR"
  b"\x01˜¢ú\x06ÑpÄJ\x01I3|-$"
  b"\x01˜¢ú\x06äqì‡\x08¿Ç±i\x17"
  b"\x01˜¢ú\x06õq‚™ÎW÷]FÒ="
  b"\x01˜¢ú\x07\x04p Ÿä¡Tb8h"
  b"\x01˜¢ú\x07\x14s,–6´ð¡¼Úš"
  b"\x01˜¢ú\x07"qŽŒêÙ\x18Ahgõ"
  b"\x01˜¢ú\x074pƒ·z\x0EžyôLâ"
  b"\x01˜¢ú\x07Gr)UħäÓov"
  b"\x01˜¢ú\x07Yq™¹»°Âr¸e¡"
  b"\x01˜¢ú\x07jpŸeÛ@ÎbÉI"
  b"\x01˜¢ú\x07yqÚ«)%á¦Åè´"
  b"\x01˜¢ú\x07Šq™»¦xèˆÜͱ"
  b"\x01˜¢ú\x07¢pf²õ\x7F\x19´Ó»"
  b"\x01˜¢ú\x07²sÜŒd‰çìžèÆ"
  b"\x01˜¢ú\x07Äp5@˜\x0F\x08Ô÷S"
  b"\x01˜¢ú\x07Ør/¢IÍú-šÂ9"
  b"\x01˜¢ú\x07ìs²“t°øUø€¥"
  b"\x01˜¢ú\x07úpm€&k\x19\x01ž"
  b"\x01˜¢ú\x08\vrY¦T\x0E\x06²\x15"
  b"\x01˜¢ú\x08\x1ErØšŒ\x05=\x12ÙB"
  b"\x01˜¢ú\x08.p¨½\x02d‰@\æ1"
  b"\x01˜¢ú\x08AqŸ›ÂD"h:·¿"
  b"\x01˜¢ú\x08Spù«\x1AÍy¢“¤G"
  b"""
    \x01˜¢ú\n
    Îr±òåæÞ<\x1F
    """
  b"\x01˜£\x00ß!s”¡ß‹É\x12eL"
  b"\x01˜£\x00ß;pf‘\tÊÖ1á¿‚"
  b"\x01˜£\x01>Õq\x1D…ÃÚo\x05\x12öù"
  b"\x01˜£\x01>ïsÁ cÞ\x03 ä`Ÿ"
  b"\x01˜£\x01j\x0Fpæ€\t\x08Р\x15ËP"
  b"\x01˜£\x01ƒ\vs›¾Ê5ÎDí­|"
  b"\x01•¯kÝÐq\x7F¿b\x15\x04`p3Ê"
  b"\x01˜¢ú\nòsù¾»{\x08\x00¥3¯"
  b"\x01˜¢ú\v\x16s"º½õ\x10\x01ߘC"
  b"\x01˜¢ú\v.p\x07±'SÅØ”:P"
  b"\x01˜¢ú\vHsÓ±=\x08ü*³“Ø"
  b"\x01˜¢ú\vbpY‡u\x19%*—>ž"
  b"\x01˜¢ú\vurM¨8΢!¹.!"
  b"\x01˜¢ú\vŽqt«öâÏ\x1D—¢Î"
  b"\x01˜¢ú\v s„‰¼}HÙúCÂ"
  b"\x01˜¢ú\v´qä—rÀÑÓGHf"
  b"\x01˜¢ú\vÅp\x1CŽD%\x13m5b,"
  b"\x01˜¢ú\vÞq,¶à4ݬ·\vÊ"
  b"\x01˜¢ú\vñs騊•5ôT$ü"
  b"\x01˜¢ú\f\x01q¯¥ùLRw<£å"
  b"\x01˜¢ú\f\x19p3²êós\x153Ñ„"
  b"\x01˜¢ú\f,rZ—2\x03Ý\x10\x17"
  b"\x01˜¢ú\f=q8Œ\x01íúä¾a\x1C"
  b"\x01˜¢ú\f_s¥7šFºö†>"
  b"\x01˜¢ú\fur*¤0c[[ýÞÏ"
  b"\x01˜¢ú\f…pݹÃ@=Ï•õÈ"
  b"\x01˜¢ú\f—p@«çó/”3"
  b"\x01˜¢ú\f©qx˜¤ŽŽ¯8u\x06"
  b"\x01˜¢ú\f½q·„9Àòp\x10ܶ"
  b"\x01˜¢ú\fÎq9€¶\x02\x10„Æ‹›"
  b"\x01˜¢ú\fãruOn¡—œ\x1A\x05"
  b"\x01˜¢ú\fýq}ƒ·\x03‰äíÉt"
  b"\x01˜¢ú\r\x10p"\x05S²ó¢¹Þ"
  b"\x01˜¢ú\r!qDz`š\x02¹f+{"
  b"\x01˜¢ú\r9pƯf$@{gŽð"
  b"\x01˜¢ú\rKqû¡Ñ\x12ÈN³Rƒ"
  b"\x01˜¢ú\r]p\x1F“¥M\x1EN\r­à"
  b"\x01˜¢ú\rzrÞ¹ÉÚw±á¥\"
  b"\x01˜¢ú\rŒslî‡Å§>éË"
  b"""
    \x01˜¢ú\rŸpZ¾"×9ÉŒ\n
    ò
    """
  b"\x01˜¢ú\r±p³’^±¨]=6|"
  b"\x01˜¢ú\r¿r®ªºå…¹âŠ÷"
  b"\x01˜¢ú\r×po˜\f¥¼Îð\tT"
  b"\x01˜¢ú\rêr6¯‚'ÄðJjR"
  b"\x01˜¢ú\x0E\x05q<žW•óK_ÁL"
  b"\x01˜¢ú\x0E\x1Dp%š²ÌÞ}ŸAJ"
  b"\x01˜¢ú\x0E1sÒ¯!Ûºp]Žm"
  b"\x01˜¢ú\x0EDrÈ®Áç% “\x15V"
  b"\x01˜¢ú\x0ESsi·_Í/”~Y"
  b"\x01˜¢ú\x0EcqÇŒÞ7ï›°\x0FÕ"
  b"\x01˜¢ú\x0E{q˜¬\x16—8\x04È0ù"
  b"""
    \x01˜¢ú\x0E–rt¡‚ZS\x01X\n
    Y
    """
  b"\x01˜¢ú\x0Eµrù•/\fE©s\x15q"
  b"\x01˜¢ú\x0EÔsqœd\x18uŒ4K9"
  b"\x01˜¢ú\x0Eíq„¡ñŒjï6xÆ"
  b"\x01˜¢ú\x0F\x02sïƒ\x08˜À—\x16\x05,"
  b"\x01˜¢ú\x0F\x16pŸ©·f\x0EØn\x0Fr"
  b"\x01˜¢ú\x0F-qnª€n\x1DD\vÊž"
  b"\x01˜¢ú\x0FIqÍ—‹•i[\x18Áž"
  b"\x01˜¢ú\x0Fgr½„†\t&G¥ì/"
  b"\x01˜¢ú\x0F‚r7¾lKõŠ\x1D"
  b"\x01˜¢ú\x0F™r”u\x00§gÎ',"
  b"""
    \x01˜¢ú\x0F±qé¦)\n
    k;Íw«
    """
  b"\x01˜¢ú\x0FËşÈaòÊ\x04T6"
  b"\x01˜¢ú\x0Fàpò³‹y•öª¡X"
  b"\x01˜¢ú\x0Fòs¹ž´ˆ\x1FYG\x17»"
  b"\x01˜¢ú\x10\x05s7·z0QêY\x182"
  b"\x01˜¢ú\x10\x1Esø¸V•góËÈ"
  b"\x01˜¢ú\x104rœ½æí6²æœ"
  b"\x01˜¢ú\x10Npã›â„ïX÷B@"
  b"\x01˜¢ú\x10gs{¸Ê\x07\x19ÿË1¬"
  b"\x01˜¢ú\x10}r«¼#Ú\x13–Ͼ†"
  b"\x01˜¢ú\x10“q\x1D›ž—g\f\x00>O"
  b"\x01˜¢ú\x10¤q¥§Dvù>Öºj"
  b"\x01˜¢ú\x10½rˆ…\x15P\x00±ÛÔ"
  b"\x01˜¢ú\x10Ùp¿¯ÎðC\x14Â3\x02"
  b"\x01˜¢ú\x10ósC¤U\x0F\x18ï4\x11\x10"
  b"\x01˜¢ú\x11\x05sÑ¢j¦¼\x10iV×"
  b"\x01˜¢ú\x11\x18q¸ŽÓ2”»¹Ž¬"
  b"""
    \x01˜¢ú\x11-p,€\x1D._\n
    6\x11œ
    """
  b"\x01˜¢ú\x11Iq\x7F¾’YùßÞ‘"
  b"\x01˜¢ú\x11as\x16Öf"D\r´\x06"
  b"\x01˜¢ú\x11zsÿ‰Jã\x13©j¤\x10"
  b"\x01˜¢ú\x11’p4¶\x7Få\\x04]˜£"
  b"\x01˜¢ú\x11ªq\v§x€¸½¢{Ü"
  b"\x01˜¢ú\x11ÁpÖ€wiž\x1D¿÷Ž"
  b"\x01˜¢ú\x11Ùr`ƒm2\fǁü´"
  b"\x01˜¢ú\x11ípv‚ÇAÌ1_óà"
  b"\x01˜¢ú\x12\x07s\x18¥9…ŽaD¤\t"
  b"\x01˜¢ú\x12\x1Ar¹‚Q·`h\x06h\x12"
  b"\x01˜¢ú\x12+r­‚\x08WM\x12ÉÈ’"
  b"\x01˜¢ú\x12;p”³õO\x1CÛ%Û"
  b"\x01˜¢ú\x12Vp¿Œ¡(5ƒ¼Ñ"
  b"\x01˜¢ú\x12kr—¤ŽãŒ8m-ï"
  b"\x01˜¢ú\x12„q\x06ŠxDèxÄI\r"
  b"\x01˜¢ú\x12˜q¸«¼U¡~¼\x1D"
  b"\x01˜¢ú\x12³r\x1F›ÕÂ\x07õ\x03¢–"
  b"\x01˜¢ú\x12Ðp-¥pB™~\x19kV"
  b"\x01˜¢ú\x12éq1‡u\v¯\x15ѽÜ"
  b"\x01˜¢ú\x12ÿr½µ•ó€\x17æˆí"
  b"\x01˜¢ú\x13\x13s€¢Þ=›f¦„˜"
  b"\x01˜¢ú\x13-r/»Ó6XœŠ\x11"
  b"""
    \x01˜¢ú\x13Ip-•´e\n
    îƒ\x1EL
    """
  b"\x01˜¢ú\x13dp\x01±¥UÈȯ¾\f"
  b"\x01˜¢ú\x13‚qò°ŠP\v•ÓûÝ"
  b"\x01˜¢ú\x13™rùµ‘”ø•Ø\x08"
  b"\x01˜¢ú\x166qPˆZ ±¶\x1A"
  b"\x01˜¢ú\x16^pʆõÈM#\x05Á£"
  b"\x01˜¢ú\x16wqH“߃ïD\x06·›"
  b"\x01˜¢ú\x16ŽrY£m\x10ÝWÜ™="
  b"\x01˜¢ú\x16ŸqÚ•WA\x05™ '¿"
  b"\x01˜¢ú\x16¸pސÓÏ\f\x13u\x02\x06"
  b"\x01˜¢ú\x16Ør-®\x16™(qÙÌP"
  b"\x01˜¢ú\x16ðr™Š€\e÷5 ¼œ"
  b"\x01˜¢ú\x17\x02p“®éQòä¡:"
  b"\x01˜¢ú\x17\x12r¶§\x13•mì 1ï"
  b"\x01˜¢ú\x17)p°“T^\x17·K\x11"
  b"\x01˜¢ú\x17Hsý³\x06ÞÛù*«"
  b"\x01˜¢ú\x17\p\x1C†Û¡@–£Dí"
  b"\x01˜¢ú\x17nr%ƒ[­›_ÃéÉ"
  b"\x01˜¢ú\x17pü²Ôƒz\x0E«(“"
  b"\x01˜¢ú\x17s7·o÷Wüž\x18\x04"
  b"\x01˜¢ú\x17¸s#•Ÿ\x04¡÷²\x06\x07"
  b"\x01˜¢ú\x17Ër.´ÐΛ\x16d\x04"
  b"""
    \x01˜¢ú\x17Üq¡¤—ü\n
    e3Q\x07
    """
  b"\x01˜¢ú\x17ür<”¢bgðàš"
  b"\x01˜¢ú\x18\x18sí¬\x03Ô?F·P"
  b"\x01˜¢ú\x180pÛ±µþûg”W"
  b"\x01˜¢ú\x18Isã–µBQ°=è}"
  b"\x01˜¢ú\x18ar\x19¬:\x08§VÂÎ×"
  b"\x01˜¢ú\x18\x7FpK±È‘W›ˆ«Ž"
  b"""
    \x01˜¢ú\x18—rþ¡\n
    \x10.óÝ i
    """
  b"\x01˜¢ú\x18³q;•X\x194u{w³"
  b"\x01˜¢ú\x18Íq›«Ú¥<®ÀÆW"
  b"\x01˜¢ú\x18äpcµ\x02"hzÈõÆ"
  b"\x01˜¢ú\x18üsÇ“)Ììà_Vá"
  b"\x01˜¢ú\x19\x16rN¤\x1AƒŽ¤î\x12,"
  b"\x01˜¢ú\x19.r[¼¤òžF\x03Áu"
  b"\x01˜¢ú\x19Ep*ƒÔ¡Û.þ”ë"
  b"\x01˜¢ú\x19[rΉœØ|5‹âF"
  b"\x01˜¢ú\x19tpaƒö¬”ùÞY"
  b"\x01˜¢ú\x19Žr$¨ÅWåCLÉO"
  b"""
    \x01˜¢ú\x19£sƒŽw\n
    øZ|»ê
    """
  b"\x01˜£\x00ßVpÖ¸kÀu\x11¨lS"
  b"\x01˜£\x00ßuq:¡0 ÿ±¹ºÈ"
  b"""
    \x01˜£\x01?\x03qÑ·\x03‹ª\n
    [·€
    """
  b"\x01•¯kåép,ŒŽkãÁ¸\›"
  b"\x01˜¢ú*³páˆtL\x16µË„ú"
  b"\x01˜¢ú*Ñpí¤÷ê\x07Ýþܽ"
  b"\x01˜¢ú*ær6½§\x1D;\x07Ni"
  b"\x01˜¢ú*ÿs‹®‚§\x1Ck»þV"
  b"\x01˜¢ú+\x15rD²\eÁþöôÅÙ"
  b"\x01˜¢ú+)ro³ï\x12\x18\x08¬Æ\x06"
  b"\x01˜¢ú+@p‚³oþ\x1Dæ‹j\x14"
  b"\x01˜¢ú+Nq\x01‡8ôñ–\x10_\x7F"
  b"\x01˜¢ú+\s\e–Aß\x7FíÅcz"
  b"\x01˜¢ú+jrã¸íœ\tBS"~"
  b"\x01˜¢ú+~ržŽQ³Q"¾ñ\x07"
  b"""
    \x01˜¢ú+™rø“Öî,\n
    Á4
    """
  b"\x01˜¢ú+°rVšá\x1DvÒúÿ"
  b"\x01˜¢ú+ÈpCª¸Ó\x7F\x14ž!Œ"
  b"""
    \x01˜¢ú+Ús5¥>Å\n
    R˜ò\x12
    """
  b"\x01˜¢ú+éqUµ#ËS0»Ž}"
  b"\x01˜¢ú+þs®š³“ò8\r‘C"
  b"\x01˜¢ú,\x17pÙ‹ÂaB&ç\t@"
  b"\x01˜¢ú,/rÿ®at|¿Ê>Þ"
  b"\x01˜¢ú,?p\v£H\x19\x06”Waˆ"
  b"\x01˜¢ú,Or\x07ˆR|\x19¢Ÿ,´"
  b"\x01˜¢ú,_sÞ»y.\x11Ý2É8"
  b"\x01˜¢ú,op^’\x1A\x7F5Z["
  b"\x01˜¢ú,‚qh„Â/\x0E\x14¹¸7"
  b"\x01˜¢ú,sÌ…\v\x11%þå£"
  b"\x01˜¢ú,qû€çé!îè±\x1D"
  b"\x01˜¢ú,¬q¦»3\rDFEct"
  b"\x01˜¢ú,ºp±¬ñ@úIV\rk"
  b"\x01˜¢ú,ÖpÂ…­@\x00\x16Á¿\x00"
  b"\x01˜¢ú,îp[¨0\x17¸ÝXò"
  b"\x01˜¢ú,þs™º±š†‘\Ýš"
  b"\x01˜¢ú-\x10qЉsö\x18x¯E"
  b"\x01˜¢ú-.q;áø\x08Ÿ\x12+\x16"
  b"\x01˜¢ú-Eq\x13¦\x1F™pîY)"
  b"\x01˜¢ú-WrÈŽ$˜£‚$¥ò"
  b"\x01˜¢ú-gp\x16’ˆýky\x17"
  b"\x01˜¢ú-xs\x12¸\x17´'t¼;‡"
  b"\x01˜¢ú-†p¹’¯\x19Ñ\x00´;l"
  b"\x01˜¢ú-“s¦°û°ŠzH°z"
  b"\x01˜¢ú-£qj¢:uéÁp"
  b"\x01˜¢ú-¯r\x01©k<ü\x15Î&\r"
  b"\x01˜¢ú-¼q´·"nßû¡‘n"
  b"\x01˜¢ú-Ñsß–müšòù]}"
  b"\x01˜¢ú-äsN†ìD¬ðß×&"
  b"\x01˜¢ú-úpåƒu¬¸á¹À0"
  b"\x01˜¢ú.\x10s\x1F»Îxg\x07Ë\x0F˜"
  b"\x01˜¢ú.$pò¼\x1D:œ}žŽÎ"
  b"\x01˜¢ú.6sŠ„Ê*Ĭ^$'"
  b"\x01˜¢ú.Cp%½×\x11ê\x1AÍ´q"
  b"\x01˜¢ú.Rr†™c"ú²–°…"
  b"\x01˜¢ú.`pS²4š\x1E\x1DòSò"
  b"\x01˜¢ú.nsi™Ô¸Ö:<b#"
  b"\x01˜¢ú.{r9šGñ\x1CÔ3ºö"
  b"\x01˜¢ú.‰sk¶JÈæŽ°Ž¬"
  b"\x01˜¢ú.–q¿³T÷]º\x12\x19¼"
  b"\x01˜¢ú.¦rbŽ\x14¨ut\x14*`"
  b"\x01˜¢ú.¹qsºÔd\x15°\x0Føý"
  b"\x01˜¢ú.Ær⺡Sžý×’J"
  b"\x01˜¢ú.Ýr\v¼Ô-ª\x18\x7F—¿"
  b"\x01˜¢ú.ûp‚­oŠ\x101j©"
  b"\x01˜¢ú/\x13rL¸Uð\x16]ŽSz"
  b"\x01˜¢ú/ r*¯í³ŸZ˜*\x07"
  b"\x01˜¢ú//sݽìêñ¿íÏŸ"
  b"\x01˜¢ú/=s¯¬dùp”LHº"
  b"\x01˜¢ú/JpØ¥ÐÕS‡öÔ~"
  b"\x01˜¢ú/WpM‚盺\x16ë\x1ED"
  b"\x01˜¢ú/dpî´€\x07\x195X"
  b"\x01˜¢ú/qs¨‡&8_ȧ1l"
  b"\x01˜¢ú/€q2¹þòF\x117Èõ"
  b"\x01˜¢ú/r7œ\x04<»—å1‹"
  b"\x01˜¢ú/žp<¨üèúVN\x08Ê"
  b"\x01˜¢ú/²sú‰®à\x08Ãè]Ÿ"
  b"\x01˜¢ú/ËpŽ·Ñ”˜ž."Í"
  b"\x01˜¢ú/Üsx´kÿ\x0EH%iÄ"
  b"\x01˜¢ú/ês•“Ù™®%/r{"
  b"\x01˜¢ú/ÿp@§[\x03¶¶,l8"
  b"\x01˜¢ú0\x13p<ŽJ;lIöÅA"
  b"\x01˜¢ú0#pµ¿b™Þ1÷«n"
  b"\x01˜¢ú0;q\x01¬\x1C.óu1ƒ´"
  b"\x01˜¢ú0Ks!™¶~!äÖê»"
  b"\x01˜¢ú0Zq\x02·\rÏþ\x17 øÑ"
  b"\x01˜¢ú0rqð¯ü\x18×ZÔË,"
  b"\x01˜¢ú0q0½P­þâ x‚"
  b"\x01˜¢ú0pÁ°çeeîT·\x02"
  b"""
    \x01˜¢ú0s\n
    ˆž!VÐ\x19\n
    
    """
  b"\x01˜¢ú0«q°©?Ö2Ê\x7F\x0E]"
  b"\x01˜¢ú0¿rކ\–žýÝ&ä"
  b"\x01˜¢ú0×rG·ÎGàÌ\x12‡p"
  b"\x01˜¢ú0èp\x1C²1R5îô'»"
  b"\x01˜¢ú0úr޳ñº´\x08\x18"
  b"\x01˜¢ú1\x0FpŸœ\x0EN¸§ñ\x05u"
  b"\x01˜¢ú1#q^´;ʤÌñSÌ"
  b"\x01˜¢ú18qŽ„ç¯¥Dxć"
  b"\x01˜¢ú1Gs*¡½a:\x06â%v"
  b"\x01˜¢ú1Urx½—Vr‰Ps^"
  b"\x01˜¢ú1brᲬZ0Ý¢U\x10"
  b"\x01˜¢ú3ÒqÏŽJk„\x0EÖ?\x03"
  b"\x01˜¢ú3öp>«M¿ÞIVy\v"
  b"\x01˜¢ú4\x06pZ›k\x7F[¾ÎÁ\x16"
  b"\x01˜¢ú4\x14qx›\x17Ž\x00Î9µ,"
  b"\x01˜¢ú4#rB’ž\x7FL5Í6j"
  b"\x01˜¢ú42rs Š2é*Àí."
  b"\x01˜¢ú4AsŒ¶j‡û³ú\x04˜"
  b"\x01˜¢ú4Vs9¾›ÙgÝ^ a"
  b"\x01˜¢ú4fqF‹ïå\x06ɘ[á"
  b"\x01˜¢ú4wqY¢Vá\x0F ê¶›"
  b"\x01˜¢ú4„sR¹SÌ-m4\x1F\f"
  b"\x01˜¢ú4•q¶¬µ\x04CÒi‰1"
  b"\x01˜¢ú4¨sÅ¥_'¢šÇ|ò"
  b"\x01˜¢ú4·rð·b]ðxOZÒ"
  b"\x01˜¢ú4Åp\x11¸¨·v\x17 D\x1F"
  b"\x01˜¢ú4Ôr8‚˜´¯\x16ØGâ"
  b"\x01˜¢ú4çse«×\x02¤òQ\x16c"
  b"\x01˜¢ú4úqÿŒÝ†³oÆ\x7FÜ"
  b"\x01˜¢ú5\x08p°ææ\x16pÞGé"
  b"""
    \x01˜¢ú5\x17rb\x1C\x7F\n
    àX
    """
  b"\x01˜¢ú5'pº«É¨*Émo®"
  b"\x01˜¢ú55q…‰ÂVjÅ.¥¾"
  b"\x01˜¢ú5CsOˆ\x1C o¬z­É"
  b"\x01˜¢ú5\rn¡¼›­Üjl"
  b"\x01˜¢ú5rp¨²+Ëú\r\x15\r"
  b"\x01˜¢ú5…s”¥\x06A<¿H3¼"
  b"\x01˜¢ú5•r­ís\x1Ar¾Ü0"
  b"\x01˜¢ú5¨q “d̰V´‰\x19"
  b"\x01˜¢ú5¼sñ¯©\x11x\\e*"
  b"\x01˜¢ú5Ïp+³¢²¥\t\x08\x0Eh"
  b"\x01˜¢ú5áp|·j¡Ë/‚\x02g"
  b"\x01˜¢ú5÷pT§¢\x1A¸4?O+"
  b"\x01˜¢ú6\x0Eqm–ÝZ´‰ƒ\x1F\x06"
  b"\x01˜¢ú6\x1Fsf‡\v\x11Á:ÖŠ•"
  b"\x01˜¢ú64s\x18….ã\*çS\x18"
  b"\x01˜¢ú6JqH¢9Ç*nI·Ü"
  b"\x01˜¢ú6Ypd‡L‰É\x14š¨n"
  b"\x01˜¢ú6wphš‰Gó-²sÂ"
  b"\x01˜¢ú6Žrû«b¶¬ÉƒX0"
  b"\x01˜¢ú6œs–'±¼N§\x08½"
  b"\x01˜¢ú6­rÿƒ[\x10­Ð‹Hu"
  b"\x01˜¢ú6Áq¾œ'ã16Y¾Ê"
  b"\x01˜¢ú6Ôq\x11„Ó²/:ö~\v"
  b"""
    \x01˜¢ú6ãs\Š\x15è\n
    M’sb
    """
  b"\x01˜¢ú6üs÷‹úG¶#¶—"
  b"\x01˜¢ú7\x10pX¡‡a©ÉßGw"
  b"\x01˜¢ú7!r󵤋èÛt\x028"
  b"\x01˜¢ú73qn¿C¡ûrö×"
  b"\x01˜¢ú7Esϳñ8%’Œq"
  b"\x01˜¢ú7Yq|… àW±\x19"
  b"\x01˜¢ú7opïƒSÇŸ>5\x13Ë"
  b"\x01˜¢ú7…p¥€š8˜Fâ#Ù"
  b"\x01˜¢ú7žs™­å_‚нé@"
  b"\x01˜¢ú7²rG¬Úï)D½Þï"
  b"\x01˜¢ú7ÁqެñˆdSMÔÇ"
  b"\x01˜¢ú7Üqz§¿\x0E»mOÝ´"
  b"\x01˜¢ú7ípN†û–ø3\x05Õw"
  b"\x01˜¢ú8\x03q3ª\™Dûâà"
  b"\x01˜¢ú8\x15qù»\x00E¬ayP4"
  b"\x01˜¢ú8(pË–.âò_Œ\x123"
  b"\x01˜¢ú86s\x05¹Š7\x12÷\x11òb"
  b"\x01˜¢ú8JsŶž&_\x19>ÎÜ"
  b"\x01˜¢ú8Zq›‹Ñ2\r'öýN"
  b"\x01˜¢ú8mqg©VS\x1C`(å¡"
  b"\x01˜¢ú8~q•µ\x0F\x1Ai®¨"
  b"\x01˜¢ú8‘p¿›Úã\x1Fòh]Á"
  b"\x01˜¢ú8¤sDŽtæïŽ’ðê"
  b"\x01˜¢ú8²r9Ždº*5ÏÍx"
  b"\x01˜¢ú8És¦™\x11·vNT{"
  b"\x01˜¢ú8àsµ±Ry<-I(±"
  b"\x01˜¢ú8óp*Ÿ†g˜5\t"
  b"\x01•¯kéósϬDA·¦\x1CíŽ"
  b"\x01˜¢ú9\x07qÉ«"eM\x0F¡gü"
  b"\x01˜¢ú9*sƉMŽ)ŸWÑÆ"
  b"\x01˜¢ú9Asi‡?Ê\x07rR•2"
  b"\x01˜¢ú9QsÒŠ;=\f\x06\x1C"
  b"\x01˜¢ú9`s-¡Þ®C3ÌJ,"
  b"\x01˜¢ú9ls+»%Y\x13H.?\x7F"
  b"\x01˜¢ú9zrAƒÐ\x0EÖ‰Y¡'"
  b"\x01˜¢ú9ŽqÊ“E~ùÀÀ“M"
  b"\x01˜¢ú9›sšŽÎCF/_ÇÄ"
  b"\x01˜¢ú9ªqQ§¹á\x12²õj"
  b"""
    \x01˜¢ú9»på§\n
    Ÿ\x08]\x1C
    """
  b"\x01˜¢ú9ÊqøœðN,^ר\x7F"
  b"\x01˜¢ú9Úr5­”\öµéÂz"
  b"\x01˜¢ú9æsf®\x04U¹8ØÈ$"
  b"\x01˜¢ú9òpr™-˜ùưÄN"
  b"\x01˜¢ú9ýsê¸C\x16V\x06(1("
  b"\x01˜¢ú:\vr׃3IÔô&¤0"
  b"\x01˜¢ú:\x16s\x19¯dã;\x00MBå"
  b"\x01˜¢ú:"s¢ƒ"Ýoã/I°"
  b"\x01˜¢ú:7r§‚\x13ãÄ\x1D\x03•Ñ"
  b"\x01˜¢ú:Gp¿Ž¤Lc¶\x1A¯ù"
  b"\x01˜¢ú:Vs\x12¡ÄcŸÉ–R_"
  b"\x01˜¢ú:kpۨݖ\x13\x7F6Ä5"
  b"\x01˜¢ú:ƒrÁ±ºÙJÅȤˆ"
  b"\x01˜¢ú:–r„’\x1Cö§\x7F"
  b"\x01˜¢ú:¦sã·C\x15KdÆ\x05õ"
  b"""
    \x01˜¢ú:¼sJ²ýÁ\n
    ˆÓ\x14Ð
    """
  b"\x01˜¢ú=>p_š"¡ó-Ût¡"
  b"\x01˜¢ú=hqö©I\x02³yMG\x07"
  b"\x01˜¢ú=\x7FqɧÀ{PÄýöç"
  b"\x01˜¢ú=™s²”W¡ýgÌ\x1E"
  b"\x01˜¢ú=±q4º¦x9Úexò"
  b"\x01˜¢ú=Ãs\x16š•M“Uðî"
  b"\x01˜¢ú=Üpe ëfµ·µô@"
  b"\x01˜¢ú=ñpË’äÜ\t_\v݃"
  b"\x01˜¢ú>\x03rx,\x1A_&ñaÂ"
  b"\x01˜¢ú>\x12së¸ÆÁ‡\x14w—"
  b"\x01˜¢ú>!p\x0Fœ‘‰Í3\x7F°œ"
  b"\x01˜¢ú>0q"ªÉ0^ëdos"
  b"\x01˜¢ú>Bp:¨a9˜Ä6‚„"
  b"\x01˜¢ú>VpÀ¥&¨à†Òo„"
  b"\x01˜¢ú>jpm®\x18¸È+,õî"
  b"\x01˜¢ú>~p¼€Nè¤åÊAf"
  b"\x01˜¢ú>’pk€\ò\x1DœÍÇø"
  b"\x01˜¢ú>ªqP­öŸþÍ2¥Ë"
  b"\x01˜¢ú>½q\e±)Aíæ9\x0FÝ"
  b"\x01˜¢ú>ÎpH¥Õþ-¨±\x7Fð"
  b"\x01˜¢ú>âræ’ \x18éb\x0Eœ="
  b"\x01˜¢ú>ïrs’Ź™ÜŸ\x18,"
  b"\x01˜¢ú>ÿp\x0E†c1Ïí\x04^"
  b"\x01˜¢ú?\x12q¸¼šÚà\x17Ôýÿ"
  b"\x01˜¢ú?"pž›\er—¤ë¹Ø"
  b"\x01˜¢ú?1s3º¡\vò‹ºxè"
  b"\x01˜¢ú?=q\x11—õùÛÂDtÇ"
  b"\x01˜¢ú?Kr¤–$p8>Ž«í"
  b"\x01˜¢ú?[q£³M„DØëK\x12"
  b"\x01˜¢ú?wsf™Ïió©™àp"
  b"\x01˜¢ú?‘p´©d¾¯@q‡"
  b"\x01˜¢ú?©r÷žL°±at¶;"
  b"""
    \x01˜¢ú?½r€Ÿf&\n
    E.È\x11
    """
  b"\x01˜¢ú?Órt¸Fº+\x0Fy\x16û"
  b"""
    \x01˜¢ú?äs\x13šýä\n
    f«/t
    """
  b"\x01˜¢ú?õr‚‘b/ùÈ“Õ1"
  b"\x01˜¢ú@\x06på…ü Sû›;®"
  b"\x01˜¢ú@\x14p”œ%z&'²ô0"
  b"\x01˜¢ú@1sb€Ð\v$qákB"
  b"\x01˜¢ú@As·ˆBD~dT€-"
  b"\x01˜¢ú@TrÍ»ppu@n\x0F"
  b"\x01˜¢ú@hsz”ÏäŸè\x16"
  b"\x01˜¢ú@zpèŽ!èx\x08y'ž"
  b"\x01˜¢ú@Žs⇊Ú)\x04Š(#"
  b"\x01˜¢ú@£s:Ž™£G \x1E%”"
  b"\x01˜¢ú@¼q8ºI‰¹\x1F\x1Dà–"
  b"\x01˜¢ú@ÖrL’àBˆ\x12\x18â·"
  b"\x01˜¢ú@çsQ€‘†Ûb›}Ò"
  b"\x01˜¢ú@öp\x1C”ó”cÀ&|^"
  b"\x01˜¢úA\x07pÔ‚ë\x1C\x13ŸÉo,"
  b"\x01˜¢úA%sˆ‹áÂ!.NKi"
  b"\x01˜¢úA>q‡‰<·è/68"
  b"\x01˜¢úAUp™²[Š\rF\çp"
  b"\x01˜¢úAhr,€¦»FJ-‹ê"
  b"\x01˜¢úA~râ—AÝ]åŽN¿"
  b"\x01˜¢úA•r6ŠBÁ»9mÀ\n"
  b"\x01˜¢úA¤r\x1A‘ÊÔæ­\vÀ-"
  b"\x01˜¢úA²r9ª6.M"!º€"
  b"\x01˜¢úAËr8—Ø\x07\f˜\e"
  b"\x01˜¢úAÛs[§·‘™ÀÜÜ0"
  b"\x01˜¢úAèqâ¥í‚ög˜—9"
  b"\x01˜¢úAöróóC\x02Å®eô"
  b"\x01˜¢úB\x02p|½\x12ßϛ‚\x14"
  b"\x01˜¢úB\x18pø¥VŠÇ\x11D¸Ä"
  b"\x01˜¢úB%süzß„€uy\v"
  b"""
    \x01˜¢úB4s\x01Že“\n
    ¯ò¨±
    """
  b"\x01˜¢úBArÏ¥Y–\x14ƒû"j"
  b"\x01˜¢úBSr\x1D‡o¼¸?´\x1F"
  b"\x01˜¢úBcsÀ™\x05Ÿ#ja%t"
  b"\x01˜¢úBtq\x1Aƒ5\f#K]\rù"
  b"\x01˜¢úB†pU¹(AÄjÈŽò"
  b"\x01˜¢úB–rü¹þ\x03å\v\v"
  b"\x01˜¢úB¬r8¯\x17BðÁ@™\f"
  b"\x01˜¢úB½s=¤mm!Í\x1C\x11"
  b"\x01˜¢úBÏrF½ëv䜏"!"
  b"\x01˜¢úBáq\x12²V\x19™œf~À"
  b"\x01˜¢úBôp†½ÕŁ·‡*\x18"
  b"\x01˜¢úC\vp\x04¶Áç3ÏOüÏ"
  b"\x01˜¢úC\ep³„÷_Ò¸é’\x18"
  b"\x01˜¢úC*sp¿…†\x13Ô\x1E¢\x14"
  b"\x01˜¢úC=qï‘{×§ÎIð€"
  b"\x01˜¢úCNq´›w]þ¦\x1A"
  b"\x01˜¢úCbr_¥µ‡¼‹¦EQ"
  b"\x01˜¢úCwpŽœ¸õ±Ã\rœä"
  b"\x01˜¢úC‰s4Ÿ4×–Ò‡×a"
  b"\x01˜¢úCœqð«Ša¬jip+"
  b"\x01˜¢úCªr»†(\r\x1D÷áKH"
  b"\x01˜¢úC½qžŽËMƯ›E\x1D"
  b"\x01˜¢úCÏpÂ…(\x10¤w‰¤Ç"
  b"\x01˜¢úCÞr¹¢‰†bœ~ð""
  b"\x01˜¢úCíq´†‚\x11\e\x06"
  b"\x01˜¢úCúss‰\x02ÔÞð\x02Ϋ"
  b"\x01˜¢úD\x07rx”«ÓQqù•)"
  b"\x01˜¢úD\x14p–ªÕ5\x02¤qf\x14"
  b"\x01˜¢úD!qw¯\x0EÄÂ*blÅ"
  b"\x01˜¢úD9sm¨PgTôø""
  b"\x01˜¢úDOsz¢\x02\x088Í¡G-"
  b"\x01˜¢úD\rÅŸ’‚ࢼ-í"
  b"\x01˜¢úDqp£ŽÎÜõ}µ|ù"
  b"\x01˜¢úDŽpWŽÕ\x1Cò¢çŽw"
  b"\x01˜¢úGVr\x1E¾‹;©ßˆ5Á"
  b"\x01˜¢úG{râ¬\x17ÒÖ\x16\rxK"
  b"\x01˜¢úG‹sÈŒßK‚–ˆ)›"
  b"\x01˜¢úG¥r\fµ¶fðáµ±-"
  b"\x01˜¢úG»p²…H™\x08ïÄ­º"
  b"\x01˜¢úGËsKŒ×œ-Âè`½"
  b"\x01˜¢úGÙs8¡U›o\x11ojÝ"
  b"""
    \x01˜¢úGçq\n
    ƒÚ-2M\x0E\x1AÇ
    """
  b"\x01˜¢úGös†“t\fH[‰Îd"
  b"\x01˜¢úH\x06rh•x²°ì×í\x00"
  b"\x01˜¢úH\x18qº´~@\x02®3ù"
  b"\x01˜¢úH0qV”B5À¸}íà"
  b"\x01˜¢úHHq2©¯ØÎ6\x19À"
  b"\x01˜¢úH^qࣘ½\rGVìð"
  b"\x01˜¢úH{pµ£ðR\x14\x04À\x16§"
  b"\x01˜¢úH‘q\v¾:•}\x1FN’"
  b"\x01˜¢úH¢qX `þªW&}”"
  b"\x01˜¢úH²sÍ„Õà\x03LÐz¢"
  b"\x01˜¢úHÁrW¦\x1A-j阴õ"
  b"\x01˜¢úHÐsB¹Ì\x08ƒˆÉ¥\x11"
  b"\x01˜¢úHÞs1aÞ\x12ëA\f\x15"
  b"\x01˜¢úHír\x11\x01_öżώ"
  b"\x01˜¢úI\x07pӅҵΨ¥ás"
  b"\x01˜¢úI\x19rá€îð¯r”3è"
  b"\x01˜¢úI4p\x08\x18W ì¾#"
  b"\x01˜¢úIHsÏŽ!\x13")ñ',"
  b"\x01˜¢úI_rd‹©ùtm£\x1FH"
  b"\x01˜¢úIpqö¸®|´ |e0"
  b"\x01˜¢úI†pòŸ8‹ðöK+Ñ"
  b"\x01˜¢úIœq6¨\bÈ“’®\x12"
  b"\x01˜¢úI¯qα|£I3Ù5"
  b"\x01˜¢úIÂp/ºY]Öõ¶°×"
  b"\x01˜¢úIÛq ‰Á–ã™c\x1Cð"
  b"\x01˜¢úIîs”·Ž£Àºn1½"
  b"\x01˜¢úJ\x07p…¤z \x01&m…Ð"
  b"\x01˜¢úJ!pàƒ\x18âT\x00«~V"
  b"\x01˜¢úJ>q¦œW.G\x1FþŸÀ"
  b"\x01˜¢úJ\s?µ\x13Hìþ#\x14="
  b"\x01˜£\x01?\x19rS­Xå8¨í"
  b"\x01˜£\x01ƒ"rÝ®\x06¬\x07‡®\x068"
]
57 7.25 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"Cd»©s\x10M®‡–;¹® ep"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b";S\r«\x08òA*Š 6„\f"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x02üêÒJZ°‘DqS—îq"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x02üêÒJZ°‘DqS—îq"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Cd»©s\x10M®‡–;¹® ep"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b";S\r«\x08òA*Š 6„\f"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x02üêÒJZ°‘DqS—îq"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x02üêÒJZ°‘DqS—îq"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"°Û\f‡Ä’I@’—!\t_$Ø"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"³PRlW®G3Ї“.÷œéË"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"³PRlW®G3Ї“.÷œéË"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"³PRlW®G3Ї“.÷œéË"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x02üêÒJZ°‘DqS—îq"
  b"³PRlW®G3Ї“.÷œéË"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"³PRlW®G3Ї“.÷œéË"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"³PRlW®G3Ї“.÷œéË"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"³PRlW®G3Ї“.÷œéË"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"³PRlW®G3Ї“.÷œéË"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"³PRlW®G3Ї“.÷œéË"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b";S\r«\x08òA*Š 6„\f"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x02üêÒJZ°‘DqS—îq"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x02üêÒJZ°‘DqS—îq"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b";S\r«\x08òA*Š 6„\f"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x02üêÒJZ°‘DqS—îq"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"æC¤\t»ÀGå´_ÓÐkiɳ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b";S\r«\x08òA*Š 6„\f"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x02üêÒJZ°‘DqS—îq"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"?íÄXQ\x18AŒû³æ„gÚ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"³PRlW®G3Ї“.÷œéË"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"³PRlW®G3Ї“.÷œéË"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"³PRlW®G3Ї“.÷œéË"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x02üêÒJZ°‘DqS—îq"
  b"³PRlW®G3Ї“.÷œéË"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"³PRlW®G3Ї“.÷œéË"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"³PRlW®G3Ї“.÷œéË"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"³PRlW®G3Ї“.÷œéË"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"³PRlW®G3Ї“.÷œéË"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"³PRlW®G3Ї“.÷œéË"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b";S\r«\x08òA*Š 6„\f"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x02üêÒJZ°‘DqS—îq"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x02üêÒJZ°‘DqS—îq"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x02üêÒJZ°‘DqS—îq"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x02üêÒJZ°‘DqS—îq"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"³PRlW®G3Ї“.÷œéË"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"³PRlW®G3Ї“.÷œéË"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"³PRlW®G3Ї“.÷œéË"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"³PRlW®G3Ї“.÷œéË"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"³PRlW®G3Ї“.÷œéË"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"³PRlW®G3Ї“.÷œéË"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"³PRlW®G3Ї“.÷œéË"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"³PRlW®G3Ї“.÷œéË"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"³PRlW®G3Ї“.÷œéË"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b";S\r«\x08òA*Š 6„\f"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x02üêÒJZ°‘DqS—îq"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x02üêÒJZ°‘DqS—îq"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"5oÜãRkJ¸¤­ÕBâ_'Ë"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x1A\x1F\x08¼@ž°ð†Õæþè…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"jD¥1\x0FFƒ¶Â\x05|eî\x1AE"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"f8\e\x00¼îCgº|€KðЇr"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x0FRì~:©IMªð‘\x1EñÈ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x12¨¥›úMÞ¨M5\x19\\x04"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð\t\x14\x13œ\x18AÉ¥m|ah\x18\x15·"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"""
    Tá¾Íý‰BAŽ\n
    vRbB\x17·
    """
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýjJ…øÔK’ŸÏLwkœñƒ"
  b";S\r«\x08òA*Š 6„\f"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"q\x03¯/èPA™¯ûg®U5m\x08"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"*Dâ¦ëfFÌ®²Bß35!\x18"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x00º¿Ü£<Ið¾Ú5’\x16¥ZÚ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Z\x13oD\x10OKŠŠS$o\x19ÈÉç"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ìMž\x11Á.LØ•&§ä±¼\x02Ô"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"x\¿!ŽÀKš…¡@èÂáD…"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"?+Ÿq\tÏA\x17£ÿ©ˆcµ\x11"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"´N\x03\vöIÜ™\x18úöíTÿA"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"4j@/É;Có´1¦¦)ÉÅ)"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b")?¤Q«,NãƒÅIMŽl`¶"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"¨ø\r\x0F|XK¹ª"²—¨\t"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"êŠ\x15\x14\x15\x19Hõƒ3º¶g=¹"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"÷kiãŽúJh™“õOŸI\x15N"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"/ˆà±#xBo¦ÿt\vMY.\x11"
  b"["x’ö$E£¸PRøˆ¼G¢"
  b"+!.bX$Mí¢1eº\x10\vø"
  b"Cd»©s\x10M®‡–;¹® ep"
  b";S\r«\x08òA*Š 6„\f"
  b"³PRlW®G3Ї“.÷œéË"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÈãÉáëÊF2°ø*DhŽ2Þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¯Ä¨Úö N\x14„%$3[ÊkÖ"
  b"\x02üêÒJZ°‘DqS—îq"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
]
58 10.02 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•¯kÙ£q\x04´b…?êŠ]Ë"
  b"\x01•¯kÝÐq\x7F¿b\x15\x04`p3Ê"
  b"\x01•¯káðso®â¹Þ”ç;Õ"
  b"\x01•¯kåép,ŒŽkãÁ¸\›"
  b"\x01•¯kéósϬDA·¦\x1CíŽ"
  b"\x01˜¢ù÷çr™³ï\x03\x1F\x04£äñ"
  b"\x01˜¢ùø\x07sIŠÓ\x13¾\e‰†õ"
  b"\x01˜¢ùø\x15p­“¬P ]\x01\x1Dœ"
  b"\x01˜¢ùø#pvœ“‡A™\x02é?"
  b"\x01˜¢ùø6pš©tÁPä\x01\x18K"
  b"\x01˜¢ùøGp\x0F¿+/;ywid"
  b"\x01˜¢ùøVq\x08\x02x{ëîH`"
  b"\x01˜¢ùøerð˜á\x04\x15¬)F"
  b"\x01˜¢ùøsr\x03¾¹\\x7F&=K8"
  b"\x01˜¢ùøŠræ©1\x02ÿZ‰\x05Å"
  b"""
    \x01˜¢ùøsèš„€\n
    [¤¶\x01
    """
  b"""
    \x01˜¢ùø®sXª\x1EÂfF\n
    
    """
  b"\x01˜¢ùø¿sI¤€\x15x.ºKr"
  b"\x01˜¢ùøÐq1³6ø€û…Dí"
  b"\x01˜¢ùøÞqT†©¦û\tkf›"
  b"\x01˜¢ùøñqyƒ¤ý&™\x07"
  b"\x01˜¢ùù\x03r\ƒ\r‰8`ÃŽÂ"
  b"\x01˜¢ùù\x18p1¬äM>\x1Am¡Õ"
  b"\x01˜¢ùù4rÖ£ôIÜŽHÇ%"
  b"""
    \x01˜¢ùùDr\x07\n
    \tÜ1\x18Â\x16
    """
  b"\x01˜¢ùùXr\x08Ÿèš\x7FÊ*b`"
  b"\x01˜¢ùùfsÞŒÈàØD½ú`"
  b"\x01˜¢ùùvp“ˆ/ºCýø‚/"
  b"\x01˜¢ùùƒro…bY¼\x01\x7FÍW"
  b"\x01˜¢ùù’rz€ìf}²ÇÎZ"
  b"\x01˜¢ùù¡pn‹o1ž]½Ô4"
  b"\x01˜¢ùù²p%•ó¸$Õy/§"
  b"\x01˜¢ùùÇsø§#+&Žðñƒ"
  b"\x01˜¢ùù×r™†YÜC„\x0E"
  b"\x01˜¢ùùîq*“ŒˆÝî«\t¾"
  b"\x01˜¢ùú\x06p}ŽåÍ\x12‡‰é"
  b"\x01˜¢ùú\x1Cs\x11Ž\x1F†Cø“ÜU"
  b"\x01˜¢ùú1qA¥H/¹Þ`o\x1C"
  b"\x01˜¢ùúAsâ”Íw÷„él"
  b"\x01˜¢ùúQr\x18ˆ?‹\fqñ(»"
  b"\x01˜¢ùúeq\x17’«W-6È\x07V"
  b"\x01˜¢ùúyqÊ‘MdŒº./‘"
  b"\x01˜¢ùúŽs{¶`Ôà\x11pIâ"
  b"\x01˜¢ùú¤p9‚´W\x15\x16Þ¾Z"
  b"\x01˜¢ùú·s}UÀ\x14ƒ\x15õ;"
  b"\x01˜¢ùúÈr*¿\ì ‚p"
  b"\x01˜¢ùúásÁýe41Úm”"
  b"\x01˜¢ùúûq¢‘§\x1Aĉ+)<"
  b"\x01˜¢ùû\fqs•¹øŸƒÍ–ö"
  b"\x01˜¢ùû\x1Fs\°[·vmÕ‘2"
  b"\x01˜¢ùû3p{¹îM×àâ&"
  b"\x01˜¢ùûHq~¿C¦Û°Ïˆy"
  b"\x01˜¢ùû_sÛš\¼±WÕ\x00Å"
  b"\x01˜¢ùûwq)¼Ž."©{¡r"
  b"\x01˜¢ùûŒpŠ­ûp\x16\x1Aô$À"
  b"\x01˜¢ùû¦r>¶ò2‡§ùv^"
  b"\x01˜¢ùû½q¨¨C\x0EïVR(ª"
  b"\x01˜¢ùûÒqŒ6K±|y*ú"
  b"\x01˜¢ùûäsސ)£§ÊQ\x04ä"
  b"\x01˜¢ùûøs\x1F¤W§4Œ&°ù"
  b"\x01˜¢ùü\fp0µ»ÎFœñ½­"
  b"\x01˜¢ùü\x1Dpn™„àà¸%H™"
  b"\x01˜¢ùü/p\x0Ež\x08ïÄ5<\x15ã"
  b"\x01˜¢ùüDpóØhIZÂÂÆ"
  b"\x01˜¢ùüXp\„ð(öÚÀz™"
  b"\x01˜¢ùüisL†š6Ò´\x7F\x00D"
  b"\x01˜¢ùü{qà…,ÄHØ}Ž«"
  b"\x01˜¢ùüŠqo¯ÓúΏ«\x00"
  b"\x01˜¢ùüœpÀ·¾©™HoÒé"
  b"\x01˜¢ùü¬q\x06 jTÏû)Íc"
  b"\x01˜¢ùü¹r\x1F€œ5ãY\x06"
  b"\x01˜¢ùüÒquŒ®ó–„~g""
  b"\x01˜¢ùüäp·³uwã3d\x07"
  b"\x01˜¢ùü÷rÜ®óuBM\rê"
  b"\x01˜¢ùý\x05q–\x15 \x1D\x0EÀ—"
  b"\x01˜¢ùý\x13p"†ˆp.¦§¥3"
  b"""
    \x01˜¢ùý sÁ¾T!Üv\n
    \x19m
    """
  b"\x01˜¢ùý.q§·ä ÍnÈŽ\x07"
  b"\x01˜¢ùý;p€®¸y¿Â[„K"
  b"\x01˜¢ùýPq\r²–ШÁ\x10øR"
  b"\x01˜¢ùý^pj†\x18œ=¸úÑâ"
  b"\x01˜¢ùýqqvµ­yκ‹ý9"
  b"\x01˜¢ùý€rбõĵuÛøU"
  b"\x01˜¢ùýŽs~ž­ùáñË‘"
  b"""
    \x01˜¢ùýŸp\n
    «\fgå½Ðâç
    """
  b"""
    \x01˜¢ùý¬r\n
    ”|åS¯ö"—
    """
  b"\x01˜¢ùýÂs\x08„uÇÄ\x11’…O"
  b"\x01˜¢ùýÚpŒ– RË\x05a9"
  b"\x01˜¢ùýípÍŸC\x12xv\x14-\x1E"
  b"\x01˜¢ùýüq\x04µ°÷¡Kˆ~"
  b"\x01˜¢ùþ\x0EsNŽöBb°\x19]%"
  b"\x01˜¢ùþ\x1Arú¼ÛÔx©–\f"
  b"\x01˜¢ùþ'qž”|\x00}_o¡;"
  b"\x01˜¢ùþ@ré½\x14­¤ão€ "
  b"\x01˜¢ùþSq\x15žãã^o==æ"
  b"\x01˜¢ùþip\x04½–\x0F<¢0"¶"
  b"\x01˜¢ùþyr\x00‡¨×"wí48"
  b"\x01˜¢ùþ‰p\x12¶Ôb¡\rLÐ"
  b"\x01˜¢ùþ—q­‚ÿ\fV#Sù"
  b"\x01˜¢ú\x00ÿqˆŽ]xŒº»,í"
  b"\x01˜¢ú\x01!qãˆã7Ž»ó¹["
  b"\x01˜¢ú\x013rŽœ\fŒ\x13\x07î\x0Fñ"
  b"\x01˜¢ú\x01Er†µ-z\rº(î"
  b"\x01˜¢ú\x01[p™]”6JÂKò"
  b"\x01˜¢ú\x01kr\x18‡.VT³‘¤â"
  b"\x01˜¢ú\x01{p|™Ñë¹Tÿ¶f"
  b"\x01˜¢ú\x01Žqš¹Â ·\x1AiB"
  b"\x01˜¢ú\x01¢qЬ¿ø€Éœ@Ÿ"
  b"\x01˜¢ú\x01¼py¿0À\x7F§m\x15:"
  b"\x01˜¢ú\x01Ïsè_…WáÐ"
  b"\x01˜¢ú\x01áp“˜s\x10ÂýaЕ"
  b"\x01˜¢ú\x01õq©°›\x13\x04g3"
  b"\x01˜¢ú\x02\vr7¬\x05¤¡†ßmÝ"
  b"\x01˜¢ú\x02\x18p#“¡š\x10eÊó¼"
  b"\x01˜¢ú\x02*rf¥]–€.n¹\x18"
  b"\x01˜¢ú\x02;q¹«ÕÍcÃý´·"
  b"""
    \x01˜¢ú\x02NrG—®\n
    µ\x07÷Âz
    """
  b"\x01˜¢ú\x02_sj¹\rí‰`ØŽ<"
  b"\x01˜¢ú\x02orL¹%ÝÎKÿv\x00"
  b"\x01˜¢ú\x02p̉ÿ×Îß)‰ "
  b"\x01˜¢ú\x02’p\x1E†"qTo6¦\x05"
  b"\x01˜¢ú\x02«q@…¶¯]¦\v‹ì"
  b"\x01˜¢ú\x02¼rÑ”uÁÞîÃÈj"
  b"\x01˜¢ú\x02Òsב[ürÆ@ö-"
  b"\x01˜¢ú\x02åsù‡Ý\x1D\x10¹s/Ê"
  b"\x01˜¢ú\x02ür/›e\x07…{ì\x00%"
  b"\x01˜¢ú\x03\x14sV¸×ž™zÊtž"
  b"\x01˜¢ú\x03/p\x0EŸÕOÏLbYJ"
  b"\x01˜¢ú\x03EpµŒ3J®y›;Ø"
  b"\x01˜¢ú\x03Vq™†t[Ž÷ŒâA"
  b"\x01˜¢ú\x03fqr í!/¹æåÔ"
  b"\x01˜¢ú\x03ypŸ¾¶¥bLÅ¢Ï"
  b"\x01˜¢ú\x03ŠqA®ææ¬%ºx\x17"
  b"\x01˜¢ú\x03—s>†’ºí9òY¬"
  b"\x01˜¢ú\x03ªs´°„˜­^âŽ\"
  b"\x01˜¢ú\x03¼sÒ·}1=εý{"
  b"\x01˜¢ú\x03Îqn·(®jOwüx"
  b"\x01˜¢ú\x03åq²¥¹\x08\x13®\x1E¥!"
  b"\x01˜¢ú\x03üqÊ™mu°\x07ùëâ"
  b"\x01˜¢ú\x04\x13s\x04¼aì3Ä\x06¿Ñ"
  b"\x01˜¢ú\x04-s´¥\to\rw\x05\rÓ"
  b"\x01˜¢ú\x04@qÕ®\x1Ecȝ¥So"
  b"\x01˜¢ú\x04Rq\x14²1ROšµ“I"
  b"\x01˜¢ú\x04br]¸É\x1Dár\x00ï\x05"
  b"\x01˜¢ú\x04rs`µ\x0EêvÒÔù&"
  b"\x01˜¢ú\x04‰pq†ê^\x08 \x15­„"
  b"\x01˜¢ú\x04žq<Š2V’{N\x05\x15"
  b"\x01˜¢ú\x04°qm“2ÍkÌETÜ"
  b"\x01˜¢ú\x04Ás“¸N¤$“;\x7F§"
  b"\x01˜¢ú\x04Ûp\e•jgÿ/UÅÚ"
  b"\x01˜¢ú\x04ñp‡\x0EÚt\x06žÊÅ"
  b"\x01˜¢ú\x05\x06s\t\x17³N²L2i"
  b"\x01˜¢ú\x05\x1Ap\x15«C³õ€ýðÿ"
  b"\x01˜¢ú\x05.p\x7FŽè™~\fZ,\x01"
  b"\x01˜¢ú\x05Cr¤‡‘å–d\x13\x1D:"
  b"\x01˜¢ú\x05YrÞ o3Vï\v"
  b"\x01˜¢ú\x05gs1¯z9;h\x1E"
  b"\x01˜¢ú\x05vsîxÑ‘¸%`Ÿ"
  b"\x01˜¢ú\x05…pM¹Ä˜JãÒØÇ"
  b"\x01˜¢ú\x05›rø´w\x02ÿü\x00í|"
  b"\x01˜¢ú\x05¯pº8\–ÊI)z"
  b"\x01˜¢ú\x05Áp¤¯\x07áx!\vñŠ"
  b"\x01˜¢ú\x05Ôrõ»\x12¹IcðZ\x07"
  b"\x01˜¢ú\x05érD¶\x00“¦Ÿµ×"
  b"\x01˜¢ú\x05üszˆM!ôÕ‹t¥"
  b"\x01˜¢ú\x06\x0Fs=ˆ–\x03}êªSG"
  b"\x01˜¢ú\x06$p\x08H×@\x0Fiµ."
  b"\x01˜¢ú\x06:s\v’=à\x08\x16‚à"
  b"\x01˜¢ú\x06GqöŒ\v…››<׈"
  b"\x01˜¢ú\x06Zs§›c\x04q%ÅyÑ"
  b"\x01˜¢ú\x06krf‹3Å•\x17ãI\f"
  b"\x01˜¢ú\x06{pbº\eò`#ÉùÎ"
  b"\x01˜¢ú\x06p–½9{·+ÉF†"
  b"\x01˜¢ú\x06¡sÆŸ‡ýfÙÑ\x11¯"
  b"\x01˜¢ú\x06²p´†ÓÞ ¦\x02\x02"
  b"\x01˜¢ú\x06Àp\x02–¹lõ•7æR"
  b"\x01˜¢ú\x06ÑpÄJ\x01I3|-$"
  b"\x01˜¢ú\x06äqì‡\x08¿Ç±i\x17"
  b"\x01˜¢ú\x06õq‚™ÎW÷]FÒ="
  b"\x01˜¢ú\x07\x04p Ÿä¡Tb8h"
  b"\x01˜¢ú\x07\x14s,–6´ð¡¼Úš"
  b"\x01˜¢ú\x07"qŽŒêÙ\x18Ahgõ"
  b"\x01˜¢ú\x074pƒ·z\x0EžyôLâ"
  b"\x01˜¢ú\x07Gr)UħäÓov"
  b"\x01˜¢ú\x07Yq™¹»°Âr¸e¡"
  b"\x01˜¢ú\x07jpŸeÛ@ÎbÉI"
  b"\x01˜¢ú\x07yqÚ«)%á¦Åè´"
  b"\x01˜¢ú\x07Šq™»¦xèˆÜͱ"
  b"\x01˜¢ú\x07¢pf²õ\x7F\x19´Ó»"
  b"\x01˜¢ú\x07²sÜŒd‰çìžèÆ"
  b"\x01˜¢ú\x07Äp5@˜\x0F\x08Ô÷S"
  b"\x01˜¢ú\x07Ør/¢IÍú-šÂ9"
  b"\x01˜¢ú\x07ìs²“t°øUø€¥"
  b"\x01˜¢ú\x07úpm€&k\x19\x01ž"
  b"\x01˜¢ú\x08\vrY¦T\x0E\x06²\x15"
  b"\x01˜¢ú\x08\x1ErØšŒ\x05=\x12ÙB"
  b"\x01˜¢ú\x08.p¨½\x02d‰@\æ1"
  b"\x01˜¢ú\x08AqŸ›ÂD"h:·¿"
  b"\x01˜¢ú\x08Spù«\x1AÍy¢“¤G"
  b"""
    \x01˜¢ú\n
    Îr±òåæÞ<\x1F
    """
  b"\x01˜¢ú\nòsù¾»{\x08\x00¥3¯"
  b"\x01˜¢ú\v\x16s"º½õ\x10\x01ߘC"
  b"\x01˜¢ú\v.p\x07±'SÅØ”:P"
  b"\x01˜¢ú\vHsÓ±=\x08ü*³“Ø"
  b"\x01˜¢ú\vbpY‡u\x19%*—>ž"
  b"\x01˜¢ú\vurM¨8΢!¹.!"
  b"\x01˜¢ú\vŽqt«öâÏ\x1D—¢Î"
  b"\x01˜¢ú\v s„‰¼}HÙúCÂ"
  b"\x01˜¢ú\v´qä—rÀÑÓGHf"
  b"\x01˜¢ú\vÅp\x1CŽD%\x13m5b,"
  b"\x01˜¢ú\vÞq,¶à4ݬ·\vÊ"
  b"\x01˜¢ú\vñs騊•5ôT$ü"
  b"\x01˜¢ú\f\x01q¯¥ùLRw<£å"
  b"\x01˜¢ú\f\x19p3²êós\x153Ñ„"
  b"\x01˜¢ú\f,rZ—2\x03Ý\x10\x17"
  b"\x01˜¢ú\f=q8Œ\x01íúä¾a\x1C"
  b"\x01˜¢ú\f_s¥7šFºö†>"
  b"\x01˜¢ú\fur*¤0c[[ýÞÏ"
  b"\x01˜¢ú\f…pݹÃ@=Ï•õÈ"
  b"\x01˜¢ú\f—p@«çó/”3"
  b"\x01˜¢ú\f©qx˜¤ŽŽ¯8u\x06"
  b"\x01˜¢ú\f½q·„9Àòp\x10ܶ"
  b"\x01˜¢ú\fÎq9€¶\x02\x10„Æ‹›"
  b"\x01˜¢ú\fãruOn¡—œ\x1A\x05"
  b"\x01˜¢ú\fýq}ƒ·\x03‰äíÉt"
  b"\x01˜¢ú\r\x10p"\x05S²ó¢¹Þ"
  b"\x01˜¢ú\r!qDz`š\x02¹f+{"
  b"\x01˜¢ú\r9pƯf$@{gŽð"
  b"\x01˜¢ú\rKqû¡Ñ\x12ÈN³Rƒ"
  b"\x01˜¢ú\r]p\x1F“¥M\x1EN\r­à"
  b"\x01˜¢ú\rzrÞ¹ÉÚw±á¥\"
  b"\x01˜¢ú\rŒslî‡Å§>éË"
  b"""
    \x01˜¢ú\rŸpZ¾"×9ÉŒ\n
    ò
    """
  b"\x01˜¢ú\r±p³’^±¨]=6|"
  b"\x01˜¢ú\r¿r®ªºå…¹âŠ÷"
  b"\x01˜¢ú\r×po˜\f¥¼Îð\tT"
  b"\x01˜¢ú\rêr6¯‚'ÄðJjR"
  b"\x01˜¢ú\x0E\x05q<žW•óK_ÁL"
  b"\x01˜¢ú\x0E\x1Dp%š²ÌÞ}ŸAJ"
  b"\x01˜¢ú\x0E1sÒ¯!Ûºp]Žm"
  b"\x01˜¢ú\x0EDrÈ®Áç% “\x15V"
  b"\x01˜¢ú\x0ESsi·_Í/”~Y"
  b"\x01˜¢ú\x0EcqÇŒÞ7ï›°\x0FÕ"
  b"\x01˜¢ú\x0E{q˜¬\x16—8\x04È0ù"
  b"""
    \x01˜¢ú\x0E–rt¡‚ZS\x01X\n
    Y
    """
  b"\x01˜¢ú\x0Eµrù•/\fE©s\x15q"
  b"\x01˜¢ú\x0EÔsqœd\x18uŒ4K9"
  b"\x01˜¢ú\x0Eíq„¡ñŒjï6xÆ"
  b"\x01˜¢ú\x0F\x02sïƒ\x08˜À—\x16\x05,"
  b"\x01˜¢ú\x0F\x16pŸ©·f\x0EØn\x0Fr"
  b"\x01˜¢ú\x0F-qnª€n\x1DD\vÊž"
  b"\x01˜¢ú\x0FIqÍ—‹•i[\x18Áž"
  b"\x01˜¢ú\x0Fgr½„†\t&G¥ì/"
  b"\x01˜¢ú\x0F‚r7¾lKõŠ\x1D"
  b"\x01˜¢ú\x0F™r”u\x00§gÎ',"
  b"""
    \x01˜¢ú\x0F±qé¦)\n
    k;Íw«
    """
  b"\x01˜¢ú\x0FËşÈaòÊ\x04T6"
  b"\x01˜¢ú\x0Fàpò³‹y•öª¡X"
  b"\x01˜¢ú\x0Fòs¹ž´ˆ\x1FYG\x17»"
  b"\x01˜¢ú\x10\x05s7·z0QêY\x182"
  b"\x01˜¢ú\x10\x1Esø¸V•góËÈ"
  b"\x01˜¢ú\x104rœ½æí6²æœ"
  b"\x01˜¢ú\x10Npã›â„ïX÷B@"
  b"\x01˜¢ú\x10gs{¸Ê\x07\x19ÿË1¬"
  b"\x01˜¢ú\x10}r«¼#Ú\x13–Ͼ†"
  b"\x01˜¢ú\x10“q\x1D›ž—g\f\x00>O"
  b"\x01˜¢ú\x10¤q¥§Dvù>Öºj"
  b"\x01˜¢ú\x10½rˆ…\x15P\x00±ÛÔ"
  b"\x01˜¢ú\x10Ùp¿¯ÎðC\x14Â3\x02"
  b"\x01˜¢ú\x10ósC¤U\x0F\x18ï4\x11\x10"
  b"\x01˜¢ú\x11\x05sÑ¢j¦¼\x10iV×"
  b"\x01˜¢ú\x11\x18q¸ŽÓ2”»¹Ž¬"
  b"""
    \x01˜¢ú\x11-p,€\x1D._\n
    6\x11œ
    """
  b"\x01˜¢ú\x11Iq\x7F¾’YùßÞ‘"
  b"\x01˜¢ú\x11as\x16Öf"D\r´\x06"
  b"\x01˜¢ú\x11zsÿ‰Jã\x13©j¤\x10"
  b"\x01˜¢ú\x11’p4¶\x7Få\\x04]˜£"
  b"\x01˜¢ú\x11ªq\v§x€¸½¢{Ü"
  b"\x01˜¢ú\x11ÁpÖ€wiž\x1D¿÷Ž"
  b"\x01˜¢ú\x11Ùr`ƒm2\fǁü´"
  b"\x01˜¢ú\x11ípv‚ÇAÌ1_óà"
  b"\x01˜¢ú\x12\x07s\x18¥9…ŽaD¤\t"
  b"\x01˜¢ú\x12\x1Ar¹‚Q·`h\x06h\x12"
  b"\x01˜¢ú\x12+r­‚\x08WM\x12ÉÈ’"
  b"\x01˜¢ú\x12;p”³õO\x1CÛ%Û"
  b"\x01˜¢ú\x12Vp¿Œ¡(5ƒ¼Ñ"
  b"\x01˜¢ú\x12kr—¤ŽãŒ8m-ï"
  b"\x01˜¢ú\x12„q\x06ŠxDèxÄI\r"
  b"\x01˜¢ú\x12˜q¸«¼U¡~¼\x1D"
  b"\x01˜¢ú\x12³r\x1F›ÕÂ\x07õ\x03¢–"
  b"\x01˜¢ú\x12Ðp-¥pB™~\x19kV"
  b"\x01˜¢ú\x12éq1‡u\v¯\x15ѽÜ"
  b"\x01˜¢ú\x12ÿr½µ•ó€\x17æˆí"
  b"\x01˜¢ú\x13\x13s€¢Þ=›f¦„˜"
  b"\x01˜¢ú\x13-r/»Ó6XœŠ\x11"
  b"""
    \x01˜¢ú\x13Ip-•´e\n
    îƒ\x1EL
    """
  b"\x01˜¢ú\x13dp\x01±¥UÈȯ¾\f"
  b"\x01˜¢ú\x13‚qò°ŠP\v•ÓûÝ"
  b"\x01˜¢ú\x13™rùµ‘”ø•Ø\x08"
  b"\x01˜¢ú\x166qPˆZ ±¶\x1A"
  b"\x01˜¢ú\x16^pʆõÈM#\x05Á£"
  b"\x01˜¢ú\x16wqH“߃ïD\x06·›"
  b"\x01˜¢ú\x16ŽrY£m\x10ÝWÜ™="
  b"\x01˜¢ú\x16ŸqÚ•WA\x05™ '¿"
  b"\x01˜¢ú\x16¸pސÓÏ\f\x13u\x02\x06"
  b"\x01˜¢ú\x16Ør-®\x16™(qÙÌP"
  b"\x01˜¢ú\x16ðr™Š€\e÷5 ¼œ"
  b"\x01˜¢ú\x17\x02p“®éQòä¡:"
  b"\x01˜¢ú\x17\x12r¶§\x13•mì 1ï"
  b"\x01˜¢ú\x17)p°“T^\x17·K\x11"
  b"\x01˜¢ú\x17Hsý³\x06ÞÛù*«"
  b"\x01˜¢ú\x17\p\x1C†Û¡@–£Dí"
  b"\x01˜¢ú\x17nr%ƒ[­›_ÃéÉ"
  b"\x01˜¢ú\x17pü²Ôƒz\x0E«(“"
  b"\x01˜¢ú\x17s7·o÷Wüž\x18\x04"
  b"\x01˜¢ú\x17¸s#•Ÿ\x04¡÷²\x06\x07"
  b"\x01˜¢ú\x17Ër.´ÐΛ\x16d\x04"
  b"""
    \x01˜¢ú\x17Üq¡¤—ü\n
    e3Q\x07
    """
  b"\x01˜¢ú\x17ür<”¢bgðàš"
  b"\x01˜¢ú\x18\x18sí¬\x03Ô?F·P"
  b"\x01˜¢ú\x180pÛ±µþûg”W"
  b"\x01˜¢ú\x18Isã–µBQ°=è}"
  b"\x01˜¢ú\x18ar\x19¬:\x08§VÂÎ×"
  b"\x01˜¢ú\x18\x7FpK±È‘W›ˆ«Ž"
  b"""
    \x01˜¢ú\x18—rþ¡\n
    \x10.óÝ i
    """
  b"\x01˜¢ú\x18³q;•X\x194u{w³"
  b"\x01˜¢ú\x18Íq›«Ú¥<®ÀÆW"
  b"\x01˜¢ú\x18äpcµ\x02"hzÈõÆ"
  b"\x01˜¢ú\x18üsÇ“)Ììà_Vá"
  b"\x01˜¢ú\x19\x16rN¤\x1AƒŽ¤î\x12,"
  b"\x01˜¢ú\x19.r[¼¤òžF\x03Áu"
  b"\x01˜¢ú\x19Ep*ƒÔ¡Û.þ”ë"
  b"\x01˜¢ú\x19[rΉœØ|5‹âF"
  b"\x01˜¢ú\x19tpaƒö¬”ùÞY"
  b"\x01˜¢ú\x19Žr$¨ÅWåCLÉO"
  b"""
    \x01˜¢ú\x19£sƒŽw\n
    øZ|»ê
    """
  b"\x01˜¢ú\x19¸rè²PÿœKSÀj"
  b"\x01˜¢ú\x19Ôs<¨\x04gSâ¢\x07Œ"
  b"\x01˜¢ú\x19èpK«‹šÈÂ#\x060"
  b"\x01˜¢ú\x1A\x02q3ˆn¼=Ë©¢\e"
  b"\x01˜¢ú\x1A&qؐ[\x1F¢˜j×â"
  b"\x01˜¢ú\x1A>qg®QG1 ý\x07Ö"
  b"\x01˜¢ú\x1ALp÷‡Õ5êÂíh\x1F"
  b"\x01˜¢ú\x1A[rº€àãÞHsâ\x1E"
  b"\x01˜¢ú\x1AlpÃŽB_Ha„œ2"
  b"\x01˜¢ú\x1Ayr÷¼EuC¯ÉNÈ"
  b"\x01˜¢ú\x1A‡poœÈ7\x1D–žHÙ"
  b"\x01˜¢ú\x1A”pS³d³Äý„\x08Ã"
  b"\x01˜¢ú\x1A¡qò½\x0FpÕ$‡•Û"
  b"\x01˜¢ú\x1A¶qð»q¥ X¯òÌ"
  b"\x01˜¢ú\x1AÇr͉Et\x0F¡ž†¥"
  b"\x01˜¢ú\x1AÜr,²Uû ßɽm"
  b"\x01˜¢ú\x1AîqqeŒ¥G' ?"
  b"\x01˜¢ú\e\x03paNKÿ\x1EEz´"
  b"\x01˜¢ú\e\x1Aq “±+k& ý©"
  b"\x01˜¢ú\e-rݶåý‘óQ³"
  b"""
    \x01˜¢ú\e?p\®åÇ\rTT\n
    A
    """
  b"\x01˜¢ú\eTq¬–d\t±µ¨C>"
  b"\x01˜¢ú\ets”½>O‚G†\x18"
  b"\x01˜¢ú\e…rF¸ßÑ“aÈ\vÂ"
  b"\x01˜¢ú\e’r厘ê\x03t~{\e"
  b"\x01˜¢ú\e¡r\x1E©ïŒd\x16¨vŸ"
  b"\x01˜¢ú\e´s=’"°\x066yÚ’"
  b"\x01˜¢ú\eÊpM¡ÚåÖ*³å]"
  b"\x01˜¢ú\eÚs‚·c\x7FMlZÅ\x1C"
  b"\x01˜¢ú\eìq`¥\x0EäþøÔ\x1C\n"
  b"\x01˜¢ú\x1C\x02pѐ7»‰É\x18W"
  b"\x01˜¢ú\x1C\x17rGµ%›\x05I6¾\v"
  b"\x01˜¢ú\x1C)r&¯‰\x08Öä_ÎW"
  b"\x01˜¢ú\x1C:rܽž6Fž£ª]"
  b"\x01˜¢ú\x1CPq€³Iæ+\x06宝"
  b"\x01˜¢ú\x1Ccpq¨¤žÄ³\x08$}"
  b"\x01˜¢ú\x1Ctpº“’7‹×\x16p"
  b"\x01˜¢ú\x1CŠr¼ˆSõÂí\x17¡K"
  b"\x01˜¢ú\x1C¢rûÛ¯(h˜"
  b"\x01˜¢ú\x1C¸qÕ»$Pó¡\x14GO"
  b"\x01˜¢ú\x1CÉrÝœ\x06fu5ÚØµ"
  b"\x01˜¢ú\x1CÛpȺx€û\x1A\x05°"
  b"\x01˜¢ú\x1Cìq0Œñ«Ô“øÉv"
  b"\x01˜¢ú\x1D\x01rù³Kb{DÏ8´"
  b"\x01˜¢ú\x1D\x17qÇ„óÂ÷ÏkI\x0F"
  b"\x01˜¢ú\x1D/pN»[`‚¨áiX"
  b"\x01˜¢ú\x1DAre§\x02\x1D©Hùp”"
  b"\x01˜¢ú\x1DXpÔ‚\r¾ÑσG\x15"
  b"\x01˜¢ú\x1Dmq™¦"éØ8¼|f"
  b"\x01˜¢ú\x1D€r7­Ð•W”D8–"
  b"\x01˜¢ú\x1D”sþ¸Žáïê÷p9"
  b"\x01˜¢ú\x1D¥r¯:>›Ó5ò8"
  b"\x01˜¢ú\x1D´r¶¢\x18_pîîÂ\x17"
  b"\x01˜¢ú\x1DÅsÙ·REæRlTÁ"
  b"""
    \x01˜¢ú\x1DÔpM¥\fë`>\x08\n
    I
    """
  b"\x01˜¢ú\x1Dærõ’l}‘¦(õã"
  b"\x01˜¢ú\x1Dür_š¿\x08\e±lTI"
  b"\x01˜¢ú\x1E\x10qú¼\x1Ei\x01R‘\r "
  b"\x01˜¢ú\x1E%q£¼¾yþÁr#­"
  b"\x01˜¢ú\x1E7qÍ¡“ί~„*"
  b"\x01˜¢ú\x1ELr»¼\x1AÜÍ[²Þˆ"
  b"\x01˜¢ú\x1Efq\x13—3™ó`¯# "
  b"\x01˜¢ú\x1E}p\x11¨ƒ\x06}æÒ\rs"
  b"\x01˜¢ú!\x02qW†Tc´\x15Þ\x19 "
  b"\x01˜¢ú!\epå§\x11Ÿý\x04лå"
  b"\x01˜¢ú!*r\x05ŒÅžDG…³õ"
  b"\x01˜¢ú!7qˆ‚£\x11öÃøôì"
  b"\x01˜¢ú!Hs”½!™ðýŸê^"
  b"\x01˜¢ú![sõŠ1,ê@ÏJ\x14"
  b"\x01˜¢ú!ksÖ–ÜÇ„§õƒ×"
  b"\x01˜¢ú!yp\x1A\tz·±Ÿ¸c"
  b"\x01˜¢ú!‰pZ§v½êU§E]"
  b"\x01˜¢ú!œp)‹%{wEv©"
  b"\x01˜¢ú!«pŠ™?Qï´ŒzÉ"
  b"\x01˜¢ú!¹qý‹¿A‘¤90¯"
  b"\x01˜¢ú!Çq\x11™â*ì-¨¯="
  b"\x01˜¢ú!Öq\x13“Š\x0F¾\x01£ÿð"
  b"\x01˜¢ú!ãqØ“óªj ±\x10\x00"
  b"\x01˜¢ú!ôq”´\x04µjñ»—º"
  b"\x01˜¢ú"\vpe”ü\tz\x1D^—µ"
  b"\x01˜¢ú"!sN¨x_B\x14f€\f"
  b"\x01˜¢ú":qý³n¼V¢±®ç"
  b"\x01˜¢ú"Nq>¬/Ýc`\x10\x16}"
  b"\x01˜¢ú"ep£“KhÍÈVÊÑ"
  b"\x01˜¢ú"zr$‹5 ¾Öë¹Z"
  b"\x01˜¢ú"‘qí¬ŽUcŠ (s"
  b"\x01˜¢ú"¢r•…¸uö@ÀÅ:"
  b"\x01˜¢ú"°r\x03±0)¹úA>|"
  b"\x01˜¢ú"Âs\x11„7®\x04!Y*\x16"
  b"\x01˜¢ú"Ðr8˜¦\x15œä=/\n"
  b"\x01˜¢ú"Þp‰Œ†\x1A\eÓ¬"
  b"\x01˜¢ú"ñs‰Žq‹H»\x0EÀ·"
  b"\x01˜¢ú"ÿp3”àGx\t¢•H"
  b"\x01˜¢ú#\rrфԅ–\x7F½½"
  b"\x01˜¢ú#\x1Dpÿ‘aâC«þ+|"
  b"\x01˜¢ú#.q‘´°P\x7F´= {"
  b"\x01˜¢ú#Ap޾\x18<W\x15°?Á"
  b"\x01˜¢ú#Os3º–‚¯ØA\x0EJ"
  b"\x01˜¢ú#]qò«úŒj'¸8¼"
  b"\x01˜¢ú#jq)¤øŽq\x12ˆ"¤"
  b"\x01˜¢ú#xr6´†Nã̽\x05Ç"
  b"\x01˜¢ú#…r\t‰Þ“TY<E\x13"
  b"\x01˜¢ú#’s\x13¬Ê££öŸóÖ"
  b"\x01˜¢ú# qK“ŒŠ\v\e\x00ø™"
  b"\x01˜¢ú#­r„\r9ì/|)”"
  b"\x01˜¢ú#Æru Wb\x1E«ƒ»ÿ"
  b"\x01˜¢ú#ÚqÇ¥†ž\x15\vkÄç"
  b"\x01˜¢ú#îr½…\ûk\x07\x01\x1C"
  b"\x01˜¢ú$\x03qX\x10éZ,\x17<0"
  b"\x01˜¢ú$\x17qw·Èv“\x03\x15"
  b"\x01˜¢ú$-sÄ T»®qXù\x04"
  b"\x01˜¢ú$Hp\x1D¢U}ü_}Ñ\x03"
  b"\x01˜¢ú$Ws&¬Ñ×\x0F¼m\x03e"
  b"\x01˜¢ú$mr&¥z}ÇÂJî"
  b"\x01˜¢ú$|s\x17ƒ¢óÛ¬§>"
  b"\x01˜¢ú$Šqá…9Þ|¯º’j"
  b"\x01˜¢ú$ q¡…•\x17ë\x15X›G"
  b"\x01˜¢ú$¯s ¦\f_ â\rͦ"
  b"\x01˜¢ú$Àq§¹PjÝ@=\¥"
  b"\x01˜¢ú$Öpê¤ËéÓˆ—\v+"
  b"\x01˜¢ú$îqb³Æ£X>sàÕ"
  b"\x01˜¢ú%\x08q:¼êšôÔÒP‰"
  b"\x01˜¢ú%\x1Cq¦¾\x01\x03ÁQÍ·|"
  b"\x01˜¢ú%4p¿ƒƒ€zg¨K‹"
  b"\x01˜¢ú%EsÊŸë­\x0E±Ç\x084"
  b"\x01˜¢ú%Qp³\x1F¸“èÂû"
  b"\x01˜¢ú%ds`¹€t\t[\x03\el"
  b"\x01˜¢ú%xq·™¸\x19íMƒkþ"
  b"\x01˜¢ú%†qHˆ¬\x05\x1EP\vµ¦"
  b"\x01˜¢ú%˜qº´°\x08Ç\x7F\x08"
  b"\x01˜¢ú%¨r7›Wà,()ó\x1C"
  b"\x01˜¢ú%ºpÑ¡”°Ê‘U\x1Fæ"
  b"\x01˜¢ú%Ìqþ‰OÝN?þ¼j"
  b"\x01˜¢ú%èp‘‚\x06ìK4W—Á"
  b"\x01˜¢ú%ùsÛœ\x07ÌÑ\x15ÓÃÞ"
  b"\x01˜¢ú&\tr\e’…¬\x1EC.O—"
  b"\x01˜¢ú&%q%Š“I‘øÓ`\x11"
  b"\x01˜¢ú&Ds²µ—\x0E-½=é“"
  b"""
    \x01˜¢ú&]r\x1C²\n
    ©cQr–\x1C
    """
  b"\x01˜¢ú&lpC´Ž\x1FÔô7œ@"
  b"\x01˜¢ú&xsc˜úì™6K\x15\x1F"
  b"\x01˜¢ú&Žq\x7F­ÝeRÐXbð"
  b"\x01˜¢ú&œrà¾)íÁ›…^\x08"
  b"\x01˜¢ú&«sO¸\x03µÂ^ƒÒ½"
  b"\x01˜¢ú&»s‚¯Ä£EnzW\x1D"
  b"\x01˜¢ú&ÎpO²\x03çR\x1CÈ„j"
  b"\x01˜¢ú&âp¬€ô´Ñm »u"
  b"\x01˜¢ú&÷q\x0F¹6ÈGDU»\x0F"
  b"\x01˜¢ú'\fqä©\x05:ÄTÈzR"
  b"""
    \x01˜¢ú' s6¨¼Jr0Õ\n
    Í
    """
  b"\x01˜¢ú'3qŽ‚qD\x1E\x17g\x1E"
  b"\x01˜¢ú'@r*·,Pé\°F\x10"
  b"\x01˜¢ú'Pq’žÕ_0›Àή"
  b"\x01˜¢ú'gsím;™èSÝo"
  b"\x01˜¢ú'ys,‹«‡žŽ[YX"
  b"\x01˜¢ú'†rã›æcIUäì!"
  b"\x01˜¢ú'šrñŽÝAº›xìz"
  b"\x01˜¢ú'ªrÑŽ£9ÞÚN^\x13"
  b"\x01˜¢ú'Ás‘½ÍG§£ñÎ\x1A"
  b"\x01˜¢ú'Ôp±°XeAfÆ2Å"
  b"\x01˜¢ú'äprœL2y\x01Ž@š"
  b"\x01˜¢ú'÷rl·úú”V÷\x01@"
  b"\x01˜¢ú(\x10rŸ§ ¹(©ô\x7FÊ"
  b"\x01˜¢ú*Gq©¹\x04\x17“Bž"
  b"\x01˜¢ú*ks´§9Ú“ŸªB\x0E"
  b"\x01˜¢ú*„sžµŸã\x1AK®+ø"
  b"\x01˜¢ú*šs"¨q¾ÏÖ_]#"
  b"\x01˜¢ú*³páˆtL\x16µË„ú"
  b"\x01˜¢ú*Ñpí¤÷ê\x07Ýþܽ"
  b"\x01˜¢ú*ær6½§\x1D;\x07Ni"
  b"\x01˜¢ú*ÿs‹®‚§\x1Ck»þV"
  b"\x01˜¢ú+\x15rD²\eÁþöôÅÙ"
  b"\x01˜¢ú+)ro³ï\x12\x18\x08¬Æ\x06"
  b"\x01˜¢ú+@p‚³oþ\x1Dæ‹j\x14"
  b"\x01˜¢ú+Nq\x01‡8ôñ–\x10_\x7F"
  b"\x01˜¢ú+\s\e–Aß\x7FíÅcz"
  b"\x01˜¢ú+jrã¸íœ\tBS"~"
  b"\x01˜¢ú+~ržŽQ³Q"¾ñ\x07"
  b"""
    \x01˜¢ú+™rø“Öî,\n
    Á4
    """
  b"\x01˜¢ú+°rVšá\x1DvÒúÿ"
  b"\x01˜¢ú+ÈpCª¸Ó\x7F\x14ž!Œ"
  b"""
    \x01˜¢ú+Ús5¥>Å\n
    R˜ò\x12
    """
  b"\x01˜¢ú+éqUµ#ËS0»Ž}"
  b"\x01˜¢ú+þs®š³“ò8\r‘C"
  b"\x01˜¢ú,\x17pÙ‹ÂaB&ç\t@"
  b"\x01˜¢ú,/rÿ®at|¿Ê>Þ"
  b"\x01˜¢ú,?p\v£H\x19\x06”Waˆ"
  b"\x01˜¢ú,Or\x07ˆR|\x19¢Ÿ,´"
  b"\x01˜¢ú,_sÞ»y.\x11Ý2É8"
  b"\x01˜¢ú,op^’\x1A\x7F5Z["
  b"\x01˜¢ú,‚qh„Â/\x0E\x14¹¸7"
  b"\x01˜¢ú,sÌ…\v\x11%þå£"
  b"\x01˜¢ú,qû€çé!îè±\x1D"
  b"\x01˜¢ú,¬q¦»3\rDFEct"
  b"\x01˜¢ú,ºp±¬ñ@úIV\rk"
  b"\x01˜¢ú,ÖpÂ…­@\x00\x16Á¿\x00"
  b"\x01˜¢ú,îp[¨0\x17¸ÝXò"
  b"\x01˜¢ú,þs™º±š†‘\Ýš"
  b"\x01˜¢ú-\x10qЉsö\x18x¯E"
  b"\x01˜¢ú-.q;áø\x08Ÿ\x12+\x16"
  b"\x01˜¢ú-Eq\x13¦\x1F™pîY)"
  b"\x01˜¢ú-WrÈŽ$˜£‚$¥ò"
  b"\x01˜¢ú-gp\x16’ˆýky\x17"
  b"\x01˜¢ú-xs\x12¸\x17´'t¼;‡"
  b"\x01˜¢ú-†p¹’¯\x19Ñ\x00´;l"
  b"\x01˜¢ú-“s¦°û°ŠzH°z"
  b"\x01˜¢ú-£qj¢:uéÁp"
  b"\x01˜¢ú-¯r\x01©k<ü\x15Î&\r"
  b"\x01˜¢ú-¼q´·"nßû¡‘n"
  b"\x01˜¢ú-Ñsß–müšòù]}"
  b"\x01˜¢ú-äsN†ìD¬ðß×&"
  b"\x01˜¢ú-úpåƒu¬¸á¹À0"
  b"\x01˜¢ú.\x10s\x1F»Îxg\x07Ë\x0F˜"
  b"\x01˜¢ú.$pò¼\x1D:œ}žŽÎ"
  b"\x01˜¢ú.6sŠ„Ê*Ĭ^$'"
  b"\x01˜¢ú.Cp%½×\x11ê\x1AÍ´q"
  b"\x01˜¢ú.Rr†™c"ú²–°…"
  b"\x01˜¢ú.`pS²4š\x1E\x1DòSò"
  b"\x01˜¢ú.nsi™Ô¸Ö:<b#"
  b"\x01˜¢ú.{r9šGñ\x1CÔ3ºö"
  b"\x01˜¢ú.‰sk¶JÈæŽ°Ž¬"
  b"\x01˜¢ú.–q¿³T÷]º\x12\x19¼"
  b"\x01˜¢ú.¦rbŽ\x14¨ut\x14*`"
  b"\x01˜¢ú.¹qsºÔd\x15°\x0Føý"
  b"\x01˜¢ú.Ær⺡Sžý×’J"
  b"\x01˜¢ú.Ýr\v¼Ô-ª\x18\x7F—¿"
  b"\x01˜¢ú.ûp‚­oŠ\x101j©"
  b"\x01˜¢ú/\x13rL¸Uð\x16]ŽSz"
  b"\x01˜¢ú/ r*¯í³ŸZ˜*\x07"
  b"\x01˜¢ú//sݽìêñ¿íÏŸ"
  b"\x01˜¢ú/=s¯¬dùp”LHº"
  b"\x01˜¢ú/JpØ¥ÐÕS‡öÔ~"
  b"\x01˜¢ú/WpM‚盺\x16ë\x1ED"
  b"\x01˜¢ú/dpî´€\x07\x195X"
  b"\x01˜¢ú/qs¨‡&8_ȧ1l"
  b"\x01˜¢ú/€q2¹þòF\x117Èõ"
  b"\x01˜¢ú/r7œ\x04<»—å1‹"
  b"\x01˜¢ú/žp<¨üèúVN\x08Ê"
  b"\x01˜¢ú/²sú‰®à\x08Ãè]Ÿ"
  b"\x01˜¢ú/ËpŽ·Ñ”˜ž."Í"
  b"\x01˜¢ú/Üsx´kÿ\x0EH%iÄ"
  b"\x01˜¢ú/ês•“Ù™®%/r{"
  b"\x01˜¢ú/ÿp@§[\x03¶¶,l8"
  b"\x01˜¢ú0\x13p<ŽJ;lIöÅA"
  b"\x01˜¢ú0#pµ¿b™Þ1÷«n"
  b"\x01˜¢ú0;q\x01¬\x1C.óu1ƒ´"
  b"\x01˜¢ú0Ks!™¶~!äÖê»"
  b"\x01˜¢ú0Zq\x02·\rÏþ\x17 øÑ"
  b"\x01˜¢ú0rqð¯ü\x18×ZÔË,"
  b"\x01˜¢ú0q0½P­þâ x‚"
  b"\x01˜¢ú0pÁ°çeeîT·\x02"
  b"""
    \x01˜¢ú0s\n
    ˆž!VÐ\x19\n
    
    """
  b"\x01˜¢ú0«q°©?Ö2Ê\x7F\x0E]"
  b"\x01˜¢ú0¿rކ\–žýÝ&ä"
  b"\x01˜¢ú0×rG·ÎGàÌ\x12‡p"
  b"\x01˜¢ú0èp\x1C²1R5îô'»"
  b"\x01˜¢ú0úr޳ñº´\x08\x18"
  b"\x01˜¢ú1\x0FpŸœ\x0EN¸§ñ\x05u"
  b"\x01˜¢ú1#q^´;ʤÌñSÌ"
  b"\x01˜¢ú18qŽ„ç¯¥Dxć"
  b"\x01˜¢ú1Gs*¡½a:\x06â%v"
  b"\x01˜¢ú1Urx½—Vr‰Ps^"
  b"\x01˜¢ú1brᲬZ0Ý¢U\x10"
  b"\x01˜¢ú3ÒqÏŽJk„\x0EÖ?\x03"
  b"\x01˜¢ú3öp>«M¿ÞIVy\v"
  b"\x01˜¢ú4\x06pZ›k\x7F[¾ÎÁ\x16"
  b"\x01˜¢ú4\x14qx›\x17Ž\x00Î9µ,"
  b"\x01˜¢ú4#rB’ž\x7FL5Í6j"
  b"\x01˜¢ú42rs Š2é*Àí."
  b"\x01˜¢ú4AsŒ¶j‡û³ú\x04˜"
  b"\x01˜¢ú4Vs9¾›ÙgÝ^ a"
  b"\x01˜¢ú4fqF‹ïå\x06ɘ[á"
  b"\x01˜¢ú4wqY¢Vá\x0F ê¶›"
  b"\x01˜¢ú4„sR¹SÌ-m4\x1F\f"
  b"\x01˜¢ú4•q¶¬µ\x04CÒi‰1"
  b"\x01˜¢ú4¨sÅ¥_'¢šÇ|ò"
  b"\x01˜¢ú4·rð·b]ðxOZÒ"
  b"\x01˜¢ú4Åp\x11¸¨·v\x17 D\x1F"
  b"\x01˜¢ú4Ôr8‚˜´¯\x16ØGâ"
  b"\x01˜¢ú4çse«×\x02¤òQ\x16c"
  b"\x01˜¢ú4úqÿŒÝ†³oÆ\x7FÜ"
  b"\x01˜¢ú5\x08p°ææ\x16pÞGé"
  b"""
    \x01˜¢ú5\x17rb\x1C\x7F\n
    àX
    """
  b"\x01˜¢ú5'pº«É¨*Émo®"
  b"\x01˜¢ú55q…‰ÂVjÅ.¥¾"
  b"\x01˜¢ú5CsOˆ\x1C o¬z­É"
  b"\x01˜¢ú5\rn¡¼›­Üjl"
  b"\x01˜¢ú5rp¨²+Ëú\r\x15\r"
  b"\x01˜¢ú5…s”¥\x06A<¿H3¼"
  b"\x01˜¢ú5•r­ís\x1Ar¾Ü0"
  b"\x01˜¢ú5¨q “d̰V´‰\x19"
  b"\x01˜¢ú5¼sñ¯©\x11x\\e*"
  b"\x01˜¢ú5Ïp+³¢²¥\t\x08\x0Eh"
  b"\x01˜¢ú5áp|·j¡Ë/‚\x02g"
  b"\x01˜¢ú5÷pT§¢\x1A¸4?O+"
  b"\x01˜¢ú6\x0Eqm–ÝZ´‰ƒ\x1F\x06"
  b"\x01˜¢ú6\x1Fsf‡\v\x11Á:ÖŠ•"
  b"\x01˜¢ú64s\x18….ã\*çS\x18"
  b"\x01˜¢ú6JqH¢9Ç*nI·Ü"
  b"\x01˜¢ú6Ypd‡L‰É\x14š¨n"
  b"\x01˜¢ú6wphš‰Gó-²sÂ"
  b"\x01˜¢ú6Žrû«b¶¬ÉƒX0"
  b"\x01˜¢ú6œs–'±¼N§\x08½"
  b"\x01˜¢ú6­rÿƒ[\x10­Ð‹Hu"
  b"\x01˜¢ú6Áq¾œ'ã16Y¾Ê"
  b"\x01˜¢ú6Ôq\x11„Ó²/:ö~\v"
  b"""
    \x01˜¢ú6ãs\Š\x15è\n
    M’sb
    """
  b"\x01˜¢ú6üs÷‹úG¶#¶—"
  b"\x01˜¢ú7\x10pX¡‡a©ÉßGw"
  b"\x01˜¢ú7!r󵤋èÛt\x028"
  b"\x01˜¢ú73qn¿C¡ûrö×"
  b"\x01˜¢ú7Esϳñ8%’Œq"
  b"\x01˜¢ú7Yq|… àW±\x19"
  b"\x01˜¢ú7opïƒSÇŸ>5\x13Ë"
  b"\x01˜¢ú7…p¥€š8˜Fâ#Ù"
  b"\x01˜¢ú7žs™­å_‚нé@"
  b"\x01˜¢ú7²rG¬Úï)D½Þï"
  b"\x01˜¢ú7ÁqެñˆdSMÔÇ"
  b"\x01˜¢ú7Üqz§¿\x0E»mOÝ´"
  b"\x01˜¢ú7ípN†û–ø3\x05Õw"
  b"\x01˜¢ú8\x03q3ª\™Dûâà"
  b"\x01˜¢ú8\x15qù»\x00E¬ayP4"
  b"\x01˜¢ú8(pË–.âò_Œ\x123"
  b"\x01˜¢ú86s\x05¹Š7\x12÷\x11òb"
  b"\x01˜¢ú8JsŶž&_\x19>ÎÜ"
  b"\x01˜¢ú8Zq›‹Ñ2\r'öýN"
  b"\x01˜¢ú8mqg©VS\x1C`(å¡"
  b"\x01˜¢ú8~q•µ\x0F\x1Ai®¨"
  b"\x01˜¢ú8‘p¿›Úã\x1Fòh]Á"
  b"\x01˜¢ú8¤sDŽtæïŽ’ðê"
  b"\x01˜¢ú8²r9Ždº*5ÏÍx"
  b"\x01˜¢ú8És¦™\x11·vNT{"
  b"\x01˜¢ú8àsµ±Ry<-I(±"
  b"\x01˜¢ú8óp*Ÿ†g˜5\t"
  b"\x01˜¢ú9\x07qÉ«"eM\x0F¡gü"
  b"\x01˜¢ú9*sƉMŽ)ŸWÑÆ"
  b"\x01˜¢ú9Asi‡?Ê\x07rR•2"
  b"\x01˜¢ú9QsÒŠ;=\f\x06\x1C"
  b"\x01˜¢ú9`s-¡Þ®C3ÌJ,"
  b"\x01˜¢ú9ls+»%Y\x13H.?\x7F"
  b"\x01˜¢ú9zrAƒÐ\x0EÖ‰Y¡'"
  b"\x01˜¢ú9ŽqÊ“E~ùÀÀ“M"
  b"\x01˜¢ú9›sšŽÎCF/_ÇÄ"
  b"\x01˜¢ú9ªqQ§¹á\x12²õj"
  b"""
    \x01˜¢ú9»på§\n
    Ÿ\x08]\x1C
    """
  b"\x01˜¢ú9ÊqøœðN,^ר\x7F"
  b"\x01˜¢ú9Úr5­”\öµéÂz"
  b"\x01˜¢ú9æsf®\x04U¹8ØÈ$"
  b"\x01˜¢ú9òpr™-˜ùưÄN"
  b"\x01˜¢ú9ýsê¸C\x16V\x06(1("
  b"\x01˜¢ú:\vr׃3IÔô&¤0"
  b"\x01˜¢ú:\x16s\x19¯dã;\x00MBå"
  b"\x01˜¢ú:"s¢ƒ"Ýoã/I°"
  b"\x01˜¢ú:7r§‚\x13ãÄ\x1D\x03•Ñ"
  b"\x01˜¢ú:Gp¿Ž¤Lc¶\x1A¯ù"
  b"\x01˜¢ú:Vs\x12¡ÄcŸÉ–R_"
  b"\x01˜¢ú:kpۨݖ\x13\x7F6Ä5"
  b"\x01˜¢ú:ƒrÁ±ºÙJÅȤˆ"
  b"\x01˜¢ú:–r„’\x1Cö§\x7F"
  b"\x01˜¢ú:¦sã·C\x15KdÆ\x05õ"
  b"""
    \x01˜¢ú:¼sJ²ýÁ\n
    ˆÓ\x14Ð
    """
  b"\x01˜¢ú=>p_š"¡ó-Ût¡"
  b"\x01˜¢ú=hqö©I\x02³yMG\x07"
  b"\x01˜¢ú=\x7FqɧÀ{PÄýöç"
  b"\x01˜¢ú=™s²”W¡ýgÌ\x1E"
  b"\x01˜¢ú=±q4º¦x9Úexò"
  b"\x01˜¢ú=Ãs\x16š•M“Uðî"
  b"\x01˜¢ú=Üpe ëfµ·µô@"
  b"\x01˜¢ú=ñpË’äÜ\t_\v݃"
  b"\x01˜¢ú>\x03rx,\x1A_&ñaÂ"
  b"\x01˜¢ú>\x12së¸ÆÁ‡\x14w—"
  b"\x01˜¢ú>!p\x0Fœ‘‰Í3\x7F°œ"
  b"\x01˜¢ú>0q"ªÉ0^ëdos"
  b"\x01˜¢ú>Bp:¨a9˜Ä6‚„"
  b"\x01˜¢ú>VpÀ¥&¨à†Òo„"
  b"\x01˜¢ú>jpm®\x18¸È+,õî"
  b"\x01˜¢ú>~p¼€Nè¤åÊAf"
  b"\x01˜¢ú>’pk€\ò\x1DœÍÇø"
  b"\x01˜¢ú>ªqP­öŸþÍ2¥Ë"
  b"\x01˜¢ú>½q\e±)Aíæ9\x0FÝ"
  b"\x01˜¢ú>ÎpH¥Õþ-¨±\x7Fð"
  b"\x01˜¢ú>âræ’ \x18éb\x0Eœ="
  b"\x01˜¢ú>ïrs’Ź™ÜŸ\x18,"
  b"\x01˜¢ú>ÿp\x0E†c1Ïí\x04^"
  b"\x01˜¢ú?\x12q¸¼šÚà\x17Ôýÿ"
  b"\x01˜¢ú?"pž›\er—¤ë¹Ø"
  b"\x01˜¢ú?1s3º¡\vò‹ºxè"
  b"\x01˜¢ú?=q\x11—õùÛÂDtÇ"
  b"\x01˜¢ú?Kr¤–$p8>Ž«í"
  b"\x01˜¢ú?[q£³M„DØëK\x12"
  b"\x01˜¢ú?wsf™Ïió©™àp"
  b"\x01˜¢ú?‘p´©d¾¯@q‡"
  b"\x01˜¢ú?©r÷žL°±at¶;"
  b"""
    \x01˜¢ú?½r€Ÿf&\n
    E.È\x11
    """
  b"\x01˜¢ú?Órt¸Fº+\x0Fy\x16û"
  b"""
    \x01˜¢ú?äs\x13šýä\n
    f«/t
    """
  b"\x01˜¢ú?õr‚‘b/ùÈ“Õ1"
  b"\x01˜¢ú@\x06på…ü Sû›;®"
  b"\x01˜¢ú@\x14p”œ%z&'²ô0"
  b"\x01˜¢ú@1sb€Ð\v$qákB"
  b"\x01˜¢ú@As·ˆBD~dT€-"
  b"\x01˜¢ú@TrÍ»ppu@n\x0F"
  b"\x01˜¢ú@hsz”ÏäŸè\x16"
  b"\x01˜¢ú@zpèŽ!èx\x08y'ž"
  b"\x01˜¢ú@Žs⇊Ú)\x04Š(#"
  b"\x01˜¢ú@£s:Ž™£G \x1E%”"
  b"\x01˜¢ú@¼q8ºI‰¹\x1F\x1Dà–"
  b"\x01˜¢ú@ÖrL’àBˆ\x12\x18â·"
  b"\x01˜¢ú@çsQ€‘†Ûb›}Ò"
  b"\x01˜¢ú@öp\x1C”ó”cÀ&|^"
  b"\x01˜¢úA\x07pÔ‚ë\x1C\x13ŸÉo,"
  b"\x01˜¢úA%sˆ‹áÂ!.NKi"
  b"\x01˜¢úA>q‡‰<·è/68"
  b"\x01˜¢úAUp™²[Š\rF\çp"
  b"\x01˜¢úAhr,€¦»FJ-‹ê"
  b"\x01˜¢úA~râ—AÝ]åŽN¿"
  b"\x01˜¢úA•r6ŠBÁ»9mÀ\n"
  b"\x01˜¢úA¤r\x1A‘ÊÔæ­\vÀ-"
  b"\x01˜¢úA²r9ª6.M"!º€"
  b"\x01˜¢úAËr8—Ø\x07\f˜\e"
  b"\x01˜¢úAÛs[§·‘™ÀÜÜ0"
  b"\x01˜¢úAèqâ¥í‚ög˜—9"
  b"\x01˜¢úAöróóC\x02Å®eô"
  b"\x01˜¢úB\x02p|½\x12ßϛ‚\x14"
  b"\x01˜¢úB\x18pø¥VŠÇ\x11D¸Ä"
  b"\x01˜¢úB%süzß„€uy\v"
  b"""
    \x01˜¢úB4s\x01Že“\n
    ¯ò¨±
    """
  b"\x01˜¢úBArÏ¥Y–\x14ƒû"j"
  b"\x01˜¢úBSr\x1D‡o¼¸?´\x1F"
  b"\x01˜¢úBcsÀ™\x05Ÿ#ja%t"
  b"\x01˜¢úBtq\x1Aƒ5\f#K]\rù"
  b"\x01˜¢úB†pU¹(AÄjÈŽò"
  b"\x01˜¢úB–rü¹þ\x03å\v\v"
  b"\x01˜¢úB¬r8¯\x17BðÁ@™\f"
  b"\x01˜¢úB½s=¤mm!Í\x1C\x11"
  b"\x01˜¢úBÏrF½ëv䜏"!"
  b"\x01˜¢úBáq\x12²V\x19™œf~À"
  b"\x01˜¢úBôp†½ÕŁ·‡*\x18"
  b"\x01˜¢úC\vp\x04¶Áç3ÏOüÏ"
  b"\x01˜¢úC\ep³„÷_Ò¸é’\x18"
  b"\x01˜¢úC*sp¿…†\x13Ô\x1E¢\x14"
  b"\x01˜¢úC=qï‘{×§ÎIð€"
  b"\x01˜¢úCNq´›w]þ¦\x1A"
  b"\x01˜¢úCbr_¥µ‡¼‹¦EQ"
  b"\x01˜¢úCwpŽœ¸õ±Ã\rœä"
  b"\x01˜¢úC‰s4Ÿ4×–Ò‡×a"
  b"\x01˜¢úCœqð«Ša¬jip+"
  b"\x01˜¢úCªr»†(\r\x1D÷áKH"
  b"\x01˜¢úC½qžŽËMƯ›E\x1D"
  b"\x01˜¢úCÏpÂ…(\x10¤w‰¤Ç"
  b"\x01˜¢úCÞr¹¢‰†bœ~ð""
  b"\x01˜¢úCíq´†‚\x11\e\x06"
  b"\x01˜¢úCúss‰\x02ÔÞð\x02Ϋ"
  b"\x01˜¢úD\x07rx”«ÓQqù•)"
  b"\x01˜¢úD\x14p–ªÕ5\x02¤qf\x14"
  b"\x01˜¢úD!qw¯\x0EÄÂ*blÅ"
  b"\x01˜¢úD9sm¨PgTôø""
  b"\x01˜¢úDOsz¢\x02\x088Í¡G-"
  b"\x01˜¢úD\rÅŸ’‚ࢼ-í"
  b"\x01˜¢úDqp£ŽÎÜõ}µ|ù"
  b"\x01˜¢úDŽpWŽÕ\x1Cò¢çŽw"
  b"\x01˜¢úGVr\x1E¾‹;©ßˆ5Á"
  b"\x01˜¢úG{râ¬\x17ÒÖ\x16\rxK"
  b"\x01˜¢úG‹sÈŒßK‚–ˆ)›"
  b"\x01˜¢úG¥r\fµ¶fðáµ±-"
  b"\x01˜¢úG»p²…H™\x08ïÄ­º"
  b"\x01˜¢úGËsKŒ×œ-Âè`½"
  b"\x01˜¢úGÙs8¡U›o\x11ojÝ"
  b"""
    \x01˜¢úGçq\n
    ƒÚ-2M\x0E\x1AÇ
    """
  b"\x01˜¢úGös†“t\fH[‰Îd"
  b"\x01˜¢úH\x06rh•x²°ì×í\x00"
  b"\x01˜¢úH\x18qº´~@\x02®3ù"
  b"\x01˜¢úH0qV”B5À¸}íà"
  b"\x01˜¢úHHq2©¯ØÎ6\x19À"
  b"\x01˜¢úH^qࣘ½\rGVìð"
  b"\x01˜¢úH{pµ£ðR\x14\x04À\x16§"
  b"\x01˜¢úH‘q\v¾:•}\x1FN’"
  b"\x01˜¢úH¢qX `þªW&}”"
  b"\x01˜¢úH²sÍ„Õà\x03LÐz¢"
  b"\x01˜¢úHÁrW¦\x1A-j阴õ"
  b"\x01˜¢úHÐsB¹Ì\x08ƒˆÉ¥\x11"
  b"\x01˜¢úHÞs1aÞ\x12ëA\f\x15"
  b"\x01˜¢úHír\x11\x01_öżώ"
  b"\x01˜¢úI\x07pӅҵΨ¥ás"
  b"\x01˜¢úI\x19rá€îð¯r”3è"
  b"\x01˜¢úI4p\x08\x18W ì¾#"
  b"\x01˜¢úIHsÏŽ!\x13")ñ',"
  b"\x01˜¢úI_rd‹©ùtm£\x1FH"
  b"\x01˜¢úIpqö¸®|´ |e0"
  b"\x01˜¢úI†pòŸ8‹ðöK+Ñ"
  b"\x01˜¢úIœq6¨\bÈ“’®\x12"
  b"\x01˜¢úI¯qα|£I3Ù5"
  b"\x01˜¢úIÂp/ºY]Öõ¶°×"
  b"\x01˜¢úIÛq ‰Á–ã™c\x1Cð"
  b"\x01˜¢úIîs”·Ž£Àºn1½"
  b"\x01˜¢úJ\x07p…¤z \x01&m…Ð"
  b"\x01˜¢úJ!pàƒ\x18âT\x00«~V"
  b"\x01˜¢úJ>q¦œW.G\x1FþŸÀ"
  b"\x01˜¢úJ\s?µ\x13Hìþ#\x14="
  b"\x01˜£\x00ß!s”¡ß‹É\x12eL"
  b"\x01˜£\x00ß;pf‘\tÊÖ1á¿‚"
  b"\x01˜£\x00ßVpÖ¸kÀu\x11¨lS"
  b"\x01˜£\x00ßuq:¡0 ÿ±¹ºÈ"
  b"\x01˜£\x01>Õq\x1D…ÃÚo\x05\x12öù"
  b"\x01˜£\x01>ïsÁ cÞ\x03 ä`Ÿ"
  b"""
    \x01˜£\x01?\x03qÑ·\x03‹ª\n
    [·€
    """
  b"\x01˜£\x01?\x19rS­Xå8¨í"
  b"\x01˜£\x01j\x0Fpæ€\t\x08Р\x15ËP"
  b"\x01˜£\x01ƒ\vs›¾Ê5ÎDí­|"
  b"\x01˜£\x01ƒ"rÝ®\x06¬\x07‡®\x068"
  b"FÞ¶lî~J¼€áÛ©Ä:™!"
  b"I\x124+ÖðC\x03­\x05àtʦW"
  b"9\x18PK\x00žBM½³7IIá„P"
  b"T6ÛC‰¶\x1CN\x15\x03"
  b"{ï÷Ú,+DÑ£\vã8`\r"
]
59 0.82 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  true
]
60 0.58 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
61 0.51 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
62 0.50 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
63 0.42 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
64 0.60 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.55 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.42 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
67 1.07 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.49 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.50 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
70 0.57 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.76 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.98 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.96 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.75 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.42 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  1
]
76 1.77 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
77 0.77 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "b350526c57ae47338a87932ef79ce9cb"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
78 1.48 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
]
79 0.60 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "d9775eb0a62d4996a4b982e10491e590"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
80 1.54 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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`œ'\t(~\x07"
]
81 0.68 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "d885c54b21e740b6abfcc275f8f80488"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
82 1.65 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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˜¢ùñ\x05qAŽÓq¼Ã=ø-"
]
83 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "641f575010ae497dae09e8c74f02ed9b"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
84 1.96 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `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˜¢ùóLp¾ƒ\x10Ä„.N†"
]
85 1.28 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "f0b29df0d15548a598240238ffb376dd"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
86 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`, `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˜¢ùôõq†«s\x18‹ˆ}×á"
]
87 0.91 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "ee1df2ad54e14df291386b03e8f1f886"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
88 1.86 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
]
89 0.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` 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "fe7d4879540c428a97aaa11a19234358"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
90 1.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`, `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˜¢ùò{qã§Dm\x05¼Š\x1A!"
]
91 0.68 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  "4364bba973104dae87963bb9ae206570"
  "9a3736ea83dd4167b6a00bdfe8e4cf07"
]
92 2.19 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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˜¢ùíEqðª-í¦|¥Ì\x14"
]
93 1.38 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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
94 7.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`, (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•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
]
95 2.02 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"Cd»©s\x10M®‡–;¹® ep"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ùw^°¦-I–¤¹‚á\x04‘å"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"Ø…ÅK!ç@¶«üÂuøø\x04ˆ"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"³PRlW®G3Ї“.÷œéË"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"³PRlW®G3Ї“.÷œéË"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"³PRlW®G3Ї“.÷œéË"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"³PRlW®G3Ї“.÷œéË"
  b"³PRlW®G3Ї“.÷œéË"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"³PRlW®G3Ї“.÷œéË"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"þ}HyT\fBŠ—ª¡\x1A\x19#CX"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"d\x1FWP\x10®I}®\tèÇO\x02í›"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"î\x1Dò­TáMò‘8k\x03èñø†"
  b"š76êƒÝAg¶ \vßèäÏ\x07"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"½Üq:÷`D\x02¤\x00u&}Ù©ñ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ßÈq0öMº®\eÇ/º[[,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"%¬6„Ä\eDâŒYÆb£ï|3"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"žyœáÏ)At‚¿\x14ÿ7íQ,"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
  b"=t\x01\x01+½O¶¦ùÙW°¤Ý\r"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x7F\x01Í\fe¨DЊgæÓ‡8¶“"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"óö&zó–Kv’-ƒ2¦Ù\x07Ì"
  b"Mçõ¤Å™F”—Žyt˸Á\x06"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
  b"\x19ajhuÚD*³¦-z\x07Óó¤"
  b"ð²ðÑUH¥˜$\x028ÿ³vÝ"
]
96 2.11 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•¯kЁp\x01›-¸\x1D\x17o.("
  b"\x01˜¢ùíEqðª-í¦|¥Ì\x14"
  b"\x01˜¢ùí]r‚©ÊËœ‹rj"
  b"\x01˜¢ùíoq½©×¨°î\x02ŒD"
  b"\x01˜¢ùí€s¬0\MµD¯à"
  b"\x01˜¢ùí’rÔ Í\x15\x7F\x14wŠ,"
  b"\x01˜¢ùí¢pÇ”~PñG\x7F»4"
  b"\x01˜¢ùí³qh¨‹¿7@ä/y"
  b"\x01˜¢ùíÂsˆ¡@â=\x7FÑP>"
  b"\x01˜¢ùíÐr\x1F§\x11![GM¶\x7F"
  b"\x01˜¢ùíçsô‹›\x13²qÇ`$"
  b"\x01˜¢ùíÿr`œ'\t(~\x07"
  b"\x01˜¢ùî\x13p\x1DŸiþÉÞïX\x06"
  b"\x01˜¢ùî%p-¤ö\x0F\yÔƒ\x00"
  b"\x01˜¢ùî4rT§í\x10ý5Õž†"
  b"\x01˜¢ùîBrқ˵&\x1E\x05¹\x05"
  b"""
    \x01˜¢ùîRqįZçXÅ\n
    \x1A\x17
    """
  b"\x01˜¢ùîfrÅŽÿ‰ÃŸ|¿l"
  b"\x01˜¢ùîzr]—ƒ—ÎE•CÒ"
  b"""
    \x01˜¢ùîpt°„´9\x18\r\n
    U
    """
  b"\x01˜¢ùîžs¶Þ‡/†™ä="
  b"\x01˜¢ùî¯rB•©\x18&mb"
  b"\x01˜¢ùñ\x05qAŽÓq¼Ã=ø-"
  b"\x01˜¢ùñ%sû²²ñ¡ïÞÏi"
  b"\x01˜¢ùñ6q\x00Ž\x08ˆM·w "
  b"""
    \x01˜¢ùñGra˜nn~*\n
    á›
    """
  b"\x01˜¢ùñTqIŽ7"\x11PâÕè"
  b"\x01˜¢ùñ`pY´¦ƒ\fKLÁÕ"
  b"\x01˜¢ùñmpȹb^‡*Äï\x08"
  b"\x01˜¢ùñ|rd»ûl\x17\x00Ý–å"
  b"\x01˜¢ùñŠr=€w{\x03ÄáÐÛ"
  b"\x01˜¢ùñ–púƒ\x00ÆXv\x0E¢\x12"
  b"\x01˜¢ùñ§r¶ŒjÒ=y\x1Dô°"
  b"\x01˜¢ùñ·p\x17 A\x0E\x1E\x13\e\x7F!"
  b"\x01˜¢ùñÊqТ>¨0Á6¯´"
  b"\x01˜¢ùñÝq\x07•+ž\v™=¢="
  b"\x01˜¢ùñësj¶X€NÀ†Î\x02"
  b"\x01˜¢ùñúrʏÍ×T\x15ÈPP"
  b"\x01˜¢ùò\rsù¸'¦Î¼¡ªÞ"
  b"\x01˜¢ùò sM^`µ?Ê¿%"
  b"\x01˜¢ùò1pÖ¥\x01LÏvï58"
  b"\x01˜¢ùòBq\x05£ò³2ñª\r\x11"
  b"\x01˜¢ùòTqˆÖY(\r¹­‚"
  b"\x01˜¢ùòdpΛù\x1E\x01B)\x02ó"
  b"\x01˜¢ùò{qã§Dm\x05¼Š\x1A!"
  b"\x01˜¢ùòr°£Xl2´„ù""
  b"\x01˜¢ùò¢p#ˆ!Sm>ý­\x1F"
  b"\x01˜¢ùò´py¸“Ø\r\x19z§0"
  b"\x01˜¢ùòÀqQšF!Ô±Ô¨-"
  b"\x01˜¢ùòÏs}³\x1A*ÛºYÁ¸"
  b"\x01˜¢ùòép{iÐÀ›9R#"
  b"\x01˜¢ùòþsxŒÓ®Ž³ÃÕ\f"
  b"""
    \x01˜¢ùó\x12p™ŒGÌ\n
    X鮲
    """
  b"\x01˜¢ùó'rr¶\tx&ôòo"
  b"\x01˜¢ùó=sž¬Ó™Ä:ÞFr"
  b"\x01˜¢ùóLp¾ƒ\x10Ä„.N†"
  b"\x01˜¢ùó`qöž\x02¾ã\x178ú/"
  b"\x01˜¢ùó{qÑŒ™ÔK¢<\x06\x01"
  b"\x01˜¢ùó‹s¶¯Ñ\x08{ˆp¸Ï"
  b"\x01˜¢ùó™q\x16€Þ·µ\x1A)¿\x15"
  b"\x01˜¢ùó«s¯·\x13\x17Èj\x17"
  b"\x01˜¢ùó¹r\x04ƒ\x1Fîõú\x10e:"
  b"\x01˜¢ùóÇrj’5z–>Ào"
  b"\x01˜¢ùóØr•’Eøú\x0FɘY"
  b"\x01˜¢ùóíqÅ·Ñ?½Ã-™n"
  b"\x01˜¢ùô\x02q\vóL9\x08\x1D"
  b"\x01˜¢ùô\x0Fp\x06²_lMb\x19ÄÈ"
  b"\x01˜¢ùô%p\x17¤.¿\x0Eÿi\x05"
  b"\x01˜¢ùô:pš¢HL^²Ö¸"
  b"\x01˜¢ùôSp‚±)Îe\x03hI\x17"
  b"\x01˜¢ùôfs{©\v\ekо"
  b"\x01˜¢ùôxrFC\e\f¥!d$"
  b"\x01˜¢ùô‡qÓ“\x18C\/>0n"
  b"\x01˜¢ùô—su½)!aã¨~2"
  b"\x01˜¢ùô±qí›JOȃ|…\r"
  b"\x01˜¢ùôÍqÛ¢^ÞÝ9#ZÆ"
  b"\x01˜¢ùôàqNœBe\x06-èœI"
  b"\x01˜¢ùôõq†«s\x18‹ˆ}×á"
  b"\x01˜¢ùõ\rsÆ¡>îŽeñ/¢"
  b"\x01˜¢ùõ qm‹g\vDÆ.„ "
  b"\x01˜¢ùõ2r­³\x03ÚHµË$\f"
  b"\x01˜¢ùõCpß¾\vѱ=\x0F—ó"
  b"\x01˜¢ùõVs\x06‡ˆv¡S\x1C¥"
  b"\x01˜¢ùõfp\¸“\x18q\x04\x10"
  b"\x01˜¢ùõzqZ±Yé¹LAÑÓ"
  b"\x01˜¢ùõŽp¬±\x10\x07¡·»=4"
  b"\x01˜¢ùõ¦pE¤Ÿ\x15>ùÁué"
  b"\x01˜£\x00ß\x07sM—Ñ\x03ýÁž+"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
97 0.43 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.36 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.57 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
100 3.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`, `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µj ‰\x0EH!¶–Ä\x12\x00w\x18<"
]
101 0.58 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.76 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/0198a2f9f10571418dd371bcc33df82d"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
103 0.62 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
104 1.12 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NINJAManufacturerExtension"
]
105 1.11 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "AcrisTagManagerAppCS"
]
106 0.93 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CampitVariantSwitch"
]
107 0.81 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
108 0.31 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
109 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.43 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
111 1.01 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãv\x0Eɰ>A®¼H§™êÞÚ"
  b"‹Õb;äÏH\x05·›\x1DÆ\esô©"
]
112 16.03 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/0198a2f9f10571418dd371bcc33df82d"
  "/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/0195af6bd08170019b2db81d176f2e28"
  "/detail/0198a2f9edff72609c2709287e074e8c"
  "/detail/0198a2f9f1b77017a0410e1e131b7f21"
  "/detail/0198a2f9f27b71e3a7446d05bc8a1a21"
  "/detail/0198a2f9f34c70be839d10c4842e4e86"
  "/detail/0198a2f9f40f7006b25f6c4d6219c4c8"
  "/detail/0198a2f9f4f57186ab73188b887dd7e1"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=BP-1795-720-53-44-46N"
  "/detail/46deb66cee7e4abc80e1dba9c43a9921"
  "/detail/0195af6bd9a37104b462853fea8a5dcb"
  "/detail/0198a2f9f7e77299b3ef031f04a3e4f1"
  "/detail/0198a2f9fbd2718f8c364bb17c792afa"
  "/detail/3918504b009e424dbdb3374949e18450"
  "/detail/0195af6be1f0736faee2b9de94e73bd5"
  "/detail/0198a2fa19d4733ca8046753e2a2078c"
  "/detail/0198a2fa1d5870d4820dbed1cf834715"
  "/detail/7beff7da2c2b44d1a30be338600d518f"
  "/detail/0195af6be9f373cfac4441b7a61ced8e"
  "/detail/0198a2fa3d3e705f9a22a1f32ddb74a1"
  "/detail/0198a2fa3f4b72a4962470383e8eabed"
  "/detail/4912342bd6f043039dad05e074caa657"
  "/detail/0195af6bddd0717fbf621504607033ca"
  "/detail/0198a2fa0cfd717d83b70389e4edc974"
  "/detail/0198a2fa0f6772bd8486092647a5ec2f"
  "/detail/5481369ddb9d4389b61c4e1539980385"
  "/detail/0195af6be5e9702c8c8d6be3c1b85c9b"
  "/detail/0198a2fa2cba70b1acf140fa49560d6b"
  "/detail/0198a2fa2ea672628d14a87574142a60"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
113 0.64 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.