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

Query Metrics

112 Database Queries
81 Different statements
245.83 ms Query time

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 1.03 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.36 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.46 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.59 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 1.45 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/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42/"
]
7 0.49 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 63.46 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/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "/bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "https://dev.cas-technik.de/bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "https://dev.cas-technik.de//bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "/bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "//bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  "bekleidung/latzhosen/planam-highline-damen-latzhose/pl-2719-42"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.52 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "WFFZn9iRAdqtkjXA6cCqewuwEg6dQSve"
]
10 0.43 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "WFFZn9iRAdqtkjXA6cCqewuwEg6dQSve"
]
11 0.38 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.50 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ºƒUåp“;tO¾v±I"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
13 1.19 ms
# product-detail-route::find-best-variant::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºƒUåp“;tO¾v±I"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
]
14 1.00 ms
# product-detail-route::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
  b"\x01ºƒUåp“;tO¾v±I"
]
15 4.64 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ºƒUåp“;tO¾v±I"
]
16 0.60 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 0.98 ms
# product-detail-route::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
]
18 0.84 ms
# product-detail-route::association::properties::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    \x07§ê Š¢NºªEÔ*Ê\n
    \x04á
    """
  b"\e«µ(\x1DHA¡ŽµQ8<õŽu"
  b"&ë4ŠÍ&Kà\x044\fŽ¿ÒÜ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^:ši\x06¡B.»x\|ú™f5"
  b"m\vwnŸ-L\x06\x052\x13Þ€´­"
  b"q\x10º\x1C¼“C\x03„P\x0Eeäço"
  b"t\x07\x03\x16Âp@$¼n5õužÔÈ"
  b"v!ä ûãB=«Q­É®›6"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"†t„«6GJɺ)\x1EÐXºšÈ"
  b"šHCº=ÉB§­ \v˜T\fލ"
  b"¢Å%h>ÜF*kÐÄÙÛe\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"˝ˆŽ\x0FZA˜©P\x04ä™\x7F9b"
  b"ðAVlcöMdX¶°a‡ìû"
]
19 1.00 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ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
20 0.89 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ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
21 0.66 ms
# product-detail-route::association::reviewSummaries::read
SELECT `product_review_summary`.`id` as `product_review_summary.id`, `product_review_summary`.`product_id` as `product_review_summary.productId`, `product_review_summary`.`product_version_id` as `product_review_summary.productVersionId`, `product_review_summary`.`sales_channel_id` as `product_review_summary.salesChannelId`, `product_review_summary`.`created_at` as `product_review_summary.createdAt`, `product_review_summary`.`updated_at` as `product_review_summary.updatedAt`, `product_review_summary.translation.summary`, `product_review_summary.translation.summary` as `product_review_summary.summary`, `product_review_summary.translation.visible`, `product_review_summary.translation.visible` as `product_review_summary.visible` FROM `product_review_summary` LEFT JOIN (SELECT `product_review_summary.translation`.`product_review_summary_id`, `product_review_summary.translation`.`summary` as `product_review_summary.translation.summary`, `product_review_summary.translation`.`visible` as `product_review_summary.translation.visible` FROM `product_review_summary_translation` `product_review_summary.translation` WHERE `product_review_summary.translation`.`language_id` = ?) `product_review_summary.product_review_summary_translation` ON `product_review_summary.product_review_summary_translation`.`product_review_summary_id` = `product_review_summary`.`id` WHERE (`product_review_summary`.`product_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
22 1.46 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ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
23 0.64 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ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
24 1.72 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ºƒUåp“;tO¾v±I"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
25 0.68 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"
]
26 0.69 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` IN (?, ?) OR `manufacturer_price_surcharge`.`option` <=> ?) AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
27 0.68 ms
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category`.`id` = `category.swagDynamicAccessRules.mapping`.`category_id`  AND `category`.`version_id` = `category.swagDynamicAccessRules.mapping`.`category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping`.`rule_id` = `category.swagDynamicAccessRules`.`id`  WHERE (`category`.`version_id` = ?) AND (((`category.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) OR `category.swagDynamicAccessRules`.`id` <=> ?))) AND (`category`.`id` IN (?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"Õ¾eYv¾BY·Ö¦È„6\t\v"
]
28 0.45 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
29 0.35 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"²z*šNI!Ÿ½¿[ÖlÉE"
]
30 2.68 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, `product`.`product_manufacturer_id` as `product.manufacturerId`, `product`.`product_manufacturer_version_id` as `product.productManufacturerVersionId`, `product`.`unit_id` as `product.unitId`, `product`.`tax_id` as `product.taxId`, `product`.`product_media_id` as `product.coverId`, `product`.`product_media_version_id` as `product.productMediaVersionId`, `product`.`delivery_time_id` as `product.deliveryTimeId`, `product`.`product_feature_set_id` as `product.featureSetId`, `product`.`canonical_product_id` as `product.canonicalProductId`, `product`.`canonical_product_version_id` as `product.canonicalProductVersionId`, `product`.`cms_page_id` as `product.cmsPageId`, `product`.`cms_page_version_id` as `product.cmsPageVersionId`, `product`.`price` as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`restock_time` as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, `product`.`active` as `product.active`, `product`.`available` as `product.available`, `product`.`is_closeout` as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product`.`variant_listing_config` as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, `product`.`manufacturer_number` as `product.manufacturerNumber`, `product`.`ean` as `product.ean`, `product`.`purchase_steps` as `product.purchaseSteps`, `product`.`max_purchase` as `product.maxPurchase`, `product`.`min_purchase` as `product.minPurchase`, `product`.`purchase_unit` as `product.purchaseUnit`, `product`.`reference_unit` as `product.referenceUnit`, `product`.`shipping_free` as `product.shippingFree`, `product`.`purchase_prices` as `product.purchasePrices`, `product`.`mark_as_topseller` as `product.markAsTopseller`, `product`.`weight` as `product.weight`, `product`.`width` as `product.width`, `product`.`height` as `product.height`, `product`.`length` as `product.length`, `product`.`release_date` as `product.releaseDate`, `product`.`rating_average` as `product.ratingAverage`, `product`.`category_tree` as `product.categoryTree`, `product`.`property_ids` as `product.propertyIds`, `product`.`option_ids` as `product.optionIds`, `product`.`stream_ids` as `product.streamIds`, `product`.`tag_ids` as `product.tagIds`, `product`.`category_ids` as `product.categoryIds`, `product`.`child_count` as `product.childCount`, `product`.`custom_field_set_selection_active` as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.translation.metaDescription` as `product.metaDescription`, `product.translation.name`, `product.translation.name` as `product.name`, `product.translation.keywords`, `product.translation.keywords` as `product.keywords`, `product.translation.description`, `product.translation.description` as `product.description`, `product.translation.metaTitle`, `product.translation.metaTitle` as `product.metaTitle`, `product.translation.packUnit`, `product.translation.packUnit` as `product.packUnit`, `product.translation.packUnitPlural`, `product.translation.packUnitPlural` as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.translation.customSearchKeywords` as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.translation.slotConfig` as `product.slotConfig`, `product.translation.customFields`, `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product`.`tax_id` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`product_media_id` = `product.cover`.`id` AND `product`.`product_media_version_id` = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?) AND `product`.`active` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
  true
]
31 1.48 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"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¦êít-ùI†¡ªa–é~&"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
]
32 1.06 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ºU|)rƒ™aÜyx‹›"
  b"\x01ºqËßrZ¡\x13c\x04´Le¬"
  b"\x01ºqÌ\x14s%…<\x07^VÈf©"
  b"\x01ºqÌDp\x03†( ‰óKH\x1F"
  b"\x01ºqÌpq„†\tKd|àÅÎ"
  b"\x01ºqÌ’rj§\ò\x17æ-ï"
  b"\x01ºqÌ­qžƒÏY†\x07\f O"
  b"\x01ºqÌÎq4“É\x07ƒ2F³"
  b"\x01ºqÌëpO€ƒÑ̺,%/"
  b"\x01ºqÍ\tq¨Ÿ› YAŸl‘"
  b"\x01ºqÍ)rǼî6‘÷Ë]­"
  b"\x01ºqÍJrD¤¼ŽTÈ\x1E™‡"
  b"\x01ºqÍmr”b»‰§\¨z"
  b"\x01ºq͘q\x11²ß\x10'&Ùá­"
  b"\x01ºq͹s¤˜ùdدFG"
  b"\x01ºqÍÜp莟®ÈD¹©‹"
  b"\x01ºqÎ\x05sR¯ÿ†´XêžÊ"
  b"\x01ºqÎ+p“\e\x06ʇ=\e\x05"
  b"\x01ºqÎHrœ›Ž\x05jDeT%"
  b"\x01ºqÎgq6µaÕH\x01i2\"
  b"\x01ºq΄p<Š)šÔžž\x1EÜ"
  b"\x01ºqΝq¨™d.d\x1D†ù"
  b"\x01ºqοs\e•9ça%_Èz"
  b"\x01ºqÎër?º¬es3¦RÌ"
  b"\x01ºqÏ\x1Cp)ŠÊ\x05µ´pµ¿"
  b"\x01ºqÏKq¨R‰Ï=dÄ“"
  b"\x01ºqÏhqêžô¦0\x1D‘""
  b"\x01ºqφp.ºõy½¦xéw"
  b"""
    \x01ºqÏ¥qö´û¶\n
    \x1E›¿t
    """
  b"\x01ºqÏÅr'‹]÷\x00›øî"
  b"\x01ºƒUåp“;tO¾v±I"
  b"\x01ºƒV\x0EqZ¥m‚‰è\x13"
  b"\x01ºƒV,q'¿&þžÁ+·V"
  b"\x01ºƒVOpݯ¯ë=¾b\x02ç"
  b"\x01ºƒVurÝ·æÉqv=Ot"
  b"\x01ºƒVŸrÙ³.q´’Þ¹ç"
  b"\x01ºƒ^Np¡ŒÙå[7¿~Ô"
  b"\x01ºƒ^³s\x07´U ¯ye/ü"
  b"\x01ºƒ^Õr\x18§­fTâ'êÇ"
  b"\x01ºƒ^÷r4€¾%ÝðXº"
]
33 0.75 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ºƒUåp“;tO¾v±I"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
34 0.70 ms
# breadcrumb-builder::main-category::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Õ¾eYv¾BY·Ö¦È„6\t\v"
]
35 1.74 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
36 1.71 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
37 1.12 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.25 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.11 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 1.07 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.44 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
42 1.32 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
43 0.54 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
44 0.49 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ºƒUåp“;tO¾v±I"
  1
]
45 0.40 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"""
    áûÉß\v@J\n
    †Xؘ)ê:ý
    """
]
46 0.38 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"""
    áûÉß\v@J\n
    †Xؘ)ê:ý
    """
]
47 1.12 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
  b"\t4éú‡gKÇ™#² ÚKà9"
  b"žÏXtÛµBš¿ÄéVŽÝT"
  b"›Íûà^tL\x1F\x046¦±V&¸"
  b"›pV\x03­1Mc‡ï=7Ðû\x05"
  b"ŸÔ1õw;I\x08§Jf¿\x08ÝÂ…"
  b"À)¨ø€«K“üŽ\v\x06¿ó\x06"
  b"øáÅŠüÔMެh>w\tÃêk"
  b"sõdøuôO.­áE$²ªc"
  b"z\x17ÜHk?N)§¿R¯[÷yd"
  b"•SIÙµ\eDp‘[ï\x1CáÜá¬"
]
48 4.97 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"\t4éú‡gKÇ™#² ÚKà9"
  b"žÏXtÛµBš¿ÄéVŽÝT"
  b"›Íûà^tL\x1F\x046¦±V&¸"
  b"›pV\x03­1Mc‡ï=7Ðû\x05"
  b"ŸÔ1õw;I\x08§Jf¿\x08ÝÂ…"
  b"À)¨ø€«K“üŽ\v\x06¿ó\x06"
  b"øáÅŠüÔMެh>w\tÃêk"
  b"sõdøuôO.­áE$²ªc"
  b"z\x17ÜHk?N)§¿R¯[÷yd"
  b"•SIÙµ\eDp‘[ï\x1CáÜá¬"
]
49 0.67 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"\t4éú‡gKÇ™#² ÚKà9"
  b"sõdøuôO.­áE$²ªc"
  b"z\x17ÜHk?N)§¿R¯[÷yd"
  b"•SIÙµ\eDp‘[ï\x1CáÜá¬"
  b"›pV\x03­1Mc‡ï=7Ðû\x05"
  b"›Íûà^tL\x1F\x046¦±V&¸"
  b"žÏXtÛµBš¿ÄéVŽÝT"
  b"ŸÔ1õw;I\x08§Jf¿\x08ÝÂ…"
  b"À)¨ø€«K“üŽ\v\x06¿ó\x06"
  b"øáÅŠüÔMެh>w\tÃêk"
]
50 0.64 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
51 0.48 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.63 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.70 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.68 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.67 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.74 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.61 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.57 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.49 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"V\x7FU¬}mLÛ‚Î\x00uÀŽx-"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 53.17 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, `product`.`product_manufacturer_id` as `product.manufacturerId`, `product`.`product_manufacturer_version_id` as `product.productManufacturerVersionId`, `product`.`unit_id` as `product.unitId`, `product`.`tax_id` as `product.taxId`, `product`.`product_media_id` as `product.coverId`, `product`.`product_media_version_id` as `product.productMediaVersionId`, `product`.`delivery_time_id` as `product.deliveryTimeId`, `product`.`product_feature_set_id` as `product.featureSetId`, `product`.`canonical_product_id` as `product.canonicalProductId`, `product`.`canonical_product_version_id` as `product.canonicalProductVersionId`, `product`.`cms_page_id` as `product.cmsPageId`, `product`.`cms_page_version_id` as `product.cmsPageVersionId`, `product`.`price` as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`restock_time` as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, `product`.`active` as `product.active`, `product`.`available` as `product.available`, `product`.`is_closeout` as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product`.`variant_listing_config` as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, `product`.`manufacturer_number` as `product.manufacturerNumber`, `product`.`ean` as `product.ean`, `product`.`purchase_steps` as `product.purchaseSteps`, `product`.`max_purchase` as `product.maxPurchase`, `product`.`min_purchase` as `product.minPurchase`, `product`.`purchase_unit` as `product.purchaseUnit`, `product`.`reference_unit` as `product.referenceUnit`, `product`.`shipping_free` as `product.shippingFree`, `product`.`purchase_prices` as `product.purchasePrices`, `product`.`mark_as_topseller` as `product.markAsTopseller`, `product`.`weight` as `product.weight`, `product`.`width` as `product.width`, `product`.`height` as `product.height`, `product`.`length` as `product.length`, `product`.`release_date` as `product.releaseDate`, `product`.`rating_average` as `product.ratingAverage`, `product`.`category_tree` as `product.categoryTree`, `product`.`property_ids` as `product.propertyIds`, `product`.`option_ids` as `product.optionIds`, `product`.`stream_ids` as `product.streamIds`, `product`.`tag_ids` as `product.tagIds`, `product`.`category_ids` as `product.categoryIds`, `product`.`child_count` as `product.childCount`, `product`.`custom_field_set_selection_active` as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.translation.metaDescription` as `product.metaDescription`, `product.translation.name`, `product.translation.name` as `product.name`, `product.translation.keywords`, `product.translation.keywords` as `product.keywords`, `product.translation.description`, `product.translation.description` as `product.description`, `product.translation.metaTitle`, `product.translation.metaTitle` as `product.metaTitle`, `product.translation.packUnit`, `product.translation.packUnit` as `product.packUnit`, `product.translation.packUnitPlural`, `product.translation.packUnitPlural` as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.translation.customSearchKeywords` as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.translation.slotConfig` as `product.slotConfig`, `product.translation.customFields`, `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product`.`tax_id` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`product_media_id` = `product.cover`.`id` AND `product`.`product_media_version_id` = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product`.`active` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\t4éú‡gKÇ™#² ÚKà9"
  b"žÏXtÛµBš¿ÄéVŽÝT"
  b"›Íûà^tL\x1F\x046¦±V&¸"
  b"›pV\x03­1Mc‡ï=7Ðû\x05"
  b"ŸÔ1õw;I\x08§Jf¿\x08ÝÂ…"
  b"À)¨ø€«K“üŽ\v\x06¿ó\x06"
  b"øáÅŠüÔMެh>w\tÃêk"
  b"sõdøuôO.­áE$²ªc"
  b"z\x17ÜHk?N)§¿R¯[÷yd"
  b"•SIÙµ\eDp‘[ï\x1CáÜá¬"
  true
]
61 6.80 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"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"K€öJV&C‰¢îÍßUz´"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"K€öJV&C‰¢îÍßUz´"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"‡ù€Rè.@°š£PáO è\r"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"K€öJV&C‰¢îÍßUz´"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‡ù€Rè.@°š£PáO è\r"
  b"K€öJV&C‰¢îÍßUz´"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"‡ù€Rè.@°š£PáO è\r"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"‡ù€Rè.@°š£PáO è\r"
  b"K€öJV&C‰¢îÍßUz´"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"K€öJV&C‰¢îÍßUz´"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‡ù€Rè.@°š£PáO è\r"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"K€öJV&C‰¢îÍßUz´"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"K€öJV&C‰¢îÍßUz´"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"K€öJV&C‰¢îÍßUz´"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"K€öJV&C‰¢îÍßUz´"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"K€öJV&C‰¢îÍßUz´"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"K€öJV&C‰¢îÍßUz´"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"K€öJV&C‰¢îÍßUz´"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"K€öJV&C‰¢îÍßUz´"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"K€öJV&C‰¢îÍßUz´"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x05©“DMHšM™¦ì[¤9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x05©“DMHšM™¦ì[¤9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"K€öJV&C‰¢îÍßUz´"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"K€öJV&C‰¢îÍßUz´"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"K€öJV&C‰¢îÍßUz´"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"K€öJV&C‰¢îÍßUz´"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"K€öJV&C‰¢îÍßUz´"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"K€öJV&C‰¢îÍßUz´"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"K€öJV&C‰¢îÍßUz´"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"K€öJV&C‰¢îÍßUz´"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"K€öJV&C‰¢îÍßUz´"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"K€öJV&C‰¢îÍßUz´"
  b"K€öJV&C‰¢îÍßUz´"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"K€öJV&C‰¢îÍßUz´"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"K€öJV&C‰¢îÍßUz´"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"K€öJV&C‰¢îÍßUz´"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"K€öJV&C‰¢îÍßUz´"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"K€öJV&C‰¢îÍßUz´"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"K€öJV&C‰¢îÍßUz´"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"K€öJV&C‰¢îÍßUz´"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"K€öJV&C‰¢îÍßUz´"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x05©“DMHšM™¦ì[¤9"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¦êít-ùI†¡ªa–é~&"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¦êít-ùI†¡ªa–é~&"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¦êít-ùI†¡ªa–é~&"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¦êít-ùI†¡ªa–é~&"
  b"ù¤ÄmeJۺԐ0Géo "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ù¤ÄmeJۺԐ0Géo "
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ù¤ÄmeJۺԐ0Géo "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¦êít-ùI†¡ªa–é~&"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b" RžH>”EN±`?žß+/`"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"¦êít-ùI†¡ªa–é~&"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b" RžH>”EN±`?žß+/`"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b" RžH>”EN±`?žß+/`"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¦êít-ùI†¡ªa–é~&"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b" RžH>”EN±`?žß+/`"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b" RžH>”EN±`?žß+/`"
  b"æœò¡ŸHGe•¢7KìI="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"æœò¡ŸHGe•¢7KìI="
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"æœò¡ŸHGe•¢7KìI="
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"æœò¡ŸHGe•¢7KìI="
  b"¦êít-ùI†¡ªa–é~&"
  b"æœò¡ŸHGe•¢7KìI="
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"æœò¡ŸHGe•¢7KìI="
  b"tr¯q®øGÐ|Óqrw'‹"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b" RžH>”EN±`?žß+/`"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b" RžH>”EN±`?žß+/`"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"¦êít-ùI†¡ªa–é~&"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b" RžH>”EN±`?žß+/`"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"tr¯q®øGÐ|Óqrw'‹"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b" RžH>”EN±`?žß+/`"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"¦êít-ùI†¡ªa–é~&"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"¦êít-ùI†¡ªa–é~&"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b" RžH>”EN±`?žß+/`"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"¦êít-ùI†¡ªa–é~&"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"¦êít-ùI†¡ªa–é~&"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b" RžH>”EN±`?žß+/`"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"\x05©“DMHšM™¦ì[¤9"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x05©“DMHšM™¦ì[¤9"
  b"¦êít-ùI†¡ªa–é~&"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b" RžH>”EN±`?žß+/`"
  b"\x05©“DMHšM™¦ì[¤9"
  b"¦êít-ùI†¡ªa–é~&"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b" RžH>”EN±`?žß+/`"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b" RžH>”EN±`?žß+/`"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"tr¯q®øGÐ|Óqrw'‹"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b" RžH>”EN±`?žß+/`"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"tr¯q®øGÐ|Óqrw'‹"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b" RžH>”EN±`?žß+/`"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b" RžH>”EN±`?žß+/`"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"¦êít-ùI†¡ªa–é~&"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b" RžH>”EN±`?žß+/`"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ð )ž{òGt¸-m–מãÅ"
  b" RžH>”EN±`?žß+/`"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"¦êít-ùI†¡ªa–é~&"
  b"Ñ/e@÷˜q_8GÈþu"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"Ñ/e@÷˜q_8GÈþu"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Ñ/e@÷˜q_8GÈþu"
  b" RžH>”EN±`?žß+/`"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"Ñ/e@÷˜q_8GÈþu"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b" RžH>”EN±`?žß+/`"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b" RžH>”EN±`?žß+/`"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b" RžH>”EN±`?žß+/`"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"¦êít-ùI†¡ªa–é~&"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"tr¯q®øGÐ|Óqrw'‹"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"¦êít-ùI†¡ªa–é~&"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Ùô»\x19ADO¦ª6á«nѵ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"tr¯q®øGÐ|Óqrw'‹"
  b" RžH>”EN±`?žß+/`"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x05©“DMHšM™¦ì[¤9"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"‡ù€Rè.@°š£PáO è\r"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"‡ù€Rè.@°š£PáO è\r"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"‡ù€Rè.@°š£PáO è\r"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"‡ù€Rè.@°š£PáO è\r"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"‡ù€Rè.@°š£PáO è\r"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"‡ù€Rè.@°š£PáO è\r"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"‡ù€Rè.@°š£PáO è\r"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"‡ù€Rè.@°š£PáO è\r"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"‡ù€Rè.@°š£PáO è\r"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"‡ù€Rè.@°š£PáO è\r"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Ñ/e@÷˜q_8GÈþu"
  b"‡ù€Rè.@°š£PáO è\r"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"‡ù€Rè.@°š£PáO è\r"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"‡ù€Rè.@°š£PáO è\r"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"‡ù€Rè.@°š£PáO è\r"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"‡ù€Rè.@°š£PáO è\r"
  b"‡ù€Rè.@°š£PáO è\r"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"‡ù€Rè.@°š£PáO è\r"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"‡ù€Rè.@°š£PáO è\r"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"‡ù€Rè.@°š£PáO è\r"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"æœò¡ŸHGe•¢7KìI="
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"Ñ/e@÷˜q_8GÈþu"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"óAŽ\f÷VL5½—:´ŸñT•"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"Ñ/e@÷˜q_8GÈþu"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"\x05©“DMHšM™¦ì[¤9"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"G‰ÂJÃSK\x13ƒ\x01·DöË’"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"ø$}^H5MV©\x07\x01òS>~"
  b"æœò¡ŸHGe•¢7KìI="
  b"ø$}^H5MV©\x07\x01òS>~"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ø$}^H5MV©\x07\x01òS>~"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ø$}^H5MV©\x07\x01òS>~"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"Ñ/e@÷˜q_8GÈþu"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"ø$}^H5MV©\x07\x01òS>~"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ø$}^H5MV©\x07\x01òS>~"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"ø$}^H5MV©\x07\x01òS>~"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"ø$}^H5MV©\x07\x01òS>~"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"æœò¡ŸHGe•¢7KìI="
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"\x05©“DMHšM™¦ì[¤9"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"ì¯â•<ÃOh…™\x11\tÕ±\ú"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\\x06 &ªûA/€”\x00\x18?ÄEU"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"Ñ/e@÷˜q_8GÈþu"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"\x05©“DMHšM™¦ì[¤9"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"H=¸->ØIç›\x1A ­o“‚\x17"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"Ñ/e@÷˜q_8GÈþu"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"\x05©“DMHšM™¦ì[¤9"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"TÌ%nµAC[ƒÆ(Ç®\x04"
  b"Œdk]ÝùE=º¯r\x18ömS›"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"K€öJV&C‰¢îÍßUz´"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"K€öJV&C‰¢îÍßUz´"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"æœò¡ŸHGe•¢7KìI="
  b"K€öJV&C‰¢îÍßUz´"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"K€öJV&C‰¢îÍßUz´"
  b"K€öJV&C‰¢îÍßUz´"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"K€öJV&C‰¢îÍßUz´"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"K€öJV&C‰¢îÍßUz´"
  b"K€öJV&C‰¢îÍßUz´"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"K€öJV&C‰¢îÍßUz´"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"K€öJV&C‰¢îÍßUz´"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x05©“DMHšM™¦ì[¤9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x05©“DMHšM™¦ì[¤9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"K€öJV&C‰¢îÍßUz´"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"K€öJV&C‰¢îÍßUz´"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"K€öJV&C‰¢îÍßUz´"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"K€öJV&C‰¢îÍßUz´"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"K€öJV&C‰¢îÍßUz´"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"K€öJV&C‰¢îÍßUz´"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"K€öJV&C‰¢îÍßUz´"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"K€öJV&C‰¢îÍßUz´"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"K€öJV&C‰¢îÍßUz´"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"K€öJV&C‰¢îÍßUz´"
  b"Ñ/e@÷˜q_8GÈþu"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Ñ/e@÷˜q_8GÈþu"
  b"K€öJV&C‰¢îÍßUz´"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"K€öJV&C‰¢îÍßUz´"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"K€öJV&C‰¢îÍßUz´"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"K€öJV&C‰¢îÍßUz´"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"K€öJV&C‰¢îÍßUz´"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"K€öJV&C‰¢îÍßUz´"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"K€öJV&C‰¢îÍßUz´"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"K€öJV&C‰¢îÍßUz´"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"K€öJV&C‰¢îÍßUz´"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"K€öJV&C‰¢îÍßUz´"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"K€öJV&C‰¢îÍßUz´"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"K€öJV&C‰¢îÍßUz´"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"K€öJV&C‰¢îÍßUz´"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"A+=KÑ\x11LŽŽŸLª"Êù8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"Ñ/e@÷˜q_8GÈþu"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x05©“DMHšM™¦ì[¤9"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Uµ\fWõMŽŠ\x03_ý‰˜•ã"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"[¿\x1CŸâO\x14®ËҐß.zŸ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"È-°ð2Ne­É\x0F\rMc'"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"jg¿ŠF\x10@ë¯B>šµ±Äz"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ڐ\x7F÷dtKb£/Ü\x1D\x0FêËö"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"àü¨c©/K*ŒëÄPc•A{"
  b"¾\x02|7%oA—Ž‚]ú—Ò~<"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"…/\x17\x13¢RMB±\x1C\x08\rN="
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"<Xæ%ûÉE½£È0Lg–{V"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"\x19\f"›\x1DuM–ªŸºÄŽfÂÊ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÏÖºê×\x15G.´‰”É‹\t¸¬"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¦êít-ùI†¡ªa–é~&"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" RžH>”EN±`?žß+/`"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"¦êít-ùI†¡ªa–é~&"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" RžH>”EN±`?žß+/`"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b" RžH>”EN±`?žß+/`"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"¦êít-ùI†¡ªa–é~&"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"¦êít-ùI†¡ªa–é~&"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b" RžH>”EN±`?žß+/`"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"à6:\fñšL3²¿Û·…þµ9"
  b" RžH>”EN±`?žß+/`"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¦êít-ùI†¡ªa–é~&"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"¦êít-ùI†¡ªa–é~&"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b" RžH>”EN±`?žß+/`"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"ù¤ÄmeJۺԐ0Géo "
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"ù¤ÄmeJۺԐ0Géo "
  b"¦êít-ùI†¡ªa–é~&"
  b"ù¤ÄmeJۺԐ0Géo "
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"ù¤ÄmeJۺԐ0Géo "
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"ù¤ÄmeJۺԐ0Géo "
  b"à6:\fñšL3²¿Û·…þµ9"
  b"ù¤ÄmeJۺԐ0Géo "
  b" RžH>”EN±`?žß+/`"
  b"ù¤ÄmeJۺԐ0Géo "
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"à6:\fñšL3²¿Û·…þµ9"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" RžH>”EN±`?žß+/`"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"`\x11ašÏCHgŽy—¾m~lò"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"L%Z&c÷@8¨’Ý\x0E†Â'³"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"¦êít-ùI†¡ªa–é~&"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"K€öJV&C‰¢îÍßUz´"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"K€öJV&C‰¢îÍßUz´"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"‡ù€Rè.@°š£PáO è\r"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"K€öJV&C‰¢îÍßUz´"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"‡ù€Rè.@°š£PáO è\r"
  b"K€öJV&C‰¢îÍßUz´"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"‡ù€Rè.@°š£PáO è\r"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"K€öJV&C‰¢îÍßUz´"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"ù¤ÄmeJۺԐ0Géo "
  b"‡ù€Rè.@°š£PáO è\r"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"K€öJV&C‰¢îÍßUz´"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"‡ù€Rè.@°š£PáO è\r"
  b"K€öJV&C‰¢îÍßUz´"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"‡ù€Rè.@°š£PáO è\r"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|\x13ŽsFyK\x08ޝ§Y¹Ž7s"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ÕÝÛ¿…¹Iꁱwš Ôõ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"K€öJV&C‰¢îÍßUz´"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x04ï”ò£N:‚ƒ†cÖ\x1DÀß"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"‡ù€Rè.@°š£PáO è\r"
]
62 8.89 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ºU|Ûp2ƒ\tY§¼\x00\f"
  b"\x01ºr\vdpÜ»ÝbÇTø{í"
  b"\x01ºr\v…pbº|Š\x18»#\f·"
  b"\x01ºr\v¨p\x0E¶€åÇþM\x04G"
  b"\x01ºr\vÆsص„ÆÜb)þ”"
  b"\x01ºr\vâp¨¯çøä~ë¸""
  b"\x01ºr\f\x06q£ˆ\x1A\x17ÑßÒÉï"
  b"\x01ºr\f*s4¾\x19\x18Æ©€Þ^"
  b"\x01ºr\fMqż¹É5$.ž~"
  b"\x01ºr\f€se£RšnqžM\r"
  b"\x01ºr\f­qô¤\x1D\x1D%C¸"
  b"\x01ºr\fÌq­‰;ñuTߝz"
  b"\x01ºr\fâq0º=\x0FZyo\x14\x15"
  b"\x01ºr\føp‰¤»°\x13h\x1C¡"
  b"\x01ºr\r\x0Fq¢®×ÁE[¡\x7F"
  b"\x01ºr\r+q¬‹o‘¢\x0F@߸"
  b"\x01ºr\rMpıF\x03³^bŒ"
  b"""
    \x01ºr\r}qM¾\x08\n
    {&&ïç
    """
  b"\x01ºr\r¨pj¡ø~*\x06†ˆð"
  b"\x01ºr\rÂsÂ\x0F&1Xå¥-"
  b"\x01ºr\rçs0¼›–£Æ’<ô"
  b"\x01ºr\x0E\x0Fsû§ï@ôHKTe"
  b"\x01ºr\x0E7r ¥Z…eµ ä%"
  b"\x01ºr\x0Ecs²´ôO¹Ü3Ÿ/"
  b"\x01ºr\x0EŒqS¾c!ρåW;"
  b"\x01ºr\x0E¼q6¾­!w\vH´<"
  b"\x01ºr\x0Eésc”í\x03?å]â&"
  b"\x01ºr\x0F\x0EsÏ¢:-.MIªb"
  b"\x01ºr\x0F+p\x13Žï•n‚GŸ£"
  b"\x01ºr\x0FIp¯¥Òñ„27W "
  b"\x01ºr\x0FbpäšÝ\x7F\x0FTüQ"
  b"\x01ºr\x0F\x7FsާN\x08\x16š\x13"
  b"\x01ºƒu¦q™–\x0E]Rä\x08äõ"
  b"\x01ºƒuÐqÁ¹¶\x1D¯\x10㦩"
  b"""
    \x01ºƒuóq-¡\n
    Ò¯Œ[[;
    """
  b"\x01ºƒv\x1Dpÿ¸Ž˜O\x13zè9"
  b"\x01ºƒv=s¿®«˜Ô®\x15"
  b"\x01ºƒvbpЮ=·Ô\x1D¡ëˆ"
  b"\x01ºƒv‰sB ‡4do'_\x1A"
  b"\x01ºƒv°q$¦¤…\x1E-pÀ&"
  b"\x01ºƒvÙr ™]J\x19ÇW \x18"
  b"\x01ºƒw\x00ràWœ¨\'â-"
  b"\x01ºƒw,pÐŒ½Ùª_lòV"
  b"\x01ºƒw[pH¹ö²Ãq+–;"
  b"\x01ºƒw…p_¥ÈÔÈ«š‚\t"
  b"\x01ºU{¯s‹ùˆoÐæ\x05Ê"
  b"\x01ºqˆ\x01qYP†2‚Æ00"
  b"\x01ºqˆ!qÛˆ®3ûAå˜6"
  b"\x01ºqˆ<qcƒÈ¸ƒ\x7F¿\x1DÆ"
  b"\x01ºqˆTpf¼|ls¿K…\f"
  b"\x01ºqˆrpK²\x18\x19\tî¾ß"
  b"\x01ºqˆ’r\x1F›Npˆä\rþÛ"
  b"\x01ºqˆ³r^½3ýÝ~”àY"
  b"\x01ºqˆÎpi_CY \f\x17@"
  b"\x01ºqˆêq\x0F¡Ä_"\x02³š¬"
  b"\x01ºq‰\vsգ׿¯ƒ¹;ï"
  b"\x01ºq‰(p¨±}yî‚¿\x1D¯"
  b"\x01ºq‰Csf£VÊæ\x18Eu\x18"
  b"\x01ºq‰bsæ\x17öÇÜÛzž"
  b"\x01ºq‰|s\¹ÐÙ\x1FXÓ½I"
  b"\x01ºq‰™pñ„IEö’¥ñ«"
  b"\x01ºq‰´s3‰¹é0ÈE»Ä"
  b"\x01ºq‰Ís\¶Ì¦ø”ÈÍ7"
  b"\x01ºq‰ìp^›úU«gqÃq"
  b"\x01ºqŠ\tq%¡8¦gÏjç"
  b"\x01ºqŠ%q/•Y@É\f2\x04ú"
  b"\x01ºqŠDp\v—˝ŖL«Ê"
  b"\x01ºqŠdp޹ÉÚyå\x17šJ"
  b"\x01ºqŠ}réÒTÌ&Ùn\x19"
  b"\x01ºqŠžr|‹h”¡«öX)"
  b"""
    \x01ºqоqëœþ³\x11\n
    \x1D
    """
  b"\x01ºqŠÜq\x0F¨ÀCùLŒ¬ê"
  b"\x01ºqŠús£Š\x1DF—•Ø\rÎ"
  b"\x01ºq‹\x1Aqã“|ä%\x02è\x16"
  b"\x01ºq‹5pô¾n>y\x07¢ée"
  b"\x01ºƒK€rG±“iˆ7éds"
  b"\x01ºƒK½r©œ´›ïWÛŽ~"
  b"\x01ºƒKòsÖ-\vœnh~$"
  b"\x01ºƒL\x12rÆ– \x03\x05fhp\x03"
  b"\x01ºƒL2s£›w\x10Ґ¸ˆï"
  b"\x01ºƒLNq¼¤lÐè\x10\t"
  b"\x01ºƒLss´¾ùh2º^';"
  b"\x01ºƒLœq"œ›êD\x15É\x1E»"
  b"\x01ºƒLÙq\x15“kÓÍ\x0E¢ ›"
  b"\x01ºƒM\x03sF6#\x08ßTí\x11"
  b"\x01ºU|PqU¿j\x04\x15%zrÑ"
  b"\x01ºqÏçq{¯\r\x07vßK¸j"
  b"\x01ºqÐ\x14q\x16Ž8¤f\x01x…©"
  b"\x01ºqÐ=q<‡"\f%å^ƒ"
  b"\x01ºqÐ]rށ‰ëD&Ü”["
  b"\x01ºqÐzr’§¢d«ÌÙ+Ž"
  b"\x01ºqГpó“±{Î1I—î"
  b"\x01ºqаsë³Wœ ô¸&Œ"
  b"\x01ºqÐÑq²µŒô¼\x04\x19¸´"
  b"\x01ºqÐøqg˜û+>©F\x00¸"
  b"\x01ºqÑ\x1FsI‰ûÔâ7彇"
  b"\x01ºqÑ;p‘›Þ¦EM­ûê"
  b"\x01ºqÑQqL©*í˜iÝÀò"
  b"\x01ºqÑor”†(&\©Ô3c"
  b"\x01ºqÑŒp ´I”\x10ˆ¯d’"
  b"\x01ºqÑ®s\x7F•gé?Ê’…O"
  b"\x01ºqÑÐs\r\x7FN=°³7\x1D"
  b"\x01ºqÑõpfŽAræ\x08²'F"
  b"\x01ºqÒ\x11pl¢K.[+úæ“"
  b"\x01ºqÒ-qkš]Ü\x16u„¹…"
  b"\x01ºqÒErí°\x0E?o#¯9Ÿ"
  b"\x01ºqÒcrs·ßñÉ!ßÇ…"
  b"\x01ºqҁp\x06±'!+%–«é"
  b"\x01ºqÒ¢s݆P%q\x15|‚\x11"
  b"\x01ºqÒÄqä¸u\x13D«uƒÜ"
  b"\x01ºqÒípM½õ;ÕJ¿\x1D"
  b"\x01ºqÓ\x06r$ o„T‡\x06\x08Õ"
  b"\x01ºqÚ-sM¼\x05Ö^MTõ~"
  b"""
    \x01ºqÚ…s¯Œ\n
    Äò\x07¹Œ\x1C
    """
  b"\x01ºqÚ«pù¿ÔG&Gß\x12¤"
  b"\x01ºqÚØs¼‚!Ðl˜]\x1Fý"
  b"\x01ºqÚñpòŠñR§”Ýϧ"
  b"\x01ºqÛ\fr< }Ù¸ÿj\x1EÃ"
  b"\x01ºqÛ-rPµè/ì«xd­"
  b"\x01ºqÛNpW¡ý^Œ­\x1Cã•"
  b"\x01ºqÛqr\vµ…I劓–#"
  b"\x01ºqÛ™rv¨\x0F tŸG”Õ"
  b"\x01ºqÛÄp[–s\x14<Ǽ»Î"
  b"\x01ºqÛïsøš\fî\x04jd¹"
  b"\x01ºqÜ r̤\r\x04b“™k\x06"
  b"\x01ºqÜRq\f“$ƒ­!Þ<"
  b"\x01ºqÜ…qÉ£Œ‹Ö\x05ê~š"
  b"\x01ºqÜ·qˬ(ãŽÃJ]Á"
  b"\x01ºqÜês5›,†m±ÇÕX"
  b"\x01ºqÝ\x13pi¤Ÿd\x0E\x03¸"
  b"\x01ºqÝ8sZ°[û\x18аÄó"
  b"\x01ºqÝ_s§’ðQFé-µ"
  b"\x01ºq݈qç‹l2ÏÀÕ”µ"
  b"\x01ºqÝ´pÖ®\x0E°\î§8S"
  b"\x01ºqÝâq\x17§Øy\x0FÙ§Âã"
  b"""
    \x01ºqÞ\n
    r\n
    ›ƒµ“–Wr“
    """
  b"\x01ºqÞ&p´§o,8\x0E©\x16ô"
  b"\x01ºqÞ<s!·ßúêêYÞU"
  b"\x01ºqÞYpi±ÛÛtшÄ@"
  b"""
    \x01ºqÞts\x0Fœ\n
    ‚›óK±¤
    """
  b"\x01ºqÞ‘sº™+-;°ýýO"
  b"\x01ºqÞ³pP°Ð3\x1FãˆLË"
  b"\x01ºqÞÙr\x12«O\x1E›„s‘J"
  b"\x01ºqÞür(€˜X‚Š\x04î¾"
  b"\x01ºqß$rÞ¿ÖÓŠµÉãC"
  b"\x01ºqßGqR¤ÁÉxZ‘ê¼"
  b"\x01ºqßdr%Ìoe¡•kþ"
  b"\x01ºqß~sï›ï`*S$Á¾"
  b"\x01ºqß™s4˜‰O%U_["
  b"\x01ºqß²q¬‘\x18‡N€ä²6"
  b"\x01ºqßÍqz­ÒY0éñ(\x15"
  b"""
    \x01ºqßêrÛŽÆ%\x1F\n
    Ú\x04=
    """
  b"\x01ºqà\x11qö‚\x7F¬•\x0FùG¸"
  b"\x01ºqà6pÔ²ÉÁ¯,»ßN"
  b"\x01ºqàPsȱ`‹Y'HøÚ"
  b"\x01ºqàms㪉6_'˵"
  b"\x01ºqàr\x07ƒLØøf8@"
  b"\x01ºqàËsœ·çŽ 5Î\x17þ"
  b"\x01ºqàõr\¾ÚRµxtÈA"
  b"\x01ºqá3s媑 \x06\x19œËÍ"
  b"\x01ºqácq^ˆ\x1F„þƒ\x10?\x03"
  b"\x01ºqá‰p\x04®å¦ª#!c\x10"
  b"\x01ºqá¨s³‚¢†ç²~Ր"
  b"\x01ºqáÃsh´ÔØ2û\x01¾!"
  b"\x01ºqáæq\x14»:ØZ@Ÿš"
  b"\x01ºqâ\x05pþ¸Z‘X¿7J˜"
  b"\x01ºqâ/rV…ö5\x04\x00\x1Ct\f"
  b"\x01ºqâ[p\e–`>[Z\x00£ "
  b"\x01ºqâ{rî‰\x04Û¶\x03½H"
  b"\x01ºƒ_\x1DqÅœiƒÉÒ\x02\eq"
  b"\x01ºƒ_Kpë˜1\euŽÿ»Ý"
  b"\x01ºƒ_pqI™‘ÍDz\x14SS"
  b"\x01ºƒ_œqÿ˜ú<6uPâ×"
  b"\x01ºƒ_¼r†±çuñl\x04„x"
  b"""
    \x01ºƒ_àrÖ­)çv‘\n
    \x13§
    """
  b"\x01ºƒ`\x05r«‘È\x08\x11\x17vr"
  b"\x01ºƒ`*s•4ÁP\x1F,—o"
  b"\x01ºƒ`WsÃŽ"DOhù5"
  b"\x01ºƒ`xr\x05‚IÍ»q›à¡"
  b"\x01ºƒ`šrΑ̷ª2ô†Ù"
  b"\x01ºƒ`Èqm•¥ÜVä6ÃD"
  b"\x01ºƒ`ôr$™mí¨í\x02‹U"
  b"\x01ºƒa\x17rš‘K¶Ëˆ±{s"
  b"\x01ºƒa=qg„§Œ°hAÛh"
  b"\x01ºƒa`sk¸7„ •¦ä•"
  b"\x01ºƒa†p¥©©nŠƒ2,*"
  b"\x01ºƒa¨q°ƒ\x1DBAñäFÐ"
  b"\x01ºƒaÏs\f¯SyY÷<ëá"
  b"\x01ºƒaøs^•ø°\e·È—\x0F"
  b"\x01ºƒb\x1CsŸ…’žjKº2H"
  b"\x01ºƒb<s»®Ÿ\f©{T7\f"
  b"\x01ºƒbWrQ¬~\x0E\x15'X$"
  b"\x01ºƒbur‡´1Ð=(§Áo"
  b"\x01ºƒb˜sÔ§ö\x08£Œ%ý¶"
  b"\x01ºƒb¸qìƒ\Sg„N\x0F\x15"
  b"\x01ºƒbÔri¥\x1C\x0F¼4‡\x05Í"
  b"\x01ºƒbôr,¢¿ª„\fïsÇ"
  b"\x01ºƒc\x1Ar!^2!×Ü-K"
  b"\x01ºƒc;pþ£\x04Cþ;\x022p"
  b"\x01ºƒc\s+£ qÚF[4\x10"
  b"\x01ºƒc„qÀ¢\x03vúhmïr"
  b"\x01ºƒc«sŠˆR8üsy7\x16"
  b"\x01ºƒcÎq~žr\x01\x03²Ø‰"
  b"\x01ºƒcér\x0FFîäë»X"
  b"\x01ºƒd\x0Es\x10¥$öÎdYÂ"
  b"\x01ºƒd2sL­ïe…O§C"
  b"\x01ºƒdOs^€K§\x06\x12\x10"
  b"\x01ºƒdpq\x01³\vÏü|3\tµ"
  b"\x01ºƒdšqp„Có£‘É’’"
  b"\x01ºƒdÅq[²:ö\x11\x01\x00ä~"
  b"\x01ºƒdèrہϷCã¤ãa"
  b"\x01ºU|˜s¸…-!-“²‚H"
  b"\x01ºqôÙqÚ®jHæ\x11’W†"
  b"\x01ºqõ\x01sšŠØ}QµQÓ¹"
  b"\x01ºqõ#q\š´ ’¤H\x18ê"
  b"\x01ºqõEp.¢\v#Ï«\x03"
  b"\x01ºqõks-¢‘˜hýÎ5†"
  b"\x01ºqõ‘r\x06\rÝK»í“é"
  b"\x01ºqõªr'¦#·\x17g§Ð¥"
  b"\x01ºqõÊp:½}¾\r¢—°µ"
  b"\x01ºqõéqO¼\fsýNÕXó"
  b"\x01ºqö\x0Fp”›>¬YÞ$Â<"
  b"\x01ºqö-rΪMU*Û䉓"
  b"\x01ºqöSpW„—à¯\x07é'"
  b"\x01ºqö}p´‚\ÈöT<»\x08"
  b"\x01ºqö¡qરÀ\x19  ]\t"
  b"\x01ºqöÄs\x1D¶çΧ¸ úù"
  b"\x01ºqöåsئw&bH«Œ`"
  b"\x01ºq÷\x07sǐ\x08M£q½¹m"
  b"\x01ºq÷'qä³TíOÎûË@"
  b"\x01ºq÷Jsן«ª<ú`œ\x1E"
  b"\x01ºq÷pro¶ÿF\x15ÚKI("
  b"\x01ºq÷•qùº\x0F\x1C/\x05\x05éç"
  b"\x01ºq÷°rå°ÑÈ—fQG"
  b"\x01ºq÷ÐpZ©¤b"w\e\R"
  b"\x01ºq÷ês;t\x1DJ$‡^;"
  b"""
    \x01ºqø\n
    p U\x03¿•aô¿
    """
  b"\x01ºqø#q¤¼+Ã\x13Ç?çP"
  b"\x01ºqø:q\x00âÍ·k6€é"
  b"\x01ºqøZqÔ´mùD0\vé\x00"
  b"\x01ºqøxsŽƒ\x059\x12\x12"Šs"
  b"\x01ºqø–s.‹Õ«Ñt€_"
  b"\x01ºqø¸r\x12½¢\x14n¼7­Q"
  b"\x01ºqøØr~·Òˆ\x02GCVô"
  b"\x01ºqøóqॠÝ\x0Eu.”Ü"
  b"\x01ºqù\rr0¹:™ô2\x16¶¬"
  b"\x01ºqù*pD•‹¹œ\x16\x1E"
  b"\x01ºqùIsû©KDJf˱\x17"
  b"\x01ºqùurÿŸ¬ú%:ü\vZ"
  b"\x01ºqùœr¶§EMh)Ùúj"
  b"\x01ºqùÆp²˜|\x1DÛyV`5"
  b"\x01ºqùêpŒ%Žïâáý\x05"
  b"\x01ºqú\x08sûµ˜tmJg\x00y"
  b"\x01ºqú&s\f»é¾zÕA•#"
  b"\x01ºqúGs¶ƒn’½\¯„U"
  b"\x01ºqúqqê…\x1E[ö¬\x1D»6"
  b"\x01ºqú˜r³Š6÷£WT\x13Ç"
  b"\x01ºqúÂr—¤¦(\x00ÙTdx"
  b"\x01ºqúðrC¢ÕƒÍ26z"
  b"\x01ºqû\x0FpÕ¡\x1Aþ&f+$¢"
  b"\x01ºqû-reƒx87©K”í"
  b"\x01ºqûIrG°nâ#u& 6"
  b"\x01ºqûeqôˆI©õ\x11êUž"
  b"\x01ºqû‰rʼn.\x06äÞq÷8"
  b"\x01ºqû·rá‹ì´¹"ËÁ"
  b"\x01ºqûÚrã¥ÐØp¥ÔNã"
  b"\x01ºqûýr'£ÅÁ,ŽX7ø"
  b"\x01ºqü\epó½x’L.1\x16"
  b"\x01ºqüBq¦&\x1A\x03žHr\x16"
  b"\x01ºqüep«¨8±9áªÑp"
  b"\x01ºqü†pæ0§Óª9Üô"
  b"\x01ºqü®s<‚Ø€LÏ,€;"
  b"\x01ºr\x02öqΓe0øÙ—Ç9"
  b"\x01ºr\x03cq‰‘…éXšÍ8i"
  b"\x01ºr\x03ˆrà£õñx\x14OÕy"
  b"\x01ºƒk×s<…ó›\x17Cù=r"
  b"\x01ºƒl\tsܲ(éh^\x1Fî—"
  b"\x01ºƒl6qì‹,CË\x0F-D"
  b"\x01ºƒlbp4±LP£ÄÙÇß"
  b"\x01ºƒlƒpk±œ ïs–K\x14"
  b"\x01ºƒl¬r‡¡‚jSâ‘Eø"
  b"\x01ºƒláp“•d‡N özâ"
  b"\x01ºƒm\x18s\x07¬©ŽÉzPjG"
  b"\x01ºU{Ýq‡¾´Ka4\r\x0E'"
  b"\x01ºq‹Psâ’\x05\x00ï\x1A\x03"
  b"\x01ºq‹pq)‚L]ÑrCÛL"
  b"\x01ºq‹™q0žÅ?"\x03±Aƒ"
  b"\x01ºq‹ÃqƼ}ÃQCÂ|v"
  b"\x01ºq‹åq\x1F´Éµp„\x08÷ä"
  b"\x01ºqŒ\rs–ž^$\eá)Ƥ"
  b"\x01ºqŒ8pŽ©nceÆ\x00<q"
  b"\x01ºqŒ`p²½g²N[…VÎ"
  b"\x01ºqŒŽrƒ“¬,=Y¯\x13"
  b"\x01ºqŒ¼pB…h\eá/´3\x13"
  b"\x01ºqŒÝq\x08ƒ\e¦\x00T\x14"
  b"\x01ºqŽ\x00qôŒ\nyǤع\x1A"
  b"\x01ºqŽ!r¡©\x07»>Ä6ˆê"
  b"\x01ºqŽGp~­Þ0\x03 f$"
  b"\x01ºqŽjqw¾}[=\x14\x1Dz\x1F"
  b"\x01ºqŽŽp@…o\x0E\x1C"
  b"\x01ºq޵rK»Ž…*w\x1D™Ã"
  b"\x01ºqŽ×pÀ¾¸\x1C7aRhz"
  b"\x01ºqŽõr%Ì8Ŭ}\x02Ä"
  b"\x01ºqŽ\x14s+‰ÂS®Ø\x0E“Œ"
  b"\x01ºqŽ>qT¨ÖòØÝ¨Bï"
  b"\x01ºqŽkpIJ­Æ;0nS\x12"
  b"\x01ºqŽ—s‰¸tæM?ßw\x0F"
  b"\x01ºqޏp/ªH^~\vÃŽ!"
  b"\x01ºqŽ×r½Ž‰\x1E£—åoV"
  b"\x01ºqŽös¾šK…urÓî\x0E"
  b"\x01ºq\x1AsxŽGØð½´y>"
  b"\x01ºqBs¾¨VD\x08Ð|Q\v"
  b"\x01ºqjrÊŒ€b~\x7FIP"
  b"\x01ºƒM#s~«Â\\x1A\tÂßä"
  b"\x01ºƒMQr\x07˜òjU–€†*"
  b"\x01ºƒMys\e—“Ϙ}¡‰Õ"
  b"\x01ºƒM¥s}¨–›i<l|\x03"
  b"\x01ºƒMÙps«ö/×\x03#Ô"
  b"\x01ºƒN\x12r\x1Fƒô´°Þ¢©B"
  b"\x01ºƒN@pQ¤ÕcöO\x0EͲ"
  b"\x01ºƒNcq\x1F½®Ä\x02m­‰5"
  b"\x01ºƒNˆrcˆ´E×$â0r"
  b"\x01ºƒN±qÝ“Á».gèé\x13"
  b"\x01ºU{†q\x00°\x14w\x12õ%""
  b"\x01ºq2Ìsj¹+ÃÀ©¿^Å"
  b"\x01ºq2÷r˜Š¥l!œe\t×"
  b"\x01ºq3\x1Cr|‘\x19£ž1g\x038"
  b"\x01ºq3>rž°†û¬¯ì?+"
  b"\x01ºq3[r\x15¨§ùl!\x07Ì"
  b"\x01ºq3~s\x14¹ìÕ=:¥aÆ"
  b"\x01ºq3p]„@¸éˆÕk{"
  b"\x01ºq3Êr‰©N'P0¨\e-"
  b"\x01ºq3öqt¾zøã™cuÛ"
  b"""
    \x01ºq4\x19rì·\n
    Já†y.ö
    """
  b"\x01ºq46q\f†zŽU\x1E\t\vü"
  b"""
    \x01ºq4Tp\n
    ¡\t3j»&(ú
    """
  b"\x01ºq4srš¤Ö\x1E8\rS\x1DØ"
  b"\x01ºq4šp+—¿ü"È;\x0Fõ"
  b"\x01ºq4Àq\x00¦\x14gÈGhߤ"
  b"\x01ºq4ìp~Ð\x0F¸;,\x18ø"
  b"\x01ºq5\x1Dsû»õNÐ~I\x10µ"
  b"\x01ºq5<s„·²jêĬ`k"
  b"\x01ºq5\p0‚Š2«Û\eŠ‹"
  b"\x01ºq5zp\x08‹Púe¼Ë®u"
  b"\x01ºq5–qV¬Ë6š\x1A\x18"
  b"\x01ºq5µr ©“ðÏFü«Œ"
  b"\x01ºq5ÔrU•cÖ\x7Fè7‘ß"
  b"\x01ºq5øsµ “e\t;îR"
  b"\x01ºq6 p\x1Cˆ\x18P*¾\x0EC‰"
  b"\x01ºq6CqMœ.½œ\x7FQåf"
  b"\x01ºq6_qà¿,®ÿ™z@Q"
  b"\x01ºq6zq\x17—ñ¡E\x04\x0FÍ\x14"
  b"\x01ºq6˜pÁ‡\x03Žy*LœY"
  b"\x01ºq6½qõ´Y…\x18ºu\x03\x03"
  b"\x01ºq6ãs¨‹'k¯Hˆ\v"
  b"\x01ºq7\x0Fp޳þ„\x13Ÿ'gj"
  b"\x01ºq7Hq\x19ŽöÎñ(=SY"
  b"\x01ºq7qpéŸ\x06\x0Fñ ¥[Ë"
  b"\x01ºq7’rH»\zþéÐìB"
  b"\x01ºq7´sU ž% “I4„"
  b"\x01ºq7àpV¡å%jŽ·”/"
  b"\x01ºq7ýqZ‰6?3$:MŽ"
  b"\x01ºq8!qHµ1³{b\x0Ef"
  b"\x01ºq8Sqî·\x0FÆèÛ¢äÏ"
  b"\x01ºq8…sœŽÔªoq¯\x17ª"
  b"\x01ºq8«q\x1DŸ\v‹Þ×Eþj"
  b"\x01ºq8Æp\eNU÷~"LË"
  b"\x01ºq8âpȧƒ6.Ì\x08"
  b"\x01ºq9\x08pp€„ëº‘Ãæ""
  b"\x01ºq9,q•’²uÚ‹\x18\x18³"
  b"\x01ºq9Hr@¨}¼wË2”±"
  b"\x01ºq9mq3¯‹\x02ýhcÊV"
  b"\x01ºq9”rC½¤/dÖÊp¥"
  b"\x01ºq9­s\x14\x16°]½¤)\x7F"
  b"\x01ºq9Ðrä¸Iw®ofeJ"
  b"\x01ºq9ñqƒ½åŠ­|Q\x12\x06"
  b"\x01ºq:\x10r'®óŸáÿ,µm"
  b"\x01ºq:9s8¿ø\x1CCKYR5"
  b"\x01ºq:eq\fµ\x14x×!+\x18:"
  b"\x01ºq:pl¾ØïÞ˜ÿ,M"
  b"\x01ºq:ºp°ƒQ?åâ=ª±"
  b"\x01ºq:ÒrH¥wOJ0‚\tx"
  b"\x01ºq:òpL³\x1Aºpe\x18"
  b"\x01ºq;\x18qM²`’zÿÎ!×"
  b"\x01ºq;;pHµH`YGû´®"
  b"\x01ºq;dpzªC}ŒÈ²\x13·"
  b"\x01ºq;Špת§%OÎXŠs"
  b"\x01ºqC[s\x17›oѽ,ªÝÆ"
  b"\x01ºqC½pz¯¡Y®—=ç~"
  b"\x01ºqCéq¨¬pš4õŸ¸"
  b"\x01ºqD\x12q\f RõÁÞÃè…"
  b"\x01ºqD=qY™ëbó,z¡c"
  b"\x01ºqDgpf‹¹\x1Eæ].'ž"
  b"\x01ºqDŽs/”¹{ŒuŸ\x15ß"
  b"\x01ºqD­pa…&^s<˜”"
  b"\x01ºqDÌsѾ‚\\x16\x15b`7"
  b"\x01ºqDçrí½n\x16\x109?"
  b"\x01ºqE\x01pe¥\tH\x19\x11U+Y"
  b"\x01ºqE p†Žˆ\x02îR~\x16Q"
  b"\x01ºqE@p;´¿\f蟘”é"
  b"\x01ºqEcp쎉[k\x17ïÅŽ"
  b"\x01ºqE}p<«dé~×iOc"
  b"\x01ºqE›qÚ¬;1ùù]ñj"
  b"\x01ºqE¿p‚¿\x05yÑó¾^×"
  b"\x01ºqEår”+\v³ê[p˜"
  b"\x01ºqF\x04pÅ­2\x1D/\x1E…»ó"
  b"\x01ºqF\x1FsHŠ)¡q[¹¶Œ"
  b"\x01ºqF?qx¢ÕZx¯\x1Fý«"
  b"\x01ºqF`p`¦BAô¹w4•"
  b"\x01ºqFr«±1ËÖ4ø¶;"
  b"\x01ºqF¤sÜ ÿÇ7ˆ¦ŠÒ"
  b"\x01ºqFÈpÌ¿k‹\x1D/\eŸ\x19"
  b"\x01ºqFïs\x14ƒÄuŒymÆ"
  b"\x01ºqG\x14q÷›à±hÎ=¶n"
  b"\x01ºqG6q‡‹£º\x7F֝nZ"
  b"""
    \x01ºqGWpR–\x19\x19\n
    \x01Ö
    """
  b"\x01ºqG|q*»ß!¿ñªHs"
  b"\x01ºqGžr\x19³E\x13FAÍY¬"
  b"\x01ºqG½q¢ƒ¦þxì\x11o"
  b"\x01ºq`gr‡–Qåê§@Žñ"
  b"\x01ºq`„p›™dp´\x18èÓ¨"
  b"\x01ºq`¤p¶Ÿ0gl\x05úì„"
  b"\x01ºq`¿rñ¼\x03¬\x17«² 3"
  b"\x01ºq`Ûs^›üãþ]”"
  b"\x01ºq`ósw—CóÃŽÅ®ý"
  b"\x01ºqa\x0FpŸ¢5‹xÝ,¼c"
  b"\x01ºqa2rý”\x17"ôjZM¾"
  b"\x01ºqaYqù™(dÇ-4Ï"
  b"\x01ºqa€qΏŒ%ùä1Ý"
  b"\x01ºqaªqq¹ã\x03@HîÑ_"
  b"\x01ºqaÎs.B®ûH.hÔ"
  b"\x01ºqaöru¤Ec’wI \x02"
  b"\x01ºqb\x19r}&»…sîhØ"
  b"\x01ºqb<sx¿Ž„ð\x11Ø%Q"
  b"\x01ºqbUsg£—\r¦\x15\fŸ4"
  b"\x01ºqbqp¾\x14ýÒ\x05mX¥"
  b"\x01ºqbp‹‡Aî\x1Dßžu—"
  b"\x01ºqbªpz­V\x08•?ß\fA"
  b"\x01ºqbÉs¤³h7c\r-|"
  b"\x01ºqbêq± ®¨iãp"
  b"\x01ºqc\x12p»¡\x1CÄO-\x13D"
  b"\x01ºqc@sy´£\x15æñØ®_"
  b"\x01ºqccs×°QªW»Ì¯ž"
  b"\x01ºqcŒrÈŒJÔ«\x07\e"
  b"\x01ºqc³s\x15¬\x02­\x00:̧©"
  b"\x01ºqc×sœjxí.\x19\x1CÁ"
  b"\x01ºqcús+ªZV×¼n;\x14"
  b"\x01ºqd&põ¿I¥Òè&¦k"
  b"""
    \x01ºqdZqB—\n
    t’Ìçtô
    """
  b"\x01ºqd…sð«³q/ÔPÌ"
  b"\x01ºqd¢p¶²\e©'››a2"
  b"\x01ºqdÃpÖµ4©Õša0g"
  b"\x01ºqdâr™¥/Ú\x0E «\x1D¦"
  b"\x01ºqe\x01q!»áî?PúkY"
  b"\x01ºqe,s¦ž>¥Iþf:"
  b"\x01ºqe_s\‘+»™Hå~‹"
  b"\x01ºqe’p3£Ø2Ü1ëÀH"
  b"\x01ºqeÄsŠƒ\x1D­)ç˜ñ="
  b"\x01ºqeãq’Vó\x06xŽÅž"
  b"\x01ºqf\x05q]®\x06\%Ù[›"
  b"\x01ºqf'qâ…\x01£?o8©¶"
  b"\x01ºqfLrı~.\x14:œ\_"
  b"\x01ºqfoqΈ¹>Ž\x1EÈ\x7F"
  b"\x01ºqf“qO¶K\x17ú\x11§\x07ê"
  b"\x01ºqf»q¥[ôž…i\x10¥"
  b"\x01ºqfãpd±\x17Æúˆ¡\v_"
  b"\x01ºqfýr\x14…Üyú\x7F €S"
  b"\x01ºqg\x1Es½ƒ¹\r«ÞÐ]Û"
  b"\x01ºqg;qAжÅZ=sT5"
  b"\x01ºqg`pŸ¸Ê§ä4öY\x0E"
  b"\x01ºqg|pψrRÀÔ\x1Eúƒ"
  b"\x01ºqgœr·¨˜Q\x15™ZÞl"
  b"\x01ºqgºsw’y\x1D\v€0ˆe"
  b"\x01ºqgÛrac!½ÿâÝD"
  b"\x01ºqgøq\f¯ä-ø\x05\x0Fö"
  b"\x01ºqh\x15p\x7F¤>ö÷}\x17»%"
  b"\x01ºqh6q\x19ª—ÁK¹yã%"
  b"\x01ºqhTs#‘"žgo®Ž¦"
  b"\x01ºqhtsD¹k”;ónË>"
  b"\x01ºqhœs²·¾/Õáé\v"
  b"\x01ºqhÄql€C%˜¶tD\x1C"
  b"""
    \x01ºqhàsúžþ\n
    iø&Q\x1F
    """
  b"\x01ºqi\x02qœ¶m\x14ê0$ß’"
  b"\x01ºqi)rA±°–ÚÒãd¢"
  b"\x01ºqiOp>ŽXÂ0Æ?89"
  b"\x01ºqiqs\x19B1\x06„´¥š"
  b"\x01ºqiŽq¼™#9m]`´è"
  b"\x01ºqq¶pQŽû>Áo}l "
  b"\x01ºqr\x05sšŽ\x07NÄÈ¢îø"
  b"\x01ºqr"rá¬OÔ^¿Œ\v\x1A"
  b"\x01ºqr>p#Ûž½Kìùñ"
  b"\x01ºqres~¼«\x16–…Í\x1F"
  b"\x01ºqrŽr}¬µ+\x1E%"\x1F®"
  b"\x01ºqrªs\x0Es€3¯qˆä"
  b"\x01ºqrÈs—®gH\x16ȐŸ\x12"
  b"\x01ºqrîs쪰–A7I¦¦"
  b"\x01ºqs\x13pì­†øÞ!~q¨"
  b"\x01ºqs6sí½Ë\x01Ï%8{i"
  b"\x01ºqs\r쫲}Ò}^õ5"
  b"\x01ºqs‰q6\x7F\tu‚ý}"
  b"\x01ºqs³p»¬9Bçö[”A"
  b"\x01ºqsÛsQ¶Ýó;¸'õ"
  b"\x01ºqt\x02sȱ\x08ž#¥ðén"
  b"""
    \x01ºqt\x1Fq\n
    \x14ôõXw¥g
    """
  b"\x01ºqt9pºªçûw´à0é"
  b"\x01ºqtQsHš\x01HLÅy\x03X"
  b"\x01ºqtns5œú¿_.þ\x1FG"
  b"\x01ºqtqÄ”_[†Ï¸ä°"
  b"\x01ºqt°r\x1F®/ w7F`ò"
  b"\x01ºqtÏrò¶hS\x02I\x00"
  b"\x01ºqtóp{’ë·òZÓü"
  b"\x01ºqu\x19pÖ€ lÎHˆ/ë"
  b"\x01ºqu<s®ªÍ4¥½_ŠX"
  b"""
    \x01ºquZpÙªSµI5\n
    z:
    """
  b"\x01ºqurp\x04§Þ\x1CòXé+ä"
  b"\x01ºquˆr_£/u…ÈŠŽ‚"
  b"\x01ºqu¦rM¹¿'g\x7F:o\x11"
  b"\x01ºquÇsǹpãŽSZjã"
  b"\x01ºquàp\x18ªþ¼À\eÝŠè"
  b"\x01ºquýpõ]a:Ãß\x1F"
  b"\x01ºqv\x17qpˆ™3r*S÷ï"
  b"\x01ºqv4põªÅ\x00å¿àÆ”"
  b"\x01ºqvMq˜ž\x00›ï›(ãŒ"
  b"\x01ºqvpr‡š\x00P!-ØÎã"
  b"\x01ºqvŽs.™¥Â²•Lzµ"
  b"\x01ºqv«q\r\x10âÖgõè1"
  b"\x01ºqvÈs(‰A\f\x1AõW`a"
  b"\x01ºqvåq\e±\x06\x1EeØû©0"
  b"\x01ºqw\vq\r›Ž\x07ÓCô\x1Cz"
  b"\x01ºqw/sc»ÍŒ?Ç #W"
  b"\x01ºqwJs\x13ށæÂk\x10"
  b"\x01ºqwbrÛ›Áø’PR\x183"
  b"\x01ºqw‚p9—…K¬\r¿"
  b"""
    \x01ºqw›s\n
    œë\Î[¹Ø|
    """
  b"\x01ºqw´rÁŒ<\x11É¥)Ö}"
  b"\x01ºqwÔq'¢¿mâÒ\x17Šé"
  b"\x01ºqwúrô‡^b"\x1CšS-"
  b"\x01ºqx rŸ¿„\x1Cž4Žt"
  b"\x01ºqxAsÝ‚ÁÔ€J\x10y"
  b"\x01ºqxeprº®yõÔ¬%j"
  b"\x01ºqxŽqÇ©;Jrã\r‡D"
  b"\x01ºqx·r¡¦O\x1Díè\x1Eø#"
  b"\x01ºqxàr\x14ž\x02­Ý\x12^ç7"
  b"\x01ºqy\x11sÏ³ŽÆ_\x10D}"
  b"\x01ºqy5s\x05Á\x17¨,‰AB"
  b"\x01ºqyVq¯‰*\x10\x00CÊrþ"
  b"\x01ºqyuq\x05•2¢;WbêQ"
  b"\x01ºqy‘q\x0E»\x19÷\tGD@z"
  b"\x01ºqy³s°‚¦È2Ÿ÷ÆÔ"
  b"\x01ºqyÓpF¿‘!©>Á.J"
  b"\x01ºqyùp†¢\x1A‘2œ!øÀ"
  b"\x01ºqz%q ¿½DvË«³§"
  b"""
    \x01ºqzLr\x1E°ÿ¥\x7F§]\n
    ñ
    """
  b"\x01ºqzkq—²\x06b”ÌmF"
  b"\x01ºqzpÕƒëì¸\x15­ƒ€"
  b"\x01ºqz³r—·\x03\r\rB€A{"
  b"\x01ºqzÖs°šcFŒ\x1C\x00^{"
  b"\x01ºqzûq~¯Åû\vÒ÷DQ"
  b"\x01ºq{\x1Fs‚¿|U\x04v\x10\x11Ý"
  b"\x01ºq{<s\x02¯¦ãÄŠ;·\x0F"
  b"\x01ºq{\p–ƒY¡Ž\x16¿\eî"
  b"\x01ºq{‚q8ž/üã\x0EÄ¢½"
  b"\x01ºq{©séµÒ³þfÉÈ#"
  b"\x01ºq{ÎrÜ™\x18°±±!b\x02"
  b"\x01ºq{ösa†ÿèµaU\x0FÏ"
  b"\x01ºq| sψD›+wWË^"
  b"\x01ºq|Np7ˆ‡âZ+\x17b\x0F"
  b"\x01ºq|‚sM¸\x1F»Ïn\f"
  b"\x01ºq|«r‰±7ñQ1'‘\t"
  b"\x01ºq|Ïr̯ÚX$S\x14ˆÅ"
  b"\x01ºq|íqI»\x04”ƒ4Ê\x0E&"
  b"\x01ºq}\x08q䪎M\x0FÙTÅË"
  b"\x01ºq})r\x0Fª¤-Á\x01íy "
  b"\x01ºq}Js¯¤\x0ECûŒc¢#"
  b"\x01ºq}or¯\r WÍx¦7"
  b"\x01ºq}•qŠT?ée«\x14."
  b"\x01ºq}¯q—»\x1Aîx\x7FÈ6š"
  b"\x01ºq}Ïsø’ÅI¤k9…ˆ"
  b"\x01ºq}ôsTtb\x0EÞŽ‹²"
  b"\x01ºq~\es÷ˆ\x068´/\r"
  b"\x01ºq~Jp¶¼,ÙŸë\r"
  b"\x01ºq~zqd³,X‡zß”\x01"
  b"\x01ºq~p7ý§\vª‡'\x07"
  b"\x01ºq~·qE \x12‹PR\x107A"
  b"\x01ºq~×q_–\x18bXé‚êI"
  b"\x01ºq~òq@¾Ã&¨:²Ñ\x0E"
  b"\x01ºq\x7F\rrwƒ=£ÚŽ\x14ª$"
  b"\x01ºq†ssôŸ­ÀW÷–’="
  b"\x01ºq†¾r#Žf¿eLÛJ­"
  b"\x01ºq†ãrƏøšb6,Ì\x1F"
  b"\x01ºq†üsÍ’ŠïÈ?ʳ©"
  b"\x01ºq‡\x19rͤµ°ÛÁO6”"
  b"\x01ºq‡8q4º9r%§QŠL"
  b"\x01ºq‡Vqõ•7«\x18:K¡Ã"
  b"\x01ºq‡zr’¼ØFÙžçTÇ"
  b"""
    \x01ºq‡‘s(”TÒ“n\n
    ¸~
    """
  b"\x01ºq‡­p/Ž\x11°\x10%Œ®b"
  b"\x01ºq‡ÆqÙ¦‰ÑË©d\e¥"
  b"\x01ºq‡âr¾ˆ¢)Aß'×D"
  b"\x01ºƒ7Ìqˆ·lTlvødñ"
  b"\x01ºƒ7ós\x7F¥—æ2Ý@¬Æ"
  b"\x01ºƒ8\x17pð¦\x7FÎHö\x0FT\x10"
  b"\x01ºƒ8:pµ½6\x18ÂbãϪ"
  b"\x01ºƒ8\s*µ²Ê†šT‰\x00"
  b"\x01ºƒ8|r‰ŒHùj\x01×÷Ý"
  b"\x01ºƒ8£r­Ž\x02ÆÙ\x01”9–"
  b"\x01ºƒ8Ïr„‚±KÃ+J>Ÿ"
  b"\x01ºƒ8òqPŸ‹†k9ÒŽ®"
  b"\x01ºƒ9\x0Fr¦·ìö5 LÐö"
  b"\x01ºƒEq7œ\e‹¾ŽÖ¿«"
  b"\x01ºƒEòs"–‚>›ºšœ"
  b"\x01ºƒF\x1Es¤¡Èút/K”\x15"
  b"\x01ºƒFJp˜‰ä¹†ŽI\1"
  b"\x01ºƒFipþ³\x1CëåK×ñÌ"
  b"\x01ºƒF“rz³ƒ=Ìú%—¤"
  b"\x01ºƒF¶s马L"™›Z£"
  b"\x01ºƒFÕsì·×\rÏiñ¦\x19"
  b"\x01ºƒFúqv ô$Ôf\x18"
  b"\x01ºƒG%q@ˆÏåŒ!C”$"
  b"\x01ºƒGLs2¬<NÊz\x14œA"
  b"\x01ºƒGqs;&››N_ô"
  b"\x01ºƒG qQœµÁr0…YÁ"
  b"\x01ºƒGÌp-‡ý\f.˜1`"
  b"\x01ºƒGürh˜0A¨“ƒ["
  b"\x01ºƒH*sï”e\x1Fž´\x1D<d"
  b"\x01ºƒH^sšœ\x16%\x00ZÆMì"
  b"\x01ºƒHs\x01—sþgÁïÐu"
  b"\x01ºƒHÐr\x14ˆì˽¡u\x11ö"
  b"\x01ºƒI\x01q¡¦:…\x1F0t^®"
  b"\x01ºƒI6p(™\x06"]\x01ÝH–"
  b"\x01ºƒIks0„«ó>\x07ò¿"
  b"\x01ºƒIœsƒƒ×¿Ž-\x06çÚ"
  b"\x01ºƒIÎr‰±¥ç-…\x13­‡"
  b"\x01ºƒJ\x08r‚ˆŽ²ÑþÝ'Í"
  b"\x01ºƒJ.r\x17ˆŽ™´âÊ\fÛ"
  b"\x01ºƒJVqòœÐa}&K“I"
  b"\x01ºƒJ€s\x03¥3…\x07-¦µÿ"
  b"\x01ºƒJªpV¾™\x02.æÑ2"
  b"\x01ºƒJÙrBœÔƒ`7ñ?"
  b"\x01ºƒK\fpŽ­áí׋ނq"
  b"\x01ºƒK>q‡„m="^¨£¹"
  b"\x01œŠ¢öp.š,àPÏu†\x0E"
  b"\x01œŠ£Us‚•\x0F,Eú¤ª"
  b"\x01œŠ££s'¸ó½\x07'íÊ¿"
  b"\x01œŠ£èqãäܾßo>|"
  b"\x01œŠ¤-sy›Êί©8#x"
  b"\x01œŠ¤rqòYf§þ7Ç9"
  b"\x01œŠ¤Ëqq°©\tá$¢Bj"
  b"\x01œŠ¥\x12rp’S¢šÃÈ/\t"
  b"\x01œŠ¥]pK²\x1C\x08ãÆø"'"
  b"\x01œŠ¥¨qýƒu“­ËdÑ$"
  b"\x01œŠ¥ùq©µ=ó\x05áÙ£\x19"
  b"\x01œŠ¦Dq³­\x06«W1æ#\x07"
  b"\x01œŠ¦p”¹\x01þ|è\t"
  b"\x01œŠ«krÖ¸Û&GË vs"
  b"\x01œŠ¬\rp|œ«ÿ\x07v\x03 \n"
  b"\x01œŠ¬gp\x00‰>QR~#®ó"
  b"\x01œŠ¬ÄpݬÐ\x16Î\f\x17R\x15"
  b"\x01œŠ­%q{¼Lsÿ\x1EŒ½û"
  b"\x01œŠ­ˆr\x16Šs7÷Ð8ÝS"
  b"\x01œŠ­äpæŽM¼<„úÙâ"
  b"\x01œŠ®Ap\x7F«Ô8ÏqB–Ã"
  b"\x01œŠ®©sb«ç¢ï²ËÕ("
  b"\x01œŠ¯\x03r’š¤\x11|åExµ"
  b"\x01œŠ¯Lsü‰ß{#b¢U8"
  b"\x01œŠ¯¤r\x02±\x03eœ¼|\x17"
  b"\x01œŠ°\x08rÞ¯¸X±\x05\x1Er{"
  b"\x01œŠ°irä•ÌÜ厤\„"
  b"\x01œŠ°¶pï´êǰÿzßä"
  b"\x01œŠ±\x08q¢H½\x01³c‹\x01"
  b"\x01œŠ±^rW¢B\x17ñNÇœÎ"
  b"\x01œŠ±£pbˆÂ]TÄ\x10öí"
  b"\x01œŠ±õs=‘#\e)Ó]<"
  b"\x01œŠ²Ks¹’\x13Æ„\x1AíÎJ"
  b"\x01œŠ²¦sc”Ó*8/ßü˜"
  b"\x01œŠ³\x04q¸ŠW\eTÎá‹|"
  b"\x01œŠ³Zqy´Ñj–êÏk\x11"
  b"\x01œŠ³®qs¤§\x19\x08\x7FzÌ)"
  b"\x01œŠ´\x0Eq’ªQŒf\x04Åá\x0E"
  b"\x01œŠ´jrø°§iE–óDŽ"
  b"\x01œŠ´·qi›ä\e \x114«R"
  b"\x01œŠµ\x02rVšÜœËö{\x05Ö"
  b"\x01œŠµlp\x10˜„×Мµ:%"
  b"\x01œŠµÖr5¦v›D>µ\x17"
  b"\x01œŠ¶6s\x0EŠ¡Žîã»ü•"
  b"\x01œŠ¶‘s\x0F±„\x04AÝO˜+"
  b"\x01œŠ¶ær¡‰ã»"Ò:‰)"
  b"\x01œŠ·@s\x13Šsh¯•\x15š)"
  b"\x01œŠ·–p~´p\x07U¤ÆŽÉ"
  b"\x01œŠ·îsÁŽà\\–µ0Ê"
  b"\x01œŠ¸Fr£¬=_ðQ\x1E±"
  b"\x01œŠ¸¬p\x17C’N ?\x12È"
  b"\x01œŠ¹\x14r޽çåüžvu£"
  b"\x01œŠ¹js…¼$\%”Ýu "
  b"\x01œŠ¹¿pμ´ÊÊ÷â\\n"
  b"\x01œŠº&qýŠ.w|\x1F"
  b"\x01œŠºŽq̨+ÉYÇx>Ÿ"
  b"\x01œŠºÞrÖŽ%.1_˜¥"
  b"\x01œŠ»<p©º¤\t\t·\x1EÝF"
  b"\x01œŠ»…qû’d£MY\x16¼5"
  b"\x01œŠ»Ðp\x01¥ßAîÏ03è"
  b"\x01œŠ¼"s3®åT\x04¢£áN"
  b"\x01œŠ¼\x7Fr®¤b@\x16m”ÜË"
  b"\x01œŠ¼Ðp¤šÇa§} X;"
  b"\x01œŠ½"r\x1A¼\x08žÒ\eEÞs"
  b"\x01œŠ½ms¿˜|QDég,´"
  b"\x01œŠ½Ærz \x037‘z¼ý\x16"
  b"\x01œŠ¾$q¦”îŠ\x14_j”ä"
  b"\x01œŠ¾os4\x1Ap 3˜x¹"
  b"\x01œŠ¾Äpo¢R\e}eŠ‹\x08"
  b"\x01œŠ¿\x15sN¨»h×\x03’k×"
  b"\x01œŠ¿kp!š9\e’J}\x07Ò"
  b"\x01œŠ¿ÒpË—Iü\f™Ý\x17"
  b"\x01œŠÀ>p^‘pŒšÁJEÑ"
  b"\x01œŠÀ©qȝÁж°x0`"
  b"\x01œŠÀõq(ƒ\x18tâ4\x00"
  b"""
    \x01œŠÁ>s\n
    ƒý|\x08Ÿ‚4È
    """
  b"\x01œŠÁŒr\t–NœÇа\tó"
  b"\x01œŠÁïp\t­55^Y×ZÕ"
  b"\x01œŠÂPr†¼Í†½P“\x07 "
  b"\x01œŠÂ´r±µ\x06\x10Ã,:j"
  b"\x01œŠÃ\x17pp¶ŽÅ³ÝZÎO"
  b"\x01œŠÃ}s«¬\x06Pé,^H"
  b"\x01œŠÃÔq¿¨Å®˜åâìº"
  b"\x01œŠÄ5s`¿fVmŸ\x05(…"
  b"\x01œŠÄ‹p››Â\x7FOSs€\x0F"
  b"\x01œŠÄîqn¸\x1Cl´y"®Æ"
  b"\x01œŠÅOrù¥Êéj#nÕL"
  b"\x01œŠÅ–s” ËR;Pפ¡"
  b"\x01œŠÅép漘%F÷\x16Æò"
  b"\x01œŠÆ3s©•Ef.Y®,º"
  b"\x01œŠÆws埞º>ÀÒ±º"
  b"\x01œŠÆÃqö¡Ï6gCéŸÍ"
  b"\x01œŠÇ\x15p\x07«Þå\x02b¿{D"
  b"\x01œŠÇuq\x05•Ð\x04.Çi\x7Fu"
  b"\x01œŠÇÅp4˜ñ\x12O\x0F\x19"
  b"\x01œŠÈ\x0Frø»¨ù7ë’Ú×"
  b"\x01œŠÈ`p{°H—RL\x1F:-"
  b"\x01œŠÈ¶qí¡[.4Ðó¾ç"
  b"\x01œŠÈÿrŒJö¯\x1E“ÍÏ"
  b"\x01œŠÉOqGŠ¡ª\x0F\x1EðG"
  b"\x01œŠÉr/±“.Ä)¨5ê"
  b"\x01œŠÉérµ¨Ö›¯tQôT"
  b"\x01œŠÊ9se¿ñlÛ‰\x10ì"
  b"\x01œŠÊ‹pì›]0‹\uX"
  b"\x01œŠÊðs%¢—‚a¥C\x07\x11"
  b"\x01œŠË?r߀©U@{º}\x7F"
  b"\x01œŠËˆq¶¨\x15¥\x10Mj‘ˆ"
  b"\x01œŠËÖqÈ­pùe¨\t\f¢"
  b"\x01œŠÌ*rÝ ËvJr}éš"
  b"\x01œŠÌ‚sõ–V\v¹Å0+¯"
  b"\x01œŠÌÒpu¦áT\\x01!ð""
  b"\x01œŠÍ&stƒè0¸\x02\x0F’`"
  b"\x01œŠÍˆpC•¾[pRא\x05"
  b"\x01œŠÔ\x10q×™QpÏL#\x14ú"
  b"\x01œŠÔŒpˆ„I\x08)ºPâ\"
  b"\x01œŠÔýrÀ‰â„'ü°ë\t"
  b"\x01œŠÕtr¹¦0µ¯˜¤•3"
  b"\x01œŠÕÛs;¨g\x0F\x1AYÅõ"
  b"\x01œŠÖ?p±†è†¶\x18Æöû"
  b"\x01œŠÖŠpñ‰!d¼\³\x1Ft"
  b"\x01œŠÖ÷sSˆíÙÍ\x11Æ\x0FÀ"
  b"\x01œŠ×Xrô³¾~¸8õ3·"
  b"\x01œŠ×·q#µÌQž\x17X Þ"
  b"\x01œŠØ\x1Erz¯'&\rX’\x02V"
  b"\x01œŠØls\v‘Ÿâ\x12¶—\x19±"
  b"\x01œŠØÇq¢†7\x17¼¤ÿØZ"
  b"""
    \x01œŠÙ\x14qÈ®‰a\n
    a¾"U
    """
  b"\x01œŠÙjrgŠí1Aþª\x14~"
  b"\x01œŠÙÑqH³:qž,žã!"
  b"\x01œŠÚ/r§¡Otü¦‘»«"
  b"\x01œŠÚ…r‰¡\rŽ\x1F‰YÀ="
  b"\x01œŠÚÔq±€eäÿï@\"
  b"\x01œŠÛ3pr™}xõY×m\x19"
  b"\x01œŠÛ‹q-´=¿÷pôÊ)"
  b"\x01œŠÛôpãˆ~\x1C#ÇW²°"
  b"\x01œŠÜOsê\x05÷Ë5l\x12M"
  b"\x01œŠÜ¯rɆ¹^‚®Ôä"
  b"\x01œŠÝ\x18qÄ–í;ŽJ\x7Fí4"
  b"\x01œŠÝgrÙ¿\x04—I*P%»"
  b"\x01œŠÝËqø£üµMä\x15"
  b"\x01œŠÞ)rÆŒ'äa\x15ïõ0"
  b"\x01œŠÞ‡qg±Ð\x06§K6ÑA"
  b"\x01œŠÞåpi‘~98öÈØ\x15"
  b"\x01œŠßEqŸ¾&Qæ÷&\x12|"
  b"\x01œŠßœq\x02¶ú›à¿\x07\x01"
  b"\x01œŠßþp\x17»:º¸§yÈŽ"
  b"\x01œŠàRr\x0F…`y\x01`\x08\x07\x18"
  b"\x01œŠà¸s1„.=åt”ý§"
  b"\x01œŠá\x11p›ø?º³Þ)\x17"
  b"""
    \x01œŠáaqÑLÓ\n
    \x04¿Ì®
    """
  b"\x01œŠá«p\x1D°‚§!׋~Å"
  b"\x01œŠáúp4žt\x03\x01&Ÿ0å"
  b"\x01œŠâRqh¥¡\x08žÄgTt"
  b"\x01œŠâ›p¦‚\eïs—û#‡"
  b"\x01œŠâïr¬¸\x18Ð'ÄÝ=Y"
  b"\x01œŠãTsü½‹%[G¬Øç"
  b"\x01œŠã»s\x02¼£ÍOz{ï!"
  b"\x01œŠä q®¶²íèm\x1D“„"
  b"\x01œŠä~sˤšŽUº\x04\x00§"
  b"\x01œŠäÍpΛ´È€^©©ê"
  b"\x01œŠå\x17ss†Ôî©ÉïžM"
  b"\x01œŠåns—Ÿ\x1C§Eà\r\x08,"
  b"\x01œŠåÅp.ŠðɃF"
  b"\x01œŠæ r\x10¡¿¡\x05¿\x03Ë"
  b"\x01œŠæŽsò 6aîècVÑ"
  b"\x01œŠæõr\x14 q¡¢ZcA\"
  b"\x01œŠç[r¬‹\x1D\x7F©\x05\x086‚"
  b"\x01œŠç¼pÀYà­{1\x1F"
  b"\x01œŠè\x18p…'Z?ãÝÃ4"
  b"\x01œŠè\x7FpŠŠ!îi¾§XX"
  b"\x01œŠèÍqÃ…\\x1E\x15ï\x1E"
  b"\x01œŠé&q5³F›á\x7F6\x16B"
  b"\x01œŠéup\x0E—Å‘&V]\x19ä"
  b"\x01œŠéÄsYºttÓÑID\x19"
  b"""
    \x01œŠê\n
    rS°Û˜–IÒŽ³
    """
  b"\x01œŠêhr„¦qÜ³¯‚\x16"
  b"\x01œŠêÃs®ŸÐù‡Æ¾’S"
  b"\x01œŠë\vr@œÃ¹»\x15H“Ì"
  b"\x01œŠëVp™\x05mïA\r\x10˜"
  b"\x01œŠë©peµ!–h¡Ì\x13G"
  b"\x01œŠëùp!˜ªþŸÁ¥|\x0E"
  b"\x01œŠìGrN¦Ž\x1AvûSâ!"
  b"\x01œŠì’sý½ê°¯D`£ö"
  b"\x01œŠìòsn¤ŠgÙ\x16–Œ1"
  b"\x01œŠíGrR¸w2\x16&‡ŒG"
  b"\x01œŠí“qŪ¬Ë\x17…â:\x1C"
  b"\x01œŠíáq$•t\x1D\x12Šc±"
  b"\x01œŠî/rŠƒ|Ì3>Ù2ö"
  b"\x01œŠî€p\tªÆ\x1D²\x07“­L"
  b"\x01œŠîÚsņ\x10LOò+v"
  b"\x01œŠï@sP¯½])Žv‚"
  b"\x01œŠï£q3‹$RË')‹ñ"
  b"\x01œŠð\x06p\x1E¦¸]òžP/"
  b"\x01œŠðkpuƒ/¢:ˆáàe"
  b"\x01œŠðÍsÅšDôF\x05\x12*"
  b"\x01œŠñ/sš£Óf×Q™äÙ"
  b"\x01œŠñq\x13 \x01QÜÚ’‚«"
  b"\x01œŠñæq\x03½0]v†@•F"
  b"\x01œŠòEsËž&Õ^\x1E »"
  b"\x01œŠòœr\eŸ˜Hh9¸¢\x18"
  b"\x01œŠòÿs\x1EŽ:7JÆõ2*"
  b"\x01œŠó^s5ÖVR#‹\x1D´"
  b"\x01œŠóÂp+“(\eµRz†¤"
  b"\x01œŠô\x1Es‚£º“\x05È…±0"
  b"\x01œŠôrqƏÌ6â^“ìF"
  b"\x01œŠôÄp¼@ÊÉŽÛ\e"
  b"\x01œŠõ\x1Cp:±Å¬+Ÿ\x06Åç"
  b"\x01œŠõsp6¢\x0Fõ_$±Äû"
  b"\x01œŠõÛr”»yßÞ\x1Cë`"
  b"\x01œŠöEp‡›®cò=ÐP¼"
  b"\x01œŠö«sí—\x1F»¾:x®2"
  b"\x01œŠ÷\x05q¡¤¯\x7F_ƒîfÕ"
  b"\x01œŠ÷Yri‰‰P€gc½\x00"
  b"\x01œŠýÐs«—G\x01\x0Ez`-Ò"
  b"\x01œŠþeqÍ­¤—âÐíµ"
  b"\x01œŠþ´r͘߻e%éLB"
  b"\x01œŠÿ\x02rÖªü8Ž3\x12å\x02"
  b"\x01œŠÿdq¼‡¸_\x1E,„èÃ"
  b"\x01œŠÿËr•‘)»Û½õpü"
  b"\x01œ‹\x002s\f›˜ËÓœ_M\x07"
  b"\x01œ‹\x00¢ruŽÏ¿q\x15è¥X"
  b"\x01œ‹\x01\fr_µ"^J‘X†Ý"
  b"\x01œ‹\x01ip•¹\x1FŒDIar"
  b"\x01œ‹\x01¼s ‘ÝP\x19nŠ`â"
  b"\x01œ‹\x02\fql­òÜ`ݪ\x06i"
  b"\x01œ‹\x02pq$“Щ›\x19Þb<"
  b"\x01œ‹\x02Æso¨\x0F‘vNÊ,Ž"
  b"\x01œ‹\x03\x15r8Ž4t…#E¤R"
  b"\x01œ‹\x03jqs¿!uG©Ç$›"
  b"\x01œ‹\x03ÈqN¼¥Ë“#69_"
  b"\x01œ‹\x04%rQމã~ü]w\x0F"
  b"\x01œ‹\x04ˆs¦°üÂ\x16ÊÜA¿"
  b"\x01œ‹\x04êsÊ›DR‡#e„"
  b"\x01œ‹\x05Ds³˜ôÜ,mˆ7""
  b"\x01œ‹\x05£sùŸ†Uõæ….l"
  b"\x01œ‹\x06\x03s¯‰‚_\x0EÝ\x13"
  b"\x01œ‹\x06Wp¾¸Dnê±Ú_”"
  b"\x01œ‹\x06¸r\x18PÁBl¤<>"
  b"\x01œ‹\x07!q¾‘Ÿâ•„\x04ïÜ"
  b"\x01œ‹\x07„s®§±rV\x13§C]"
  b"\x01œ‹\x07áq|¿\x10:Z\x04.äŒ"
  b"\x01œ‹\x08Aq>Ÿóqvh\x19O"
  b"\x01œ‹\x08ªpqŸâø¤Þ\x04\x10¦"
  b"\x01œ‹\t\rrŒfÄ€p §@"
  b"\x01œ‹\tzp\r´\x1EÖm\x016¼8"
  b"\x01œ‹\tËql‚\<4åy3ü"
  b"""
    \x01œ‹\n
    \x1AsO·áúÝÇÜ_{
    """
  b"""
    \x01œ‹\n
    rpÈŸ­ÕÁýBØ
    """
  b"""
    \x01œ‹\n
    ÕrD¬V.ô¼O\x1C.
    """
  b"\x01œ‹\v6q\x02„P\x08زÅi\x10"
  b"\x01œ‹\v—sb¿’ª&ÐàÒÒ"
  b"\x01œ‹\vés¿¾hßC\vía}"
  b"\x01œ‹\fNr\fŒ\x16ãc.Sü\x07"
  b"\x01œ‹\f±q•bSŸÑb."
  b"\x01œ‹\r\x10sg¿??\x02)ìj\x1A"
  b"\x01œ‹\rbr‰—ÅÕ:l¤¸\x07"
  b"\x01œ‹\rËp\x13¯é\x1D\x137+.'"
  b"\x01œ‹\x0E)qà™\x17\x04ÅgÙ¶\x16"
  b"\x01œ‹\x0E{sÝš\x01Š'ˆFP$"
  b"\x01œ‹\x0EÁs ƒAÊÄðé’~"
  b"\x01œ‹\x0F\vq›Š\x02\x04\x1D\x1E>›W"
  b"\x01œ‹\x0F]qr±Î?½W\x00†}"
  b"\x01œ‹\x0FºpÚª¤T™ß˜?*"
  b"\x01œ‹\x10\x16pš´S=½+‰»"
  b"\x01œ‹\x10crçªã¹\x1Fx\x11ìÒ"
  b"\x01œ‹\x10¶p6²\tÃ͘7V;"
  b"\x01œ‹\x11\x11p0RÓae\rÐÐ"
  b"\x01œ‹\x11bq»¥\x01Ž…–$lp"
  b"\x01œ‹\x11«rä§Òžšåz"J"
  b"\x01œ‹\x11ñp†¹Mà²_Úo1"
  b"\x01œ‹\x124qn–\vHzBü\x18\x1C"
  b"\x01œ‹\x12‹r.‘\x1AÅÞ]œê"
  b"\x01œ‹\x12Ûr—½äª½ðYF"
  b"\x01œ‹\x13+qØ\x07¶ïñeÈ»"
  b"\x01œ‹\x13‡q†`<-|lÃ\x12"
  b"\x01œ‹\x13ÙpĦ‚«’Ø•f‘"
  b"\x01œ‹\x14)r­\x02Ú\x0EE"Ü"
  b"\x01œ‹\x14nr\x12½\x16hõ =ß["
  b"\x01œ‹\x14¿r”“¬‚û/²9w"
  b"\x01œ‹\x15\x19q‚Ž…\x7FP‰Åú¹"
  b"\x01œ‹\x15fsݸ*“à\x10îCd"
  b"\x01œ‹\x15ºp—•††X”È1"
  b"\x01œ‹\x16\x01q1­Ú‹†Šì.¿"
  b"\x01œ‹\x16NqÆ¡¿ˆ¡w!3O"
  b"\x01œ‹\x16q\x11‰†;\x00\x05ºZ("
  b"\x01œ‹\x16åquœû\\x0E8<õÅ"
  b"\x01œ‹\x17.s\x7F¥;?ã=pç&"
  b"\x01œ‹\x17qpBŽ…ó3˜,?"
  b"\x01œ‹\x17´q3¯I/F2iÿ"
  b"\x01œ‹\x17ýṙ`Ò/¦e1H"
  b"\x01œ‹\x18Js\x1D‘)¤{·Yý´"
  b"\x01œ‹\x18Žp œd\x08uYn\x18\x05"
  b"\x01œ‹\x18às\x12‹_Ôï\x05í¢±"
  b"\x01œ‹\x19Fs`´µVVˆï°\x1F"
  b"\x01œ‹\x19›r\x07±òRšÝëÓc"
  b"\x01œ‹\x19ôrõ‘ÇE”\x0Eªçâ"
  b"\x01œ‹\x1ASr±ÑØ6;\x1D\x00"
  b"\x01œ‹\x1A²q`’AìD)\x1C"
  b"\x01œ‹\e\x10p½¹Ò©²AÒº±"
  b"\x01œ‹\ehrޕ儏\x05)ç1"
  b"\x01œ‹\e»r¥¯gŸtœH\x17"
  b"\x01œ‹\x1C\x14rˆ†X\x03½‡Ù\x00¡"
  b"\x01œ‹\x1Cjrj¸F¬ô¬Ú¼R"
  b"\x01œ‹\x1C°p’¦NÏñäò\x15î"
  b"\x01œ‹\x1D\x01qµŠKµÓÕâúñ"
  b"\x01œ‹\x1DYp´‹©òXnߝg"
  b"\x01œ‹\x1D¥sË—›u¢ã¹#\t"
  b"\x01œ‹\x1Dòs˜¬ÃO&…À·&"
  b"\x01œ‹\x1E9qS»Õ7Ò9è׎"
  b"""
    \x01œ‹\x1Erá…\n
    _Ÿ#+u®
    """
  b"\x01œ‹\x1E×p²Œ)Bjq0]E"
  b"\x01œ‹\x1F>qo‘wN„VÒ[:"
  b"\x01œ‹\x1F©s\v°}–«03ö"
  b"\x01œ‹&¿rM’Ž[\et9òr"
  b"\x01ºW°ds=µ ñ;šó|Ò"
  b"\x01ºU|ps\x04²\tè¿fŽß*"
  b"\x01ºqâœq\x0Fº¸ØF½é"c"
  b"\x01ºqâ»p’§ i@‚\x1D»\x02"
  b"\x01ºqâÝsy•F&\x02\x1D´4ˆ"
  b"\x01ºqâýsŒ’º't°Èê#"
  b"\x01ºqã"s-‹ï¦Ä‹\x17"
  b"\x01ºqãKrB£æ´\x03\x17h"
  b"\x01ºqãgp\x13½á¥ôP1}ü"
  b"\x01ºqã€sΗR…ÇÖ%A¤"
  b"\x01ºqã™pú´|û?ˆ'G\x07"
  b"\x01ºqã³qt \f\x7F{ãBó²"
  b"\x01ºqãÐsc±×™ûï\x1D"
  b"\x01ºqãór/º\x1Cî Ò»u\x11"
  b"\x01ºqä\x19s!½’KÒî_²…"
  b"\x01ºqäIq4§õ*]DÉ­'"
  b"\x01ºqäppÿª‚}ú•Þà|"
  b"\x01ºqä˜q\x15¸!1†tXy@"
  b"\x01ºqäÁp$»ŽÇ\x13ä6-÷"
  b"\x01ºqäãqH‚HDn¸ƒÊ3"
  b"\x01ºqå\x0Esnž®{\x17Ìœƒš"
  b"\x01ºqå2pn¶ô0Ýì,¤ "
  b"\x01ºqåSp\x7Fµá|\x00õ\x18"
  b"\x01ºqånsÛ­FPý\x1AÝ­±"
  b"\x01ºqåŽr\x0E†Ú\x00Br™zÁ"
  b"\x01ºqå­p\x04‘/‚^¸?ÉŸ"
  b"\x01ºqåËs¢Ÿ\x00\x15³\x17ðÿž"
  b"\x01ºqåæpí’(‰â\vÊÉ™"
  b"\x01ºqæ\x02r^¸Gýõ]*›X"
  b"\x01ºqæ$s¥¯Ú°SÃ·Ì"
  b"\x01ºqæUs&¨šÏþ¹+Z+"
  b"\x01ºqævs‘¸f²6çÜÿÊ"
  b"\x01ºqærž±–Æû°î^"
  b"\x01ºqæ³p{¥ÿƒhÜø\x12\r"
  b"\x01ºqæÐrk¡ÈñnR·ÞÐ"
  b"\x01ºqæðsœœ<Ï–F\x7Fø™"
  b"\x01ºqç\x13q%Žë)feÉ•\n"
  b"\x01ºqç8s7³VŒ:#p\x18ž"
  b"\x01ºqçdp#†¢õÛD\x1F»Þ"
  b"\x01ºqç…ræÜqvVÞÖU"
  b"\x01ºqç rݶ\v\x07øÌÉÊ "
  b"\x01ºqç¾q?ŽˆlÛw‡ÀÊ"
  b"\x01ºqçãs‡Œî2\x07.‹¯X"
  b"\x01ºqè\x0Eq(ŠƒF\x13üíƒò"
  b"\x01ºqè9s3~9L±'¯V"
  b"\x01ºqïLrP²\x0FNrûÆY"
  b"\x01ºqï£pΙc9Ê\e\x18Ȧ"
  b"\x01ºqïÒr$ެœ7jTX#"
  b"\x01ºqïúsd“&\x1Ac„Ò•\x7F"
  b"\x01ºqð\x1As©… \x02¦4YoU"
  b"\x01ºqð6rg›bÄ~â4"
  b"\x01ºqðOrkµL5»•>­Õ"
  b"\x01ºqðpr\x1D¨ÉÛLJ=.’"
  b"\x01ºqðŒqf‚\f\x17 %uŽn"
  b"\x01ºqð¬qðºÎ³Ø]\x19"
  b"\x01ºqðÌr1œË0_?ÿ\x19è"
  b"\x01ºqðíq7…åýd”\x02ê²"
  b"\x01ºqñ\fqëœú׆\x10oU¡"
  b"\x01ºqñ.sZ¬¤;·Û\x7F"
  b"\x01ºqñLq(Œ\x12Èìni&t"
  b"\x01ºqñiq\x03è쉬Y\x1CX"
  b"\x01ºqñ…p¾µ\x15éíyÅK\x11"
  b"\x01ºqñ¥qÿ½2^!äb×`"
  b"\x01ºqñÃsbŠ\x11\x15\Ï™”´"
  b"\x01ºqñãr>¿=©YësÏÔ"
  b"\x01ºqñþp*ƒÂÞR™€{V"
  b"\x01ºqò!q\x08€Æ(ÑÖ©E+"
  b"\x01ºqò=r‚›\r³½ùgp"
  b"\x01ºqòcp\x02¤‚\x18ÿ+\x15\x05"
  b"\x01ºqò†r´®ÇÓ«Ùÿ¤Ù"
  b"\x01ºqò®sú–]2:çd\x18¦"
  b"\x01ºqòÕsþ•|4йBXá"
  b"\x01ºqòþq¶@¤„çSP‡"
  b"\x01ºqó'r&º+äQCJSD"
  b"\x01ºqóQq\x1F°Ds¨¬\x19eÿ"
  b"\x01ºqóupÿ¨P¼÷ÜQ³H"
  b"\x01ºqó•sš·tl2›Ú,¤"
  b"\x01ºqó±r—½ébC\x08ãÙ‡"
  b"\x01ºqóÑs³ƒå>@ß·—""
  b"\x01ºqóöp%­l_Þ>-Êl"
  b"\x01ºqô\x19q—£xª{\x02Iºh"
  b"\x01ºqô<sí‚…”œ”­“"
  b"\x01ºqôeqR¯\x02\f§øåyï"
  b"\x01ºqôŠq\x16™™/\x14t\x18\x07Ö"
  b"\x01ºqô±q¾†{õ¥…TM"
  b"\x01ºƒe\rp\x08А¹\eñ¡%h"
  b"\x01ºƒe5q•®BoIA\x0F—´"
  b"\x01ºƒefr&—Ò¶…y1²7"
  b"\x01ºƒe‹q;®\x1DkXýöí\x15"
  b"\x01ºƒe®që™É\x06\x1Cªz\x7Fõ"
  b"\x01ºƒeÑpj†»0Æ\x12#\x1Fæ"
  b"\x01ºƒeôsí\x03\x0EÝõa"
  b"\x01ºƒf\x18p`³"CÏ™?Gø"
  b"\x01ºƒf:qÇ„d\x1C0 nä†"
  b"\x01ºƒf[s蒁¤¢vdñ\x10"
  b"\x01ºƒfˆró ×\x18ü ‡2\x04"
  b"\x01ºƒfÄrލ¯\x08{7‡µ "
  b"\x01ºƒg\x02qs§<Nr¤²\r¢"
  b"\x01ºƒg,q%½Ì„[Â\x17óì"
  b"\x01ºƒgVpÿ­áv0Ùí„\"
  b"\x01ºƒg~pa­WSò€\x02øú"
  b"\x01ºƒg¨r?¸µù&rÍ\rÔ"
  b"\x01ºƒgÝp´º\Ÿù¥ªÁÒ"
  b"\x01ºƒh\x08pT¯ê\x1E\x17i€Õ¤"
  b"\x01ºƒh:rÏŽJ„\x1Ei¹”•"
  b"\x01ºƒhurc› XÌw†Žå"
  b"\x01ºƒh–qp»ß%ãSQk"
  b"\x01ºƒh²rޤ׮ù\x13f=÷"
  b"\x01ºƒhÎsi¾\x10\v¡VEíR"
  b"\x01ºƒhêqj¯¨ä°“ÜEk"
  b"\x01ºƒi\vpC¬"Ñ>rîs"
  b"\x01ºƒi4q˵¨l\x05BàT\x19"
  b"\x01ºƒias·¼cD¯K\x7F"
  b"\x01ºƒi„r\x15 u™\x06Ñ_¶F"
  b"\x01ºƒiªpè»Ú ËÒ2‹\x0F"
  b"\x01ºƒiËr×›V´¦ÉBΈ"
  b"\x01ºƒièq͸ú|H›~§P"
  b"\x01ºƒj\fq@…=®¶›ýÕJ"
  b"\x01ºƒj1s}¸¤û‡†dûV"
  b"\x01ºƒjZrñ˜\x05¤\x16ðxÇ9"
  b"\x01ºƒj˜pX£ß\x1F\x16šl\x14¹"
  b"\x01ºƒjÞrt‚\x169HYõ_Ú"
  b"\x01ºƒk\x05q´“ÞÌ\x17Pêkø"
  b"\x01ºƒk/r+—)íwø\r@\r"
  b"\x01ºƒkXp\x13¯U\x10\x1EÆýׂ"
  b"\x01ºƒkypú£[\x05!ÄÁ¢Ä"
  b"\x01ºƒk pEƒü&S\x11M‰"
  b"\x01ºU|·ph¶Viv x=\x0F"
  b"\x01ºr\x03¬så5ï{\x01=Žû"
  b"\x01ºr\x03Òp\x1Aަ„œŒ3I"
  b"\x01ºr\x03ôs’­qàÐEffL"
  b"\x01ºr\x04\x19r—ƒÂp4º%ñÐ"
  b"\x01ºr\x048sÓœR0\x15\x16šyø"
  b"\x01ºr\x04[rö­ž.ïÕ­U|"
  b"\x01ºr\x04~sᕨŸíNቹ"
  b"\x01ºr\x04¥rœ…ZM$sË\eh"
  b"\x01ºr\x04Ëp޲ýh‡OG†É"
  b"\x01ºr\x04ìqO…âÉÓké²\x12"
  b"\x01ºr\x05\vra­Ñ9G«7\x19"
  b"\x01ºr\x051rCªJÿ¾k›éþ"
  b"\x01ºr\x05Or’›_%[õàw¼"
  b"\x01ºr\x05lq©”\x05ÆÉ™o\x01Ø"
  b"\x01ºr\x05‹r}…&þ\x11ݸ¥²"
  b"\x01ºr\x05¸r\x07¡x;Á·¥¼S"
  b"\x01ºr\x05ßpë™Ïž\x13-кÂ"
  b"\x01ºr\x05þsØ–+CHë¬\x12R"
  b"\x01ºr\x06\erϐJôþéå†\x03"
  b"""
    \x01ºr\x064qX’ýŸIÑŒ\n
    \t
    """
  b"\x01ºr\x06Kq\x07Ÿò£+néû"
  b"\x01ºr\x06apo)¨’\.¨Ÿ"
  b"\x01ºr\x06yr«\x1D»[dŒ0u"
  b"\x01ºr\x06’q\x12¾Ò¸ÃâUÔö"
  b"\x01ºr\x06¯ss¿\x16&Öõ ¡k"
  b"\x01ºr\x06ÇpU€lÿ4Dv°f"
  b"\x01ºr\x06ãp^¶íùâ\x1A°,,"
  b"\x01ºr\x07\x01q¨¦¿ûHÞ-’\x13"
  b"""
    \x01ºr\x07\x1Dp÷½<\x18\n
    ç»\x7F
    """
  b"\x01ºr\x07<qõ›úqS口"
  b"\x01ºr\x07bsíµ[»ðd«ÜK"
  b"\x01ºr\x07qH†¨½ë;Ÿ¾j"
  b"\x01ºr\x07œqz¥/î>ž«\x14\x01"
  b"\x01ºr\x07¸q„°\x12\x07Ì–fVŽ"
  b"\x01ºr\x07ÓqU\x15›²2yª”"
  b"\x01ºr\x07îr9ÉÒ®Š \x17¢"
  b"\x01ºr\x08\x08q€³»Kñ…ª["
  b"\x01ºr\x08&q²· y$ªîRÈ"
  b"\x01ºr\x08Erㆀ¾±±ê˜U"
  b"\x01ºr\x08hp\x13½f1²[¯Ñ"
  b"\x01ºr\x08sµ¨0—“½*W·"
  b"\x01ºr\x08¨qþ†¿ŠÐ^«\fm"
  b"\x01ºr\x08Âpz‡\x08ƒÝ\x1ACóª"
  b"\x01ºr\x08Ûq.ž¾ØU\rXXj"
  b"\x01ºr\x08ôpA‘ûñŸ²h½Î"
  b"\x01ºr\t\x18q\x08˜Ž—ß½ˆ·\r"
  b"\x01ºr\t<rبIQû‘%µg"
  b"\x01ºr\tap8‰ì™uâþSÎ"
  b"\x01ºr\tˆp%´\x02\x19\x06ŽIÕ1"
  b"\x01ºr\t­sÊ“”,ÁR€’Ì"
  b"\x01ºr\tÔsy¡ðtOØàw\x13"
  b"\x01ºr\týp›¯L\x04ì]tÚÂ"
  b"""
    \x01ºr\n
    \esüˆ\x12€,W\x12ÅŸ
    """
  b"""
    \x01ºr\n
    8q7½â\t„•÷4\
    """
  b"""
    \x01ºr\n
    RqH†Qh\x1E\x18°Ð
    """
  b"""
    \x01ºr\n
    wpö¢\x05§LQ·k]
    """
  b"""
    \x01ºr\n
    ¥sJŽÉíqÐE\x08<
    """
  b"""
    \x01ºr\n
    Árs³“+D\x10!!ê
    """
  b"""
    \x01ºr\n
    Úqq—63!.-cø
    """
  b"\x01ºr\nòs\x10¾[\x11Ãm5\x04\x00"
  b"\x01ºr\v\vp³e?:\x04Hø›"
  b"\x01ºr\v's2£Ñ 9NlÝØ"
  b"\x01ºr\vBs\x0E…ù/p\tÛ~ô"
  b"\x01ºƒm@r6³CdÊp§)ù"
  b"\x01ºƒmdrQ‹ Ì/eDܦ"
  b"\x01ºƒm€rw®%\v„Ë0Ð\v"
  b"\x01ºƒm¡r@¯ŽÕ²PYO^"
  b"\x01ºƒtás\x02–d\f\x00\x1Fáo‹"
  b"\x01ºƒu5qב\x06G0ƒ&g!"
  b"\x01ºƒuZp¦¹´?ûSç,™"
  b"\x01ºƒu…rú­"\x0Fì7ÉsÂ"
  b"\x01ºU{Zsóµ\x1A3 Ú\x14Æô"
  b"""
    \x01ºq/\n
    q\x18œH¡0Û>ž.
    """
  b"\x01ºq/3qM³Tîñ´\x01\x08"
  b"\x01ºq/Rs‘¡7­ ™SÜý"
  b"\x01ºq/qsS¬øC÷–\x06î"
  b"\x01ºq/rb¢Rʃ£\eíb"
  b"\x01ºq/ªq™Ø–\x02ɏž*"
  b"\x01ºq/Âp}°HD0ÙîÆ¦"
  b"\x01ºq/âr™•¹7ÊIÎ:2"
  b"\x01ºq/þsº†"*ê_ê\f"
  b"""
    \x01ºq0\x17sñ™ó!ÈÆ3\n
    0
    """
  b"\x01ºq02ss´Åç\x16\r;!ð"
  b"\x01ºq0Jq\x1F‡l³d\r÷.–"
  b"\x01ºq0ds´Òêe\x15À,Q"
  b"\x01ºq0‚rË’\x04\x19„)z‡p"
  b"\x01ºq0œp\x0F¤oš!51|ß"
  b"\x01ºq0´s¡½Ò„±&$\x7F\x04"
  b"\x01ºq0ÎpÏŠ9ü\x04\x01ÔÑå"
  b"\x01ºq0ërÚ¾›’å_™>;"
  b"\x01ºq1\x06s{»„³r‹—\x15"
  b"\x01ºq1 r&‘²ÛkÄã\x12f"
  b"\x01ºq1GsИ¶!ó_V7‡"
  b"\x01ºq1csBŸÏ\x06\x0E$ûò]"
  b"\x01ºq1€pü¼Ÿh5W±Þs"
  b"\x01ºq1§q’ e\tÔÝó²"
  b"\x01ºq1Êpþšò㫟æð"
  b"\x01ºq1þro¼\fŽ…#ÊŸ]"
  b"""
    \x01ºq2\x1Fqíœ\n
    >]}f«R
    """
  b"\x01ºq2>q ´®mc$Žhÿ"
  b"\x01ºq2jrZ¹çÈ£·\x01€ƒ"
  b"\x01ºq2Šp4²O$ù¬Rp\x02"
  b"\x01ºq2§sY·FûÓFœ\x07c"
  b"\x01ºƒ5Ðrµ·ü¤z>\x1CãP"
  b"\x01ºƒ5ýs6³öb4\x7F@?ù"
  b"\x01ºƒ6\x1DqÜ»<e[C\x12\x11"
  b"\x01ºƒ6=rÕ“{\x08¢Ë*]¿"
  b"\x01ºƒ6_rÿŸïYøòØÅR"
  b"\x01ºƒ6‡p\x1E\x1FQBdê\x7F\x11"
  b"\x01ºƒ6¸s\x01±_µŠUXØ0"
  b"\x01ºƒ6Üp\¸Z›4tz\x01Æ"
  b"\x01ºƒ6úr7‡³¿\x15õú©º"
  b"\x01ºƒ7\x18pÞ¥·@6Åò\x11Ð"
  b"\x01ºƒ7;qB™èÝ$\x16ùÜ0"
  b"\x01ºƒ7cs‰ ¶1\x18È¦‹"
  b"\x01ºƒ7p™³ì¶æ¦Ÿ~)"
]
63 0.58 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
64 0.63 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.54 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.41 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
67 0.84 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.35 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.52 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.52 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.50 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.64 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.77 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.58 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.43 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  1
]
76 1.28 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `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"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
77 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  "b7f13fe1c319488a9054cba06d84d80c"
  "9c3b93226c0e4eef9910d1df17d893da"
]
78 2.00 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `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Í)rǼî6‘÷Ë]­"
]
79 0.83 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
  "a6eaed742df9498f86a1aa6196e97e26"
  "9c3b93226c0e4eef9910d1df17d893da"
]
80 2.18 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ÍJrD¤¼ŽTÈ\x1E™‡"
]
81 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  "7df932cddcd649e6807a3bde8e03591f"
  "9c3b93226c0e4eef9910d1df17d893da"
]
82 2.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`, `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Í\tq¨Ÿ› YAŸl‘"
]
83 1.13 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  "d78fdd54bf7f4c0190255454075e9575"
  "9c3b93226c0e4eef9910d1df17d893da"
]
84 2.09 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ºƒUåp“;tO¾v±I"
]
85 1.04 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
86 4.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`, (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ºU|)rƒ™aÜyx‹›"
  b"\x01ºqËßrZ¡\x13c\x04´Le¬"
  b"\x01ºqÌ\x14s%…<\x07^VÈf©"
  b"\x01ºqÌDp\x03†( ‰óKH\x1F"
  b"\x01ºqÌpq„†\tKd|àÅÎ"
  b"\x01ºqÌ’rj§\ò\x17æ-ï"
  b"\x01ºqÌ­qžƒÏY†\x07\f O"
  b"\x01ºqÌÎq4“É\x07ƒ2F³"
  b"\x01ºqÌëpO€ƒÑ̺,%/"
  b"\x01ºqÍ\tq¨Ÿ› YAŸl‘"
  b"\x01ºqÍ)rǼî6‘÷Ë]­"
  b"\x01ºqÍJrD¤¼ŽTÈ\x1E™‡"
  b"\x01ºqÍmr”b»‰§\¨z"
  b"\x01ºq͘q\x11²ß\x10'&Ùá­"
  b"\x01ºq͹s¤˜ùdدFG"
  b"\x01ºqÍÜp莟®ÈD¹©‹"
  b"\x01ºqÎ\x05sR¯ÿ†´XêžÊ"
  b"\x01ºqÎ+p“\e\x06ʇ=\e\x05"
  b"\x01ºqÎHrœ›Ž\x05jDeT%"
  b"\x01ºqÎgq6µaÕH\x01i2\"
  b"\x01ºq΄p<Š)šÔžž\x1EÜ"
  b"\x01ºqΝq¨™d.d\x1D†ù"
  b"\x01ºqοs\e•9ça%_Èz"
  b"\x01ºqÎër?º¬es3¦RÌ"
  b"\x01ºqÏ\x1Cp)ŠÊ\x05µ´pµ¿"
  b"\x01ºqÏKq¨R‰Ï=dÄ“"
  b"\x01ºqÏhqêžô¦0\x1D‘""
  b"\x01ºqφp.ºõy½¦xéw"
  b"""
    \x01ºqÏ¥qö´û¶\n
    \x1E›¿t
    """
  b"\x01ºqÏÅr'‹]÷\x00›øî"
  b"\x01ºƒUåp“;tO¾v±I"
  b"\x01ºƒV\x0EqZ¥m‚‰è\x13"
  b"\x01ºƒV,q'¿&þžÁ+·V"
  b"\x01ºƒVOpݯ¯ë=¾b\x02ç"
  b"\x01ºƒVurÝ·æÉqv=Ot"
  b"\x01ºƒVŸrÙ³.q´’Þ¹ç"
  b"\x01ºƒ^Np¡ŒÙå[7¿~Ô"
  b"\x01ºƒ^³s\x07´U ¯ye/ü"
  b"\x01ºƒ^Õr\x18§­fTâ'êÇ"
  b"\x01ºƒ^÷r4€¾%ÝðXº"
]
87 1.40 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"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"¦êít-ùI†¡ªa–é~&"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"¦êít-ùI†¡ªa–é~&"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"¦êít-ùI†¡ªa–é~&"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"¦êít-ùI†¡ªa–é~&"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"¦êít-ùI†¡ªa–é~&"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"¦êít-ùI†¡ªa–é~&"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"¦êít-ùI†¡ªa–é~&"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"׏ÝT¿\x7FL\x01%TT\x07^•u"
]
88 0.96 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ºU|)rƒ™aÜyx‹›"
  b"\x01ºqËßrZ¡\x13c\x04´Le¬"
  b"\x01ºqÌ\x14s%…<\x07^VÈf©"
  b"\x01ºqÌDp\x03†( ‰óKH\x1F"
  b"\x01ºqÌpq„†\tKd|àÅÎ"
  b"\x01ºqÌ’rj§\ò\x17æ-ï"
  b"\x01ºqÌ­qžƒÏY†\x07\f O"
  b"\x01ºqÌÎq4“É\x07ƒ2F³"
  b"\x01ºqÌëpO€ƒÑ̺,%/"
  b"\x01ºqÍ\tq¨Ÿ› YAŸl‘"
  b"\x01ºqÍ)rǼî6‘÷Ë]­"
  b"\x01ºqÍJrD¤¼ŽTÈ\x1E™‡"
  b"\x01ºqÍmr”b»‰§\¨z"
  b"\x01ºq͘q\x11²ß\x10'&Ùá­"
  b"\x01ºq͹s¤˜ùdدFG"
  b"\x01ºqÍÜp莟®ÈD¹©‹"
  b"\x01ºqÎ\x05sR¯ÿ†´XêžÊ"
  b"\x01ºqÎ+p“\e\x06ʇ=\e\x05"
  b"\x01ºqÎHrœ›Ž\x05jDeT%"
  b"\x01ºqÎgq6µaÕH\x01i2\"
  b"\x01ºq΄p<Š)šÔžž\x1EÜ"
  b"\x01ºqΝq¨™d.d\x1D†ù"
  b"\x01ºqοs\e•9ça%_Èz"
  b"\x01ºqÎër?º¬es3¦RÌ"
  b"\x01ºqÏ\x1Cp)ŠÊ\x05µ´pµ¿"
  b"\x01ºqÏKq¨R‰Ï=dÄ“"
  b"\x01ºqÏhqêžô¦0\x1D‘""
  b"\x01ºqφp.ºõy½¦xéw"
  b"""
    \x01ºqÏ¥qö´û¶\n
    \x1E›¿t
    """
  b"\x01ºqÏÅr'‹]÷\x00›øî"
  b"\x01ºƒUåp“;tO¾v±I"
  b"\x01ºƒV\x0EqZ¥m‚‰è\x13"
  b"\x01ºƒV,q'¿&þžÁ+·V"
  b"\x01ºƒVOpݯ¯ë=¾b\x02ç"
  b"\x01ºƒVurÝ·æÉqv=Ot"
  b"\x01ºƒVŸrÙ³.q´’Þ¹ç"
  b"\x01ºƒ^Np¡ŒÙå[7¿~Ô"
  b"\x01ºƒ^³s\x07´U ¯ye/ü"
  b"\x01ºƒ^Õr\x18§­fTâ'êÇ"
  b"\x01ºƒ^÷r4€¾%ÝðXº"
  b"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
89 0.53 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "Sendinblue.%"
]
90 0.27 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "Sendinblue.%"
]
91 0.22 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "Sendinblue.%"
]
92 0.30 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"
]
93 0.29 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»‚ªÁ"
]
94 1.47 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
95 2.30 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"n•-Ò€\x07NšŽ\x11L¦9`׳"
]
96 0.59 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "Sendinblue.%"
]
97 0.39 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ç¡"
]
98 0.82 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/0190ba8355e5708f933b744fbe76b149"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
99 0.59 ms
SELECT IFNULL(locale_translation.name, fallback_translation.name) AS language_name
    FROM language
        LEFT JOIN locale_translation ON locale_translation.locale_id = language.locale_id
            AND locale_translation.language_id = ?
        LEFT JOIN locale_translation fallback_translation ON fallback_translation.locale_id = language.locale_id
            AND fallback_translation.language_id = ?
    WHERE language.id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
100 0.65 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
101 1.46 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"
]
102 1.55 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "AcrisTagManagerAppCS"
]
103 1.24 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"
]
104 1.34 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"
]
105 1.07 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
106 0.56 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"Õ¾eYv¾BY·Ö¦È„6\t\v"
]
107 0.43 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
108 0.48 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "WFFZn9iRAdqtkjXA6cCqewuwEg6dQSve"
]
109 0.58 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
110 0.76 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"Õ¾eYv¾BY·Ö¦È„6\t\v"
]
111 9.84 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/0190ba8355e5708f933b744fbe76b149"
  "/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/0190ba557c297283999d61dc79788b9b"
  "/detail/0190ba71cc147325853c075e56c866a9"
  "/detail/0190ba71cbdf725aa1136304b44c65ac"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=PL-2719-42"
  "/detail/0934e9fa87674bc79923b220da4be039"
  "/detail/0190ba8375a67199960e5d52e408e4f5"
  "/detail/0190ba557cdb70329d830959a7bc000c"
  "/detail/0190ba720b6470dcbbdd62c754f87bed"
  "/detail/9ecf5874dbb5429abfc4e9568e8fdd54"
  "/detail/01909c8aa2f6702e9a2ce050cf75860e"
  "/detail/01909c8ab1f5733d91231b29d35d3c9d"
  "/detail/01909c8ac0a971c89dc1d0b6b0783060"
  "/detail/9bcdfbe05e744c1f930436a6b15626b8"
  "/detail/0190ba71335b7215a8a7f96c210781cc"
  "/detail/0190ba557b867100b0147712f5258122"
  "/detail/0190ba71333e729eb086fbacafec3f2b"
  "/detail/9b705603ad314d6387ef813d37d0fb05"
  "/detail/0190ba557bdd7187beb44b61340d0e27"
  "/detail/0190ba718b5073e292053cf700ef1a03"
  "/detail/0190ba718b707129824c5dd17243db4c"
  "/detail/9fd431f5773b4908a74a66bf08ddc285"
  "/detail/0190ba557c707304b209e8bf668ddf2a"
  "/detail/0190ba83650d70088a90b91bf1a12568"
  "/detail/0190ba71e29c710fbab8d846bde92263"
  "/detail/c029a8f880ab4b939dfc8d0b06bff306"
  "/detail/0190ba720419729783c27034ba25f1d0"
  "/detail/0190ba557cb77068b656697620783d0f"
  "/detail/0190ba7203d2701a8da6848f9c8c3349"
  "/detail/f8e1c58afcd44d8dac683e7709c3ea6b"
  "/detail/0190ba8335d072b5b7fca47a3e1ce350"
  "/detail/0190ba557b5a73f3b51a33a0da14c6f4"
  "/detail/0190ba712f0a71189c48a130db3e9e2e"
  "/detail/73f564f875f44f2eade14524b2aa9d63"
  "/detail/0190ba557baf738b9df9886fd0e605ca"
  "/detail/0190ba71882171db88ae33fb41e59836"
  "/detail/0190ba71880171599050863282c63030"
  "/detail/7a17dc486b3f4e29a7bf52af5bf77964"
  "/detail/0190ba557c507155bf6a0415257a72d1"
  "/detail/0190ba835f1d71c59c6983c9d2021b71"
  "/detail/0190ba71cfe7717baf0d0776df4bb86a"
  "/detail/955349d9b51b4470915bef1ce1dce1ac"
  "/detail/0190ba71f4d971daae6a48e611925786"
  "/detail/0190ba557c9873b8852d212d93b28248"
  "/detail/0190ba71f56b732da2919868fdce3586"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
112 0.58 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Ž=ºõ`\x7Fı‚Ô½‹’Ïñ"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  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.