GET https://dev.cas-technik.de/detail/01981daa18bf7178b77660c50a409e1d

Query Metrics

130 Database Queries
83 Different statements
368.98 ms Query time

Queries

Group similar statements

# Time Info
1 0.41 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.59 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.24 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.28 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.44 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.47 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/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s/"
]
7 0.32 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 98.45 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/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "/bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "https://dev.cas-technik.de/bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "https://dev.cas-technik.de//bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "/bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "//bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  "bekleidung/jacken-westen/westen/kuebler-activiq-weste-7250-5365/kue-7250-5365-97-s"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "f67Yec3g7QDnFCfRbaDsFV3hbtfgZB0n"
]
10 0.42 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "f67Yec3g7QDnFCfRbaDsFV3hbtfgZB0n"
]
11 0.58 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.49 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
13 1.47 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
]
14 1.30 ms
# product-detail-route::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
]
15 3.89 ms
# product-detail-route::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`file_hash` as `product.manufacturer.media.fileHash`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.swagCustomizedProductsTemplate`.`id` as `product.swagCustomizedProductsTemplate.id`, `product.swagCustomizedProductsTemplate`.`version_id` as `product.swagCustomizedProductsTemplate.versionId`, `product.swagCustomizedProductsTemplate`.`parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId`, `product.swagCustomizedProductsTemplate`.`internal_name` as `product.swagCustomizedProductsTemplate.internalName`, `product.swagCustomizedProductsTemplate`.`active` as `product.swagCustomizedProductsTemplate.active`, `product.swagCustomizedProductsTemplate`.`step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep`, `product.swagCustomizedProductsTemplate`.`confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput`, `product.swagCustomizedProductsTemplate`.`options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse`, `product.swagCustomizedProductsTemplate`.`decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree`, `product.swagCustomizedProductsTemplate`.`media_id` as `product.swagCustomizedProductsTemplate.mediaId`, `product.swagCustomizedProductsTemplate`.`created_at` as `product.swagCustomizedProductsTemplate.createdAt`, `product.swagCustomizedProductsTemplate`.`updated_at` as `product.swagCustomizedProductsTemplate.updatedAt`, `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName`, `product.swagCustomizedProductsTemplate.translation.description`, `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product`.`swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate`.`id` AND IFNULL(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) = `product.swagCustomizedProductsTemplate`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_id`, `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_version_id`, `product.swagCustomizedProductsTemplate.translation`.`display_name` as `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation`.`description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation`.`language_id` = ?) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate`.`id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
]
16 0.65 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 1.08 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"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
]
18 0.85 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"\x19\x08\x00×sŸCL”‡ŠØ=ò\x10\x11"
  b" RžH>”EN±`?žß+/`"
  b" rËÎ:QAÊ ¤m \x045¥Û"
  b")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Uñï”COKÖ¿¿áœ\x0E¿zy"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"l‹vB£uF¶°T—¹.¥¿ð"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"¦êít-ùI†¡ªa–é~&"
  b"·ñ?áÃ\x19HАTË m„Ø\f"
  b"¾\x1C• ‰„HYŠuewó+”À"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"à6:\fñšL3²¿Û·…þµ9"
]
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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
20 0.84 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
21 0.64 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
22 1.82 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
23 0.76 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
24 0.47 ms
# product-detail-route::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
25 0.57 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.66 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND (`manufacturer_price_surcharge`.`option` 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
27 0.85 ms
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category`.`id` = `category.swagDynamicAccessRules.mapping`.`category_id`  AND `category`.`version_id` = `category.swagDynamicAccessRules.mapping`.`category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping`.`rule_id` = `category.swagDynamicAccessRules`.`id`  WHERE (`category`.`version_id` = ?) AND (((`category.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) OR `category.swagDynamicAccessRules`.`id` <=> ?))) AND (`category`.`id` IN (?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"·-–ç\x14­GN±ñ¤vlÝ:§"
]
28 0.42 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
29 0.36 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 1.61 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product.visibilities`.`sales_channel_id` = ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
31 8.82 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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˜\x14\x1D\x14ÓrtŒaö€•Ûp"
  b"\x01˜\x1D§tBr\x08•г‹•Hk"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"\x01˜\x1Dª\x18Þqu”jû\x1F\x0F"
  b"\x01˜\x1Dª\x19\x00s\fª4¯2Ê‘_"
  b"\x01˜\x1Dª\esr\r„9B`žæ|ƒ"
  b"\x01˜\x1Dª\e§sŒŽxô.\x16\x14-"
  b"\x01˜\x1Dª\eÀp¼–H-ùÝŽø\x04"
  b"\x01˜\x1Dª\eÒr‘”{¾Þúò«Q"
  b"\x01˜\x1Dª\eås‡€Ou\v\x10X"
  b"\x01˜\x1Dª\eúpfý\tXŸ=!"
  b"\x01˜\x1Dª\x1C\frµ‹r|ø\x19ûa"
  b"\x01˜\x1Dª\x1C)p^¡)¾BT…:^"
  b"\x01˜\x1Dª\x1CEqq‹æžÈ3.¨S"
  b"\x01˜\x1Dª\x1CYq\x0F£\x1D¹ð‹žiH"
  b"\x01˜\x1Dª\x1CksjƒKQäõ\x08\x1A¦"
  b"\x01˜\x1Dª\x1C}qÊ»(üN›|”"
  b"\x01˜\x1Dª\x1C˜r\x03Œá¡x{e^ˆ"
  b"\x01˜\x1Dª\x1C¬q¹¡k\x1C\‚\x0EFU"
  b"\x01˜\x1Dª\x1C¼s˜ž¤4à]\x06»t"
  b"\x01˜\x1Dª\x1CÎsª»¥œœ5ª\x10ƒ"
  b"\x01˜\x1Dª\x1Cßpr“\e—e/Þ¸""
  b"\x01˜\x1Dª\x1CòqÏ´^\x1C•bòtõ"
  b"\x01˜\x1Dª\x1D\vr… 4œKê’£S"
  b"\x01˜\x1Dª\x1D)pȵ´I wˆ[e"
  b"\x01˜\x1Dª\x1DGsȾg\x7F\x10I‡½š"
  b"\x01˜\x1Dª\x1DZs©¨‘ìcqèŽc"
  b"\x01˜\x1Dª\x1DrrÞ¨uÅ{â˜Íl"
  b"\x01˜\x1Dª\x1DsX»µA¦ý¶Á"
  b"\x01˜\x1Dª\x1D¦röž‘«? ¬cÆ"
  b"\x01˜\x1Dª\x1D¾sè½›\v#ßô\eŒ"
  b"\x01˜\x1Dª\x1DÛqüºoI;1˜ù¨"
  b"\x01˜\x1Dª\x1DðqøŽ\x7Fwl<’Í\x03"
  b"""
    \x01˜\x1Dª\x1E\n
    qݺõÐûm\x7F%q
    """
  b"\x01˜\x1Dª\x1E!sQ°îoqeIU)"
  b"\x01˜\x1Dª\x1E@q±‘zdÖ:vÌ"
  b"\x01˜\x1Dª\x1EXqv‡\x02Èis¬(ª"
  b"\x01˜\x1Dª\x1Etsü§SÛªÕ\r@…"
  b"\x01˜\x1Dª\x1EŽs´«a¥\x0E\x1EY:¤"
  b"\x01˜\x1Dª\x1E¦rG‰#¦\x1E6Ôàc"
  b"\x01˜\x1Dª\x1EÃsè¬\x19ÿOÆkdÆ"
  b"\x01˜\x1Dª\x1EÛq‰¯\\x18š¼Ÿ\x12"
  b"\x01˜\x1Dª\x1EðrήÎ*x{\x03‘¤"
  b"\x01˜\x1Dª\x1F\x08qʝó´·[ÿk="
  b"\x01˜\x1Dª\x1F\x1Fs«…\x13CVï\x13¢«"
  b"\x01˜\x1Dª\x1F1q+ƒî!&-¶´\x1E"
  b"\x01˜\x1Dª\x1FDq‚,[›àbÀ"
  b"\x01˜\x1Dª\x1FXq6”Ñ\x16>C’!"
  b"""
    \x01˜\x1Dª\x1Fkrñ¿\x02äG\x15\n
    …à
    """
  b"\x01˜\x1Dª\x1F†r̬%_âr%\x15ú"
  b"\x01˜\x1Dª\x1F£pH±-Ø(\x12Ž\x01¹"
  b"\x01˜\x1Dª\x1F´rM¤™\x17ú²K\j"
  b"\x01˜\x1Dª\x1FËsx¿Â^Ú n\x0E8"
  b"\x01˜\x1Dª\x1Fåp·•\x12-ÚnÕüN"
  b"\x01˜\x1Dª\x1Fùr ©l%ýãù\x10n"
  b"\x01˜\x1Dª \x13q3±–ó°z1®\x00"
  b"\x01˜\x1Dª )p‰˜lƒ\x06¨ÍU{"
  b"\x01˜\x1Dª Jsh³q‘­Îï‰$"
  b"\x01˜\x1Dª _q½¥‘"q\x7FA\x17\x08"
  b"\x01˜\x1Dª vsí¬ð\e'R>\f"
  b"\x01˜\x1Dª q0ƒÓñ=cûvû"
  b"\x01˜\x1Dª «s`«'oé{ö’û"
  b"\x01˜\x1Dª Âsÿ›ªEü\x01|a"
  b"\x01˜\x1Dª Úq «)"J_¸,Ö"
  b"\x01˜\x1Dª óqkƒ‘\x05E׸\x18Ë"
  b"\x01˜\x1Dª!\x0Esh±Ð«]´€Óì"
  b"\x01˜\x1Dª!+pŠ© Ü(>"s"
  b"\x01˜\x1Dª!>q\x13\x16C\ª$l‡"
  b"\x01˜\x1Dª!Wqð¢›eUÝ»¥'"
  b"\x01˜\x1Dª!vpµ 5 \x14Õ­;A"
  b"\x01˜\x1Dª!sõ¦\tâöüÛ\x1E\x15"
  b"\x01˜\x1Dª!¨q\eˆWOß]u¤Í"
  b"\x01˜\x1Dª!¾s¿©\x15äòs•Ã$"
  b"\x01˜\x1Dª!ÔrY¾Eo”oÐÆ²"
  b"\x01˜\x1Dª!øq¦·Ýµ[Rvê¾"
  b"\x01˜\x1Dª"\x11röµ`”\x01\x10"
  b"\x01˜\x1Dª"*qû£>\x17\v\x11ûëM"
  b"\x01˜\x1Dª"Bpˆ·Žõ—¤€–,"
  b"\x01˜\x1Dª"]q¦™SOè¥Îðh"
  b"\x01˜\x1Dª"xsG˜Z–ÏÊ<È‚"
  b"\x01˜\x1Dª"Œr%‹S= üSJv"
  b"\x01˜\x1Dª"¬sô‹\x0Fè\x1E¤\x14æê"
  b"\x01˜\x1Dª"Çqº»Õˆ“ ö€¢"
  b"\x01˜\x1D´/þqŽŽ0í$£íã5"
  b"\x01˜\x1Dµ6žse“GÓþKâ•"
  b"\x01˜\x1Dµ6ÁpŽ¡ž\x08WèAÇX"
  b"\x01˜\x1Dµ6ÚqÌ‚à%ºŒ‘^í"
  b"\x01˜\x1Dµ…¼p;¶\x15Ûiz}\x19ž"
]
32 1.36 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"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ù¤ÄmeJۺԐ0Géo "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ù¤ÄmeJۺԐ0Géo "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ù¤ÄmeJۺԐ0Géo "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ù¤ÄmeJۺԐ0Géo "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
]
33 1.37 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˜\x14\x1D\x14ÓrtŒaö€•Ûp"
  b"\x01˜\x1D§tBr\x08•г‹•Hk"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"\x01˜\x1Dª\x18Þqu”jû\x1F\x0F"
  b"\x01˜\x1Dª\x19\x00s\fª4¯2Ê‘_"
  b"\x01˜\x1Dª\esr\r„9B`žæ|ƒ"
  b"\x01˜\x1Dª\e§sŒŽxô.\x16\x14-"
  b"\x01˜\x1Dª\eÀp¼–H-ùÝŽø\x04"
  b"\x01˜\x1Dª\eÒr‘”{¾Þúò«Q"
  b"\x01˜\x1Dª\eås‡€Ou\v\x10X"
  b"\x01˜\x1Dª\eúpfý\tXŸ=!"
  b"\x01˜\x1Dª\x1C\frµ‹r|ø\x19ûa"
  b"\x01˜\x1Dª\x1C)p^¡)¾BT…:^"
  b"\x01˜\x1Dª\x1CEqq‹æžÈ3.¨S"
  b"\x01˜\x1Dª\x1CYq\x0F£\x1D¹ð‹žiH"
  b"\x01˜\x1Dª\x1CksjƒKQäõ\x08\x1A¦"
  b"\x01˜\x1Dª\x1C}qÊ»(üN›|”"
  b"\x01˜\x1Dª\x1C˜r\x03Œá¡x{e^ˆ"
  b"\x01˜\x1Dª\x1C¬q¹¡k\x1C\‚\x0EFU"
  b"\x01˜\x1Dª\x1C¼s˜ž¤4à]\x06»t"
  b"\x01˜\x1Dª\x1CÎsª»¥œœ5ª\x10ƒ"
  b"\x01˜\x1Dª\x1Cßpr“\e—e/Þ¸""
  b"\x01˜\x1Dª\x1CòqÏ´^\x1C•bòtõ"
  b"\x01˜\x1Dª\x1D\vr… 4œKê’£S"
  b"\x01˜\x1Dª\x1D)pȵ´I wˆ[e"
  b"\x01˜\x1Dª\x1DGsȾg\x7F\x10I‡½š"
  b"\x01˜\x1Dª\x1DZs©¨‘ìcqèŽc"
  b"\x01˜\x1Dª\x1DrrÞ¨uÅ{â˜Íl"
  b"\x01˜\x1Dª\x1DsX»µA¦ý¶Á"
  b"\x01˜\x1Dª\x1D¦röž‘«? ¬cÆ"
  b"\x01˜\x1Dª\x1D¾sè½›\v#ßô\eŒ"
  b"\x01˜\x1Dª\x1DÛqüºoI;1˜ù¨"
  b"\x01˜\x1Dª\x1DðqøŽ\x7Fwl<’Í\x03"
  b"""
    \x01˜\x1Dª\x1E\n
    qݺõÐûm\x7F%q
    """
  b"\x01˜\x1Dª\x1E!sQ°îoqeIU)"
  b"\x01˜\x1Dª\x1E@q±‘zdÖ:vÌ"
  b"\x01˜\x1Dª\x1EXqv‡\x02Èis¬(ª"
  b"\x01˜\x1Dª\x1Etsü§SÛªÕ\r@…"
  b"\x01˜\x1Dª\x1EŽs´«a¥\x0E\x1EY:¤"
  b"\x01˜\x1Dª\x1E¦rG‰#¦\x1E6Ôàc"
  b"\x01˜\x1Dª\x1EÃsè¬\x19ÿOÆkdÆ"
  b"\x01˜\x1Dª\x1EÛq‰¯\\x18š¼Ÿ\x12"
  b"\x01˜\x1Dª\x1EðrήÎ*x{\x03‘¤"
  b"\x01˜\x1Dª\x1F\x08qʝó´·[ÿk="
  b"\x01˜\x1Dª\x1F\x1Fs«…\x13CVï\x13¢«"
  b"\x01˜\x1Dª\x1F1q+ƒî!&-¶´\x1E"
  b"\x01˜\x1Dª\x1FDq‚,[›àbÀ"
  b"\x01˜\x1Dª\x1FXq6”Ñ\x16>C’!"
  b"""
    \x01˜\x1Dª\x1Fkrñ¿\x02äG\x15\n
    …à
    """
  b"\x01˜\x1Dª\x1F†r̬%_âr%\x15ú"
  b"\x01˜\x1Dª\x1F£pH±-Ø(\x12Ž\x01¹"
  b"\x01˜\x1Dª\x1F´rM¤™\x17ú²K\j"
  b"\x01˜\x1Dª\x1FËsx¿Â^Ú n\x0E8"
  b"\x01˜\x1Dª\x1Fåp·•\x12-ÚnÕüN"
  b"\x01˜\x1Dª\x1Fùr ©l%ýãù\x10n"
  b"\x01˜\x1Dª \x13q3±–ó°z1®\x00"
  b"\x01˜\x1Dª )p‰˜lƒ\x06¨ÍU{"
  b"\x01˜\x1Dª Jsh³q‘­Îï‰$"
  b"\x01˜\x1Dª _q½¥‘"q\x7FA\x17\x08"
  b"\x01˜\x1Dª vsí¬ð\e'R>\f"
  b"\x01˜\x1Dª q0ƒÓñ=cûvû"
  b"\x01˜\x1Dª «s`«'oé{ö’û"
  b"\x01˜\x1Dª Âsÿ›ªEü\x01|a"
  b"\x01˜\x1Dª Úq «)"J_¸,Ö"
  b"\x01˜\x1Dª óqkƒ‘\x05E׸\x18Ë"
  b"\x01˜\x1Dª!\x0Esh±Ð«]´€Óì"
  b"\x01˜\x1Dª!+pŠ© Ü(>"s"
  b"\x01˜\x1Dª!>q\x13\x16C\ª$l‡"
  b"\x01˜\x1Dª!Wqð¢›eUÝ»¥'"
  b"\x01˜\x1Dª!vpµ 5 \x14Õ­;A"
  b"\x01˜\x1Dª!sõ¦\tâöüÛ\x1E\x15"
  b"\x01˜\x1Dª!¨q\eˆWOß]u¤Í"
  b"\x01˜\x1Dª!¾s¿©\x15äòs•Ã$"
  b"\x01˜\x1Dª!ÔrY¾Eo”oÐÆ²"
  b"\x01˜\x1Dª!øq¦·Ýµ[Rvê¾"
  b"\x01˜\x1Dª"\x11röµ`”\x01\x10"
  b"\x01˜\x1Dª"*qû£>\x17\v\x11ûëM"
  b"\x01˜\x1Dª"Bpˆ·Žõ—¤€–,"
  b"\x01˜\x1Dª"]q¦™SOè¥Îðh"
  b"\x01˜\x1Dª"xsG˜Z–ÏÊ<È‚"
  b"\x01˜\x1Dª"Œr%‹S= üSJv"
  b"\x01˜\x1Dª"¬sô‹\x0Fè\x1E¤\x14æê"
  b"\x01˜\x1Dª"Çqº»Õˆ“ ö€¢"
  b"\x01˜\x1D´/þqŽŽ0í$£íã5"
  b"\x01˜\x1Dµ6žse“GÓþKâ•"
  b"\x01˜\x1Dµ6ÁpŽ¡ž\x08WèAÇX"
  b"\x01˜\x1Dµ6ÚqÌ‚à%ºŒ‘^í"
  b"\x01˜\x1Dµ…¼p;¶\x15Ûiz}\x19ž"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
34 0.61 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
35 0.51 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"·-–ç\x14­GN±ñ¤vlÝ:§"
]
36 1.70 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"e\x1EíÉ®aIú—§UZ8T\x10±"
]
37 1.63 ms
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
38 1.55 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âÒ"
]
39 1.81 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âÒ"
]
40 1.68 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"
]
41 1.35 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­›µå…¶Æè"
]
42 1.67 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"e\x1EíÉ®aIú—§UZ8T\x10±"
]
43 2.42 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
44 0.96 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
45 0.85 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˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  1
]
46 0.68 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"öÌ™ðóÅE©¿¤ÈÙΔ`\x04"
]
47 0.45 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"öÌ™ðóÅE©¿¤ÈÙΔ`\x04"
]
48 1.60 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product`.`id` = `product.swagDynamicAccessRules.mapping`.`product_id`  AND `product`.`version_id` = `product.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product` `product.parent.parent` ON `product.parent`.`parent_id` = `product.parent.parent`.`id` AND `product.parent`.`parent_version_id` = `product.parent.parent`.`version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent`.`id` = `product.parent.swagDynamicAccessRules.mapping`.`product_id`  AND `product.parent`.`version_id` = `product.parent.swagDynamicAccessRules.mapping`.`product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping`.`rule_id` = `product.parent.swagDynamicAccessRules`.`id`  LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping`.`rule_id` = `product.swagDynamicAccessRules`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((`product.parent.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product.swagDynamicAccessRules`.`id` <=> ?) OR (`product.swagDynamicAccessRules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)) OR (`product.parent.swagDynamicAccessRules`.`id` <=> ? AND `product.swagDynamicAccessRules`.`id` <=> ?)))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  true
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
  null
  null
  b"\x01Ž9¾nÖs걕ïÒÒ³&5"
  b"ùÙ\x01&’µMbˆ\x01Îî]»ºî"
  b"uÞÕ4\x18¶KǾFM\x08šp×Ê"
  b"""
    -ñq€\n
    ×K\vºÍ]<óž%’
    """
  b"¡ãê{\x1F\x0FKÒºÀ-µ«÷k«"
  b"i\x03ðƒÖvJê¾\x1CCa=¹\x1Cæ"
  b"€´ú·"´Bš§§—ná\x13š"
  b"""
    \x01•¯mŽ\n
    p߯ÅYÌk\x13ºÿ
    """
  b" ,k`ÅC\x19¡QÛÙ$È`\x0E"
  b"»`órÉ»K\x1F¡O\x1C„Ò\x10¡Y"
  b"•™lª˜¥C#‰Ú»mž‚­È"
  b"ç²n=XF¢ˆ>_ë\x11\x1F¥°"
]
49 7.14 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.swagCustomizedProductsTemplate`.`id` as `product.swagCustomizedProductsTemplate.id`, `product.swagCustomizedProductsTemplate`.`version_id` as `product.swagCustomizedProductsTemplate.versionId`, `product.swagCustomizedProductsTemplate`.`parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId`, `product.swagCustomizedProductsTemplate`.`internal_name` as `product.swagCustomizedProductsTemplate.internalName`, `product.swagCustomizedProductsTemplate`.`active` as `product.swagCustomizedProductsTemplate.active`, `product.swagCustomizedProductsTemplate`.`step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep`, `product.swagCustomizedProductsTemplate`.`confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput`, `product.swagCustomizedProductsTemplate`.`options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse`, `product.swagCustomizedProductsTemplate`.`decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree`, `product.swagCustomizedProductsTemplate`.`media_id` as `product.swagCustomizedProductsTemplate.mediaId`, `product.swagCustomizedProductsTemplate`.`created_at` as `product.swagCustomizedProductsTemplate.createdAt`, `product.swagCustomizedProductsTemplate`.`updated_at` as `product.swagCustomizedProductsTemplate.updatedAt`, `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName`, `product.swagCustomizedProductsTemplate.translation.description`, `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product`.`swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate`.`id` AND IFNULL(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) = `product.swagCustomizedProductsTemplate`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_id`, `product.swagCustomizedProductsTemplate.translation`.`swag_customized_products_template_version_id`, `product.swagCustomizedProductsTemplate.translation`.`display_name` as `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation`.`description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation`.`language_id` = ?) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate`.`id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž9¾nÖs걕ïÒÒ³&5"
  b"ùÙ\x01&’µMbˆ\x01Îî]»ºî"
  b"uÞÕ4\x18¶KǾFM\x08šp×Ê"
  b"""
    -ñq€\n
    ×K\vºÍ]<óž%’
    """
  b"¡ãê{\x1F\x0FKÒºÀ-µ«÷k«"
  b"i\x03ðƒÖvJê¾\x1CCa=¹\x1Cæ"
  b"€´ú·"´Bš§§—ná\x13š"
  b"""
    \x01•¯mŽ\n
    p߯ÅYÌk\x13ºÿ
    """
  b" ,k`ÅC\x19¡QÛÙ$È`\x0E"
  b"»`órÉ»K\x1F¡O\x1C„Ò\x10¡Y"
  b"•™lª˜¥C#‰Ú»mž‚­È"
  b"ç²n=XF¢ˆ>_ë\x11\x1F¥°"
]
50 0.65 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž9¾nÖs걕ïÒÒ³&5"
  b"""
    \x01•¯mŽ\n
    p߯ÅYÌk\x13ºÿ
    """
  b"""
    -ñq€\n
    ×K\vºÍ]<óž%’
    """
  b"i\x03ðƒÖvJê¾\x1CCa=¹\x1Cæ"
  b"uÞÕ4\x18¶KǾFM\x08šp×Ê"
  b"€´ú·"´Bš§§—ná\x13š"
  b"ç²n=XF¢ˆ>_ë\x11\x1F¥°"
  b"•™lª˜¥C#‰Ú»mž‚­È"
  b" ,k`ÅC\x19¡QÛÙ$È`\x0E"
  b"¡ãê{\x1F\x0FKÒºÀ-µ«÷k«"
  b"»`órÉ»K\x1F¡O\x1C„Ò\x10¡Y"
  b"ùÙ\x01&’µMbˆ\x01Îî]»ºî"
]
51 0.56 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 0.47 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.71 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.65 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 0.51 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 0.44 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
57 0.33 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.35 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 0.33 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
60 0.38 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
61 0.44 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"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
62 0.38 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"™>ûʲ\x08EO®c_:Lh™ "
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
63 12.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` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product.visibilities`.`sales_channel_id` = ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ž9¾nÖs걕ïÒÒ³&5"
  b"ùÙ\x01&’µMbˆ\x01Îî]»ºî"
  b"uÞÕ4\x18¶KǾFM\x08šp×Ê"
  b"""
    -ñq€\n
    ×K\vºÍ]<óž%’
    """
  b"¡ãê{\x1F\x0FKÒºÀ-µ«÷k«"
  b"i\x03ðƒÖvJê¾\x1CCa=¹\x1Cæ"
  b"€´ú·"´Bš§§—ná\x13š"
  b"""
    \x01•¯mŽ\n
    p߯ÅYÌk\x13ºÿ
    """
  b" ,k`ÅC\x19¡QÛÙ$È`\x0E"
  b"»`órÉ»K\x1F¡O\x1C„Ò\x10¡Y"
  b"•™lª˜¥C#‰Ú»mž‚­È"
  b"ç²n=XF¢ˆ>_ë\x11\x1F¥°"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
64 83.46 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ºY¢îsaœGüV\x12ä¶À"
  b"\x01˜\x1D±ÝŠrG½¶Ý\Îò\x10å"
  b"\x01˜\x1D±ßŠr¦·ÊH‚ŸgõÎ"
  b"\x01˜\x1D±ß¬qh”r¼Pÿ1k\x1C"
  b"\x01˜\x1D±ßÂrR¨ýæL)†žö"
  b"\x01˜\x1D±ßØsa­NŸzeƒCä"
  b"\x01˜\x1D±ßïpÕ—ÍÓ²)L†§"
  b"\x01˜\x1D±à\x05p\e©0‰é\x10ù•Û"
  b"\x01˜\x1D±à"p…ŽgS\x05}žºÚ"
  b"\x01˜\x1D±àCpR¾ßh¢\tL©è"
  b"\x01˜\x1D±àary¢VÖ¬\x05~Í."
  b"\x01˜\x1D±àxs\x03›&œ°Í%ôâ"
  b"\x01˜\x1D±à’r\f\x062ÿÜÓÃ\x7F"
  b"\x01˜\x1D±à¯qÇŸU¥eœ˜S\x19"
  b"\x01˜\x1D±àÌsC¿÷°>ª¿“Ú"
  b"\x01˜\x1D±àêp\x7F°[­’ƒU0©"
  b"\x01˜\x1D±á\x05rͶŸ”ABŠ=\x04"
  b"\x01˜\x1D±á\x1Es^§(Î\x13\x13´x†"
  b"\x01˜\x1D±á7q\x03ªêLj×Ò\tŒ"
  b"\x01˜\x1D±áYsP¨©{Xjtú9"
  b"\x01˜\x1D±áwqҏÀx¢‹gŽ9"
  b"\x01˜\x1D±á—p=´Xé?^¡\x14¡"
  b"\x01˜\x1D±á³qHƒh'8ÐbìZ"
  b"\x01˜\x1D±áÏq‡VŃãkC""
  b"\x01˜\x1D±áêr)‘¿’–m\r"
  b"\x01˜\x1D±â\x04sO·OÊF.((‡"
  b"\x01˜\x1D±â'r÷»>GOU9uò"
  b"\x01˜\x1D±âEr\x12§·ò\t\x10ì:Y"
  b"\x01˜\x1D±âXq\¿Å\x12¼‡\x0E‘t"
  b"\x01˜\x1D±âjr:º±Îd\x0Ek·ì"
  b"\x01˜\x1D±âq¦¯‘»Öç$½×"
  b"\x01˜\x1D±âšrºšõ\rØ\r«m\f"
  b"\x01˜\x1D±â·s šÃzŽõ\x1D¿["
  b"\x01˜\x1D±âÐs)¹äòá9æ(â"
  b"\x01˜\x1D±âãq᜵}\x14-ôR¦"
  b"\x01˜\x1D±âörg«¼i»\x0E­ó¡"
  b"""
    \x01˜\x1D±ã\n
    pÀ’\x05\x1DAÁu¼‚
    """
  b"\x01˜\x1D±ã\x1DsŠ–\x0EÉÅ:\x11¸Æ"
  b"\x01˜\x1D±ã9p%«6³‡lš°Š"
  b"\x01˜\x1D±ãVr{Ÿ‡;×^lÿ~"
  b"\x01˜\x1D±ãmpÓŸäh—³”ªR"
  b"\x01˜\x1D±ã„pd¿\‡\x02ºEÖý"
  b"\x01˜\x1D±ãžq\x1Dšþ1ôC\x10"
  b"\x01˜\x1D±ã¾på¤ÿVËÕÃ\x08ê"
  b"\x01˜\x1D±åâqRƒõUÿµYYª"
  b"\x01˜\x1D±æ\rs\x03§Lha^SR³"
  b"\x01˜\x1D±æ%s팔-õ0Ža."
  b"\x01˜\x1D±æJsû±\x13\x1Aéš\«Ç"
  b"\x01˜\x1D±æmr¯¿ðA“Üî}"
  b"\x01˜\x1D±æ„q\x13­\x06Xó%\x17{U"
  b"\x01˜\x1D±æŸsî¹N»|\x13¦™d"
  b"\x01˜\x1D±æºqŽœ6=Û])\x08¡"
  b"\x01˜\x1D±æÔq\x06›Ïú\x18ý5…º"
  b"\x01˜\x1D±æïp5¢X!I¡Z“Ï"
  b"\x01˜\x1D±ç\vpõ²ÿóû’£¢¡"
  b"\x01˜\x1D±ç\x1FrP™WÔ\x16\x1F\x05ö"
  b"\x01˜\x1D±ç=sZ¡’öéY\x03"
  b"\x01˜\x1D±çQsâ³mè}á”Þl"
  b"\x01˜\x1D±çkqQšóBPÍfD«"
  b"\x01˜\x1D±ç„p´­\vM6\x13=ð="
  b"\x01˜\x1D±çžq§¼ha\vî&\x7Fc"
  b"\x01˜\x1D±ç¸rùª@DVÙÎâ\x12"
  b"\x01˜\x18G—Hpž¹9·\r\võË\x0F"
  b"\x01˜\x1D³:\x1Fs"¢y–>EÿÍ#"
  b"\x01˜\x1D³:?qÃŽ8tÜÕÅÂÌ"
  b"\x01˜\x1D³:Tp\x08€¹Ó#”X]›"
  b"""
    \x01˜\x1D³:ks\n
    ŽvÏ\rd}·¯
    """
  b"\x01˜\x1D³:ŽpÔ òlÜ(qu½"
  b"\x01˜\x1D³:¦s`®º\x06\x1Cyvä×"
  b"\x01˜\x1D³:¾p\x07”=1üÌiÿ–"
  b"\x01˜\x1D³:×q´¤\x0FÄT½Ð\x11Œ"
  b"\x01˜\x1D³:ìqDž‡$¬H\x05B†"
  b"\x01˜\x1D³;\vqX½\x1EÞvL\x0F=\x1A"
  b"\x01˜\x1D³;$sù«\x1C\x126&ø\x11¸"
  b"\x01˜\x1D³;:qj˜ÃXò¯\x11Ôo"
  b"\x01˜\x1D³;Vrî~,ùþ@*ƒ"
  b"\x01˜\x1D³;orh°IÚQ@\fâù"
  b"\x01˜\x1D³;…qì†Ôt\x08C9UL"
  b"\x01˜\x1D³;œrŽ€Î\x08\x04áeø\x1C"
  b"\x01˜\x1D³;µpÀ¥€¤ÑX?\x0F\x1F"
  b"\x01˜\x1D³;ÒsD±Ê‹°c@\x03"
  b"\x01˜\x1D³;êq1™,…Åç=BÜ"
  b"\x01˜\x1D³<\x08rƒ´\x1E·ÿz\r˜K"
  b"\x01˜\x1D³<(q؅»†kaìq"
  b"\x01˜\x1D³<?p‡ï`\x15‰Ýç,"
  b"\x01˜\x1D³<Sq;¼+\x1E—-V¹"
  b"\x01˜\x1D³<op‰‚Å_==\x08"
  b"\x01˜\x1D³<Žs\x1Aš\r\x00O¡á"
  b"\x01˜\x1D³<¦q¤|>¹\x0F¿½"
  b"\x01˜\x1D³<ÀrÏ©_Æœˆ—…"
  b"\x01˜\x1D³<Ýp;ž•ÈfRz,"
  b"\x01˜\x1D³?Pq\f¶ÚQÐK.íz"
  b"\x01˜\x1D³?ys$ ý\x15åzqš÷"
  b"\x01˜\x1D³?–r¤GÊð_FÀ•"
  b"\x01˜\x1D³?µs‹‰\x1A]\fOgk4"
  b"""
    \x01˜\x1D³?ÖpM·"m\n
    kÉÞŠ
    """
  b"\x01˜\x1D³?öp:«„–\x06\x15¡½"
  b"\x01˜\x1D³@\vsZ¸6À\x16\rÆ#„"
  b"\x01˜\x1D³@%q•ŽÞÜ\x1FÒòqÄ"
  b"\x01˜\x1D³@9qK›ÄB“F`ó"
  b"\x01˜\x1D³@Ms\x01ði\x05–PY"
  b"\x01˜\x1D³@hpZ„$FɺÁò3"
  b"\x01˜\x1D³@…sǾá ñ\x14½\x00w"
  b"\x01˜\x1D³@q)­<×ËRƃw"
  b"\x01˜\x1D³@»p*–¢¢7\x00uP."
  b"\x01˜\x1D³@ÙpWŽ~7O¥‡\x01`"
  b"\x01˜\x1D³@ùpµ™${UWŒÀW"
  b"\x01˜\x1D³A\x14qʼAó¥\x06D)T"
  b"\x01˜\x1D³A3s™±\x13ãÉ’ž\x16ç"
  b"\x01˜\x1D³AMrƒŸèý\x0F\x16ÙN¾"
  b"\x01˜\x1D³Aop.a\x03Í“!žÓ"
  b"\x01˜\x1D³AŽp´Žî“¸n\x13è0"
  b"\x01˜\x1D³A¬q4ª”Xò‘‘:ÿ"
  b"\x01˜\x1D³AÍsW“ÀÈ?¢C´m"
  b"\x01˜\x1D³Aárë©u‹¬?z‡Z"
  b"\x01˜\x1D³AôsĀR\x08Á÷"
  b"\x01˜\x1D³B\rr¢ªEzlɳ\x01"
  b"\x01˜\x1D³B%p¥¦*§ÒÜ\x01Ú\x06"
  b"\x01˜\x1D³BCp¢ž «\x17qlŽ\r"
  b"\x01˜\x1D³BYq¸ŒN¦“ÚùÏG"
  b"\x01˜\x1D³Bvqsº\x10ÃÉÎ[\x19&"
  b"\x01˜\x1D³BŒqP˜W=‰'°&J"
  b"\x01ºT‹rð®§Œ\x18<†læ"
  b"\x01º\ÃOsº°5©íˆ=\x00à"
  b"\x01º\Ä sb‘ó\x13Žßøpê"
  b"\x01º\Äks\x1Ažõbµ’aßD"
  b"\x01º\ÄÛp†¥{×›-‹†ž"
  b"\x01º\Å?p/¯]Wj˜Œ,s"
  b"\x01º\Ånr‰³Ö$—³Xßù"
  b"\x01º\ÆCq­\x01\x0FÒ\x054W<"
  b"\x01º\Æ^s.”\x1FÍ~\x0FìR"
  b"\x01º\̹p‘ˆ·:qS^b\x1D"
  b"\x01º\Í\x0FsÕŸÒ3²öñ.Ê"
  b"\x01º\Ï©r”F\x11@‡V\v\x1D"
  b"\x01º\x7F´/q\x14‡^É\reÁFß"
  b"\x01º\x7F´ùph¦\x1EÊàŸ}Px"
  b"\x01º\x7Fµr\v•“É'†ïeñ"
  b"\x01º\x7F¶ÐrΗâ\x00Ÿ£Ý\«"
  b"\x01˜\x1D¦¿rl¦þ\rÖP\v"
  b"\x01˜\x1D¦Óq~¡\e|ƒùmEM"
  b"\x01˜\x1D¦åqÒ¨ŒCˆzf·\x16"
  b"\x01˜\x1D¦ýrSñæš…Fë“"
  b"\x01˜\x1D¦‘\x11r6›TlÝkW@2"
  b"\x01˜\x1D¦‘)p4ˆ\tIž‹–÷w"
  b"\x01˜\x1D¦‘Cr«”C‚ \x12›¬à"
  b"\x01˜\x1D¦‘Yq\x02’òp®Þ\x1FåÇ"
  b"\x01˜\x1D¦‘prü—÷«¤vŸ=©"
  b"\x01˜\x1D¦‘r)ˆÕXø2“BW"
  b"\x01˜\x1D¦‘™snÓ\x10n–Á\v"
  b"\x01˜\x1D¦‘§rG‰\x12*©€6.ê"
  b"\x01˜\x1D¦‘¶qJ‹Fd5ÊÎD5"
  b"\x01˜\x1D¦‘År7‘!äh\x1DÊì"
  b"\x01˜\x1D¦‘Ôq¾³5Ƚ¾Y½x"
  b"\x01˜\x1D¦‘åqõ¸‘.#½Äôç"
  b"\x01˜\x1D¦‘øs[ŒI’\x1D\x08ÉVû"
  b"\x01˜\x1D¦’\x08rÍ¢P½>#6/"
  b"\x01˜\x1D¦’\es”ªÇɲZ±\x05¾"
  b"\x01˜\x1D¦’,s*•Ï7úbS™"
  b"\x01˜\x1D¦’?p²¨ebqÅeº×"
  b"\x01˜\x1D¦’Rp\x15·Ý·ó5Y«g"
  b"\x01˜\x1D¦’gs\x12’/Ûç(Z|¬"
  b"\x01˜\x1D¦’|ru·ð¥@\x03õُ"
  b"\x01˜\x1D¦’så–(\x08{Ê\D•"
  b"\x01˜\x1D¦’¤qô†Ìf½…÷0`"
  b"\x01˜\x1D¦’¼sé“¥~A\eU\x11&"
  b"\x01˜\x1D¦’Ïpÿ“\x04\x1E,æ´)i"
  b"\x01˜\x1D¦’årÖ¦ú²“Ž\vݦ"
  b"\x01˜\x1D¦’ùs²œïnÑécÅ#"
  b"\x01˜\x1D¦“\x10q·»‡\x16·Á\x04à"
  b"\x01˜\x1D¦“'såµçò7Vr»"
  b"\x01˜\x1D¦“:rp­5ÄÒV;ˆ8"
  b"\x01˜\x1D¦–©pí—Íú§¾ð9\x16"
  b"\x01˜\x1D¦–Öq\x05¶o¥¥>•L+"
  b"\x01˜\x1D¦–úp¡³G\x0EmAg×_"
  b"\x01˜\x1D¦—\x14s}’„‘¡$q[°"
  b"\x01˜\x1D¦—/qñ¤àíyðQˆ¥"
  b"\x01˜\x1D¦—Iq&¡Á¿7\r©ö-"
  b"\x01˜\x1D¦—cq"¿[SEï\x10É™"
  b"\x01˜\x1D¦—€s>­\x08ò{tõ\e"
  b"\x01˜\x1D¦—µp¡¤Vm›XÍÉ÷"
  b"\x01˜\x1D¦—êrržn¾ ÛãUå"
  b"\x01˜\x1D¦˜\x02q-“Ñÿ‹W?Øý"
  b"\x01˜\x1D¦˜\eržª\rÞ\x12–Í•A"
  b"\x01˜\x1D¦˜6pb„¦c© #—î"
  b"\x01˜\x1D¦˜JrŸ¾«ùD›mpL"
  b"\x01˜\x1D¦˜_q:Ÿe\t¼Öy\e"
  b"\x01˜\x1D¦˜sr׆}\x04ððœKe"
  b"\x01˜\x1D¦˜‘s¼Ž"’¿^œ\x10f"
  b"\x01˜\x1D¦˜¥p¯³¥ßºa\x7Fr\n"
  b"\x01˜\x1D¦˜ºsA¶ß ñ†û\x1E"
  b"\x01˜\x1D¦˜Ör½¦À»×9±‘\x04"
  b"\x01˜\x1D¦˜ðpñœ\x08·lsTéE"
  b"""
    \x01˜\x1D¦™\n
    q[‹¡Ã\x10Á²×›
    """
  b"\x01˜\x1D¦™\x1FpÒ•¡ ‘µYxÛ"
  b"\x01˜\x1D¦™=påmïAê¨åÍ"
  b"\x01˜\x1D¦™Ss¥µ\x0F\x1A\x16M€"
  b"\x01˜\x1D¦™qq\x06Ž\x1C8º1xˆM"
  b"\x01˜\x1D¦™„rUîÞ\x17l\x1E˜²"
  b"\x01˜\x1D¦™˜qb‹aлÛÂx2"
  b"\x01˜\x1D¦™¯s£²w\x14ŠsºäT"
  b"\x01˜\x1D¦™Êp蟱:\x1D(ÿ‚X"
  b"\x01˜\x1D¦™árw‰Æ’è«\x19ª,"
  b"\x01˜\x1D¦™üpÑ€—\x11ð“p‘’"
  b"\x01˜\x1D¦š\x14s>ƒSyB\x0FTïÎ"
  b"\x01˜\x1D¦š-pß„\x7F\x1Aè-Ž"
  b"\x01˜\x1D¦šEp—¬0sy3ÒÏm"
  b"\x01˜\x1D¦š]q)p\x02ÜÍ#"
  b"\x01˜\x1D¦štrf“Ù~€&äc\x14"
  b"\x01˜\x1D¦šŽr\x00®T\x14\x14‚å\t"
  b"\x01˜\x1D©ì}sS˜Nv‰\eܸ\x1E"
  b"\x01˜\x1D©ì’p\–!Bâ®ÉàG"
  b"\x01˜\x1D©ï-rÁ¦S>:ê–ʳ"
  b"\x01˜\x1D©ïGqÿ‹nj!m«ô—"
  b"\x01˜\x1D©ï[s>Ž‚íp¼¨€8"
  b"\x01˜\x1D©ïppj’ŸÏpé\x1F"
  b"\x01˜\x1D©ï‚sÛ˜q2–ÅÜ®±"
  b"\x01˜\x1D©ï›p³®+}0ÑÂÛO"
  b"\x01˜\x1D©ï¯rA²<¬Œjú_F"
  b"\x01˜\x1D©ïÃs?­Æ¹Ì\r\x14.d"
  b"\x01˜\x1D©ïØq¯ž™\t\v\tñ\x1C""
  b"\x01˜\x1D©ïêrà¨8öÝœò6í"
  b"\x01˜\x1D©ïÿpıOtù›kSÅ"
  b"\x01˜\x1D©ð\x14sͽ]šÚQnêR"
  b"\x01˜\x1D©ð*qج„ïÔ4 Ku"
  b"\x01˜\x1D©ð>s\x06¥±Ñ€¿D\x06Ÿ"
  b"\x01˜\x1D©ðZq5˜é\x7F\t\x13"
  b"\x01˜\x1D©ðyqKð”9\v`vE"
  b"\x01˜\x1D©ðŽs·™§©#Ÿ¯Ð>"
  b"\x01˜\x1D©ð§s_¿ÿÜü;‚Rý"
  b"\x01˜\x1D©ð¼s°C\x1A€©Nú0"
  b"\x01˜\x1D©ðÏq±ªJ¹\x10½À\x10\x14"
  b"\x01˜\x1D©ðápç˜@=nkzãm"
  b"\x01˜\x1D©ðópd™ÓÍ*ŽñÙù"
  b"\x01˜\x1D©ñ\vr¶–‘ðç\x7FmÍ"
  b"""
    \x01˜\x1D©ñ\es\n
    «…ͺu°Wµ
    """
  b"\x01˜\x1D©ñ-p¢8ûß@;§\x1A"
  b"\x01˜\x1D©ñCq\x7F¯\x00‡WX}çh"
  b"\x01˜\x1D©ñTp´³èé\x1E¹\x1Dż"
  b"\x01˜\x1D©ñdr\x15Ž\x08Û \v{"
  b"\x01˜\x1D©ñys㣙B¡-ŽtÜ"
  b"\x01˜\x1D©ñ”r"‚\x1A• ˆa“\x01"
  b"\x01˜\x1D©ñ§q;¼\x02\x1D¢Ú\x18ܤ"
  b"\x01˜\x1D©ñ·q-½¾Í}ìÝ,Æ"
  b"\x01˜\x1D©ñÑqC°ÔCëîËsÄ"
  b"\x01˜\x1D©ñçpò—û8\x00P8M "
  b"\x01˜\x1D©ò\x04s(Žd\x13ÏÝÖÄ¢"
  b"\x01˜\x1D©ò\x17s<–ÑCOŸ\x14æØ"
  b"\x01˜\x1D©ò*r\x1F¶oV\x02ÎŦæ"
  b"\x01˜\x1D©òBpù²¤\x0F2\x06nɏ"
  b"\x01ºWþwq}„uýúPþ\rc"
  b"\x01˜\x18\x0Fq>¾W$øó‚UO"
  b"\x01˜\x18O¶3sK€A,"ùÖ Ž"
  b"\x01˜\x18O¶Ip3°\x12Õ¿Ÿ D\x18"
  b"\x01˜\x18O¶eqt†K¯…\x7F#w÷"
  b"\x01˜\x18O¶yrö…Ž”¿”Ì\x1D\x1E"
  b"\x01˜\x18O¶Žpí˜êkM]\x08\x14Ê"
  b"\x01˜\x18O¶Ÿsjށµƒâ‚Â\x15"
  b"\x01˜\x18O¶·p(Œ£ªü•aÚw"
  b"\x01˜\x18O¶ÊsƐ¿!bœ\fx*"
  b"\x01˜\x18O¶ár\x05ºÌzá\fâƒõ"
  b"\x01˜\x18O¶÷pѧæð\x0FUÑñ§"
  b"\x01˜\x18\vss§\x0F'õ¿ZVý"
  b"\x01˜\x18\x1Erg¢Iúø©Pk„"
  b"\x01˜\x18O·7p\x17ŸýÝ\x05D\x00à\f"
  b"\x01˜\x18O·Os˜²ÀŸË )¢Ù"
  b"\x01˜\x18O·_s(¼Z„(Öu0\x1F"
  b"\x01˜\x18O·tq©œ×¡áHã„\x18"
  b"\x01˜\x18O·‡sƏÍ>~ý\x00[’"
  b"\x01˜\x18O·šrÒ±Újl\x13Ç\x1Fç"
  b"\x01˜\x18O·¯q؇‘Rý&=ÓL"
  b"\x01˜\x18O·Âs#Ž“Kaýhµ‚"
  b"\x01˜\x18O·Ôq\x08½c´ÄìÐb"
  b"\x01˜\x18O·îs%‘̦Ç\x06\rŠ´"
  b"\x01˜\x18\x04q4”wØÍz\x1Aª\x18"
  b"\x01˜\x18\x1Dpʺ\x1Df‡ùÿ+œ"
  b"\x01˜\x18O¸5sEŸ\x01ã{þ!ˆ•"
  b"\x01˜\x18O¸Hq4›ï\x1D™ÜÊ_t"
  b"\x01˜\x18O¸^qX‡ÂzúxŒÃ3"
  b"\x01˜\x18O¸spס\x15(Þ`øÕ²"
  b"\x01˜\x18O¸†sÞ#¥\x11.ýø"
  b"\x01˜\x18O¸™p›¾å$Ú$£üã"
  b"\x01˜\x18O¸«q5œ•ò—f\x15Ua"
  b"\x01˜\x18O¸¿pÅ„ˆ]Ï^qßb"
  b"\x01˜\x18O¸Ósϧ´è\rNþhö"
  b"\x01˜\x18O¸årø˜fñ©A\ê"
  b"\x01˜\x18O¸ør§”Ö\ÿ²n\À"
  b"\x01˜\x18O»¥qÿ”\x15^¯Ùz–\x10"
  b"""
    \x01˜\x18O»Äq\x1F²OF\n
    Þف
    """
  b"\x01˜\x18O»Ùrý±ãíÁqJìÙ"
  b"\x01˜\x18O»ìrô¼áÌÄéωa"
  b"\x01˜\x18O»ýqa†\x17…­ŽØÃ‚"
  b"\x01˜\x18\x10r2‚FrÎÓe¦Ä"
  b"\x01˜\x18O¼%q½›êÒGˆÏš!"
  b"\x01˜\x18O¼Bs\tµÂø—åh8Ï"
  b"\x01˜\x18O¼_p\x0F§ñ\x01¬Ðмr"
  b"\x01˜\x18O¼zss¸qjþ·Æ-å"
  b"\x01˜\x18O¼si¼K¿Ò¾8 ù"
  b"\x01˜\x18O¼£qB·Xä¥å&\x16\x0F"
  b"\x01˜\x18O¼¼pî¥õú»Œ¿7‡"
  b"\x01˜\x18O¼Ïr\x1C›xÙ‘¿Ž(o"
  b"\x01˜\x18O¼às\x10ŠÅ_à\x16ñ&8"
  b"\x01˜\x18O¼ñr\x12žNy\x18êµ~Ð"
  b"\x01˜\x18\x05pðŒ4k–‚rè•"
  b"\x01˜\x18\x17pæ”yÁÖ$¡iÌ"
  b"\x01˜\x18O½,rG¶ô.\r‘Ú^V"
  b"\x01˜\x18O½Br\x14¸Ãª÷ë©I¯"
  b"\x01˜\x18O½Vq:…ë\x18ùˆ\x10;="
  b"\x01˜\x18O½rse¦´\t¹Yž ‹"
  b"\x01˜\x18O½‰p\x1Fù †ŒðÔ\x07"
  b"\x01˜\x18O½ pc€\x11Þç<ýѳ"
  b"\x01˜\x18O½¹peŒ\fvvcЏ5"
  b"\x01˜\x18O½Ðp\x12¯º\x07£Ï÷^\x1D"
  b"\x01˜\x18O½ìr†t¹qͳ™"
  b"\x01˜\x18\x07s|§K×\f¹3PÛ"
  b"\x01˜\x18\x1Ap\x1D”4IÈ롚-"
  b"\x01˜\x18O¾,qˆ²N˜4—Ê8\x07"
  b"\x01˜\x18O¾?r4‹8…H!b-"
  b"\x01˜\x18O¾Up¯¿‹©¾Ÿ‘^O"
  b"\x01˜\x18O¾js\x03—ÊŠ»\x7F\x15"
  b"\x01˜\x18\x7Fpd„\x14\x15þs÷®Ì"
  b"\x01˜\x18O¾“rž…-\x04mJ3\x19"
  b"\x01˜\x18O¾§sLªR»ï\fѯà"
  b"\x01˜\x18O¾½pb€\x06g[ž\x12E"
  b"\x01˜\x18O¾Òr7¦\x02t¤ÞÊJš"
  b"\x01˜\x18O¾ês\x00–¥·\x01Å\x06\x19I"
  b"\x01˜\x18O¾ÿpT½x\x18sJ"Ub"
  b"\x01˜\x18O¿\x13qèŠÌdö‘„Š\x02"
  b"\x01˜\x18O¿*r\x05\x7FžàGPˆ"
  b"\x01˜\x18O¿@p+·ÅÌ\x18‰œ ¾"
  b"\x01˜\x18O¿Vq–¾›ÑEªÕüe"
  b"\x01˜\x18O¿jrF¤\x01\x10\tîz‡×"
  b"\x01˜\x18O¿~q¸½{î,Ìö©x"
  b"\x01˜\x18O¿’pi Pk!½e8_"
  b"\x01˜\x18O¿§p\x7F˜H.\x06‘£\x1A"
  b"\x01˜\x18O¿¿p\x06²PÊ\x08ÜÞ¨/"
  b"\x01˜\x18O¿Õq£‡-œ÷»4\x01Q"
  b"\x01˜\x18O¿ëq{¸?Ø£\x17S/»"
  b"\x01˜\x18\x02rΦJ‚…ò\x19ºÇ"
  b"\x01˜\x18\x19s|¹°9OŽæ\x16k"
  b"\x01˜\x18OÀ0qó¨û¢R]ûHÐ"
  b"\x01˜\x18OÀKss¡ˆ5Ä\x1FüÅœ"
  b"\x01˜\x18OÀ`rH“\x10<\x18ÑÁç²"
  b"\x01˜\x18OÀrr\x1AÖ;çI#2Ú"
  b"\x01˜\x18OÀ‡q9™qŸ\x13@ìéµ"
  b"\x01˜\x18OÀžp¥³9v=å—~@"
  b"\x01˜\x18OÀ¶q\x1C©Ê£Z\x11èÆ\x07"
  b"\x01˜\x18OÀÍrÍ€»d\x07\x0F\x02"
  b"\x01˜\x18OÀãr¾‹c\f¡B¾Ég"
  b"\x01˜\x18OÀøq–­€ YPîþK"
  b"\x01˜\x18\x0Fpg½1Éæ.ôP¶"
  b"\x01˜\x18OÁ$r¶éc—­Ì”…"
  b"\x01˜\x18OÁ:s\x01½÷xçE¸™‡"
  b"\x01˜\x18OÁSq˜‰4{\x18u«Æi"
  b"\x01˜\x18OÁks ¶|ôŒÍ\x02\x16í"
  b"\x01˜\x18\x7Fqt¡›\x12oE!s„"
  b"\x01˜\x18OÁ—qûž†gcûAPŽ"
  b"\x01˜\x18OÁ³p±„XìÁ‡—$ß"
  b"\x01˜\x18OÁÓq›µÖY\x198Å:"
  b"\x01˜\x18OÁéqW›ùÊ \x05\x7F"
  b"\x01˜\x18\x06q¬ž“Ìõ–r\x17â"
  b"\x01˜\x1D´JÎp4¤Nâ!L\f+"
  b"\x01˜\x1D´Jûr.²p\x14a\x11:€T"
  b"\x01˜\x1D´K\x16p\x01ŠÐËÒO<«?"
  b"\x01˜\x1D´Ìhp÷¶gyŠw¶Ÿ†"
  b"\x01˜\x1D´Ì‹q«®àÒ\x11yôAã"
  b"\x01ºTŠÞpB/\x00å\x10AJ"
  b"\x01º\\x1FZpÀšc\x1Dü6@¤Ü"
  b"\x01º\%ƒr¨±\x12\x19q\x1Dèy"
  b"\x01º\%ÚsK‚_óÍ5Â\ví"
  b"\x01º\&¡s[½{Ø\f~1‚}"
  b"\x01º\&Ãp\rŽÒÏÉÐO·Ä"
  b"\x01º\'1r¸­Ó—\x16¤²ä2"
  b"\x01º\'®pŒ™ÖJ¬òüü÷"
  b"\x01º\(\x08sw«\x1A³¶('\x0F<"
  b"\x01º\0eqj“j8Ä+|ª¾"
  b"\x01º\8ss²®ÃËx\x04Õkk"
  b"\x01º\?¡pñ ‚J\x01:©ÚŽ"
  b"\x01˜\x1D¦ ñqң§ÕGÅû³"
  b"\x01˜\x1D¦!\vsϝGÅI’®†j"
  b"\x01˜\x1D¦!$stƒ\x1Cb‚À£ŒÌ"
  b"\x01˜\x1D¦!<qŒ¾%øà\÷¤‰"
  b"\x01˜\x1D¦!Nr”­UÖRf\v„Ü"
  b"\x01˜\x1D¦!_pÐ¯Ýøkò\t\x00\x10"
  b"\x01˜\x1D¦!ppM»\x0Fª‰Žn0"
  b"\x01˜\x1D¦!‚rk\x1Fù»ø\x07]\t"
  b"\x01˜\x1D¦!™rÞ“®í*E !U"
  b"\x01˜\x1D¦!«rH«O\x04a\x07ÍÚ?"
  b"\x01˜\x1D¦!¾p’³?äùêðo"
  b"\x01˜\x1D¦!Óp𳜡\x03&à³ý"
  b"\x01˜\x1D¦!ærS¿°\v:˜ìƒ¿"
  b"\x01˜\x1D¦!øq␶†o$\x0F³½"
  b"\x01˜\x1D¦"\vpAŽ\x00\x7Fqpʪù"
  b"\x01˜\x1D¦"\x1Ds\r‡×ñĺP<ß"
  b"\x01˜\x1D¦"/q¾i)ÑRK•"
  b"\x01˜\x1D¦"?q\x10­ÖH\x0El\x04"
  b"\x01˜\x1D¦"Qqï…jÜz¨‚ð¸"
  b"\x01˜\x1D¦"bp9œ\x10ɲÅ$ÞA"
  b"\x01˜\x1D¦"ssQ‚\x10§ª×<\r]"
  b"\x01˜\x1D¦"ˆqß‘°\x07ö\x18µ‘r"
  b"\x01˜\x1D¦"™q°¯Yâ9\x18È\x06Ä"
  b"\x01˜\x1D¦"ïr\x17žLBþ%\x11\x17§"
  b"\x01˜\x1D¦#®sû¿¸\x16\x7Fc­©÷"
  b"\x01˜\x1D¦#éqþ‘5ÚùEÍœ="
  b"\x01˜\x1D¦#ûp'ŽÑ\tÀ-\x16\x0Fù"
  b"\x01˜\x1D¦$\rr\x1F™G*LPù”n"
  b"\x01˜\x1D¦$Wr\x08»ÓÏa\x14§Æž"
  b"\x01˜\x1D¦%)qA¤nv£\v2J"
  b"\x01˜\x1D¦%Ørô¹©òî…8\x17Å"
  b"\x01˜\x1D¦&=r¼ƒ\x11/Rg<n"
  b"\x01˜\x1D¦&Usäµ[\eÝ®^\e["
  b"\x01˜\x1D¦&hpã‹T‘-\x07¶Ó\x12"
  b"\x01˜\x1D¦&xs`¸ƒøåŽ9•ô"
  b"\x01˜\x1D¦&‰r\x1F¦5`IS|\vß"
  b"\x01˜\x1D¦&šs€ŸJcµ8¥$§"
  b"\x01˜\x1D¦&¬s[«¾\x15·©")~"
  b"\x01˜\x1D¦&ÿq߬\fс>¨5Z"
  b"\x01˜\x1D¦'!rʘVQ\x04\x0FE\x19"
  b"\x01˜\x1D¦'4pÓ¿ÊÄg°\x13¬»"
  b"\x01˜\x1D¦'{sá¸Ì›E 9@¡"
  b"\x01˜\x1D¦'Äs„®…+½q\x02?K"
  b"\x01˜\x1D¦'érl±h±¹ÿ“¡d"
  b"""
    \x01˜\x1D¦(\n
    s„©©MŒ®Ã-\
    """
  b"\x01˜\x1D¦(,q|ª²\x13Kv\t·Ë"
  b"\x01˜\x1D¦(IsӉ烫†°lÑ"
  b"\x01˜\x1D¦(bs8Ÿ¢1ArS#P"
  b"\x01˜\x1D¦(zq€‡Wc&óÇ|Â"
  b"\x01˜\x1D¦(“qªYèF\x06\x15"
  b"\x01˜\x1D¦(«q“µo6|\esZY"
  b"\x01˜\x1D¦5›qó‘òǶr¬ü-"
  b"\x01˜\x1D¦5Åp\x1A¬kã´ê'\x11Â"
  b"\x01˜\x1D¦5Ýp\x18ƒ9¨òiÄS\x01"
  b"\x01˜\x1D¦5ösG£Æó#w\t\x05\x0F"
  b"\x01˜\x1D¦6\x0Eq‚˜ÿ\x17*\x13\x12wv"
  b"\x01˜\x1D¦6(r”}+‘\x1E¶»å"
  b"\x01˜\x1D¦6BrÛ…ÍM|¢Ô\x13"
  b"\x01˜\x1D¦6[q0¨’\x0F.®3ô\v"
  b"\x01˜\x1D¦6tr\x11¥ü\óJ¹B„"
  b"\x01˜\x1D¦6qK£¡æ\x02zF’×"
  b"\x01˜\x1D¦6¥rjޱ\x15\x1A\\x15cu"
  b"\x01˜\x1D¦6»qgŽG\x18<‡˜uó"
  b"\x01˜\x1D¦6ÑrX†õÅÄ\x03}š#"
  b"\x01˜\x1D¦7\x16q}·ïŽ–ûöxÔ"
  b"\x01˜\x1D¦7Cræ–\x0F«½€ØLÔ"
  b"\x01˜\x1D¦7Ur9…ÛÕ½ å\x07ë"
  b"\x01˜\x1D¦7lq(ŒCéá(…ÙÍ"
  b"\x01˜\x1D¦7„s\fžy\x18ÙGó[\x0F"
  b"\x01˜\x1D¦7œqÆ 4±Ñ#Naa"
  b"\x01˜\x1D¦7³qȹ˭Bë¼ë\x19"
  b"\x01˜\x1D¦7Êp‚•în‡æg%"
  b"\x01˜\x1D¦7ßsú™ž’6¾éÐ"
  b"\x01˜\x1D¦7ùs8¾éˆAt[èÇ"
  b"\x01˜\x1D¦8\x14pŒ†ÌŽ÷õéåq"
  b"\x01˜\x1D¦8,q÷¼b±ÍÞ'îÆ"
  b"\x01˜\x1D¦8Ap>±c½ã«ã‡\x1D"
  b"\x01˜\x1D¦8Xs¯ª\x16Ì"ó•?"
  b"\x01˜\x1D¦8jrÔºÓHøJ\x070x"
  b"\x01˜\x1D¦8|ró€hÁê !H]"
  b"\x01˜\x1D¦8‹p´Ÿédáã\f\x17?"
  b"\x01˜\x1D¦8Ÿq\x180¬¼VËÈÆ"
  b"\x01˜\x1D¦8¹räœÛ8ö\x14U\x01¬"
  b"\x01˜\x1D¦8ÎrT”‘Fy˜8-€"
  b"\x01˜\x1D¦8ãs\x16ƒîÏå›C¨"
  b"\x01˜\x1D¦8ôså´Z“(Z¯¶¿"
  b"\x01˜\x1D¦9\x05q‹½·/\x08·â]´"
  b"\x01˜\x1D¦9\x18rž¥a‚´ü[{^"
  b"""
    \x01˜\x1D¦9/qì±5ÑQ\n
    \t
    """
  b"\x01˜\x1D¦9?qí›Û¹‚¤kCÚ"
  b"\x01˜\x1D¦9Pr\x11§SNç$\róe"
  b"\x01˜\x1D¦9asJ—Hu’dNìU"
  b"\x01˜\x1D¦9tpn˜L\x16³Ñ^¹ÿ"
  b"\x01˜\x1D¦9Šr¡“ÚS#dÏ,"
  b"\x01˜\x1D¦9›qh·w¬ŸvéÓ-"
  b"\x01˜\x1D¦9³p¯¹\x03+Aüð˜É"
  b"\x01˜\x1D¦9Èr_…\x10˜A¹ò\tø"
  b"\x01˜\x1D¦9ÙsúŽV:Ë&íÈ©"
  b"\x01˜\x1D¦9ëq ÁB¬ÿž\x13"
  b"\x01˜\x1D¦9þrв“Ù\^\x12ô "
  b"\x01˜\x1D¦:\x11sÝ¥¶Žô‘½ßi"
  b"\x01˜\x1D¦:!soœ”¨G×Âjæ"
  b"\x01˜\x1D¦:8sK…\x02\x1Dí§xßÂ"
  b"\x01˜\x1D¦:Oq%¿.8Ë>†‡³"
  b"\x01˜\x1D¦:cqÕ¨íû¡@ê\e "
  b"\x01˜\x1D¦:vs¸¡\x06\x07h\t\r\x015"
  b"\x01˜\x1D¦:Šq¿³xÁÜ·.ʺ"
  b"""
    \x01˜\x1D¦:£q\x18ª•\n
    ;:\x10ÃÁ
    """
  b"\x01˜\x1D¦:½pž¼r%ÝÚ\x06"
  b"\x01˜\x1D¦:Õq—½‰ó\fmY¡ï"
  b"\x01˜\x1D¦:æsüŽÇv[¿`\x11å"
  b"\x01˜\x1D¦:úpÉ®X"ÄHœ\x06F"
  b"\x01˜\x1D¦;\tr4€¾äHd\x0EõÁ"
  b"\x01˜\x1D¦;\x1FpA£"‘(>[q"
  b"\x01˜\x1D¦;8r`¦f×0òÒcˆ"
  b"\x01˜\x1D¦;Lqf’Fú\x07\x11_þò"
  b"\x01˜\x1D¦;fs¼¡_Òˤç‰û"
  b"\x01˜\x1D¦;tsOª\r\x11WÌ뭐"
  b"\x01˜\x1D¦;…qµ¦xÝ|YÙò;"
  b"\x01˜\x1D¦;˜rŒŠóK\x1Cï¾O\x03"
  b"\x01˜\x1D¦;­sTµ7gÖˆ:Ü{"
  b"\x01˜\x1D¦;Äq¤ž"\x14\x1C³Òò"
  b"\x01˜\x1D¦;Õs\r–ýY\x14×à}\x17"
  b"\x01˜\x1D¦;äpò ãMÔ«6¿z"
  b"\x01˜\x1D¦;ús#®çá;\x13\x19)q"
  b"\x01˜\x1D¦<\x12q±¯Â‹ÓH\x07\x14}"
  b"\x01˜\x1D¦<'rQœTd¶]¯,d"
  b"\x01˜\x1D¦<:p\x14¡Ore‚ãóû"
  b"\x01˜\x1D¦<Ns™™±wL<|Ýœ"
  b"\x01˜\x1D¦<bs ´NH$X\t"
  b"""
    \x01˜\x1D¦<{s\n
    šd€Yb¹\x01Z
    """
  b"\x01˜\x1D¦<Šqñ¬\x03ßTÒ“}\n"
  b"\x01˜\x1D¦<Ÿs\x1F:ôæ’\e›Ÿ"
  b"\x01˜\x1D¦<±r[¦ÂüHœlñn"
  b"\x01˜\x1D¦<×q‰½Ø]Ñvm2\x06"
  b"\x01˜\x1D¦<ðrÒ³ÛBÕ¥þ)Ù"
  b"\x01˜\x1D¦=\x13r­©]tÎbÁ®q"
  b"\x01˜\x1D¦=+r‘ªŸ»U\x11.L€"
  b"\x01˜\x1D¦=Arö‰\x17hµJ\x0E\x1EY"
  b"\x01˜\x1D¦=Vsœ{~R/rù"
  b"\x01˜\x1D¦=lqë§«\x00iô˜0‡"
  b"\x01˜\x1D¦=‚rú—ÔôJÛâkQ"
  b"\x01˜\x1D¦=’sŸžõ¨¸ÂÓ¤š"
  b"\x01˜\x1D¦=§p,¡g³\x13‰>ï¬"
  b"\x01˜\x1D¦=½pQˆ\x06I\x§à7"
  b"\x01˜\x1D¦=Øq‚¸P½Ÿ\x14NÁC"
  b"\x01˜\x1D¦=ëqՁ2CÔ˜´ü("
  b"\x01˜\x1D¦>\x00p\x02»¨ël\«ÞI"
  b"\x01˜\x1D¦>\es@¡f\x1A_[Û´×"
  b"\x01˜\x1D¦>.p+¦ú³\x166™HË"
  b"\x01˜\x1D¦>?rS«Ê„‹´R÷é"
  b"\x01˜\x1D¦B!s:¦žCï¾Câ"
  b"\x01˜\x1D¦B@r:‚ÙGÛÓLSè"
  b"\x01˜\x1D¦B^p?‡ˆDæÞ\x0F\x06"
  b"\x01˜\x1D¦Bvq(—ªsœ-Þ9"
  b"\x01˜\x1D¦Bœq+‚™~ò8áç"
  b"\x01˜\x1D¦Bµp™¤€âM\f\µJ"
  b"\x01˜\x1D¦BÏp\x0F¢Âqó\x1D˜®-"
  b"\x01˜\x1D¦Bçrë¼Ö¬$\x08Þ5Ÿ"
  b"\x01˜\x1D¦BÿsØ›«Ý\x12à9c^"
  b"\x01˜\x1D¦C\x16qÁ±»nêß'ŽŠ"
  b"\x01˜\x1D¦C.p¹ºL»\x16ðàŠN"
  b"\x01˜\x1D¦CYq©¢%&7—†šÂ"
  b"\x01˜\x1D¦Cmr„´\x1Epë¬_)Å"
  b"\x01˜\x1D¦C~p\x07‘¯™hÌ¡#Ç"
  b"\x01˜\x1D¦C˜r™¤\t1o6¸G¯"
  b"\x01˜\x1D¦Cªp÷¤9ÑÒY®=D"
  b"\x01˜\x1D¦C½p€€ë×\x14~\x1AÀÎ"
  b"\x01˜\x1D¦CÙqˆšTlÛ”j\x11."
  b"\x01˜\x1D¦CýqA»‹Bxãê¨è"
  b"\x01˜\x1D¦D\x15qîO:«‚yþý"
  b"\x01˜\x1D¦D5s8ŸÌWºÜ\vƒ>"
  b"\x01˜\x1D¦DMqU‚¨˜JGâé\t"
  b"\x01˜\x1D¦Dfr¼“j\x12AÓ˜¬»"
  b"\x01˜\x1D¦D\x7Fsw˜\x1A­äÞ}¬ú"
  b"\x01˜\x1D¦D˜rìØv\x17\vǶ¨"
  b"\x01˜\x1D¦Dµs\x15¬gÓ1T\x1D5\x03"
  b"\x01˜\x1D¦DÍpZ­\x07Ð661j\x04"
  b"\x01˜\x1D¦Dèr{šë˜¸ªlË­"
  b"\x01˜\x1D¦E\x02p?¸Å†\x14_¤L0"
  b"\x01˜\x1D¦E\x1CqÄŸ‘Fã\x1F¯Ûi"
  b"\x01˜\x1D¦E3q\x08\x02\x00Û¿õ\x18"
  b"\x01˜\x1D¦EIrƶ^v³öD,ä"
  b"\x01˜\x1D¦E_rƯB÷\x17(@\x1A"
  b"\x01˜\x1D¦Eusv®jùsÓÑ¡@"
  b"\x01˜\x1D¦Eˆrt¬ž\t€>ÿ%ð"
  b"\x01˜\x1D¦E›qh‹\x15Âz€QÃ"
  b"\x01˜\x1D¦E¯pq‚‰c9Y\x02"
  b"""
    \x01˜\x1D¦EÄsšXk\n
    Šø\x02¬
    """
  b"\x01˜\x1D¦EÚpΏcÍ<\x01Â'Ç"
  b"\x01˜\x1D¦Eòr¯–ÔìÛZø\x03\v"
  b"\x01˜\x1D¦F&p\x08ŽþŸ\x01¬¨\x03 "
  b"\x01˜\x1D¦F;p0ƒ\x1AA!ŸŽsƒ"
  b"\x01˜\x1D¦FKpaºÈ²nÁ$Sè"
  b"\x01˜\x1D¦FbsT€ž¾±ö\x18"
  b"\x01˜\x1D¦Fwqª‰\x0E\x06$_«"
  b"\x01˜\x1D¦F‹rn¨%UúÛ$‘-"
  b"\x01˜\x1D¦F rú¬Ó¹Ž¡l "
  b"\x01˜\x1D¦Fµr¯¡{j\x07_4\x0F\x08"
  b"\x01˜\x1D¦FËs\x14¹dc>Mýúð"
  b"\x01˜\x1D¦Fâq%„†ïEÌm—y"
  b"\x01˜\x1D¦Fùp\x16´ìã¸RɯÎ"
  b"\x01˜\x1D¦G\x16p¦–<˜\x06ÂÉ®Ô"
  b"\x01˜\x1D¦G*sÚ¹¢§Ž,\x06¢‰"
  b"\x01˜\x1D¦G>rf­BÌî'U“ö"
  b"\x01˜\x1D¦GXró¦¤=K-\x1D¼"
  b"\x01˜\x1D¦GupX’ÃéLpbœA"
  b"\x01˜\x1D¦GŠp¶›îÐ?Û¦Œ˜"
  b"\x01˜\x1D¦GŸpG‹\e}Ï—‡-k"
  b"\x01˜\x1D¦G·ri­‚^~ WZr"
  b"\x01˜\x1D¦GËp\x1E\x13(|\tPDß"
  b"\x01˜\x1D¦Gßp\x1C†èŸ xœ\"
  b"\x01˜\x1D¦Gøs²w‚ìJž\x02"
  b"\x01˜\x1D¦H\x0FpA‹«Äõ7d(m"
  b"\x01˜\x1D¦H"q\x1D®Šœ]é9Ö½"
  b"\x01˜\x1D¦H:q\x10°+\x12ìâ8J~"
  b"\x01˜\x1D¦HNr/¥Qk>Æ÷£¤"
  b"\x01˜\x1D¦HiqÖŽöÞÎQW'\x1A"
  b"\x01˜\x1D¦H‚q¦±ÿ°'¾jˆß"
  b"\x01˜\x1D¦Hœp ˆ‹HŠi«Tï"
  b"\x01˜\x1D¦H±qˆ£\rµ>?7=u"
  b"\x01˜\x1D¦HÊqî»)4€o6šœ"
  b"\x01˜\x1D¦Hãqk—’õûö—¥-"
  b"\x01˜\x1D¦Hûrr«2.õLò\x14`"
  b"\x01˜\x1D¦I\x15rÒ‹SÆúŽÑ®Ï"
  b"""
    \x01˜\x1D¦I.r\n
    °\eUª ñ¥š
    """
  b"\x01˜\x1D¦I@q€˜‰ƒåØ´K>"
  b"\x01˜\x1D¦IZsU£ª1¶)g¦–"
  b"\x01˜\x1D¦Imsv»\e8·´¯D4"
  b"\x01˜\x1D¦I…r\x06¸,\ÿèÐp\x03"
  b"\x01˜\x1D¦I˜p\x04‡*”'œÿn‹"
  b"\x01˜\x1D¦I¯q›Ÿ\t)ŸÂ3OØ"
  b"\x01˜\x1D¦IÇqw¼\x1CÉz\\x1Cû"
  b"\x01˜\x1D¦IÞsw†¡õ\x12‡[\x07"
  b"\x01˜\x1D¦Iõq2«ŠìDÕÔ\x06Š"
  b"\x01˜\x1D¦J\x0EpG¾Ê•©¤¯gC"
  b"\x01˜\x1D¦J>p’Œ‹­i“Ó3ä"
  b"\x01˜\x1D¦JTpÄ•ŽLíJ\x7Fà)"
  b"\x01˜\x1D¦JiqAˆ>M\x0E£\x16Š"
  b"\x01˜\x1D¦J{qq›,3hrnª{"
  b"\x01˜\x1D¦J”rI™˜\x16­ Æ¡a"
  b"\x01˜\x1D¦J¨rm¡4S»$µ½ù"
  b"\x01˜\x1D¦JÀqF¢»žfl\x1Dé\t"
  b"\x01˜\x1D¦J×p°ˆÎ1™\x11\x08¡\x18"
  b"\x01˜\x1D¦Jëq µ;\x7FHÄ-Õÿ"
  b"\x01˜\x1D¦K\x04s\x03ª7fä[ßß\r"
  b"\x01˜\x1D¦K\x18qŒ²y\x1Eã–æu±"
  b"\x01˜\x1D¦K*pǧîöÛS\x18ŸE"
  b"""
    \x01˜\x1D¦KCpޏc:\n
    ×}sß
    """
  b"\x01˜\x1D©Üòp%ˆ˜_½èKg˜"
  b"\x01˜\x1D©Ý\tpy¢.½«Ô,Š1"
  b"\x01˜\x1D©Ý\x1Dqqˆ\v,b\v˜&˜"
  b"\x01˜\x1D©Ý3qŒ½²l‘hM"ì"
  b"\x01˜\x1D©ÝJrq£ö¤kŽÐý\x1A"
  b"\x01˜\x1D©Ýer«Š,U™¼€WÙ"
  b"\x01˜\x1D©Ý{pª½“\x1Dù…H)ï"
  b"\x01˜\x1D©Ý‘qg£ªö\x1Aïì’ž"
  b"\x01˜\x1D©Ý©s{»®šŽ®¬O\x07"
  b"\x01˜\x1D©ÝÀs\f§¾1‘¢Œn"
  b"\x01˜\x1D©Ý×qá–S·þÞÃJ½"
  b"\x01˜\x1D©Ýéqð§Áw–™\x10¡"
  b"\x01˜\x1D©ÝüqކØ:l¨ÉI\x1C"
  b"\x01˜\x1D©Þ\x0Es3½„\eÇæ0õÅ"
  b"\x01˜\x1D©Þ"r7ˆøRèÒo0÷"
  b"\x01˜\x1D©Þ;qõÝYw‰\fQ\x04"
  b"\x01˜\x1D©ÞWq€PW~ž‘x‚"
  b"\x01˜\x1D©ÞkrY¹S?ò\x18\x0E"
  b"\x01˜\x1D©ÞŒr]ŸM/ÐÕ\x04ÈÔ"
  b"\x01˜\x1D©Þ¡q\x18²Ž‹\x05\x1Aÿ#Ò"
  b"\x01˜\x1D©Þ¹ro¨‡ŠbŒó\eÈ"
  b"\x01˜\x1D©ÞÌqÄ“M²(DüZn"
  b"\x01˜\x1D©Þär~¬HŠê&‹ä"
  b"\x01˜\x1D©ß\x00rÇ«ýWì‘f7‹"
  b"\x01˜\x1D©ß\x17r›¼Ž\x17ô)BË"
  b"\x01˜\x1D©ß,s¥¾`!\x0Eí£ŠØ"
  b"\x01˜\x1D©ßAr\x19†„©d\x06öă"
  b"\x01˜\x1D©ßXq½ Ó\x11®®\x11"
  b"\x01˜\x1D©ßmqv©êm\tµ÷͇"
  b"\x01˜\x1D©ßƒqg¿©Î%Y‚ƒ÷"
  b"\x01˜\x1D©ß˜s,’``¥/0!@"
  b"\x01˜\x1D©ß°rΤÞVßÙ8\e\x03"
  b"\x01˜\x1D©ßÃr\x14\x7F¬BƒT\x1E"
  b"\x01˜\x1D©ß×s¬¢\e\x01Ý€ÿ]!"
  b"\x01˜\x1D©ßñqL“ãÜšýý2¤"
  b"\x01˜\x1D©à\x02qÑ¢·\x7F´\x08p¶("
  b"""
    \x01˜\x1D©à\x15rq³Û\x0FÛ\n
    ïÏò
    """
  b"""
    \x01˜\x1D©à$p<¡\n
    ™£,\n
    \x10
    """
  b"\x01˜\x1D©à6q„‹áï´Ø¬¢»"
  b"\x01˜\x1D©àFsÉ“– \x08Æä>\x14"
  b"\x01˜\x1D©àVsw¹\\x02“ÜÚP"
  b"\x01˜\x1D©àhpØ«âJ“\x088cî"
  b"\x01˜\x1D©à|pz°‰&¼FÓê("
  b"\x01˜\x1D©àsû¤è\x1C\e>?H|"
  b"\x01˜\x1D©àªs̵%ˆÌ\epG"
  b"\x01˜\x1D©àÁqÓ·3\x18R(\x7F\x051"
  b"\x01˜\x1D©àÞp¥…gålFv[w"
  b"\x01˜\x1D©ãŠq3¼¾Ï\x06λˆ"
  b"\x01˜\x1D©ã¸qv»\x0E+ÐQ¾RÍ"
  b"\x01˜\x1D©ãÓsC¸+þªUd‹N"
  b"\x01˜\x1D©ãêrS–÷ÏlƒW]e"
  b"\x01˜\x1D©ãÿrtœä?\x15ƒ3\x1EÐ"
  b"\x01˜\x1D©ä\x14r줆½/‡ª\x1C\x1E"
  b"\x01˜\x1D©ä/ràé\x19ñ¹-¥ÿ"
  b"\x01˜\x1D©äDrÄ™aÄÍ5‰²"
  b"\x01˜\x1D©ä_qÛ‹ä…\rc£Ž\x13"
  b"\x01˜\x1D©äspŒ¦–ÒK•\x16"
  b"\x01˜\x1D©ä…s [\x01è ëÂ5"
  b"\x01ºX\x03„qûŒ—±\x1A\X…Ä"
  b"\x01˜\x18OÔìs\x0F©'CòW?ë~"
  b"\x01˜\x18\x14sU\x08§\x06É\x08Ç©"
  b"\x01˜\x18OÕ*sæ¥fŽ8ùä«z"
  b"\x01˜\x18OÕBq4¡’\x7FA f\x7F¡"
  b"\x01˜\x18OÕYsÍŒ’zBþ\x0EÞ‰"
  b"\x01˜\x18OÕkqòŽ¥«[ú@ï³"
  b"\x01˜\x18OÕ€qœ±’q\x02Ýa9ù"
  b"\x01˜\x18OÕ›s“–…³®N$s "
  b"\x01˜\x18OÕ³q\e¸‚Ò²\x1DF‡T"
  b"\x01˜\x18OÕÊqÐŒ©ÎAè\x00q‘"
  b"\x01˜\x18OÕàsª\x01dðG'ā"
  b"\x01˜\x18OÕør\x04ž³³Ž×þŽ\x12"
  b"\x01˜\x18\rr‡‘aæêõɏ-"
  b"\x01˜\x18OÖ$pì£*µç ª~F"
  b"\x01˜\x18OÖ;p œõ«:iTÁ*"
  b"\x01˜\x18OÖUr\x1A¦tbü×åðp"
  b"\x01˜\x18OÖos©µzw°Z|­ "
  b"\x01˜\x18OÖƒp÷²¸\x7FzhTZ½"
  b"\x01˜\x18OÖ˜q»O"ï>ù,¹"
  b"\x01˜\x18OÖ²sͼø³tª¹œ\x16"
  b"\x01˜\x18OÖÊræ¸åþáæÓv\x14"
  b"\x01˜\x18OÖâsÖ°\x14\rû\x04M~l"
  b"\x01˜\x18OÖøp=‰\x0F\vyC߁"
  b"\x01˜\x18\rsݬ#¦\x1A¦µ\x0Ež"
  b"\x01˜\x18O× pj†ÎÞb ³\x05Á"
  b"\x01˜\x18O×1rÅ»±8Z¤$`%"
  b"\x01˜\x18O×Ep‡œUÁ\eúE#\x16"
  b"\x01˜\x18O×YsÖºa—Ÿ‘ºªþ"
  b"\x01˜\x18O×ts¹¤ñvoõÎ\v\x14"
  b"\x01˜\x18O׋q¦¹á˜¤Cy"
  b"\x01˜\x18Oםp{„\x01Kà/ýêþ"
  b"\x01˜\x18O×±s\x0E½¦ä2~e–"
  b"\x01˜\x18O×Ãp7”,½piqK"
  b"\x01˜\x18O×Öru›Òj¢ª\x0E\x00+"
  b"\x01˜\x18O×és+—ŽY`y^%Ú"
  b"\x01˜\x18O×ûsýµñ<ä9'µ"
  b"\x01˜\x18\x15ríQ‡$—`~ú"
  b"\x01˜\x18OØ)p­¯mø‘Wá)„"
  b"\x01˜\x18OØ>q\x16‰"x/\t¹sŸ"
  b"\x01˜\x18OØQrû¨n‰¬\x13Ó\x16\x1A"
  b"\x01˜\x18OØeqo–Î\x07‰æ¸¢¢"
  b"\x01˜\x18OØzp[’ºœ°5·\t½"
  b"\x01˜\x18Oؐs¹¿ËZt€Ø©ï"
  b"\x01˜\x18OØ¢pQ‚û@Èç\tÌ}"
  b"\x01˜\x18OزsI«n¥·‘ònÜ"
  b"\x01˜\x18OØÃr\x1A«]޾i¿¢r"
  b"\x01˜\x18OØÚrÀ£ç\x12\x00«\x03À\x14"
  b"\x01˜\x18OØñsí‚–nþîãˆß"
  b"""
    \x01˜\x18\n
    s{¤GÃ.q‰å\x13
    """
  b"\x01˜\x18OÙ!rú–ù˜zÿ\x02¤\x15"
  b"\x01˜\x18OÙ0p\x05œ\x07_—¡ì\x19ã"
  b"\x01˜\x18OÙ@pׂ\x18„„L¹\x1F"
  b"\x01˜\x18OÙPq\x1F–.y‹÷tß"
  b"\x01˜\x18OÙaqU—ôž$RL\x1AX"
  b"\x01˜\x18OÙrp\x1A'Ó\x1C×Õ\x03\x1D"
  b"\x01˜\x18OÙ„sÒ¤zl…Ð/Š&"
  b"\x01˜\x18OÙ”sSšÄœérÕâˆ"
  b"\x01˜\x18OÙ¤pÔ­Îo}ñ\x1F\x04z"
  b"\x01˜\x18OÙ³qDz}Ñe ü±í"
  b"\x01˜\x18OÙÂs_¨\x15^åkû("
  b"\x01˜\x18OÙÑs{”L¥\x1CÛ\x06\x10E"
  b"\x01˜\x18OÙàqàƒl\x1AåsÈK™"
  b"\x01˜\x18OÙðq­¡áÎÎbì u"
  b"\x01˜\x18\x00q¥›GtŠ\nS-"
  b"""
    \x01˜\x18\x14r\x19§\n
    æ¨ÖCù\e
    """
  b"\x01˜\x18OÚ'r]´¯\x16þŠÅ¦Î"
  b"\x01˜\x18OÚ:qРŠK5\x02\x10mk"
  b"\x01˜\x18OÚTpÁ€·-]\x13Üã‹"
  b"\x01˜\x18OÚfs\x01¶N‰M˜¥\x07\f"
  b"\x01˜\x18OÚzpn—”˜8l@\x16±"
  b"\x01˜\x18OÚŽr~¹b„3 †>k"
  b"\x01˜\x18OÚ qY¡rö<©|\x05œ"
  b"\x01˜\x18OÚ´pq¾ÛlïàZ|"
  b"\x01˜\x18OÚÉq\x01½ù¦G¦!hb"
  b"\x01˜\x18OÚßp\x1A«œ\x15y\x0Escu"
  b"\x01˜\x18OÚöqà¨\x05BÆO\x19¼"
  b"\x01˜\x18\rrP­¥\x12j\x18îB­"
  b"\x01˜\x18OÛ&r\r´ß\x1EMjíõ¬"
  b"\x01˜\x18OÛ=s\x02‹n‘r®E‡"
  b"\x01˜\x18OÛWqÔ½¢òm”Ç[Ý"
  b"\x01˜\x18OÛprJ¶L\x18äŸøÙ@"
  b"\x01˜\x18OÛ‰r-­\x11;uÒDCà"
  b"\x01˜\x18OÛ›sHŽûÅÍÕ”Þ´"
  b"\x01˜\x18OÛ¹r2˜Üb\x1Axì¹b"
  b"\x01˜\x18OÛÖq¢ªf¢ÅAIÓ…"
  b"\x01˜\x18OÛïr\x06©¤hf{Ä÷í"
  b"\x01˜\x18\x03r簐¡/Ý3U\x13"
  b"\x01˜\x18\x17s˜ª§Ð\x1F\t}0"
  b"\x01˜\x18OÜ6s ”\x08\x08â\x16ç\x1A7"
  b"\x01˜\x18OÜNp\x1F©\x0E\x7FUüjaƒ"
  b"\x01˜\x18OÜgp޶ˆ¼Ö› ©½"
  b"\x01˜\x18OÜ€pK¾I¾Å\r\x04àÿ"
  b"\x01˜\x18Oܘr ‚`.#mŸ\x1C"
  b"\x01˜\x18OܬraŽŒ¾Õ\x0E »è"
  b"\x01˜\x18OÜÄqU£—Ó\x17ÿÒ2þ"
  b"\x01˜\x18OÜÙqûœY=k½Mâ"
  b"\x01˜\x18OÜðpЦe0½èŽô&"
  b"\x01˜\x1D«\eÚpž»\vŽ^+G¢6"
  b"\x01˜\x1D«\x1F¹qYºõ©MÝ6Øû"
  b"\x01˜\x1D´M[qÁ™KŸÉîD\x1Dñ"
  b"\x01˜\x1D´MppD–\x17QÂ{['°"
  b"\x01˜\x1D´M„q¾…\x07WñÙ€'m"
  b"\x01˜\x1D´Ms|—¶˜ \x0Fo!%"
  b"\x01˜\x1D´M¸p\vŠ\rÓËi…Òz"
  b"\x01˜\x1D´MÖsÖ£\x17Pi”\x10Úƒ"
  b"\x01˜\x1D´MøsÜ­y’ØFKKì"
  b"""
    \x01˜\x1D´N\x1Ap\n
    ½Ú·Ž‰“gü
    """
  b"\x01˜\x1D´N0pg­J+ÿZjO„"
  b"""
    \x01˜\x1D´Ì©s®©ä\x0E\x12\n
    ”ÿ^
    """
  b"\x01˜\x1D´ÌÇsú¦Úªùjü\x15\x05"
  b"\x01˜\x1Dµ\x08¶r³:†\x03.<ë–"
  b"\x01˜\x1Dµ\x08ásc²vÿμ½hu"
  b"\x01˜\x1Dµ\x08þsB´k\x10\x03"
  b"\x01˜\x1Dµ&¡q\x0F¿¬7´™ŒXŽ"
  b"\x01˜\x1DµJ‹pù¦)4\x08]\v"
  b"\x01ºX\x039sN¿),ÿy¯­W"
  b"\x01˜\x18OÉGpé†Û\x01É8ÚNì"
  b"\x01˜\x18OÉlpŸ¥\x1A+.FK\x17ù"
  b"\x01˜\x18OɈs»Â.¿´!Û"
  b"\x01˜\x18OÉ sß…‚Ä»5\x15"
  b"\x01˜\x18Oɶq~º}åxÏàdÁ"
  b"\x01˜\x18OÉÒpµ²®hÄ™KÜ"
  b"\x01˜\x18OÉçr\v¶^H\x11h\x01?z"
  b"\x01˜\x18OÉýp!ŽBçÕ!\x03:"
  b"\x01˜\x18\x11r\x13šháy\x1EÕ"¶"
  b"\x01˜\x1D´Lÿs}™Í™"_»8Ê"
  b"\x01˜\x14\x1Cô\x12rïœ\x06‹„ºðtr"
  b"\x01˜\x1D¦žœrM¨Å\rdµ®*I"
  b"\x01˜\x1D¦ž³qc¡ßŒ<ß#!\x00"
  b"\x01˜\x1D¦žÒr;©ú÷ç/FëÄ"
  b"\x01˜\x1D¦žæsG£‹\x1Cïî"-\x16"
  b"\x01˜\x1D¦žøq#†B·å\x0F¸A€"
  b"\x01˜\x1D¦Ÿ\x17p\x06µûóGä…Í["
  b"\x01˜\x1D¦Ÿ,qk·"&ÀöGJŸ"
  b"\x01˜\x1D¦Ÿ@rЇð\fz\x19ûq¡"
  b"\x01˜\x1D¦ŸVp\r¾_"!s$m]"
  b"\x01˜\x1D¦Ÿfqo”,u·¤ŽA‰"
  b"\x01˜\x1D¦Ÿup)†÷ïRA˜©\"
  b"\x01˜\x1D¦ŸŠs\r–ûÀ!hÚµ\t"
  b"\x01˜\x1D¦Ÿ pH¤\x0FŒËÓš\x15"
  b"\x01˜\x1D¦Ÿ®rܺ‰Aà\x14š`k"
  b"\x01˜\x1D¦ŸÅpx…Ë¢A(Õê\x02"
  b"\x01˜\x1D¦ŸØr\x15—±2Žc}6‹"
  b"\x01˜\x1D¦Ÿïp죏uï;RðÆ"
  b"\x01˜\x1D¦ \x05rm¡\x1C˜8\x01ïð–"
  b"\x01˜\x1D¦ \x1As\x0E•$Ï¿¦\x1DïS"
  b"\x01˜\x1D¦ 9q‹‚e|²\rÃy\x13"
  b"\x01˜\x1D¦£kpR¶lVû«\x7F³¨"
  b"\x01˜\x1D¦£rÚŽ„NÙË•J'"
  b"\x01˜\x1D¦£§s\x11¯6\\x18ƒk¼…"
  b"\x01˜\x1D¦£»p¤ŒˆbP=íށ"
  b"\x01˜\x1D¦£Ôsà›Š4ý²ì¶l"
  b"\x01˜\x1D©òYrЈ`ÔI¯‘#\x12"
  b"\x01˜\x1D©òts\vŸ\x1AãútÂrK"
  b"\x01˜\x1D©ò…rd h3dä \t"
  b"\x01˜\x1D©òšrn†‘\x01T\x00½QÐ"
  b"\x01˜\x1D©ò¬p\v²RbÐXûŒÒ"
  b"\x01˜\x1D©òÃp*«jVŽk§Âb"
  b"\x01˜\x1D©òØr”’*n¨\x00\x15"
  b"\x01˜\x1D©òïqý¨\f\x05úá}\x1D"
  b"\x01˜\x1D©ó\x05rn¥ Pæ•äÆW"
  b"\x01˜\x1D©ó\x1AqÝŸIq¾<Ù±ú"
  b"\x01˜\x1D©ó6qV©!„±­¤¯C"
  b"\x01˜\x1D©óFs¨¨­}ÔäòÑÐ"
  b"\x01˜\x1D©óWr\x1E¾Aã3:Xûù"
  b"\x01˜\x1D©óor‚ƒ<ˆ\x04u‰jo"
  b"\x01˜\x1D©ó\x7Fs\x1F½ä\x1EC±Ë¶"
  b"\x01˜\x1D©ó—qV°6â–\x1E^–J"
  b"\x01˜\x1D©ó±pÀµ%³SEŽð¢"
  b"\x01˜\x1D©óÆr|ª¦ï5Ä\x06Ö"
  b"\x01˜\x1D©óÞspœ,¼F¿ej"
  b"\x01˜\x1D©óîpø½¢)œíÔ×û"
  b"\x01˜\x1D©ô\x00q\x1C½ŸŒ\x11±%ÈÎ"
  b"\x01˜\x1D©ô\x19q‚”þÛ@X\x05\e\x13"
  b"\x01˜\x1D©ô0rÆ´\x15(,\x16ÏÙä"
  b"\x01˜\x1D©ôEq'½±p¨\x07èv“"
  b"\x01˜\x1D©ô\pš”¯\x16Ò–Ú\x11ï"
  b"\x01˜\x1Dµ\x195p\x1C†Ä\r\fMŸç`"
  b"\x01˜\x13zRppm‘€\fëD'Y1"
  b"\x01˜\x1D¥íDrà¹\x14\x17ûpo5«"
  b"\x01˜\x1D¥í[r³Ã©ü¤¨\x19Á"
  b"\x01˜\x1D¥ípp\t®\x061\f \x10¼3"
  b"\x01˜\x1D¥í†rÈ©\x7F\v"Ò¸F/"
  b"\x01˜\x1D¥íœsp»+¯m­^Ò°"
  b"\x01˜\x1D¥í³p!´ù覧\x11\t\x13"
  b"\x01˜\x1D¥íÌq ´+ ’ƒH)Ý"
  b"\x01˜\x1D¥íãqSµ\x15†X£Âµ‚"
  b"\x01˜\x1D¥íúsV³£m›¼¤Zx"
  b"\x01˜\x1D¥î\x10p\x01š"1A¤QoG"
  b"\x01˜\x1D¥î!r^ŠñQ—103Û"
  b"\x01˜\x1D¥î3r=†\x18®{‹`‹0"
  b"\x01˜\x1D¥îDp“ƒDà\r\x06\x10Äw"
  b"\x01˜\x1D¥îUqŸµ\x11Î+* Å "
  b"\x01˜\x1D¥îkr”©ïËÓ*Ü\x0F\v"
  b"\x01˜\x1D¥î\x7Fp\»B®°˜ÆŒÙ"
  b"\x01˜\x1D¥îpd‡ “PEî7"
  b"\x01˜\x1D¥î¢q“”.Ÿ˜\x10©8s"
  b"\x01˜\x1D¥î³s„Šë\x1D¯\rÖE†"
  b"\x01˜\x1D¥îÃp­‰‘`\x13WA`t"
  b"\x01˜\x1D¥îÓp"‡\ea1«›œ?"
  b"\x01˜\x1D¥îårûð\x17aR&É."
  b"\x01˜\x1D¥îûrî³òŽ…0ö,ç"
  b"\x01˜\x1D¥ï\x13rO»gðÚÑŠ"
  b"\x01˜\x1D¥ï*rµ’i\x01÷\2[\x14"
  b"\x01˜\x1D¥ïDs{ˆúÑÉèe$\r"
  b"\x01˜\x1D¥ï\pÍ¡h×29^à¤"
  b"\x01˜\x1D¥ïrpF†á¿a’tP¾"
  b"\x01˜\x1D¦\x00Es$˜\x12«\ná†\t"
  b"\x01˜\x1D¦\x00frä—\tS\x18—<Žq"
  b"\x01˜\x1D¦\x00xrm²Òqi%\x06‚¼"
  b"\x01˜\x1D¦\x00”qÛ”\x1C—];Ü>•"
  b"\x01˜\x1D¦\x00«r\x0E¾zÀ=e‰gð"
  b"\x01˜\x1D¦\x00¿pJ¸÷`\v=x$û"
  b"\x01˜\x1D¦\x00Ðr\x04¼Ð.\x10xl†"
  b"\x01˜\x1D¦\x00áqÒ¤ÀӁâG8\x04"
  b"\x01˜\x1D¦\x00ûsH£ôtïa!zZ"
  b"\x01˜\x1D¦\x01\x15r§¬›½pWŒ”¦"
  b"\x01˜\x1D¦\x01'q½„ë}þk8ÉJ"
  b"\x01˜\x1D¦\x01<q®Ÿ\rÍ\x07\x05ÛuÝ"
  b"\x01˜\x1D¦\x01OròЦ,ŵšÛ7"
  b"\x01˜\x1D¦\x01`q‘‡y:RíÏÚ>"
  b"\x01˜\x1D¦\x01tpŽ”™e`ÍU\x0EŽ"
  b"\x01˜\x1D¦\x01’r³°€½\x0Fõ²|\e"
  b"\x01˜\x1D¦\x01®p)BonžÂ…æ"
  b"\x01˜\x1D¦\x01Âp\x7F/Ý1ñ”žX"
  b"\x01˜\x1D¦\x01×qRœ\x0EM«QòŒ»"
  b"\x01˜\x1D¦\x02\x01r—€¨-#ŸëŒØ"
  b"\x01˜\x1D¦\x02\x18q–§®FõN:G$"
  b"\x01˜\x1D¦\x02+r(’üµ.'†ø\x03"
  b"\x01˜\x1D¦\x02Cp›™â–ÏGŒâ¨"
  b"\x01˜\x1D¦\x02VsN¡é13ÿ?Ž6"
  b"\x01˜\x1D¦\x02gp|€?·m1xd½"
  b"\x01˜\x1D¦\x02zs\x01§(G¶A²a‹"
  b"\x01˜\x1D¦\x02Œrƒ™–'Ù\x07s©x"
  b"\x01˜\x1D¦\x02ŸpׄöÄR\x7F\t®="
  b"\x01˜\x1D¦\x02¶q(±Ý)ÂD·D\x04"
  b"\x01˜\x1D¦\x02Íp†‚ÁA.2\fô"
  b"\x01˜\x1D¦\x02áp½‡Qjbî°ùu"
  b"\x01˜\x1D¦\x02ör㏷Î1Q}À"
  b"\x01˜\x1D¦\x03\rqÅ©/…³>¼ÇS"
  b"\x01˜\x1D¦\x03"r\e«³lÛ5é£0"
  b"\x01˜\x1D¦\x03;s³„\x07/K\x1AeMb"
  b"\x01˜\x1D¦\x03Rs†ŸlSeÔu\x1Eó"
  b"\x01˜\x1D¦\x03mqæžÛß%g²Ðž"
  b"\x01˜\x1D¦\x03‰pæ©/GãØ^h-"
  b"\x01˜\x1D¦\x03›sÆ–%¬¬ýñ·z"
  b"\x01˜\x1D¦\x03³p\t‰0ã>–\x06á†"
  b"\x01˜\x1D¦\x03Îp\t¶Ót¶\x03¶©z"
  b"\x01˜\x1D¦\x03ãsj£\x0F³Ëè\x18"
  b"\x01˜\x1D¦\x03ûpP±»\x1Fz\x0E¡×b"
  b"\x01˜\x1D¦\x04\x1Es!¼ÛÜãø*Ù­"
  b"\x01˜\x1D¦\x046s\x1C¢ûá—£×Ì\x11"
  b"\x01˜\x1D¦\x04Lp®€3‰M6—@""
  b"\x01˜\x1D¦\x04gpܵbÉ\x1D¢µ×È"
  b"\x01˜\x1D¦\x04†r\x18¯üÜÖ\x03ó†å"
  b"""
    \x01˜\x1D¦\x04¢s~‡'–Õã\n
    $&
    """
  b"""
    \x01˜\x1D¦\x04Àrˆ\x14„•\n
    \x1F
    """
  b"\x01˜\x1D¦\x04Ôpہ\x13\x10—ÁÔ\x1Dæ"
  b"\x01˜\x1D¦\x04æq'¢È\x01­èvç†"
  b"\x01˜\x1D¦\x04ÿsÀ’Ý“CÄ&Jô"
  b"\x01˜\x1D¦\x05\x11pQŒ›˜m\x00fXc"
  b"\x01˜\x1D¦\x05)sžC\rò\x11©ˆæ"
  b"\x01˜\x1D¦\x05<pϪ´V\x19=4=\x0E"
  b"\x01˜\x1D¦\x05Ts\x16¬y|0\x05ÉNj"
  b"\x01˜\x1D¦\x05js\x10‹—‰ŽhËWt"
  b"\x01˜\x1D¦\x05~q\¼z\x19\x08¹\x16¯\t"
  b"\x01˜\x1D¦\x05r-¤\x13j¬j¿n¦"
  b"\x01˜\x1D¦\x05«pU—­\x01zݸ0ù"
  b"\x01˜\x1D¦\x05ÁpJ´Àü\x04ê\x01¥Œ"
  b"\x01˜\x1D¦\x05Öp/ºö³®nÈIŠ"
  b"\x01˜\x1D¦\x05ìrP£œD¨Ó}P\x1F"
  b"\x01˜\x1D¦\x06\x04r‚\f[2\x19ÈØi"
  b"\x01˜\x1D¦\x06\x1EqѤ(–¹«ŸÙm"
  b"\x01˜\x1D¦\x06;p\x07¹So\x009\x174/"
  b"\x01˜\x1D¦\x06Urs”8݁Sy\x7Fà"
  b"\x01˜\x1D¦\x06lr\x02ŽH‡Úƒw\x02:"
  b"\x01˜\x1D¦\x06ˆs\x19³÷`7vuLæ"
  b"\x01˜\x1D¦\x06¡qK•»¾°KÖvè"
  b"\x01˜\x1D¦\x06³rï…4Œ#ÒÊî\x11"
  b"\x01˜\x1D¦\x06Äq\v™ô\x0F¨­c¹}"
  b"\x01˜\x1D¦\x06Õr\x16¨\x16Ã<÷N‘œ"
  b"\x01˜\x1D¦\x06æq$è…Øjøàq"
  b"\x01˜\x1D¦\x06÷s©‘\x14 Ö+¹òª"
  b"\x01˜\x1D¦\x07\x08sf¡\x01„¥jd€w"
  b"\x01˜\x1D¦\x07\eqÁžÂôreA:Õ"
  b"\x01˜\x1D¦\x07-põ@c\x04ϝþl"
  b"\x01˜\x1D¦\x07TqÛ£Ó+Žê˜¥ð"
  b"\x01˜\x1D¦\x07oqúµfgž<\x1EÍÎ"
  b"\x01˜\x1D¦\x07‰p_šr¯p<ÜÔ§"
  b"\x01˜\x1D¦\x07­p\r«¬µ+è›â#"
  b"\x01˜\x1D¦\x07Äq\x0F­©¹æ^#7S"
  b"""
    \x01˜\x1D¦\x07ãqµµ\n
    ûç½æÄý
    """
  b"\x01˜\x1D¦\x07ós#½-"‹`•š†"
  b"\x01˜\x1D¦\x08\vr¤œNbà\t–sÀ"
  b"\x01˜\x1D¦\x08!swœ‘'“\x10ڝ."
  b"\x01˜\x1D¦\x083q\x17»£ÓÆ9ûÏ‘"
  b"\x01˜\x1D¦\x08IsÁ¾î·\x15@ÐŹ"
  b"\x01˜\x1D¦\x08_psº‚…<âKÏ"
  b"\x01˜\x1D¦\x08uqR•¿®â:™Îì"
  b"\x01˜\x1D¦\x08‰p¶¬Ò\x13òÿÚ¯]"
  b"\x01˜\x1D¦\x08©rš¦…%\x18L?+¼"
  b"\x01˜\x1D¦\x08¾sÖ˜>ˆÛ{PÆÙ"
  b"\x01˜\x1D¦\x08Ôq\eµÄ@Mew>ö"
  b"\x01˜\x1D¦\x08êpVŽåä'ØWØù"
  b"\x01˜\x1D¦\x08ûp²žÉ˜ÇT{Ŭ"
  b"\x01˜\x1D¦\t\x0EsûŒ…þ;\x0El¾:"
  b"\x01˜\x1D¦\t$s>°\x1D#¬r¯¥¿"
  b"\x01˜\x1D¦\vËri¤\x01ž\x13ÔÂÍ\x02"
  b"\x01˜\x1D¦\vìqÕžÜ\x13E\x01ý_"
  b"\x01˜\x1D¦\f\x03s…ƒ·™ÉÑ(•š"
  b"\x01˜\x1D¦\f\x19rà¾!̈ô@ªÝ"
  b"\x01˜\x1D¦\f0q”¡7>Ú\x08xp‚"
  b"\x01˜\x1D¦\fLpý£¥\x12Ÿ8­\x07\x08"
  b"\x01˜\x1D¦\f`ql¿f»)Ëð\x1Eh"
  b"\x01˜\x1D¦\fqqPšâEÓstþ\x19"
  b"\x01˜\x1D¦\f†s\x07ƒƒJ(q¶¤ú"
  b"\x01˜\x1D¦\fœrÑ”–pÉ}Ÿï\x06"
  b"\x01˜\x1D¦\f°r0¥}F¥·ü.ñ"
  b"\x01˜\x1D¦\fÃpEŠõ¸º\£m+"
  b"\x01˜\x1D¦\f×rߘX¦]éKÔî"
  b"\x01˜\x1D¦\fês\f¦–³Q×\x19ÏU"
  b"\x01˜\x1D¦\fûqìŠ\ŠNPÒÆÁ"
  b"\x01˜\x1D¦\r\x0Es†¥9\x07²\x17ð\x19D"
  b"\x01˜\x1D¦\r r¬¤s\x1Ca¬}\vÊ"
  b"\x01˜\x1D¦\r9p)š{S'",Ì8"
  b"\x01˜\x1D¦\rJrx¾O\eÕ\x19Ÿ6á"
  b"\x01˜\x1D¦\r\pbžYLz73Í\x1F"
  b"\x01˜\x1D¦\rpp–«\x19Ž&[­\x06ç"
  b"\x01˜\x1D¦\rŠqÀ¤x©-\¥D\x08"
  b"\x01˜\x1D¦\r¢q^­\r„ØÎ\x03j9"
  b"\x01˜\x1D¦\r¶q›¬Dú\x10µô\x02x"
  b"""
    \x01˜\x1D¦\rÉsʇ¯Õmý\n
    \x1Fu
    """
  b"\x01˜\x1D¦\rÛq\x18§ñ \x04\x01¶a"
  b"\x01˜\x1D¦\rös\x00†yÞ\x08õðåF"
  b"\x01˜\x1D¦\x0E\tr,£AŽŸ\x02*Åâ"
  b"\x01˜\x1D¦\x0E\x1Aqéù¢-úøë»"
  b"\x01˜\x1D¦\x0E+p\x13¾„v³N.s"
  b"\x01˜\x1D¦\x0E9s\x02ŒÃrEÕ˜òQ"
  b"\x01˜\x1D¦\x0EMqøƒøU4‘&‡¯"
  b"\x01˜\x1D¦\x0E`pj¶Â¥«Ô$(\x07"
  b"\x01˜\x1D¦\x0Ets\tºx¬¡­çòm"
  b"\x01˜\x1D¦\x0EŽsY·\x03¯¥†øñ#"
  b"\x01˜\x1D¦\x0E§qB©Â˜\x02\x19vî#"
  b"\x01˜\x1D¦\x0EÂqÀ·\x03Ò\x18Á(n1"
  b"\x01˜\x1D¦\x0EØq"¬lÊì»wÿ="
  b"\x01˜\x1D¦\x0Eèr\x1F•1dȃœøC"
  b"\x01˜\x1D¦\x0Eûq\x01‹Ö;ôÈžC"
  b"\x01˜\x1D¦\x0F\x0Esß’å¸"óÿÈm"
  b"\x01˜\x1D¦\x0F)pð–Þ1xJ˜Ü*"
  b"\x01˜\x1D¦\x0FAp\x13æïj9©\x01"
  b"\x01˜\x1D¦\x0FSq!½\ÊWÀllž"
  b"\x01˜\x1D¦\x0FgŕyØŽ\x1FM\x18\x7F"
  b"\x01˜\x1D¦\x0Fq\x13ƒDÛ\`«îô"
  b"\x01˜\x1D¦\x0F™sL„}\rR±k’Y"
  b"\x01˜\x1D¦\x0F­sÜŒ!\x16.\x12û,["
  b"\x01˜\x1D¦\x0FÃr;¡’\x12då‡hÂ"
  b"\x01˜\x1D¦\x0FÕpž¡\x12ihfE4"
  b"\x01˜\x1D¦\x0FéríŠPÃÍÏ\x06À»"
  b"\x01˜\x1D¦\x0Fÿpq¤ÕÌî±:Š\x07"
  b"\x01˜\x1D¦\x10\x17s\x0F¬ú\x00ꎧo\x08"
  b"\x01˜\x1D¦\x10-rà¾A:é\x0Ea†Â"
  b"\x01˜\x1D¦\x10Dr\r€UˆŸ¶è‹b"
  b"\x01˜\x1D¦\x10[qN¥\x1C»æÌÕAw"
  b"\x01˜\x1D¦\x10lpè”\x19\x10Û†˜å"
  b"\x01˜\x1D¦\x10~sÀ¤ËAÂåì@"
  b"\x01˜\x1D¦\x10“qmŠjø~qz|Q"
  b"\x01˜\x1D¦\x10¨qq¤Cî…\Ù¾H"
  b"\x01˜\x1D¦\x10½r\x1F\eìHà\vUf"
  b"\x01˜\x1D¦\x10Òqö—W\eƒ\x1AÑðŠ"
  b"\x01˜\x1D¦\x10æp»>”\e‘Ëé*"
  b"\x01˜\x1D¦\x10þqb€£\x19¡ýºˆö"
  b"\x01˜\x1D¦\x11\x11p¿œù~^ ‚w2"
  b"\x01˜\x1D¦\x11$q\x1F‰¤¢ä'@,ù"
  b"\x01˜\x1D¦\x118sÊ…\væ\x04%Ãqþ"
  b"\x01˜\x1D¦\x11Lp%¶Hó\x0EÙ-š"
  b"\x01˜\x1D¦\x11dp£¼6\fI}Ž0­"
  b"\x01˜\x1D¦\x11¢pl¹P\x06È\x12¦K¾"
  b"\x01˜\x1D¦\x11¾s¶½lø5r)ŽÚ"
  b"\x01˜\x1D¦\x11Òs—‰áiþž*ìN"
  b"\x01˜\x1D¦\x11çr\e‚3åÙSh…â"
  b"\x01˜\x1D¦\x11úqK¤kKóé¹."
  b"\x01˜\x1D¦\x12\x0Fr\x0E¿É\t<÷±Ì€"
  b"\x01˜\x1D¦\x12"qê£X€E+\x06U\x7F"
  b"\x01˜\x1D¦\x126sJ¸[ŽfÒP˜Z"
  b"\x01˜\x1D¦\x12Ip««íÀ¹3Y\x19Þ"
  b"\x01˜\x1D¦\x12_r2¹m\x18™U?ü›"
  b"\x01˜\x1D¦\x12usÿ”×ùLtØì\x07"
  b"\x01˜\x1D¦\x12qõ¦Q+\x02\vF,"
  b"\x01˜\x1D¦\x12¥re¶¸Z\x1DÀà„*"
  b"\x01˜\x1D¦\x12¸r|ް-ÛéÕy‚"
  b"\x01˜\x1D¦\x12ÎrfŽªÑ\x17АùZ"
  b"\x01˜\x1D¦\x12çq­šH¼ï$º'."
  b"\x01˜\x1D¦\x13\x04sV¾\x1C軨Ad\f"
  b"\x01˜\x1D¦\x13\x15p·¤Èõ¬Dº\x1EB"
  b"\x01˜\x1D¦\x13)spP\eŠk¸Æg"
  b"\x01˜\x1D¦\x13>q\x19§É]\x08Äõ("
  b"\x01˜\x1D¦\x13Vq\x15·.T\x00?|$Ÿ"
  b"\x01˜\x1D¦\x13jqa’%ꗦĥÖ"
  b"""
    \x01˜\x1D¦\x13~q¤™Q\n
    o\x10&çF
    """
  b"\x01˜\x1D©Ô¹p­µW¹™s¬Ž*"
  b"\x01˜\x1D©ÔÓrX©Y\x1D+–ÍU"
  b"\x01˜\x1D©ÔëqЬ\x04Ÿ3F×Í"
  b"\x01˜\x1D©Õ\x00qêŒë8ŒJ@Å\x0F"
  b"\x01˜\x1D©Õ\x14qCºnTmáF\g"
  b"\x01˜\x1D©Õ%s®ˆ\x07ˆi´£^\x0E"
  b"\x01˜\x1D©Õ;q\e«eO»Rrïz"
  b"\x01˜\x1D©ÕQsÆ®HË*€A[‚"
  b"\x01˜\x1D©Õas௧AÙ\x10ßÁ\x1E"
  b"\x01˜\x1D©Õvq ŸÅˆMZ›¾"
  b"\x01˜\x1D©Õ†q–Ž\x7F\x1C­a/6\x11"
  b"\x01˜\x1D©Õ•q2D›ù=žßb"
  b"\x01˜\x1D©Õ­rf‡DU`,?iL"
  b"\x01˜\x1D©ÕÄr\x10¦dÀ«d¡TÆ"
  b"\x01˜\x1D©ØMqµd_«7<Î\x04"
  b"\x01˜\x1D©Øqp\x12€È-\x11b/Ë\x05"
  b"\x01˜\x1D©Ø†p\x13­+ÝÏ`\x1E"
  b"\x01˜\x1D©Ø–s¡«ui\x06q³S"
  b"\x01˜\x1D©Ø¦r™®†…¤ñ]¨É"
  b"\x01˜\x1D©Ø¼pb”\x11´\x08$úC¨"
  b"\x01˜\x1D©ØÎrJºŸTïÊ\x10\x07ë"
  b"\x01˜\x1D©Øás\x1Cº9—¶“;÷®"
  b"\x01˜\x1D©Øùriµ‡ÝÉÚ\e"
  b"\x01˜\x1D©Ù\x13rÆ·T7JòpX»"
  b"\x01˜\x1D©Ù$qǹ\x12y-wó\x17#"
  b"\x01˜\x1D©Ù>s¼ªL¾ŠÅ9Žq"
  b"\x01˜\x1D©ÙPs\r­®I¬7\x02M\x11"
  b"\x01˜\x1D©Ùcq<£\x14ÜÅ¡…Œœ"
  b"\x01˜\x1D©ÙwqK¢\x1EK8_Ñ©ç"
  b"\x01˜\x1D©ÙŠpN›â‚\x13ÍdB×"
  b"\x01˜\x1D©Ùs h‰xÊ6\fé"
  b"\x01˜\x1D©Ù¶r­âËÀ\x11z$ƒ"
  b"\x01˜\x1D©ÙÑst€Íá\x03,·ÀÓ"
  b"\x01˜\x1D©Ùçq^ƒ›\x17]VFç\x0E"
  b"\x01˜\x1D©ÙüséwˆR“ŠVN"
  b"\x01˜\x1D©Ú\x13q+…/V\x1Dÿ(ŒB"
  b"\x01˜\x1D©Ú(sl®Åñû×}þ'"
  b"\x01˜\x1D©ÚArO¡IÚâö±\x15Ô"
  b"\x01˜\x1D©ÚUpq»BG_í7¿œ"
  b"\x01˜\x1D©ÚkpÆ­Ý#‡\x06C¸â"
  b"\x01˜\x1D©Ú…s¨¬?·°–„—ý"
  b"\x01˜\x1D©Ú¡r\x1A°°{­ÍK\x08\x03"
  b"\x01˜\x1D©ÚÀs7¾Drޱ ’"
  b"\x01˜\x1D©ÚÝrA¶êoIØÐ}7"
  b"\x01˜\x1D©Úõq¥¾Š\x19ØÐìxá"
  b"\x01˜\x1D©Û\vsõ‘±«¬N\x17\x1C¦"
  b"\x01˜\x1D©Û!r.¥Kï‚\fçTË"
  b"\x01˜\x1D©Û8s‚™‡¨ â7\x14\x05"
  b"\x01˜\x1D©ÛNq@±\x03ý‰d¹¨D"
  b"\x01˜\x1D©Ûbsé¸\x19í󇸄Ö"
  b"\x01˜\x1D©ÛqrÛšÎ\x13\x13ç<³W"
  b"\x01˜\x1D©Ûƒsd޹º\x00†â†W"
  b"\x01˜\x1D©Ûq*«zçÈ‚\x0F:k"
  b"\x01˜\x1D©Û±sd°¾µO¨–\x1C"
  b"\x01˜\x1D©ÛÇr΄¿Üm¿0b\v"
  b"\x01˜\x1D©ÛÝs¡‡'ò\x10\x14\x7F"
  b"\x01˜\x1D³éUq¡ *¶YÕ["
  b"\x01˜\x1D³é‰r‰©€¾'rŸŠ!"
  b"\x01˜\x1D³é¬sµ”žÏÏ[R›"
  b"\x01˜\x1D³éÓp\x15€Žˆen\x11ñG"
  b"\x01˜\x1D³éõsš™kûèMýÑN"
  b"\x01˜\x1D³ê\x1CrÖ½ð¯­/ö\x01,"
  b"\x01˜\x1D³êAq\x7F˜S%ñ²\x15)N"
  b"\x01˜\x1D³ê]qP‚W^\x10p5ŽU"
  b"\x01˜\x1D³êxq'”>>E‹C\x00¸"
  b"\x01˜\x1D³ê“p¶¬8ð\x0E#”<î"
  b"\x01˜\x1D³ê²p‘º‚Þà/c\x14"
  b"\x01˜\x1D³êÒq\x1Aƒ3[ºý\x10y"
  b"\x01˜\x1D³êðqõŽŒì2¤>Q\x7F"
  b"\x01˜\x1D³ë\x12p˜±R¦lâÓóz"
  b"\x01˜\x1D³ë)s_©—’õQŠâ»"
  b"\x01˜\x1D³ëQqþº™öÞÈÉ#–"
  b"\x01˜\x1D´-trޤ\x04¯46F\x17Æ"
  b"\x01˜\x1D´ ¼p\t¬Ïµ<V(C."
  b"\x01˜\x1D´ Úrî¶.bM‰¦\tü"
  b"\x01˜\x1D´ øqã‚5~\\tVÚÐ"
  b"\x01˜\x1D´¡\x1ArÞŽµƒWCíœù"
  b"\x01˜\x1D´¡5q7®0Íj¥ñ>¨"
  b"\x01˜\x1D´¡Xq­•S\r\x7Fçn=\x7F"
  b"\x01˜\x1D´¡\x7Fs#œùÁ²mb"ì"
  b"\x01˜\x1D´¡¡rà™tˆÝ¹ÞCÕ"
  b"\x01˜\x1D´¼Ìp¶¾(Õ`ak¶w"
  b"\x01˜\x1D´ïúr3½_Ï¡õ\x18\x18"
  b"\x01˜\x1D´ð\x16q,»\x1C¦\x08\x1CÁ’Í"
  b"\x01˜\x1D´ð-q‡•ù:2\x1D³Æ\v"
  b"\x01˜\x1D´ðGq ±GÅ5Bzt"
  b"\x01˜\x1Dµ\x18*p²¼Å£¶ÿ\x03¥\x04"
  b"\x01˜\x1Dµ/hp\x1A¡™eW\x1CíÅÚ"
  b"\x01˜\x1Dµ/ˆr)¡Á©à4ÅŽ"
  b"\x01˜\x1Dµ/§pÕºÇo²-Ëx†"
  b"\x01˜\x1DµB\vr\x12…KNeù\f"
  b"\x01˜\x1DµUès\x7F’¡ZNg\f\x05²"
  b"\x01˜\x1Dµa\x18qP©G©\x1E\x03_É)"
  b"\x01˜\x1Dµ{´q\x1E„s\x1D\x084¡WÝ"
  b"\x01˜\x1Dµ~LrïªËÝŽ”ä];"
  b"\x01˜\x1Dµƒ<ppªŒ#‘[‹\x11Û"
  b"\x01˜\x1DµŽ±sPœ?€úPÏ}\x0E"
  b"""
    \x01˜\x1Dµ›Rs»¨æ\n
    E©üƒ9
    """
  b"\x01˜\x13{‚°rq¸ý¿ÂB\x05 ¥"
  b"\x01˜\x18J“Qs׈o¶þ{Ô"\x1F"
  b"\x01˜\x18J“pq\x04Œe)U¸Ç›3"
  b"\x01˜\x18J“ŒsH®"¹\x02þ,y¡"
  b"\x01˜\x18J“¡r§¶×ºà%,ž="
  b"\x01˜\x18J“µqù§\x13êGÍ:¿."
  b"\x01˜\x18J“År¦¼ZzV!ª\x1A»"
  b"\x01˜\x18J“Õq\x05™¥ ×ô7Z3"
  b"\x01˜\x18J“ärú¥‹Š]‚ÄÇ\x14"
  b"\x01˜\x18J“úpN\vZ1²`\x0F\x02"
  b"\x01˜\x18J”\x0Es@³Zç¬KðBS"
  b"\x01˜\x18J”#p ’deOq,ƒ"
  b"\x01˜\x18J”9r‚¡¥v§ßX/‘"
  b"\x01˜\x18J”Ps>³Î&‡àJ.7"
  b"\x01˜\x18J”bpG»Ï˜,\x1A8ð—"
  b"\x01˜\x18J”uq\x03´UÏè\x14\x13Æ+"
  b"\x01˜\x18J”‹sù–À•\x06h®2\x0E"
  b"\x01˜\x18J”¡sžE°Rj<\x08ì"
  b"\x01˜\x18J”ºq«þÆ£Š¾~„"
  b"\x01˜\x18J”Ðr˜µÑŸ\x08)cén"
  b"\x01˜\x18J”ápd½\x11\x05ûkÖy"
  b"\x01˜\x18J”õptµ¦h»¨õ\x15"
  b"\x01˜\x18J•\x06q\x14­ôéÔ\x0E}ÿØ"
  b"\x01˜\x1D¦ñŽrÚ®\x01º)ýyÁ²"
  b"\x01˜\x1D¦ñ p\x00¥ú\x12ÿ\Þm"
  b"\x01˜\x1D¦ñ¶sêš.Íÿýe¹a"
  b"\x01˜\x1D¦ñÉp\x13˜ÿ„Ï¡äÏŸ"
  b"\x01˜\x1D¦ñÛs\x08°xÉ÷Ñ›:§"
  b"\x01˜\x1D¦ñúr,¤,Õ¶W*©Q"
  b"\x01˜\x1D¦ò\x0Epu˜Cx\r\x03¢?,"
  b"\x01˜\x1D¦ò"r“‰‹èʬ¿ž¡"
  b"\x01˜\x1D¦ò;qË¥\x13\x02k\x17èÂ"
  b"\x01˜\x1D¦òSq¼‘Û®Ž!VD»"
  b"\x01˜\x1D¦òepñ°t\x01?„Œý/"
  b"\x01˜\x1D¦òwp¯†ñSÚpEµ\x02"
  b"\x01˜\x1D¦ò‰rE¬¥œ6â\x04ûý"
  b"\x01˜\x1D¦òÚs˜m—á_dMy"
  b"\x01˜\x1D¦òòqƈ²\x1Eo—à\x01P"
  b"""
    \x01˜\x1D¦ó\x08r¡¡å™h€Ó\n
    8
    """
  b"""
    \x01˜\x1D¦ó\x1Fr–ŽÀ\x1AZB\n
    äû
    """
  b"\x01˜\x1D¦ó5sö¦9ï¸OnŸj"
  b"\x01˜\x1D¦÷zs0»Þû\x01S×Òš"
  b"\x01˜\x1D¦÷™q&“\v³Ë\x16^×K"
  b"\x01˜\x1D¦÷¬pÇ£]\x07xþóï/"
  b"\x01˜\x1D¦÷Àr]©\fÁ{zä8l"
  b"\x01˜\x1D¦÷Øqs½¥\x1F\x1F¡»sü"
  b"\x01˜\x1D¦÷ýp-«¦:ð°\e‡æ"
  b"\x01˜\x1D¦øAp°©¡œõ~I•\x02"
  b"\x01˜\x1D¦ø]rŒ²Ïm[K$xx"
  b"\x01˜\x1D¦øwsHõ„m\f\x0FŸW"
  b"\x01˜\x1D¦ø—rT»o󬌺\x04\x16"
  b"\x01˜\x1D¦ø²pæŒ\rQ~‘XŠ\x13"
  b"\x01˜\x1D¦øÍqTŽê*Ybh\x14ë"
  b"\x01˜\x1D¦øåpd½\fÀÉ:K°‘"
  b"\x01˜\x1D¦øøsܲ[gßê*u""
  b"\x01˜\x1D¦ù\x0Ep1»¼{‰\x19\x17"
  b"\x01˜\x1D¦ù"r\x14…¬\x10*\x01é\\x1A"
  b"\x01˜\x1D¦ù7sû£ýé>úoHR"
  b"\x01˜\x1D¦ùPrMªúôÖ\x1Aƒ—­"
  b"\x01˜\x1D¦ùirù–@ÏÂÞw€Â"
  b"\x01˜\x1D¦ù{p ±~Áï}r7í"
  b"\x01˜\x1D¦ùŽqUªGåÛlÇ[\x10"
  b"\x01˜\x1D¦ù¡p\x17ެÅ&3Ê`\x11"
  b"\x01˜\x1D¦ù³s˜†q\x1F4D¥yª"
  b"\x01˜\x1D¦ùÄpð–Ç;J𒢨"
  b"\x01˜\x1D¦ùÖqé³»3ŽpÏ\x1Cp"
  b"\x01˜\x1D¦ùèp[Ž\t΢™C­Ž"
  b"\x01˜\x1D¦ùûr.¢ö©3ÖêHs"
  b"\x01˜\x1D¦ú\vq³žáB½‚Æm "
  b"\x01˜\x1D¦ú6sp¿¨5Ü0™›þ"
  b"\x01˜\x1D¦úIsë˜\x02v(AHä1"
  b"\x01˜\x1D¦ú\rë¯(ãG\\x08ü\x16"
  b"\x01˜\x1D¦úqp`¹\x0ECw\rÕñ®"
  b"\x01˜\x1D¦úq\x15¨\e\x16§þ€gg"
  b"\x01˜\x1D¦ú¯sù€†·È\x1C\x02,u"
  b"\x01˜\x1D¦úÐq\x11¥æŠ\x17Î"Ä{"
  b"\x01˜\x1D¦úäsB‡¾vr›Q_<"
  b"\x01˜\x1D¦úýqw¼‚ë©…àj§"
  b"\x01˜\x1D¦û\x0Fpr·Æ_l3ñŽq"
  b"\x01˜\x1D¦û#q\fžo?¯kúâ&"
  b"\x01˜\x1D¦û:s'Ì8/\x1A5O~"
  b"\x01˜\x1D¦ûVrÔ‡æ+NÙëgœ"
  b"\x01˜\x1D¦ûlp¨’ä\x7F‡t§*\x0F"
  b"\x01˜\x1D¦û„r\x08¹|ñWÆùÕ"
  b"\x01˜\x1D¦û™srŠ\x1F8³Ç\x19\f"
  b"\x01˜\x1D¦û¬r•¡Kr+ÙÕC"
  b"\x01˜\x1D¦ûºr­­Æ½\x13;Rà\x1D"
  b"\x01˜\x1D¦ûÐqüŽ\x0F\x16:41ÿÅ"
  b"\x01˜\x1D¦ûæpŽ—SÿÔBÁB\f"
  b"\x01˜\x1D¦ûøsìŽxƒÌê|9"
  b"\x01˜\x1D¦ü\tpc¤\x12ÛèÑbª\"
  b"\x01˜\x1D¦ü\esâºh%_a§Yì"
  b"\x01˜\x1D¦ü,pÑŸh+MM©\x1Dx"
  b"\x01˜\x1D¦ü?rk­˜ûñkŒ™:"
  b"\x01˜\x1D¦üQpâ’ä'êÜf€1"
  b"\x01˜\x1D¦üdq™‘Á\x1E\x1C5ÎÅ~"
  b"\x01˜\x1D¦üvpO¢û/SR®*U"
  b"\x01˜\x1D¦üˆq\x06½âDx…”íq"
  b"\x01˜\x1D¦ü˜pH¢\x1F8K¾\x13"
  b"\x01˜\x1D¦ü©qe Á\x07;ñ<=¤"
  b"\x01˜\x1D¦ü¼p«±ŽW\x00ÜÿEŽ"
  b"\x01˜\x1D¦üÎpžŒÙÛ ¯m\x049"
  b"\x01˜\x1D¦üàrÒ€\x07–y\pi‹"
  b"\x01˜\x1D¦ý\x18qrƒ¢T\x06´m§m"
  b"\x01˜\x1D¦ý)sé©ã\x07h`g Ñ"
  b"\x01˜\x1D¦ýQs\¼MtZŒ¥\x14\x1C"
  b"\x01˜\x1D¦ý}sà§úmðtŸ…Ü"
  b"\x01˜\x1D¦ý“pj§\x08M[cçOß"
  b"\x01˜\x1D¦ýªr\x05¼lZc\x0Fä–@"
  b"\x01˜\x1D¦ý»rŠ›sφùs\x0F¹"
  b"\x01˜\x1D¦ýÍs\x1C¦úì„Û\x10N`"
  b"\x01˜\x1D¦ýãr-­®§@“¶cÑ"
  b"\x01˜\x1D¦ý÷pЄü¬ÊO\r@T"
  b"\x01˜\x1D¦þ\x13pS¸È~ÛäU=Ô"
  b"\x01˜\x1D¦þ+q\¨ÂëA_\x7Fžm"
  b"\x01˜\x1D¦þAq˜¼2]|™ñ1ç"
  b"\x01˜\x1D¦þTs´ŽÇ˜¬m+¾ü"
  b"\x01˜\x1D¦þor(³\x1EËI‹òjš"
  b"\x01˜\x1D¦þ‰sb™vr¯\x1ESJ/"
  b"\x01˜\x1D¦þ¤p§•&QÕ\vñ¸Ý"
  b"\x01˜\x1D¦þ¾q\v€ÀÖÞ‚ž2†"
  b"\x01˜\x1D¦þÖrLƒÕ2 Mê”%"
  b"\x01˜\x1D¦þêr\x03½)T|'7š@"
  b"\x01˜\x1D¦ÿ\x01s\x07´$#§Uô\x1CŸ"
  b"\x01˜\x1D¦ÿ\x12pÉ€òÁ\x19ŒtVe"
  b"\x01˜\x1D¦ÿ#s!‘¬þÐ#tï\x04"
  b"\x01˜\x1D¦ÿ4p>¼öƒ\x12ùóÿñ"
  b"\x01˜\x1D¦ÿEq­®òζҦLþ"
  b"\x01˜\x1D¦ÿ^s—ŽÞ\x7Fu¡ ¸."
  b"\x01˜\x1D¦ÿosó¢nŽC¯\x06¢ï"
  b"\x01˜\x1D¦ÿ~pœ¨â/7Ü\x0FÕ"
  b"\x01˜\x1D¦ÿrPœ<³›ÿ\x00ÎÕ"
  b"\x01˜\x1D¦ÿ s®/ëŠðOR½"
  b"\x01˜\x1D¦ÿ°svŽÜÖó‹•D­"
  b"\x01˜\x1D¦ÿÉq\r¯2DõwIŠ"
  b"\x01˜\x1D¦ÿçsOŽi\vn*l“|"
  b"\x01˜\x1D§\x00\vp¯±°wq\v}\x14þ"
  b"\x01˜\x1D§\x00'rµ¸=Ø7ÿ\v\x16h"
  b"\x01˜\x1D§\x00ArµŽ\x7Få}Ô7\x17Ü"
  b"\x01˜\x1D§\x00\rz€¾æó,”„\x16"
  b"\x01˜\x1D§\x00|pe²î=pÏ :Ê"
  b"\x01˜\x1D§\x04·s-¿\x07:îw]ñó"
  b"\x01˜\x1D§\x05*s&‚¡À\x15>²~ÿ"
  b"\x01˜\x1D§\x05Cq\x1C›åcNO$Ù\x15"
  b"\x01˜\x1D§\x05[s‘™\x18£\x08ŽnýÁ"
  b"\x01˜\x1D§\x05rp¾œÀ³‡”ç\ey"
  b"\x01˜\x1D§\x05‘rDš;#\¢\t\x1A?"
  b"\x01˜\x1D§\x05«s‰Ÿ}zp€õÃ\x00"
  b"\x01˜\x1D§\x05ÂryšjöTÚ>M¡"
  b"\x01˜\x1D§\x05Ús‘ŒøýDÔȈ>"
  b"\x01˜\x1D§\x05ùp­¥ˆéܳ{Ã\x12"
  b"\x01˜\x1D§\x06\x11sËqp-àU\x07Ô"
  b"\x01˜\x1D§\x06(rبèK;eJ»³"
  b"\x01˜\x1D§\x06?p\fºÐ ùÆqù\x0E"
  b"\x01˜\x1D§\x06aq™Œ}›\x07‰-¿ì"
  b"\x01˜\x1D§\x06{sŒ™°ÞÙ™aü¡"
  b"\x01˜\x1D§\x06–rH´†á»Š¡¾"
  b"\x01˜\x1D§\x06¬r¥³)2%!&L‰"
  b"\x01˜\x1D§\x06Áq“º’\x00\x15þº™ú"
  b"\x01˜\x1D§\x06×q] ØÏaLô\x1D>"
  b"\x01˜\x1D§\x06ír®”¯‡ˆú\x12˜³"
  b"\x01˜\x1D§\x07\x05r¿”LÙ:J}ë"
  b"\x01˜\x1D§\x07\ep¼Ò¶%÷4O\x16"
  b"\x01˜\x1D§\x07.p»®®›ÍލfÍ"
  b"\x01˜\x1D§\x07Cr†¿\x1D82!ªƒ|"
  b"\x01˜\x1D§\x07`pޝîOEˆÂú)"
  b"\x01˜\x1D§\x07rs®]|‚ ú9î"
  b"\x01˜\x1D§\x07™qìŸf\x19ˆx\x05"
  b"\x01˜\x1D§\x07µq„ W­³<úc0"
  b"\x01˜\x1D§\x07Érì´9K5œr—Ž"
  b"\x01˜\x1D§\x07Úr[ˆ#ša\x05\x7FÏ{"
  b"\x01˜\x1D§\x07ôr ¨Lüô/l"
  b"\x01˜\x1D§\x08\vsAˆl‹gûxŽœ"
  b"\x01˜\x1D§\x08&sß„¯Zo!JAŸ"
  b"""
    \x01˜\x1D§\x08?rø°cs;å\n
    ñP
    """
  b"\x01˜\x1D§\x08[sî¯U^ègGì,"
  b"\x01˜\x1D§\x08vps®«Ò®#…=¶"
  b"\x01˜\x1D§\x08‘r‘ƒ(‰È›çãw"
  b"\x01˜\x1D§\x08®qv„°PرÔjÖ"
  b"\x01˜\x1D§\x08Ðq=©¥9\\áII"
  b"\x01˜\x1D§\x08ñr‘ d\x10\x1Eȱ€"
  b"\x01˜\x1D§\t\x14s:¸!€µ¨»þ\x12"
  b"\x01˜\x1D§\t+p.´ð\e*”*sh"
  b"\x01˜\x1D§\t@rK¢vA\x04P\x01"
  b"\x01˜\x1D§\tUq®‚Z¸2ÎBÍD"
  b"\x01˜\x1D§\tlqòŽT“wÿD’Ñ"
  b"\x01˜\x1D§\tsÑ­ëZ\r*îFÆ"
  b"""
    \x01˜\x1D§\t¥s;~Wü\n
    å*Ý
    """
  b"\x01˜\x1D§\tÁpª¹äŽ%\x01{ó_"
  b"\x01˜\x1D§\tÕq£¿¡\x04©…¸\t¦"
  b"\x01˜\x1D§\tìqÕ²óâϪœ\x0Fl"
  b"""
    \x01˜\x1D§\n
    \x01s»‹‘<xNK{F
    """
  b"""
    \x01˜\x1D§\n
    \x1Ese’Z\x7F\x19x³^ê
    """
  b"""
    \x01˜\x1D§\n
    3q\n
    \x16Brlv+±
    """
  b"""
    \x01˜\x1D§\n
    OqÔ“ë$ö»â"}
    """
  b"""
    \x01˜\x1D§\n
    hsèªh…÷;á—‰
    """
  b"""
    \x01˜\x1D§\n
    }p½¤ÿ3~\x01X0
    """
  b"""
    \x01˜\x1D§\n
    •q<¢\x03j>¤q$
    """
  b"""
    \x01˜\x1D§\n
    µp”‚ùg.t”~ª
    """
  b"""
    \x01˜\x1D§\n
    ÌrD«¶¨÷½Š\x01^
    """
  b"""
    \x01˜\x1D§\n
    áp«­1²e©\x13ÆQ
    """
  b"""
    \x01˜\x1D§\n
    ûrŒ£\x16üga÷\x03+
    """
  b"\x01˜\x1D§\v\x13q\x01°.ƒS\tUHM"
  b"\x01˜\x1D§\v0sçŸlÎ_\x17ŒV¦"
  b"\x01˜\x1D§\vNs§¸MÅ\x02àI"
  b"\x01˜\x1D§\veq˜\x11ŽçloêL"
  b"\x01˜\x1D§\v}sÞ»Ö\x002aý\x12B"
  b"\x01˜\x1D§\vqÁ»\x07Ö‰i=¡l"
  b"\x01˜\x1D§\vÎpë£/²˜ãqµ\x1A"
  b"\x01˜\x1D§\vèq«ùÏ8?1Mš"
  b"\x01˜\x1D§\vþsÚ˜r\x08á:*b¼"
  b"\x01˜\x1D§\f\x16pò¯¼Â©"cç˜"
  b"\x01˜\x1D§\f,q`µäÄ\x08(¨Q'"
  b"\x01˜\x1D§\fAr¹›Èz\x07‘»\x0Eˆ"
  b"\x01˜\x1D§\f¾pw¨(\x04\x12Ž3út"
  b"\x01˜\x1D§\rêq›½5Vù\x07µM\x05"
  b"\x01˜\x1D§\x0EnpM«7¥Þݱb"
  b"\x01˜\x1D§\x0EÒr”“—G@¾0o\n"
  b"\x01˜\x1D§\x0Eêrϐѿ”Í!R\x07"
  b"\x01˜\x1D§\x0EþrûµTÝRÅqDÁ"
  b"\x01˜\x1D§\x0F\x18qqµ¥Z_^¾ÚÈ"
  b"""
    \x01˜\x1D§\x0F.rð¦jv0\n
    Ð,É
    """
  b"\x01˜\x1D§\x0FCp’–‚lY»ö!9"
  b"\x01˜\x1D§\x0FXpå2'\x02žwÒB"
  b"\x01˜\x1D§\x0Flr¾™²+C\x06Õ {"
  b"\x01˜\x1D§\x0Fƒq£²º8?8(`m"
  b"\x01˜\x1D§\x0FšrR¨\x1AoÃ}U\x07"
  b"\x01˜\x1D§\x0F³r)œæ\e_r\x11ÌÏ"
  b"\x01˜\x1D§\x0FÍqf±ŸÏ¶\x0F\x16 "
  b"\x01˜\x1D§\x0Fçs8”és¤\x1E\x05"
  b"\x01˜\x1D§\x0Fûqޤ¤\x1E—Ú\r\x186"
  b"\x01˜\x1D§\x10\x0Es`’³\tÁÀáE"
  b"\x01˜\x1D§\x10Vq†¿=ˆ'ã¾\x06¦"
  b"\x01˜\x1D§\x10iso©¯ÒV!\x07\x19"
  b"\x01˜\x1D§\x10qH³Tà;Ì·*\x03"
  b"\x01˜\x1D§\x10¤q\x14¶ãtíƒúü"
  b"\x01˜\x1D§\x10¾rº“‰_K] Ù€"
  b"\x01˜\x1D§\x10âsU®Ôô\x1A²Éä§"
  b"\x01˜\x1D§\x10ýp䏧\x06\x1Aä=ñ8"
  b"\x01˜\x1D§\x11\x13qâ§¢êj@QJ´"
  b"\x01˜\x1D§\x15‹s…ªv\x7F'Zj(G"
  b"\x01˜\x1D§\x15ªpw„â\x1EÏ\x05¤k\x15"
  b"\x01˜\x1D§\x15ÅpD—\x0F¯O•ÅÀ£"
  b"\x01˜\x1D§\x15ßsì‘-Ž\x1A\x12\t"
  b"\x01˜\x1D§\x15öqè“,4 Å\x18²\x02"
  b"\x01˜\x1Dª\x10\x1Cs³¶¤½ÝiZ9z"
  b"\x01˜\x1Dª\x101rò•`ç@M#J2"
  b"\x01˜\x1Dª\x10Jræ²nö\vµ“ëS"
  b"\x01˜\x1Dª\x10`sgµ¬ÆœÊÉ`"
  b"\x01˜\x1Dª\x10vqë½|\x13Ù©ñ\x05\e"
  b"\x01˜\x1Dª\x10‹rϧSsÖ\x15\x08"
  b"\x01˜\x1Dª\x10¢r\x14\x0F<Ã6IîR"
  b"\x01˜\x1Dª\x10¶p…¥†/5ß£"
  b"\x01˜\x1Dª\x10Õrp·^4Ûb\x1E\x06á"
  b"\x01˜\x1Dª\x10ñrê—hÿ\x1AE\x02Ef"
  b"\x01˜\x1Dª\x11\x06r{µƒp1W\x1C…°"
  b"\x01˜\x1Dª\x11\x1DrR˜|Ò\tÀù¼-"
  b"\x01˜\x1Dª\x111p7“·°p¿pâ\x1C"
  b"\x01˜\x1Dª\x11Kqê‘ãH\x027ÈÙû"
  b"\x01˜\x1Dª\x11as\x1DŽ™Qɤîå½"
  b"\x01˜\x1Dª\x11ws\x06–ös ¹BÈÌ"
  b"\x01˜\x1Dª\x11‹ru¾®‘Ð'Ä]"
  b"\x01˜\x1Dª\x11ræŽ<ùÈ.L–Œ"
  b"\x01˜\x1Dª\x11ºp°–¨&taÖ‘´"
  b"\x01˜\x1Dª\x11Òq‚.ýøØ\x13Ë…"
  b"\x01˜\x1Dª\x11ëqù£¼÷ñpE’Û"
  b"\x01˜\x1Dª\x12\x03rN^\x07܉‚‡i"
  b"\x01˜\x1Dª\x12\x1Dr\t\x1A§àä‡äÐ"
  b"\x01˜\x1Dª\x12/sÀ†f9\x7FjËr\f"
  b"\x01˜\x1Dª\x12As'­ª›e˜\x10t\x19"
  b"\x01˜\x1Dª\x12TsÆŒ÷†\x08 \x1EŒ"
  b"\x01˜\x1Dª\x12grQ¶\x1F§Åô\x00Ÿ3"
  b"\x01˜\x1Dª\x12\x7Fsj¦5» /\x1D\x04Û"
  b"\x01˜\x1Dª\x12špƝ0(¤\x02Ør³"
  b"\x01˜\x1Dª\x12®pO¾ØjX¢å‘T"
  b"\x01˜\x1Dª\x12Æp\x17˜1à-Ž>|"
  b"\x01˜\x1Dª\x12æsê\x14\x16WX=Ø_"
  b"\x01˜\x1Dª\x12üsP§çRè\x169 4"
  b"\x01˜\x1Dª\x13\x1Apš¶C\x03\x05q)"
  b"\x01˜\x1Dª\x136q ‡\x10íìè3™"
  b"\x01˜\x1Dª\x13TqU¨äʰ¾\x02½Î"
  b"\x01˜\x1Dª\x13kpr޼\x03:iV.Å"
  b"\x01˜\x1Dª\x13ƒq²ŽÛߤC-Éé"
  b"\x01˜\x1Dª\x13šp\f·\x1A8SUÃ<¬"
  b"\x01˜\x1Dª\x13ªsa޾õêü"
  b"\x01˜\x1Dª\x13Âq¢™:µM/£é®"
  b"\x01˜\x1Dª\x13Øp\x1F­\x14\x14¾ûbÝ!"
  b"\x01˜\x1Dª\x13ñr9™n\x0F°b*\f"
  b"\x01˜\x1Dª\x14\fp¸½‰\x1D:û­dõ"
  b"\x01˜\x1Dª\x14 r\f¡\x13˜øú,yú"
  b"\x01˜\x1Dª\x149qG–‡¯Œ`dˆs"
  b"\x01˜\x1Dª\x14Pr†¸‚N¦\3£Þ"
  b"\x01˜\x1Dª\x14ap\x1AÊªp®=Ðs"
  b"\x01˜\x1Dª\x14usL­XÀ|õvC"
  b"\x01˜\x1Dª\x14”sX¡\x06\fÁ7¨Už"
  b"\x01˜\x1Dª\x14©pµ¤e‹\x194û\x19"
  b"\x01˜\x1Dª\x14ÀqN˜¼\x0E ÿÊ#ë"
  b"\x01˜\x1Dª\x14Õqñ„ñÛö8â¼ú"
  b"\x01˜\x1D³òœr‡º^Ù´› B"
  b"\x01˜\x1D³ò²sÛ¸ïo\TÛ^ö"
  b"\x01˜\x1D³òØqA¡LoE¿.κ"
  b"\x01˜\x1D³òþrdœ•”â*K.a"
  b"\x01˜\x1D³ó!sW›Ž¼Î€üŒ"
  b"\x01˜\x1D³óAsͯÅïÞî'\e"
  b"\x01˜\x1D³ó_rN®˜ò–YBHí"
  b"\x01˜\x1D³ó|sß–ÁÑS\fyv«"
  b"\x01˜\x1D³ó¡pMÜ\x00aVï\eN"
  b"\x01˜\x1D³óÉs\r¤’\v/“«\x1Ck"
  b"\x01˜\x1D³óër†žŠ\x11À078O"
  b"\x01˜\x1D³ô\x05r“-Ç'Y£té"
  b"\x01˜\x1D³ô\x1Epƒ°\x0E-pަ©¥"
  b"\x01˜\x1D´/\x14r4†\x10Ku\x00žê"
  b"\x01˜\x1D´/5q龨h]¸‘\x1F"
  b"\x01˜\x1D´/Ts]©þ°Îõ±""
  b"\x01˜\x1D´/srg¨Ðm¬âv1+"
  b"\x01˜\x1D´/p\x1D¢ã«S)> @"
  b"\x01˜\x1D´¥Pr칯#É\x02‡g’"
  b"\x01˜\x1D´ò)sâªÝïkë°Î\x15"
  b"\x01˜\x1Dµ\x19Sq@”˜«\x14¥ø\x01\x17"
  b"\x01ºT‹Bs\e°\x04ؐ•Ørû"
  b"\x01º\‘Šs\t§©…éñÊuC"
  b"\x01º\˜Ip7©—9\x10KMê!"
  b"\x01º\˜Žp’¢…M\x11½¸\x02*"
  b"""
    \x01º\˜¬rćŠ\x11\n
    ‰­2ô
    """
  b"\x01º\™#q^¾¢;¡}vš"
  b"\x01º\™“pU´)\x1DÐØ*ÎU"
  b"\x01º\™±rՁ\x07 P*“\x15"
  b"\x01º\™ÐrÔ¹!r‡sçß"
  b"\x01º\š\x15p)¥8h;0\x16\x0E˜"
  b"\x01º\šWq\x01”ŽóÙÞÄú,"
  b"\x01º\š¬p"žFž*#*yY"
  b"\x01º\šÃrr£Ñ¶V?\x07"
  b"\x01º\šßrÔµ†u\x19ôB)"
  b"\x01º\›Mpc’ót¤¦»î~"
  b"\x01º\›„rG‰J‘U;_E»"
  b"\x01º\›™r÷¥:PTñy¹w"
  b"\x01º\›µp\e¬X5­`\t\t"
  b"\x01º\›Ýs\t±q\fê6c&/"
  b"\x01º\œ¢p¿ ¨\x0FÝ4†À¿"
  b"\x01º\œ¿sÀ”C©l”_:ç"
  b"\x01º\œàp\x03†ìÕ[R¾ÇÅ"
  b"\x01º\œÿq¹ªÚ÷w\x08G¤‘"
  b"\x01º\ªrì«ÝÐI\x1Cû\x0E\x1F"
  b"\x01º\ÄqѶ\x7F5{.T`Ë"
  b"\x01º\âs„ŠÛn¸@ú#¹"
  b"\x01º\žÐsˆ±Ô½ ͽ\r"
  b"\x01º\žêp\x11°$|¼:°™¡"
  b"\x01º\ŸÙpÜ‚…É­R\x02Ÿ\x10"
  b"\x01º\ \x19pw‰\f\x05órI¹\x05"
  b"\x01º\¢\x1Dq& ‹úà›ò\x12h"
  b"\x01º\¢~q\x10··QÓ\ÑM§"
  b"\x01º\x7F«Ès?…\x07\e  ÒË\e"
  b"\x01˜\x1D¦uRp\x14…ÊE]±ß¹ø"
  b"\x01˜\x1D¦uir{¿o\x18öô÷•Ï"
  b"\x01˜\x1D¦u}p{´.òðf#í¸"
  b"\x01˜\x1D¦u”pÚ‡6\x7FŠk‰×Ç"
  b"\x01˜\x1D¦u«r\x01‘Ï®ñ\x0E^J@"
  b"\x01˜\x1D¦uÁs}ŽLsónèz\"
  b"\x01˜\x1D¦uÙsá®\x00\x11ë;Æûí"
  b"\x01˜\x1D¦uòq.¢”³ë¸wL¦"
  b"\x01˜\x1D¦v\tpŸ»vãå\x1A&¯Ê"
  b"\x01˜\x1D¦v\esÍŒ\x16€úÂSÓÌ"
  b"\x01˜\x1D¦v3s8Ÿª,&½¨3’"
  b"\x01˜\x1D¦vPp\x1A»º”Š&¸‡’"
  b"\x01˜\x1D¦vaqŽŒ„„¯³×~}"
  b"\x01˜\x1D¦vspö‹9mèZ\x01,"
  b"\x01˜\x1D¦v‡rE¯Ž[g‡\x1F=6"
  b"""
    \x01˜\x1D¦vœpq¶¿\x1D\n
    „ùŒ
    """
  b"\x01˜\x1D¦v®q²™\x0E±ÚˆÈîK"
  b"\x01˜\x1D¦vÃp9ªRÖ̲¶Y®"
  b"""
    \x01˜\x1D¦vÛpgœ\n
    ´¶Žƒo
    """
  b"\x01˜\x1D¦vöpç³AD\x1F\x06"
  b"""
    \x01˜\x1D¦w\n
    qD—ÝK\x12þpÇ\n
    """
  b"\x01˜\x1D¦w$rx¡ù%¤\v¥Ú\x1D"
  b"\x01˜\x1D¦w9q޾†\x1Fƶm”="
  b"\x01˜\x1D¦wQs]Ÿ\x03ÿŽE38"
  b"\x01˜\x1D¦wkq“¤Ê\rvµíœp"
  b"\x01˜\x1D¦w„rQ¹V+¨œ\x1F8!"
  b"\x01˜\x1D¦w”qݱnrOÝ\x07.q"
  b"\x01˜\x1D¦w¥r,´Ñ¨¡Ö\x08É_"
  b"\x01˜\x1D¦w¹sªŽ•J³ðk’û"
  b"\x01˜\x1D¦wËs6¶$\x0F°áhŽP"
  b"\x01˜\x1D¦wÝq³ˆ­ú×µa»"
  b"\x01˜\x1D¦wóq•œÀE‹™\x10\e"
  b"\x01˜\x1D¦x\vp~—¥•\fcí©Š"
  b"\x01˜\x1D¦x&pkƒ‘‹¥Ý\t\x14#"
  b"\x01˜\x1D¦xIqp«\r\eŠ\x10£t"
  b"\x01˜\x1D¦xepŒŽKe”kqH"
  b"\x01˜\x1D¦xzpD•¹\x15!‰h>)"
  b"\x01˜\x1D¦xqœ{Ûîk\x11íü"
  b"\x01˜\x1D¦x®rä¶e‰ë¹o%z"
  b"\x01˜\x1D¦xÇr\x1D tK´ùW#!"
  b"\x01˜\x1D¦xÞp‹­Km’±0©²"
  b"\x01˜\x1D¦xöqì¥sÇU;\x7Fõ0"
  b"""
    \x01˜\x1D¦y\fr“†?¥UÔñ\n
    ­
    """
  b"\x01˜\x1D¦y#rН1/ÜåE3`"
  b"\x01˜\x1D¦y<p$Žó\x19«K„L\x10"
  b"\x01˜\x1D¦yTs4ƒÙ¤Û I¨µ"
  b"\x01˜\x1D¦y™ro±$(u·fæ¥"
  b"\x01˜\x1D¦y©rº˜\;åQt…"
  b"\x01˜\x1D¦yºq:¤×Z(rS¿\e"
  b"""
    \x01˜\x1D¦y×s\n
     y4Õ\rZ««
    """
  b"\x01˜\x1D¦yóp™ƒq<$gÄdm"
  b"\x01˜\x1D¦z\vrß“ÞÔ9Ôܼt"
  b"\x01˜\x1D¦z"s\x16•¶g¥h() "
  b"\x01˜\x1D¦z8pî²f3i¨\x1Cpa"
  b"\x01˜\x1D¦zJqƒ\x04SŸàQ¯f"
  b"\x01˜\x1D¦z[s:Žh‘\x11÷x\x10}"
  b"\x01˜\x1D¦zlr†Ž\tg:\v\rÅ\x14"
  b"\x01˜\x1D¦z~sGŽa*‹Oxéè"
  b"\x01˜\x1D¦z—q¼Ÿú“Ü”Ô×}"
  b"\x01˜\x1D¦z°pG‡èõŒ:v\r|"
  b"\x01˜\x1D¦zÀrہôÉ5µœê·"
  b"\x01˜\x1D¦zÔqÄ£‰@ pHfÖ"
  b"\x01˜\x1D¦zís¤‘\x12Ýó%\x06<¿"
  b"""
    \x01˜\x1D¦{\n
    q`ªðÙèß\x07ýé
    """
  b"\x01˜\x1D¦{)r›¦˜.[ß\x04r8"
  b"\x01˜\x1D¦{BrÌ£©#%¼¿d"
  b"\x01˜\x1D¦{Ypô‡E¹|9`{×"
  b"\x01˜\x1D¦{†q\x1E\v–øŠÍä®"
  b"""
    \x01˜\x1D¦{™sz޿ܿ:\n
    
    """
  b"\x01˜\x1D¦{°pp‘PÐãPw\x19\x7F"
  b"\x01˜\x1D¦{Ìs\x14‡Ï\x01Û$ŽE˜"
  b"\x01˜\x1D¦{îr\x00˜†­švÊ\eh"
  b"""
    \x01˜\x1D¦|\x05r+­«Oì\x1E\n
    ¢O
    """
  b"\x01˜\x1D¦|\x15pr«`ÇÇóƒ†"
  b"\x01˜\x1D¦|*q'˜µ—ˆö’ñ\x06"
  b"\x01˜\x1D¦|DsÒµ\x1D"D;ÓŠç"
  b"\x01˜\x1D¦|Zqîªfû¬ÚãÔ¸"
  b"\x01˜\x1D¦|orɸuòT\x13»R"
  b"\x01˜\x1D¦\x7Fcq°—ŸÖ¯g\x077‰"
  b"\x01˜\x1D¦\x7FŽs;µDE^rSÏŒ"
  b"\x01˜\x1D¦\x7F¥p\x16ªá’£Âoäç"
  b"\x01˜\x1D¦\x7FÁqŸž_"½ÂŽ\x03Ò"
  b"\x01˜\x1D¦\x7FÜq¥¸1¤5]f6’"
  b"\x01˜\x1D¦\x7Fíq„¦\tàÝŠè‡"
  b"\x01˜\x1D¦\x7Fýp.˜e…F8ÌŸi"
  b"\x01˜\x1D¦€\x0Epš®²\x06‘ó*j…"
  b"\x01˜\x1D¦€\epa›»\x10ÄÿÍF¡"
  b"\x01˜\x1D¦€)q6¹\v\x12\x10{Á€Þ"
  b"\x01˜\x1D¦€@s\x13˜]uw\x16`bã"
  b"\x01˜\x1D¦€SqÖ’í\x03Ié¦Bö"
  b"\x01˜\x1D¦€cs…¸wcºŸÅÙ\x1C"
  b"\x01˜\x1D¦€ss×°4ÍÓjÉÖ\x05"
  b"\x01˜\x1D¦€„pMˆf”2…\x07ë`"
  b"\x01˜\x1D¦€™p£¶m’¼\x14üê\x19"
  b"\x01˜\x1D©æÕs“›Ú\x1D¿\f{ëÊ"
  b"\x01˜\x1D©æíq±§=0¦Ÿ>\x01ë"
  b"\x01˜\x1D©ç\x04qa‹^WÐ2(ÕË"
  b"\x01˜\x1D©ç\x1As[‹¸ý¨Y\x0EÜ¡"
  b"\x01˜\x1D©ç,rž­îîVÓ\x00 ,"
  b"\x01˜\x1D©çCrF§!Ü…c_Ô7"
  b"\x01˜\x1D©çVrc¥´Uµ£\vŸ¾"
  b"\x01˜\x1D©çnq-šêË`ú\Án"
  b"\x01˜\x1D©çƒsí›\x13•}ß9Ÿ\x12"
  b"\x01˜\x1D©çœp\x0FÌˆã6¥[½"
  b"\x01˜\x1D©ç¸qP—›:ÝíÞ3g"
  b"""
    \x01˜\x1D©çÎpŒ„Y\n
    \x1A§/¾\x1E
    """
  b"\x01˜\x1D©çërÜ›²ä½Ã¤\x1EÐ"
  b"\x01˜\x1D©è\x01s¶£ä¦I\x7F†q5"
  b"\x01˜\x1D©è\x12q\x11¸’.@­úö­"
  b"\x01˜\x1D©è$qЙÄ1;õj""
  b"\x01˜\x1D©è8qç–1â1ñàJR"
  b"\x01˜\x1D©èMsL‡ÑÓ\x15\x159U"
  b"\x01˜\x1D©èap,°öVMMÄ¥Û"
  b"\x01˜\x1D©è}s¡¡\x02G")ÌJN"
  b"\x01˜\x1D©è’r$£\x12ÁŠ»Ï$\x7F"
  b"\x01˜\x1D©è§s9œå:ïëó›è"
  b"\x01˜\x1D©è¼r:±™àHÜy§s"
  b"\x01˜\x1D©èÒs\x04¥žkúÅ`ºù"
  b"\x01˜\x1D©èêp¿¼”dþààUƒ"
  b"\x01˜\x1D©é\x04p:ŒÈ\\x17Rç®"
  b"\x01˜\x1D©é\x1Cr÷¦w³ž\x10a»Ù"
  b"\x01˜\x13d7Âr0¡‡¸&\x7Faí‘"
  b"\x01˜\x1D¥Ž¨s7­]ˈ¾'1"
  b"\x01˜\x1D¥ŽÇp„Ž37„¡´\x13 "
  b"\x01˜\x1D¥ŽÚsd˜š^\x1EÑ\x17û#"
  b"\x01˜\x1D¥Žñs‹\f3–K\x06"
  b"\x01˜\x1D¥\x03s²ù$Íqkâ®"
  b"\x01˜\x1D¥\x1AsÒ¹ùŽ\x00qzKT"
  b"\x01˜\x1D¥2pŒžÈ©\x1A°Ö`‹"
  b"\x01˜\x1D¥Ds\x06Ÿf‹ô5;r"
  b"\x01˜\x1D¥Ypº=ùT\e\x00Éö"
  b"\x01˜\x1D¥vqƒ†\x1C\x1Aa;nW%"
  b"\x01˜\x1D¥‹r|•6‡ëËòIŠ"
  b"\x01˜\x1D¥Ÿrܶ]ËHf5hª"
  b"\x01˜\x1D¥°p»¸n±/Ú’c["
  b"\x01˜\x1D¥Ås»ŒÇ/\x13¦-‚Ù"
  b"\x01˜\x1D¥Ør4Ž|…¼ü9i@"
  b"\x01˜\x1D¥îs;‘\x12kµ³\x03"
  b"\x01˜\x1D¥\x00pÓ…Lc¼\x19l¡N"
  b"\x01˜\x1D¥\x11pë‰@\x15UP\t™×"
  b"""
    \x01˜\x1D¥$pڝ/™ä±\n
    
    """
  b"\x01˜\x1D¥6s“ƒ\x07ÏBΝÀÌ"
  b"\x01˜\x1D¥KqÄ´øŒ‚ç÷ÿ…"
  b"\x01˜\x1D¥`p͋Δo\x03†=\x07"
  b"\x01˜\x1D¥pqZˆÜžfàš"
  b"\x01˜\x1D¥ˆq¾„Å8dVZçý"
  b"\x01˜\x1D¥™sR”ù2‘cp(I"
  b"\x01˜\x1D¥¯p›¹ù\x1Cð–‘Ô¼"
  b"\x01˜\x1D¥ÁpÚ¬œÇmèŽÚð"
  b"\x01˜\x1D¥Ôp\x1AŒ{íý²;¥\t"
  b"\x01˜\x1D¥æq\x02¦\x05®&€\x00\x06v"
  b"\x01˜\x1D¥ùsv’e¤Â<Xt¥"
  b"\x01˜\x1D¥‘\x14qâ°’Þ\\x0F¿aÄ"
  b"\x01˜\x1D¥“Øs³˜Ü\„t°k‰"
  b"\x01˜\x1D¥“ûp\x02´ª‹dm××é"
  b"\x01˜\x1D¥”\x13p€\x1EŒ$-\x19¨ˆ"
  b"\x01˜\x1D¥”*q\x10†’Á˜u¯‡É"
  b"\x01˜\x1D¥”>rÖ†odÀȺP\x08"
  b"\x01˜\x1D¥”Mp²‡¬•\x06\x11"
  b"\x01˜\x1D¥”_qÞš\v\x7FØ_n"
  b"\x01˜\x1D¥”trE¢OW}\x10Œ—"
  b"\x01˜\x1D¥”Žs\x19‡ÙDA\x1Fë¢\r"
  b"\x01˜\x1D¥”¨qJ€É¥ç'k%ë"
  b"\x01˜\x1D¥”Áp‹¨”$ÍÞ\x03–i"
  b"\x01˜\x1D¥”ØqgpY,‘\x19"
  b"\x01˜\x1D¥”êr±£ÉD\x08Ú\x00\nw"
  b"\x01˜\x1D¥•\x02q°“¾kœ>xzÚ"
  b"""
    \x01˜\x1D¥•\x1Dqл\x1E2,–\n
    
    """
  b"\x01˜\x1D¥•9q‹ªçÛá~\x18µO"
  b"\x01˜\x1D¥•Np!µ¨Qo.=40"
  b"\x01˜\x1D¥•dp\x1A™Q‡Õ\x000,š"
  b"\x01˜\x1D¥•up¨k3[¢”¾}"
  b"\x01˜\x1D¥•ˆq‹¦–ê¶DXÔg"
  b"\x01˜\x1D¥•žp\x19¸\x17Aò*ó¦Æ"
  b"\x01˜\x1D¥•±rú ãܰ±WG„"
  b"\x01˜\x1D¥•Âs­œ-KËh_y*"
  b"\x01˜\x1D¥•Øs›¬9WªÇ”S4"
  b"\x01˜\x1D¥•îse­¢©¦\Ù\x11\x00"
  b"\x01˜\x1D¥–\x01sWŒ©Sô‚\x01O•"
  b"\x01˜\x1D¥–\x11põ˜(ß\x0FûKÓ6"
  b"\x01˜\x1D¥–"r\x14Žt+UýÌþ\x05"
  b"\x01˜\x1D¥–<q/¸•»\x03^@S"
  b"\x01˜\x1D¥–Rpà5‹¹Œeðv"
  b"\x01˜\x1D¥–dq\x1E­\x1F·<\x16Õ \x18"
  b"\x01˜\x1D¥–xs“Œ'šùí¥¬3"
  b"\x01˜\x1D¥–Šp\x00¶=|ù\x10(V2"
  b"\x01˜\x1D¥–p쩱£àŽWóK"
  b"\x01˜\x1D©ºôrRªd߁‚³…j"
  b"\x01˜\x1D©»\x07svãÁ¢n¤ÁÙ"
  b"\x01˜\x1D©»\ep—‰ÜV®ý\x14"
  b"\x01˜\x1D©»0r3”³=þiÓš"
  b"\x01˜\x1D©»Ipï–EÒ•Ssbr"
  b"\x01˜\x1D©»`s\x02·ÒدAµà\t"
  b"\x01˜\x1D©»}rv™‘õ?µ­\x00\x18"
  b"\x01˜\x1D©»šr±‘ ‘\vf2*£"
  b"\x01˜\x1D©»µqEœë\x05$ؾYÿ"
  b"\x01˜\x1D©»Íq(‚k‹?éû~&"
  b"\x01˜\x1D©»àpÕª0a]ÿ¨Þ"
  b"\x01˜\x1D©»úqëšúo_\þ~1"
  b"\x01˜\x1D©¼\rq¨¼\x0F’÷Y\x7F"
  b"\x01˜\x1D©¾ƒs"˜öŸOW\x1F"
  b"\x01˜\x1D©¾¨sȦ¡ÙÌÝ)ð\v"
  b"\x01˜\x1D©¾¾paƒÌŒ·Ÿš”?"
  b"\x01˜\x1D³Úóq1…„”î=©ú "
  b"\x01˜\x1D³Û\x19s"—¯)\x0FY£Ý="
  b"\x01˜\x1D´›Èr•¦\x158'HŒˆN"
  b"\x01˜\x1D´›îri‰ËÝ\tš\x0EÌ‹"
  b"\x01˜\x1D´ì¶p±’q#=\vœ¦^"
  b"\x01˜\x1Dµ\x17«q|±oªeïƒÏ8"
]
65 9.31 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"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÁqT;G“Jþ޳æ³\x156\f"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¡à„3P=A¶ºivÎQ~7h"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\f‚uºE®ÈD¸\`Æ="
  b"\f‚uºE®ÈD¸\`Æ="
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"¡à„3P=A¶ºivÎQ~7h"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ñ/e@÷˜q_8GÈþu"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"rX[&ØÒA\x03œ„[à?cy"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"rX[&ØÒA\x03œ„[à?cy"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"rX[&ØÒA\x03œ„[à?cy"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"Ñ/e@÷˜q_8GÈþu"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x05©“DMHšM™¦ì[¤9"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"rX[&ØÒA\x03œ„[à?cy"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"|p*×\x01\t@#ˆ„˜Au\x15\x1AI"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"P¢™\x07daB0›Î÷7§1\x7F\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ù¤ÄmeJۺԐ0Géo "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ù¤ÄmeJۺԐ0Géo "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ù¤ÄmeJۺԐ0Géo "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ù¤ÄmeJۺԐ0Géo "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ñ/e@÷˜q_8GÈþu"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ñ/e@÷˜q_8GÈþu"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"cźçoM\x7F¥\x167»:0`¡"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x05©“DMHšM™¦ì[¤9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"æœò¡ŸHGe•¢7KìI="
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"æœò¡ŸHGe•¢7KìI="
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"æœò¡ŸHGe•¢7KìI="
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"æœò¡ŸHGe•¢7KìI="
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ñ/e@÷˜q_8GÈþu"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ñ/e@÷˜q_8GÈþu"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"cźçoM\x7F¥\x167»:0`¡"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x05©“DMHšM™¦ì[¤9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"æœò¡ŸHGe•¢7KìI="
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"æœò¡ŸHGe•¢7KìI="
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"æœò¡ŸHGe•¢7KìI="
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"æœò¡ŸHGe•¢7KìI="
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ñ/e@÷˜q_8GÈþu"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ñ/e@÷˜q_8GÈþu"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"\f‚uºE®ÈD¸\`Æ="
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\f‚uºE®ÈD¸\`Æ="
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\f‚uºE®ÈD¸\`Æ="
  b"\f‚uºE®ÈD¸\`Æ="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\f‚uºE®ÈD¸\`Æ="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"Cd»©s\x10M®‡–;¹® ep"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ð )ž{òGt¸-m–מãÅ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ñ/e@÷˜q_8GÈþu"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ñ/e@÷˜q_8GÈþu"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"cźçoM\x7F¥\x167»:0`¡"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x05©“DMHšM™¦ì[¤9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"æœò¡ŸHGe•¢7KìI="
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"æœò¡ŸHGe•¢7KìI="
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"æœò¡ŸHGe•¢7KìI="
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"æœò¡ŸHGe•¢7KìI="
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"æœò¡ŸHGe•¢7KìI="
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ù¤ÄmeJۺԐ0Géo "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"æœò¡ŸHGe•¢7KìI="
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ñ/e@÷˜q_8GÈþu"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"æœò¡ŸHGe•¢7KìI="
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ñ/e@÷˜q_8GÈþu"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ñ/e@÷˜q_8GÈþu"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"0\x01IgÁCm«\x0Ešžz6£i"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ukÆ\x10\x10€D”¶©¶˜9Rí•"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"¡à„3P=A¶ºivÎQ~7h"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"s„çÓ&@DކLÜÓŒ­j\x14"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"_Gˆ\v\x1C\x15M5¡^½C§™\x00¸"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\f‚uºE®ÈD¸\`Æ="
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\f‚uºE®ÈD¸\`Æ="
  b"\f‚uºE®ÈD¸\`Æ="
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"\f‚uºE®ÈD¸\`Æ="
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"k±ÈMÈkH/…Â=\x1EµbŸ°"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"(’\x136¸O?¡\x12/w”PŸ'"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"Ú‹®\v`\x19OD›í·\x1ABÉ2`"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"²\x1FdKË×C¡™¥‡&‘eÑ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"\x10Ý»¿5QBt¼¬Ü­žíß("
  b"Á¼y~0\x00BrŸT5â1Ú\x07\x17"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"æœò¡ŸHGe•¢7KìI="
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"æœò¡ŸHGe•¢7KìI="
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Ñ/e@÷˜q_8GÈþu"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Ñ/e@÷˜q_8GÈþu"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x05©“DMHšM™¦ì[¤9"
  b"\x05©“DMHšM™¦ì[¤9"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"Cd»©s\x10M®‡–;¹® ep"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ñ/e@÷˜q_8GÈþu"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x05©“DMHšM™¦ì[¤9"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ø,ÎQÈ\vM3¢?c§p\x07"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"…>èû½\x1DE°Š|•×…ú|Ã"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"·F\x1F„HJ.¾Ôþ¼îZ["
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"æœò¡ŸHGe•¢7KìI="
  b"+(G[.*O\x08¨Cß„\x01ÓÉü"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ñ/e@÷˜q_8GÈþu"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"\x01l×7ÌÓK_¹\x1AOUZet:"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ðîÄ\x18gàOd¸W¡Qd~Ùn"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    ÷\n
    y©z\x0FN© jdb¨R4y
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"mM\v\x06:\x11C3ˆÜq\x0EÎ\x14_"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ñ=$„\x14\vNºµhÂè÷\r¹ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x05©“DMHšM™¦ì[¤9"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ôͱtàMOœ¸À;nÖ\x17ÙA"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"\x06ô\x0F™ž\x15FeƒºMþ(€{"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"""
    \t—¬˜Gj†\x03\n
    Ò\x02¬ž¿
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"bíP®&FJÊ£÷9Ým{\vé"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"È\x0Fã\x04A-¡šç|v„»\x0F"
  b"AñÅÉø%O÷¾Ê5:l\t]G"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"cźçoM\x7F¥\x167»:0`¡"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"œ;“"l\x0ENï™\x10Ñß\x17Ø“Ú"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"^ÚŠåcÉJè WèL†/\t²"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"rX[&ØÒA\x03œ„[à?cy"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Y®CÐm7O¾Ž±ôŽBH7ÿ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"•K2?µñJ‰©4ßZb’\x7F "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"^ÚŠåcÉJè WèL†/\t²"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"`H„”ÛMHq¼Êb¯ˆ\x07ô"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Cd»©s\x10M®‡–;¹® ep"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Ð )ž{òGt¸-m–מãÅ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"=»Š=ð~JUœ^0‘Â!£©"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"&²ó¥å\x17Dlž¹§ø ð††"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"aÓâhâ¤EúªŽ–\f\x13nÙ}"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"GQÆ;§½KP°\e\x03ÃØ„"
  b"""
    \x1A\x17\n
    \x01^@rŸ(×Vò˜±¶
    """
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"XãKÀ…qM‚´\x1F\x07‰aJý4"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"=»Š=ð~JUœ^0‘Â!£©"
]
66 14.45 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ºTŠÞpB/\x00å\x10AJ"
  b"\x01ºT‹Bs\e°\x04ؐ•Ørû"
  b"\x01ºT‹rð®§Œ\x18<†læ"
  b"\x01ºWþwq}„uýúPþ\rc"
  b"\x01ºX\x039sN¿),ÿy¯­W"
  b"\x01ºX\x03„qûŒ—±\x1A\X…Ä"
  b"\x01ºY¢îsaœGüV\x12ä¶À"
  b"\x01º\\x1FZpÀšc\x1Dü6@¤Ü"
  b"\x01º\%ƒr¨±\x12\x19q\x1Dèy"
  b"\x01º\%ÚsK‚_óÍ5Â\ví"
  b"\x01º\&¡s[½{Ø\f~1‚}"
  b"\x01º\&Ãp\rŽÒÏÉÐO·Ä"
  b"\x01º\'1r¸­Ó—\x16¤²ä2"
  b"\x01º\'®pŒ™ÖJ¬òüü÷"
  b"\x01º\(\x08sw«\x1A³¶('\x0F<"
  b"\x01º\0eqj“j8Ä+|ª¾"
  b"\x01º\8ss²®ÃËx\x04Õkk"
  b"\x01º\?¡pñ ‚J\x01:©ÚŽ"
  b"\x01º\‘Šs\t§©…éñÊuC"
  b"\x01º\˜Ip7©—9\x10KMê!"
  b"\x01º\˜Žp’¢…M\x11½¸\x02*"
  b"""
    \x01º\˜¬rćŠ\x11\n
    ‰­2ô
    """
  b"\x01º\™#q^¾¢;¡}vš"
  b"\x01º\™“pU´)\x1DÐØ*ÎU"
  b"\x01º\™±rՁ\x07 P*“\x15"
  b"\x01º\™ÐrÔ¹!r‡sçß"
  b"\x01º\š\x15p)¥8h;0\x16\x0E˜"
  b"\x01º\šWq\x01”ŽóÙÞÄú,"
  b"\x01º\š¬p"žFž*#*yY"
  b"\x01º\šÃrr£Ñ¶V?\x07"
  b"\x01º\šßrÔµ†u\x19ôB)"
  b"\x01º\›Mpc’ót¤¦»î~"
  b"\x01º\›„rG‰J‘U;_E»"
  b"\x01º\›™r÷¥:PTñy¹w"
  b"\x01º\›µp\e¬X5­`\t\t"
  b"\x01º\›Ýs\t±q\fê6c&/"
  b"\x01º\œ¢p¿ ¨\x0FÝ4†À¿"
  b"\x01º\œ¿sÀ”C©l”_:ç"
  b"\x01º\œàp\x03†ìÕ[R¾ÇÅ"
  b"\x01º\œÿq¹ªÚ÷w\x08G¤‘"
  b"\x01º\ªrì«ÝÐI\x1Cû\x0E\x1F"
  b"\x01º\ÄqѶ\x7F5{.T`Ë"
  b"\x01º\âs„ŠÛn¸@ú#¹"
  b"\x01º\žÐsˆ±Ô½ ͽ\r"
  b"\x01º\žêp\x11°$|¼:°™¡"
  b"\x01º\ŸÙpÜ‚…É­R\x02Ÿ\x10"
  b"\x01º\ \x19pw‰\f\x05órI¹\x05"
  b"\x01º\¢\x1Dq& ‹úà›ò\x12h"
  b"\x01º\¢~q\x10··QÓ\ÑM§"
  b"\x01º\ÃOsº°5©íˆ=\x00à"
  b"\x01º\Ä sb‘ó\x13Žßøpê"
  b"\x01º\Äks\x1Ažõbµ’aßD"
  b"\x01º\ÄÛp†¥{×›-‹†ž"
  b"\x01º\Å?p/¯]Wj˜Œ,s"
  b"\x01º\Ånr‰³Ö$—³Xßù"
  b"\x01º\ÆCq­\x01\x0FÒ\x054W<"
  b"\x01º\Æ^s.”\x1FÍ~\x0FìR"
  b"\x01º\̹p‘ˆ·:qS^b\x1D"
  b"\x01º\Í\x0FsÕŸÒ3²öñ.Ê"
  b"\x01º\Ï©r”F\x11@‡V\v\x1D"
  b"\x01º\x7F«Ès?…\x07\e  ÒË\e"
  b"\x01º\x7F´/q\x14‡^É\reÁFß"
  b"\x01º\x7F´ùph¦\x1EÊàŸ}Px"
  b"\x01º\x7Fµr\v•“É'†ïeñ"
  b"\x01º\x7F¶ÐrΗâ\x00Ÿ£Ý\«"
  b"\x01˜\x13d7Âr0¡‡¸&\x7Faí‘"
  b"\x01˜\x13zRppm‘€\fëD'Y1"
  b"\x01˜\x13{‚°rq¸ý¿ÂB\x05 ¥"
  b"\x01˜\x14\x1Cô\x12rïœ\x06‹„ºðtr"
  b"\x01˜\x18G—Hpž¹9·\r\võË\x0F"
  b"\x01˜\x18J“Qs׈o¶þ{Ô"\x1F"
  b"\x01˜\x18J“pq\x04Œe)U¸Ç›3"
  b"\x01˜\x18J“ŒsH®"¹\x02þ,y¡"
  b"\x01˜\x18J“¡r§¶×ºà%,ž="
  b"\x01˜\x18J“µqù§\x13êGÍ:¿."
  b"\x01˜\x18J“År¦¼ZzV!ª\x1A»"
  b"\x01˜\x18J“Õq\x05™¥ ×ô7Z3"
  b"\x01˜\x18J“ärú¥‹Š]‚ÄÇ\x14"
  b"\x01˜\x18J“úpN\vZ1²`\x0F\x02"
  b"\x01˜\x18J”\x0Es@³Zç¬KðBS"
  b"\x01˜\x18J”#p ’deOq,ƒ"
  b"\x01˜\x18J”9r‚¡¥v§ßX/‘"
  b"\x01˜\x18J”Ps>³Î&‡àJ.7"
  b"\x01˜\x18J”bpG»Ï˜,\x1A8ð—"
  b"\x01˜\x18J”uq\x03´UÏè\x14\x13Æ+"
  b"\x01˜\x18J”‹sù–À•\x06h®2\x0E"
  b"\x01˜\x18J”¡sžE°Rj<\x08ì"
  b"\x01˜\x18J”ºq«þÆ£Š¾~„"
  b"\x01˜\x18J”Ðr˜µÑŸ\x08)cén"
  b"\x01˜\x18J”ápd½\x11\x05ûkÖy"
  b"\x01˜\x18J”õptµ¦h»¨õ\x15"
  b"\x01˜\x18J•\x06q\x14­ôéÔ\x0E}ÿØ"
  b"\x01˜\x18\x0Fq>¾W$øó‚UO"
  b"\x01˜\x18O¶3sK€A,"ùÖ Ž"
  b"\x01˜\x18O¶Ip3°\x12Õ¿Ÿ D\x18"
  b"\x01˜\x18O¶eqt†K¯…\x7F#w÷"
  b"\x01˜\x18O¶yrö…Ž”¿”Ì\x1D\x1E"
  b"\x01˜\x18O¶Žpí˜êkM]\x08\x14Ê"
  b"\x01˜\x18O¶Ÿsjށµƒâ‚Â\x15"
  b"\x01˜\x18O¶·p(Œ£ªü•aÚw"
  b"\x01˜\x18O¶ÊsƐ¿!bœ\fx*"
  b"\x01˜\x18O¶ár\x05ºÌzá\fâƒõ"
  b"\x01˜\x18O¶÷pѧæð\x0FUÑñ§"
  b"\x01˜\x18\vss§\x0F'õ¿ZVý"
  b"\x01˜\x18\x1Erg¢Iúø©Pk„"
  b"\x01˜\x18O·7p\x17ŸýÝ\x05D\x00à\f"
  b"\x01˜\x18O·Os˜²ÀŸË )¢Ù"
  b"\x01˜\x18O·_s(¼Z„(Öu0\x1F"
  b"\x01˜\x18O·tq©œ×¡áHã„\x18"
  b"\x01˜\x18O·‡sƏÍ>~ý\x00[’"
  b"\x01˜\x18O·šrÒ±Újl\x13Ç\x1Fç"
  b"\x01˜\x18O·¯q؇‘Rý&=ÓL"
  b"\x01˜\x18O·Âs#Ž“Kaýhµ‚"
  b"\x01˜\x18O·Ôq\x08½c´ÄìÐb"
  b"\x01˜\x18O·îs%‘̦Ç\x06\rŠ´"
  b"\x01˜\x18\x04q4”wØÍz\x1Aª\x18"
  b"\x01˜\x18\x1Dpʺ\x1Df‡ùÿ+œ"
  b"\x01˜\x18O¸5sEŸ\x01ã{þ!ˆ•"
  b"\x01˜\x18O¸Hq4›ï\x1D™ÜÊ_t"
  b"\x01˜\x18O¸^qX‡ÂzúxŒÃ3"
  b"\x01˜\x18O¸spס\x15(Þ`øÕ²"
  b"\x01˜\x18O¸†sÞ#¥\x11.ýø"
  b"\x01˜\x18O¸™p›¾å$Ú$£üã"
  b"\x01˜\x18O¸«q5œ•ò—f\x15Ua"
  b"\x01˜\x18O¸¿pÅ„ˆ]Ï^qßb"
  b"\x01˜\x18O¸Ósϧ´è\rNþhö"
  b"\x01˜\x18O¸årø˜fñ©A\ê"
  b"\x01˜\x18O¸ør§”Ö\ÿ²n\À"
  b"\x01˜\x18O»¥qÿ”\x15^¯Ùz–\x10"
  b"""
    \x01˜\x18O»Äq\x1F²OF\n
    Þف
    """
  b"\x01˜\x18O»Ùrý±ãíÁqJìÙ"
  b"\x01˜\x18O»ìrô¼áÌÄéωa"
  b"\x01˜\x18O»ýqa†\x17…­ŽØÃ‚"
  b"\x01˜\x18\x10r2‚FrÎÓe¦Ä"
  b"\x01˜\x18O¼%q½›êÒGˆÏš!"
  b"\x01˜\x18O¼Bs\tµÂø—åh8Ï"
  b"\x01˜\x18O¼_p\x0F§ñ\x01¬Ðмr"
  b"\x01˜\x18O¼zss¸qjþ·Æ-å"
  b"\x01˜\x18O¼si¼K¿Ò¾8 ù"
  b"\x01˜\x18O¼£qB·Xä¥å&\x16\x0F"
  b"\x01˜\x18O¼¼pî¥õú»Œ¿7‡"
  b"\x01˜\x18O¼Ïr\x1C›xÙ‘¿Ž(o"
  b"\x01˜\x18O¼às\x10ŠÅ_à\x16ñ&8"
  b"\x01˜\x18O¼ñr\x12žNy\x18êµ~Ð"
  b"\x01˜\x18\x05pðŒ4k–‚rè•"
  b"\x01˜\x18\x17pæ”yÁÖ$¡iÌ"
  b"\x01˜\x18O½,rG¶ô.\r‘Ú^V"
  b"\x01˜\x18O½Br\x14¸Ãª÷ë©I¯"
  b"\x01˜\x18O½Vq:…ë\x18ùˆ\x10;="
  b"\x01˜\x18O½rse¦´\t¹Yž ‹"
  b"\x01˜\x18O½‰p\x1Fù †ŒðÔ\x07"
  b"\x01˜\x18O½ pc€\x11Þç<ýѳ"
  b"\x01˜\x18O½¹peŒ\fvvcЏ5"
  b"\x01˜\x18O½Ðp\x12¯º\x07£Ï÷^\x1D"
  b"\x01˜\x18O½ìr†t¹qͳ™"
  b"\x01˜\x18\x07s|§K×\f¹3PÛ"
  b"\x01˜\x18\x1Ap\x1D”4IÈ롚-"
  b"\x01˜\x18O¾,qˆ²N˜4—Ê8\x07"
  b"\x01˜\x18O¾?r4‹8…H!b-"
  b"\x01˜\x18O¾Up¯¿‹©¾Ÿ‘^O"
  b"\x01˜\x18O¾js\x03—ÊŠ»\x7F\x15"
  b"\x01˜\x18\x7Fpd„\x14\x15þs÷®Ì"
  b"\x01˜\x18O¾“rž…-\x04mJ3\x19"
  b"\x01˜\x18O¾§sLªR»ï\fѯà"
  b"\x01˜\x18O¾½pb€\x06g[ž\x12E"
  b"\x01˜\x18O¾Òr7¦\x02t¤ÞÊJš"
  b"\x01˜\x18O¾ês\x00–¥·\x01Å\x06\x19I"
  b"\x01˜\x18O¾ÿpT½x\x18sJ"Ub"
  b"\x01˜\x18O¿\x13qèŠÌdö‘„Š\x02"
  b"\x01˜\x18O¿*r\x05\x7FžàGPˆ"
  b"\x01˜\x18O¿@p+·ÅÌ\x18‰œ ¾"
  b"\x01˜\x18O¿Vq–¾›ÑEªÕüe"
  b"\x01˜\x18O¿jrF¤\x01\x10\tîz‡×"
  b"\x01˜\x18O¿~q¸½{î,Ìö©x"
  b"\x01˜\x18O¿’pi Pk!½e8_"
  b"\x01˜\x18O¿§p\x7F˜H.\x06‘£\x1A"
  b"\x01˜\x18O¿¿p\x06²PÊ\x08ÜÞ¨/"
  b"\x01˜\x18O¿Õq£‡-œ÷»4\x01Q"
  b"\x01˜\x18O¿ëq{¸?Ø£\x17S/»"
  b"\x01˜\x18\x02rΦJ‚…ò\x19ºÇ"
  b"\x01˜\x18\x19s|¹°9OŽæ\x16k"
  b"\x01˜\x18OÀ0qó¨û¢R]ûHÐ"
  b"\x01˜\x18OÀKss¡ˆ5Ä\x1FüÅœ"
  b"\x01˜\x18OÀ`rH“\x10<\x18ÑÁç²"
  b"\x01˜\x18OÀrr\x1AÖ;çI#2Ú"
  b"\x01˜\x18OÀ‡q9™qŸ\x13@ìéµ"
  b"\x01˜\x18OÀžp¥³9v=å—~@"
  b"\x01˜\x18OÀ¶q\x1C©Ê£Z\x11èÆ\x07"
  b"\x01˜\x18OÀÍrÍ€»d\x07\x0F\x02"
  b"\x01˜\x18OÀãr¾‹c\f¡B¾Ég"
  b"\x01˜\x18OÀøq–­€ YPîþK"
  b"\x01˜\x18\x0Fpg½1Éæ.ôP¶"
  b"\x01˜\x18OÁ$r¶éc—­Ì”…"
  b"\x01˜\x18OÁ:s\x01½÷xçE¸™‡"
  b"\x01˜\x18OÁSq˜‰4{\x18u«Æi"
  b"\x01˜\x18OÁks ¶|ôŒÍ\x02\x16í"
  b"\x01˜\x18\x7Fqt¡›\x12oE!s„"
  b"\x01˜\x18OÁ—qûž†gcûAPŽ"
  b"\x01˜\x18OÁ³p±„XìÁ‡—$ß"
  b"\x01˜\x18OÁÓq›µÖY\x198Å:"
  b"\x01˜\x18OÁéqW›ùÊ \x05\x7F"
  b"\x01˜\x18\x06q¬ž“Ìõ–r\x17â"
  b"\x01˜\x18OÉGpé†Û\x01É8ÚNì"
  b"\x01˜\x18OÉlpŸ¥\x1A+.FK\x17ù"
  b"\x01˜\x18OɈs»Â.¿´!Û"
  b"\x01˜\x18OÉ sß…‚Ä»5\x15"
  b"\x01˜\x18Oɶq~º}åxÏàdÁ"
  b"\x01˜\x18OÉÒpµ²®hÄ™KÜ"
  b"\x01˜\x18OÉçr\v¶^H\x11h\x01?z"
  b"\x01˜\x18OÉýp!ŽBçÕ!\x03:"
  b"\x01˜\x18\x11r\x13šháy\x1EÕ"¶"
  b"\x01˜\x18OÔìs\x0F©'CòW?ë~"
  b"\x01˜\x18\x14sU\x08§\x06É\x08Ç©"
  b"\x01˜\x18OÕ*sæ¥fŽ8ùä«z"
  b"\x01˜\x18OÕBq4¡’\x7FA f\x7F¡"
  b"\x01˜\x18OÕYsÍŒ’zBþ\x0EÞ‰"
  b"\x01˜\x18OÕkqòŽ¥«[ú@ï³"
  b"\x01˜\x18OÕ€qœ±’q\x02Ýa9ù"
  b"\x01˜\x18OÕ›s“–…³®N$s "
  b"\x01˜\x18OÕ³q\e¸‚Ò²\x1DF‡T"
  b"\x01˜\x18OÕÊqÐŒ©ÎAè\x00q‘"
  b"\x01˜\x18OÕàsª\x01dðG'ā"
  b"\x01˜\x18OÕør\x04ž³³Ž×þŽ\x12"
  b"\x01˜\x18\rr‡‘aæêõɏ-"
  b"\x01˜\x18OÖ$pì£*µç ª~F"
  b"\x01˜\x18OÖ;p œõ«:iTÁ*"
  b"\x01˜\x18OÖUr\x1A¦tbü×åðp"
  b"\x01˜\x18OÖos©µzw°Z|­ "
  b"\x01˜\x18OÖƒp÷²¸\x7FzhTZ½"
  b"\x01˜\x18OÖ˜q»O"ï>ù,¹"
  b"\x01˜\x18OÖ²sͼø³tª¹œ\x16"
  b"\x01˜\x18OÖÊræ¸åþáæÓv\x14"
  b"\x01˜\x18OÖâsÖ°\x14\rû\x04M~l"
  b"\x01˜\x18OÖøp=‰\x0F\vyC߁"
  b"\x01˜\x18\rsݬ#¦\x1A¦µ\x0Ež"
  b"\x01˜\x18O× pj†ÎÞb ³\x05Á"
  b"\x01˜\x18O×1rÅ»±8Z¤$`%"
  b"\x01˜\x18O×Ep‡œUÁ\eúE#\x16"
  b"\x01˜\x18O×YsÖºa—Ÿ‘ºªþ"
  b"\x01˜\x18O×ts¹¤ñvoõÎ\v\x14"
  b"\x01˜\x18O׋q¦¹á˜¤Cy"
  b"\x01˜\x18Oםp{„\x01Kà/ýêþ"
  b"\x01˜\x18O×±s\x0E½¦ä2~e–"
  b"\x01˜\x18O×Ãp7”,½piqK"
  b"\x01˜\x18O×Öru›Òj¢ª\x0E\x00+"
  b"\x01˜\x18O×és+—ŽY`y^%Ú"
  b"\x01˜\x18O×ûsýµñ<ä9'µ"
  b"\x01˜\x18\x15ríQ‡$—`~ú"
  b"\x01˜\x18OØ)p­¯mø‘Wá)„"
  b"\x01˜\x18OØ>q\x16‰"x/\t¹sŸ"
  b"\x01˜\x18OØQrû¨n‰¬\x13Ó\x16\x1A"
  b"\x01˜\x18OØeqo–Î\x07‰æ¸¢¢"
  b"\x01˜\x18OØzp[’ºœ°5·\t½"
  b"\x01˜\x18Oؐs¹¿ËZt€Ø©ï"
  b"\x01˜\x18OØ¢pQ‚û@Èç\tÌ}"
  b"\x01˜\x18OزsI«n¥·‘ònÜ"
  b"\x01˜\x18OØÃr\x1A«]޾i¿¢r"
  b"\x01˜\x18OØÚrÀ£ç\x12\x00«\x03À\x14"
  b"\x01˜\x18OØñsí‚–nþîãˆß"
  b"""
    \x01˜\x18\n
    s{¤GÃ.q‰å\x13
    """
  b"\x01˜\x18OÙ!rú–ù˜zÿ\x02¤\x15"
  b"\x01˜\x18OÙ0p\x05œ\x07_—¡ì\x19ã"
  b"\x01˜\x18OÙ@pׂ\x18„„L¹\x1F"
  b"\x01˜\x18OÙPq\x1F–.y‹÷tß"
  b"\x01˜\x18OÙaqU—ôž$RL\x1AX"
  b"\x01˜\x18OÙrp\x1A'Ó\x1C×Õ\x03\x1D"
  b"\x01˜\x18OÙ„sÒ¤zl…Ð/Š&"
  b"\x01˜\x18OÙ”sSšÄœérÕâˆ"
  b"\x01˜\x18OÙ¤pÔ­Îo}ñ\x1F\x04z"
  b"\x01˜\x18OÙ³qDz}Ñe ü±í"
  b"\x01˜\x18OÙÂs_¨\x15^åkû("
  b"\x01˜\x18OÙÑs{”L¥\x1CÛ\x06\x10E"
  b"\x01˜\x18OÙàqàƒl\x1AåsÈK™"
  b"\x01˜\x18OÙðq­¡áÎÎbì u"
  b"\x01˜\x18\x00q¥›GtŠ\nS-"
  b"""
    \x01˜\x18\x14r\x19§\n
    æ¨ÖCù\e
    """
  b"\x01˜\x18OÚ'r]´¯\x16þŠÅ¦Î"
  b"\x01˜\x18OÚ:qРŠK5\x02\x10mk"
  b"\x01˜\x18OÚTpÁ€·-]\x13Üã‹"
  b"\x01˜\x18OÚfs\x01¶N‰M˜¥\x07\f"
  b"\x01˜\x18OÚzpn—”˜8l@\x16±"
  b"\x01˜\x18OÚŽr~¹b„3 †>k"
  b"\x01˜\x18OÚ qY¡rö<©|\x05œ"
  b"\x01˜\x18OÚ´pq¾ÛlïàZ|"
  b"\x01˜\x18OÚÉq\x01½ù¦G¦!hb"
  b"\x01˜\x18OÚßp\x1A«œ\x15y\x0Escu"
  b"\x01˜\x18OÚöqà¨\x05BÆO\x19¼"
  b"\x01˜\x18\rrP­¥\x12j\x18îB­"
  b"\x01˜\x18OÛ&r\r´ß\x1EMjíõ¬"
  b"\x01˜\x18OÛ=s\x02‹n‘r®E‡"
  b"\x01˜\x18OÛWqÔ½¢òm”Ç[Ý"
  b"\x01˜\x18OÛprJ¶L\x18äŸøÙ@"
  b"\x01˜\x18OÛ‰r-­\x11;uÒDCà"
  b"\x01˜\x18OÛ›sHŽûÅÍÕ”Þ´"
  b"\x01˜\x18OÛ¹r2˜Üb\x1Axì¹b"
  b"\x01˜\x18OÛÖq¢ªf¢ÅAIÓ…"
  b"\x01˜\x18OÛïr\x06©¤hf{Ä÷í"
  b"\x01˜\x18\x03r簐¡/Ý3U\x13"
  b"\x01˜\x18\x17s˜ª§Ð\x1F\t}0"
  b"\x01˜\x18OÜ6s ”\x08\x08â\x16ç\x1A7"
  b"\x01˜\x18OÜNp\x1F©\x0E\x7FUüjaƒ"
  b"\x01˜\x18OÜgp޶ˆ¼Ö› ©½"
  b"\x01˜\x18OÜ€pK¾I¾Å\r\x04àÿ"
  b"\x01˜\x18Oܘr ‚`.#mŸ\x1C"
  b"\x01˜\x18OܬraŽŒ¾Õ\x0E »è"
  b"\x01˜\x18OÜÄqU£—Ó\x17ÿÒ2þ"
  b"\x01˜\x18OÜÙqûœY=k½Mâ"
  b"\x01˜\x18OÜðpЦe0½èŽô&"
  b"\x01˜\x1D¥Ž¨s7­]ˈ¾'1"
  b"\x01˜\x1D¥ŽÇp„Ž37„¡´\x13 "
  b"\x01˜\x1D¥ŽÚsd˜š^\x1EÑ\x17û#"
  b"\x01˜\x1D¥Žñs‹\f3–K\x06"
  b"\x01˜\x1D¥\x03s²ù$Íqkâ®"
  b"\x01˜\x1D¥\x1AsÒ¹ùŽ\x00qzKT"
  b"\x01˜\x1D¥2pŒžÈ©\x1A°Ö`‹"
  b"\x01˜\x1D¥Ds\x06Ÿf‹ô5;r"
  b"\x01˜\x1D¥Ypº=ùT\e\x00Éö"
  b"\x01˜\x1D¥vqƒ†\x1C\x1Aa;nW%"
  b"\x01˜\x1D¥‹r|•6‡ëËòIŠ"
  b"\x01˜\x1D¥Ÿrܶ]ËHf5hª"
  b"\x01˜\x1D¥°p»¸n±/Ú’c["
  b"\x01˜\x1D¥Ås»ŒÇ/\x13¦-‚Ù"
  b"\x01˜\x1D¥Ør4Ž|…¼ü9i@"
  b"\x01˜\x1D¥îs;‘\x12kµ³\x03"
  b"\x01˜\x1D¥\x00pÓ…Lc¼\x19l¡N"
  b"\x01˜\x1D¥\x11pë‰@\x15UP\t™×"
  b"""
    \x01˜\x1D¥$pڝ/™ä±\n
    
    """
  b"\x01˜\x1D¥6s“ƒ\x07ÏBΝÀÌ"
  b"\x01˜\x1D¥KqÄ´øŒ‚ç÷ÿ…"
  b"\x01˜\x1D¥`p͋Δo\x03†=\x07"
  b"\x01˜\x1D¥pqZˆÜžfàš"
  b"\x01˜\x1D¥ˆq¾„Å8dVZçý"
  b"\x01˜\x1D¥™sR”ù2‘cp(I"
  b"\x01˜\x1D¥¯p›¹ù\x1Cð–‘Ô¼"
  b"\x01˜\x1D¥ÁpÚ¬œÇmèŽÚð"
  b"\x01˜\x1D¥Ôp\x1AŒ{íý²;¥\t"
  b"\x01˜\x1D¥æq\x02¦\x05®&€\x00\x06v"
  b"\x01˜\x1D¥ùsv’e¤Â<Xt¥"
  b"\x01˜\x1D¥‘\x14qâ°’Þ\\x0F¿aÄ"
  b"\x01˜\x1D¥“Øs³˜Ü\„t°k‰"
  b"\x01˜\x1D¥“ûp\x02´ª‹dm××é"
  b"\x01˜\x1D¥”\x13p€\x1EŒ$-\x19¨ˆ"
  b"\x01˜\x1D¥”*q\x10†’Á˜u¯‡É"
  b"\x01˜\x1D¥”>rÖ†odÀȺP\x08"
  b"\x01˜\x1D¥”Mp²‡¬•\x06\x11"
  b"\x01˜\x1D¥”_qÞš\v\x7FØ_n"
  b"\x01˜\x1D¥”trE¢OW}\x10Œ—"
  b"\x01˜\x1D¥”Žs\x19‡ÙDA\x1Fë¢\r"
  b"\x01˜\x1D¥”¨qJ€É¥ç'k%ë"
  b"\x01˜\x1D¥”Áp‹¨”$ÍÞ\x03–i"
  b"\x01˜\x1D¥”ØqgpY,‘\x19"
  b"\x01˜\x1D¥”êr±£ÉD\x08Ú\x00\nw"
  b"\x01˜\x1D¥•\x02q°“¾kœ>xzÚ"
  b"""
    \x01˜\x1D¥•\x1Dqл\x1E2,–\n
    
    """
  b"\x01˜\x1D¥•9q‹ªçÛá~\x18µO"
  b"\x01˜\x1D¥•Np!µ¨Qo.=40"
  b"\x01˜\x1D¥•dp\x1A™Q‡Õ\x000,š"
  b"\x01˜\x1D¥•up¨k3[¢”¾}"
  b"\x01˜\x1D¥•ˆq‹¦–ê¶DXÔg"
  b"\x01˜\x1D¥•žp\x19¸\x17Aò*ó¦Æ"
  b"\x01˜\x1D¥•±rú ãܰ±WG„"
  b"\x01˜\x1D¥•Âs­œ-KËh_y*"
  b"\x01˜\x1D¥•Øs›¬9WªÇ”S4"
  b"\x01˜\x1D¥•îse­¢©¦\Ù\x11\x00"
  b"\x01˜\x1D¥–\x01sWŒ©Sô‚\x01O•"
  b"\x01˜\x1D¥–\x11põ˜(ß\x0FûKÓ6"
  b"\x01˜\x1D¥–"r\x14Žt+UýÌþ\x05"
  b"\x01˜\x1D¥–<q/¸•»\x03^@S"
  b"\x01˜\x1D¥–Rpà5‹¹Œeðv"
  b"\x01˜\x1D¥–dq\x1E­\x1F·<\x16Õ \x18"
  b"\x01˜\x1D¥–xs“Œ'šùí¥¬3"
  b"\x01˜\x1D¥–Šp\x00¶=|ù\x10(V2"
  b"\x01˜\x1D¥–p쩱£àŽWóK"
  b"\x01˜\x1D¥íDrà¹\x14\x17ûpo5«"
  b"\x01˜\x1D¥í[r³Ã©ü¤¨\x19Á"
  b"\x01˜\x1D¥ípp\t®\x061\f \x10¼3"
  b"\x01˜\x1D¥í†rÈ©\x7F\v"Ò¸F/"
  b"\x01˜\x1D¥íœsp»+¯m­^Ò°"
  b"\x01˜\x1D¥í³p!´ù覧\x11\t\x13"
  b"\x01˜\x1D¥íÌq ´+ ’ƒH)Ý"
  b"\x01˜\x1D¥íãqSµ\x15†X£Âµ‚"
  b"\x01˜\x1D¥íúsV³£m›¼¤Zx"
  b"\x01˜\x1D¥î\x10p\x01š"1A¤QoG"
  b"\x01˜\x1D¥î!r^ŠñQ—103Û"
  b"\x01˜\x1D¥î3r=†\x18®{‹`‹0"
  b"\x01˜\x1D¥îDp“ƒDà\r\x06\x10Äw"
  b"\x01˜\x1D¥îUqŸµ\x11Î+* Å "
  b"\x01˜\x1D¥îkr”©ïËÓ*Ü\x0F\v"
  b"\x01˜\x1D¥î\x7Fp\»B®°˜ÆŒÙ"
  b"\x01˜\x1D¥îpd‡ “PEî7"
  b"\x01˜\x1D¥î¢q“”.Ÿ˜\x10©8s"
  b"\x01˜\x1D¥î³s„Šë\x1D¯\rÖE†"
  b"\x01˜\x1D¥îÃp­‰‘`\x13WA`t"
  b"\x01˜\x1D¥îÓp"‡\ea1«›œ?"
  b"\x01˜\x1D¥îårûð\x17aR&É."
  b"\x01˜\x1D¥îûrî³òŽ…0ö,ç"
  b"\x01˜\x1D¥ï\x13rO»gðÚÑŠ"
  b"\x01˜\x1D¥ï*rµ’i\x01÷\2[\x14"
  b"\x01˜\x1D¥ïDs{ˆúÑÉèe$\r"
  b"\x01˜\x1D¥ï\pÍ¡h×29^à¤"
  b"\x01˜\x1D¥ïrpF†á¿a’tP¾"
  b"\x01˜\x1D¦\x00Es$˜\x12«\ná†\t"
  b"\x01˜\x1D¦\x00frä—\tS\x18—<Žq"
  b"\x01˜\x1D¦\x00xrm²Òqi%\x06‚¼"
  b"\x01˜\x1D¦\x00”qÛ”\x1C—];Ü>•"
  b"\x01˜\x1D¦\x00«r\x0E¾zÀ=e‰gð"
  b"\x01˜\x1D¦\x00¿pJ¸÷`\v=x$û"
  b"\x01˜\x1D¦\x00Ðr\x04¼Ð.\x10xl†"
  b"\x01˜\x1D¦\x00áqÒ¤ÀӁâG8\x04"
  b"\x01˜\x1D¦\x00ûsH£ôtïa!zZ"
  b"\x01˜\x1D¦\x01\x15r§¬›½pWŒ”¦"
  b"\x01˜\x1D¦\x01'q½„ë}þk8ÉJ"
  b"\x01˜\x1D¦\x01<q®Ÿ\rÍ\x07\x05ÛuÝ"
  b"\x01˜\x1D¦\x01OròЦ,ŵšÛ7"
  b"\x01˜\x1D¦\x01`q‘‡y:RíÏÚ>"
  b"\x01˜\x1D¦\x01tpŽ”™e`ÍU\x0EŽ"
  b"\x01˜\x1D¦\x01’r³°€½\x0Fõ²|\e"
  b"\x01˜\x1D¦\x01®p)BonžÂ…æ"
  b"\x01˜\x1D¦\x01Âp\x7F/Ý1ñ”žX"
  b"\x01˜\x1D¦\x01×qRœ\x0EM«QòŒ»"
  b"\x01˜\x1D¦\x02\x01r—€¨-#ŸëŒØ"
  b"\x01˜\x1D¦\x02\x18q–§®FõN:G$"
  b"\x01˜\x1D¦\x02+r(’üµ.'†ø\x03"
  b"\x01˜\x1D¦\x02Cp›™â–ÏGŒâ¨"
  b"\x01˜\x1D¦\x02VsN¡é13ÿ?Ž6"
  b"\x01˜\x1D¦\x02gp|€?·m1xd½"
  b"\x01˜\x1D¦\x02zs\x01§(G¶A²a‹"
  b"\x01˜\x1D¦\x02Œrƒ™–'Ù\x07s©x"
  b"\x01˜\x1D¦\x02ŸpׄöÄR\x7F\t®="
  b"\x01˜\x1D¦\x02¶q(±Ý)ÂD·D\x04"
  b"\x01˜\x1D¦\x02Íp†‚ÁA.2\fô"
  b"\x01˜\x1D¦\x02áp½‡Qjbî°ùu"
  b"\x01˜\x1D¦\x02ör㏷Î1Q}À"
  b"\x01˜\x1D¦\x03\rqÅ©/…³>¼ÇS"
  b"\x01˜\x1D¦\x03"r\e«³lÛ5é£0"
  b"\x01˜\x1D¦\x03;s³„\x07/K\x1AeMb"
  b"\x01˜\x1D¦\x03Rs†ŸlSeÔu\x1Eó"
  b"\x01˜\x1D¦\x03mqæžÛß%g²Ðž"
  b"\x01˜\x1D¦\x03‰pæ©/GãØ^h-"
  b"\x01˜\x1D¦\x03›sÆ–%¬¬ýñ·z"
  b"\x01˜\x1D¦\x03³p\t‰0ã>–\x06á†"
  b"\x01˜\x1D¦\x03Îp\t¶Ót¶\x03¶©z"
  b"\x01˜\x1D¦\x03ãsj£\x0F³Ëè\x18"
  b"\x01˜\x1D¦\x03ûpP±»\x1Fz\x0E¡×b"
  b"\x01˜\x1D¦\x04\x1Es!¼ÛÜãø*Ù­"
  b"\x01˜\x1D¦\x046s\x1C¢ûá—£×Ì\x11"
  b"\x01˜\x1D¦\x04Lp®€3‰M6—@""
  b"\x01˜\x1D¦\x04gpܵbÉ\x1D¢µ×È"
  b"\x01˜\x1D¦\x04†r\x18¯üÜÖ\x03ó†å"
  b"""
    \x01˜\x1D¦\x04¢s~‡'–Õã\n
    $&
    """
  b"""
    \x01˜\x1D¦\x04Àrˆ\x14„•\n
    \x1F
    """
  b"\x01˜\x1D¦\x04Ôpہ\x13\x10—ÁÔ\x1Dæ"
  b"\x01˜\x1D¦\x04æq'¢È\x01­èvç†"
  b"\x01˜\x1D¦\x04ÿsÀ’Ý“CÄ&Jô"
  b"\x01˜\x1D¦\x05\x11pQŒ›˜m\x00fXc"
  b"\x01˜\x1D¦\x05)sžC\rò\x11©ˆæ"
  b"\x01˜\x1D¦\x05<pϪ´V\x19=4=\x0E"
  b"\x01˜\x1D¦\x05Ts\x16¬y|0\x05ÉNj"
  b"\x01˜\x1D¦\x05js\x10‹—‰ŽhËWt"
  b"\x01˜\x1D¦\x05~q\¼z\x19\x08¹\x16¯\t"
  b"\x01˜\x1D¦\x05r-¤\x13j¬j¿n¦"
  b"\x01˜\x1D¦\x05«pU—­\x01zݸ0ù"
  b"\x01˜\x1D¦\x05ÁpJ´Àü\x04ê\x01¥Œ"
  b"\x01˜\x1D¦\x05Öp/ºö³®nÈIŠ"
  b"\x01˜\x1D¦\x05ìrP£œD¨Ó}P\x1F"
  b"\x01˜\x1D¦\x06\x04r‚\f[2\x19ÈØi"
  b"\x01˜\x1D¦\x06\x1EqѤ(–¹«ŸÙm"
  b"\x01˜\x1D¦\x06;p\x07¹So\x009\x174/"
  b"\x01˜\x1D¦\x06Urs”8݁Sy\x7Fà"
  b"\x01˜\x1D¦\x06lr\x02ŽH‡Úƒw\x02:"
  b"\x01˜\x1D¦\x06ˆs\x19³÷`7vuLæ"
  b"\x01˜\x1D¦\x06¡qK•»¾°KÖvè"
  b"\x01˜\x1D¦\x06³rï…4Œ#ÒÊî\x11"
  b"\x01˜\x1D¦\x06Äq\v™ô\x0F¨­c¹}"
  b"\x01˜\x1D¦\x06Õr\x16¨\x16Ã<÷N‘œ"
  b"\x01˜\x1D¦\x06æq$è…Øjøàq"
  b"\x01˜\x1D¦\x06÷s©‘\x14 Ö+¹òª"
  b"\x01˜\x1D¦\x07\x08sf¡\x01„¥jd€w"
  b"\x01˜\x1D¦\x07\eqÁžÂôreA:Õ"
  b"\x01˜\x1D¦\x07-põ@c\x04ϝþl"
  b"\x01˜\x1D¦\x07TqÛ£Ó+Žê˜¥ð"
  b"\x01˜\x1D¦\x07oqúµfgž<\x1EÍÎ"
  b"\x01˜\x1D¦\x07‰p_šr¯p<ÜÔ§"
  b"\x01˜\x1D¦\x07­p\r«¬µ+è›â#"
  b"\x01˜\x1D¦\x07Äq\x0F­©¹æ^#7S"
  b"""
    \x01˜\x1D¦\x07ãqµµ\n
    ûç½æÄý
    """
  b"\x01˜\x1D¦\x07ós#½-"‹`•š†"
  b"\x01˜\x1D¦\x08\vr¤œNbà\t–sÀ"
  b"\x01˜\x1D¦\x08!swœ‘'“\x10ڝ."
  b"\x01˜\x1D¦\x083q\x17»£ÓÆ9ûÏ‘"
  b"\x01˜\x1D¦\x08IsÁ¾î·\x15@ÐŹ"
  b"\x01˜\x1D¦\x08_psº‚…<âKÏ"
  b"\x01˜\x1D¦\x08uqR•¿®â:™Îì"
  b"\x01˜\x1D¦\x08‰p¶¬Ò\x13òÿÚ¯]"
  b"\x01˜\x1D¦\x08©rš¦…%\x18L?+¼"
  b"\x01˜\x1D¦\x08¾sÖ˜>ˆÛ{PÆÙ"
  b"\x01˜\x1D¦\x08Ôq\eµÄ@Mew>ö"
  b"\x01˜\x1D¦\x08êpVŽåä'ØWØù"
  b"\x01˜\x1D¦\x08ûp²žÉ˜ÇT{Ŭ"
  b"\x01˜\x1D¦\t\x0EsûŒ…þ;\x0El¾:"
  b"\x01˜\x1D¦\t$s>°\x1D#¬r¯¥¿"
  b"\x01˜\x1D¦\vËri¤\x01ž\x13ÔÂÍ\x02"
  b"\x01˜\x1D¦\vìqÕžÜ\x13E\x01ý_"
  b"\x01˜\x1D¦\f\x03s…ƒ·™ÉÑ(•š"
  b"\x01˜\x1D¦\f\x19rà¾!̈ô@ªÝ"
  b"\x01˜\x1D¦\f0q”¡7>Ú\x08xp‚"
  b"\x01˜\x1D¦\fLpý£¥\x12Ÿ8­\x07\x08"
  b"\x01˜\x1D¦\f`ql¿f»)Ëð\x1Eh"
  b"\x01˜\x1D¦\fqqPšâEÓstþ\x19"
  b"\x01˜\x1D¦\f†s\x07ƒƒJ(q¶¤ú"
  b"\x01˜\x1D¦\fœrÑ”–pÉ}Ÿï\x06"
  b"\x01˜\x1D¦\f°r0¥}F¥·ü.ñ"
  b"\x01˜\x1D¦\fÃpEŠõ¸º\£m+"
  b"\x01˜\x1D¦\f×rߘX¦]éKÔî"
  b"\x01˜\x1D¦\fês\f¦–³Q×\x19ÏU"
  b"\x01˜\x1D¦\fûqìŠ\ŠNPÒÆÁ"
  b"\x01˜\x1D¦\r\x0Es†¥9\x07²\x17ð\x19D"
  b"\x01˜\x1D¦\r r¬¤s\x1Ca¬}\vÊ"
  b"\x01˜\x1D¦\r9p)š{S'",Ì8"
  b"\x01˜\x1D¦\rJrx¾O\eÕ\x19Ÿ6á"
  b"\x01˜\x1D¦\r\pbžYLz73Í\x1F"
  b"\x01˜\x1D¦\rpp–«\x19Ž&[­\x06ç"
  b"\x01˜\x1D¦\rŠqÀ¤x©-\¥D\x08"
  b"\x01˜\x1D¦\r¢q^­\r„ØÎ\x03j9"
  b"\x01˜\x1D¦\r¶q›¬Dú\x10µô\x02x"
  b"""
    \x01˜\x1D¦\rÉsʇ¯Õmý\n
    \x1Fu
    """
  b"\x01˜\x1D¦\rÛq\x18§ñ \x04\x01¶a"
  b"\x01˜\x1D¦\rös\x00†yÞ\x08õðåF"
  b"\x01˜\x1D¦\x0E\tr,£AŽŸ\x02*Åâ"
  b"\x01˜\x1D¦\x0E\x1Aqéù¢-úøë»"
  b"\x01˜\x1D¦\x0E+p\x13¾„v³N.s"
  b"\x01˜\x1D¦\x0E9s\x02ŒÃrEÕ˜òQ"
  b"\x01˜\x1D¦\x0EMqøƒøU4‘&‡¯"
  b"\x01˜\x1D¦\x0E`pj¶Â¥«Ô$(\x07"
  b"\x01˜\x1D¦\x0Ets\tºx¬¡­çòm"
  b"\x01˜\x1D¦\x0EŽsY·\x03¯¥†øñ#"
  b"\x01˜\x1D¦\x0E§qB©Â˜\x02\x19vî#"
  b"\x01˜\x1D¦\x0EÂqÀ·\x03Ò\x18Á(n1"
  b"\x01˜\x1D¦\x0EØq"¬lÊì»wÿ="
  b"\x01˜\x1D¦\x0Eèr\x1F•1dȃœøC"
  b"\x01˜\x1D¦\x0Eûq\x01‹Ö;ôÈžC"
  b"\x01˜\x1D¦\x0F\x0Esß’å¸"óÿÈm"
  b"\x01˜\x1D¦\x0F)pð–Þ1xJ˜Ü*"
  b"\x01˜\x1D¦\x0FAp\x13æïj9©\x01"
  b"\x01˜\x1D¦\x0FSq!½\ÊWÀllž"
  b"\x01˜\x1D¦\x0FgŕyØŽ\x1FM\x18\x7F"
  b"\x01˜\x1D¦\x0Fq\x13ƒDÛ\`«îô"
  b"\x01˜\x1D¦\x0F™sL„}\rR±k’Y"
  b"\x01˜\x1D¦\x0F­sÜŒ!\x16.\x12û,["
  b"\x01˜\x1D¦\x0FÃr;¡’\x12då‡hÂ"
  b"\x01˜\x1D¦\x0FÕpž¡\x12ihfE4"
  b"\x01˜\x1D¦\x0FéríŠPÃÍÏ\x06À»"
  b"\x01˜\x1D¦\x0Fÿpq¤ÕÌî±:Š\x07"
  b"\x01˜\x1D¦\x10\x17s\x0F¬ú\x00ꎧo\x08"
  b"\x01˜\x1D¦\x10-rà¾A:é\x0Ea†Â"
  b"\x01˜\x1D¦\x10Dr\r€UˆŸ¶è‹b"
  b"\x01˜\x1D¦\x10[qN¥\x1C»æÌÕAw"
  b"\x01˜\x1D¦\x10lpè”\x19\x10Û†˜å"
  b"\x01˜\x1D¦\x10~sÀ¤ËAÂåì@"
  b"\x01˜\x1D¦\x10“qmŠjø~qz|Q"
  b"\x01˜\x1D¦\x10¨qq¤Cî…\Ù¾H"
  b"\x01˜\x1D¦\x10½r\x1F\eìHà\vUf"
  b"\x01˜\x1D¦\x10Òqö—W\eƒ\x1AÑðŠ"
  b"\x01˜\x1D¦\x10æp»>”\e‘Ëé*"
  b"\x01˜\x1D¦\x10þqb€£\x19¡ýºˆö"
  b"\x01˜\x1D¦\x11\x11p¿œù~^ ‚w2"
  b"\x01˜\x1D¦\x11$q\x1F‰¤¢ä'@,ù"
  b"\x01˜\x1D¦\x118sÊ…\væ\x04%Ãqþ"
  b"\x01˜\x1D¦\x11Lp%¶Hó\x0EÙ-š"
  b"\x01˜\x1D¦\x11dp£¼6\fI}Ž0­"
  b"\x01˜\x1D¦\x11¢pl¹P\x06È\x12¦K¾"
  b"\x01˜\x1D¦\x11¾s¶½lø5r)ŽÚ"
  b"\x01˜\x1D¦\x11Òs—‰áiþž*ìN"
  b"\x01˜\x1D¦\x11çr\e‚3åÙSh…â"
  b"\x01˜\x1D¦\x11úqK¤kKóé¹."
  b"\x01˜\x1D¦\x12\x0Fr\x0E¿É\t<÷±Ì€"
  b"\x01˜\x1D¦\x12"qê£X€E+\x06U\x7F"
  b"\x01˜\x1D¦\x126sJ¸[ŽfÒP˜Z"
  b"\x01˜\x1D¦\x12Ip««íÀ¹3Y\x19Þ"
  b"\x01˜\x1D¦\x12_r2¹m\x18™U?ü›"
  b"\x01˜\x1D¦\x12usÿ”×ùLtØì\x07"
  b"\x01˜\x1D¦\x12qõ¦Q+\x02\vF,"
  b"\x01˜\x1D¦\x12¥re¶¸Z\x1DÀà„*"
  b"\x01˜\x1D¦\x12¸r|ް-ÛéÕy‚"
  b"\x01˜\x1D¦\x12ÎrfŽªÑ\x17АùZ"
  b"\x01˜\x1D¦\x12çq­šH¼ï$º'."
  b"\x01˜\x1D¦\x13\x04sV¾\x1C軨Ad\f"
  b"\x01˜\x1D¦\x13\x15p·¤Èõ¬Dº\x1EB"
  b"\x01˜\x1D¦\x13)spP\eŠk¸Æg"
  b"\x01˜\x1D¦\x13>q\x19§É]\x08Äõ("
  b"\x01˜\x1D¦\x13Vq\x15·.T\x00?|$Ÿ"
  b"\x01˜\x1D¦\x13jqa’%ꗦĥÖ"
  b"""
    \x01˜\x1D¦\x13~q¤™Q\n
    o\x10&çF
    """
  b"\x01˜\x1D¦ ñqң§ÕGÅû³"
  b"\x01˜\x1D¦!\vsϝGÅI’®†j"
  b"\x01˜\x1D¦!$stƒ\x1Cb‚À£ŒÌ"
  b"\x01˜\x1D¦!<qŒ¾%øà\÷¤‰"
  b"\x01˜\x1D¦!Nr”­UÖRf\v„Ü"
  b"\x01˜\x1D¦!_pÐ¯Ýøkò\t\x00\x10"
  b"\x01˜\x1D¦!ppM»\x0Fª‰Žn0"
  b"\x01˜\x1D¦!‚rk\x1Fù»ø\x07]\t"
  b"\x01˜\x1D¦!™rÞ“®í*E !U"
  b"\x01˜\x1D¦!«rH«O\x04a\x07ÍÚ?"
  b"\x01˜\x1D¦!¾p’³?äùêðo"
  b"\x01˜\x1D¦!Óp𳜡\x03&à³ý"
  b"\x01˜\x1D¦!ærS¿°\v:˜ìƒ¿"
  b"\x01˜\x1D¦!øq␶†o$\x0F³½"
  b"\x01˜\x1D¦"\vpAŽ\x00\x7Fqpʪù"
  b"\x01˜\x1D¦"\x1Ds\r‡×ñĺP<ß"
  b"\x01˜\x1D¦"/q¾i)ÑRK•"
  b"\x01˜\x1D¦"?q\x10­ÖH\x0El\x04"
  b"\x01˜\x1D¦"Qqï…jÜz¨‚ð¸"
  b"\x01˜\x1D¦"bp9œ\x10ɲÅ$ÞA"
  b"\x01˜\x1D¦"ssQ‚\x10§ª×<\r]"
  b"\x01˜\x1D¦"ˆqß‘°\x07ö\x18µ‘r"
  b"\x01˜\x1D¦"™q°¯Yâ9\x18È\x06Ä"
  b"\x01˜\x1D¦"ïr\x17žLBþ%\x11\x17§"
  b"\x01˜\x1D¦#®sû¿¸\x16\x7Fc­©÷"
  b"\x01˜\x1D¦#éqþ‘5ÚùEÍœ="
  b"\x01˜\x1D¦#ûp'ŽÑ\tÀ-\x16\x0Fù"
  b"\x01˜\x1D¦$\rr\x1F™G*LPù”n"
  b"\x01˜\x1D¦$Wr\x08»ÓÏa\x14§Æž"
  b"\x01˜\x1D¦%)qA¤nv£\v2J"
  b"\x01˜\x1D¦%Ørô¹©òî…8\x17Å"
  b"\x01˜\x1D¦&=r¼ƒ\x11/Rg<n"
  b"\x01˜\x1D¦&Usäµ[\eÝ®^\e["
  b"\x01˜\x1D¦&hpã‹T‘-\x07¶Ó\x12"
  b"\x01˜\x1D¦&xs`¸ƒøåŽ9•ô"
  b"\x01˜\x1D¦&‰r\x1F¦5`IS|\vß"
  b"\x01˜\x1D¦&šs€ŸJcµ8¥$§"
  b"\x01˜\x1D¦&¬s[«¾\x15·©")~"
  b"\x01˜\x1D¦&ÿq߬\fс>¨5Z"
  b"\x01˜\x1D¦'!rʘVQ\x04\x0FE\x19"
  b"\x01˜\x1D¦'4pÓ¿ÊÄg°\x13¬»"
  b"\x01˜\x1D¦'{sá¸Ì›E 9@¡"
  b"\x01˜\x1D¦'Äs„®…+½q\x02?K"
  b"\x01˜\x1D¦'érl±h±¹ÿ“¡d"
  b"""
    \x01˜\x1D¦(\n
    s„©©MŒ®Ã-\
    """
  b"\x01˜\x1D¦(,q|ª²\x13Kv\t·Ë"
  b"\x01˜\x1D¦(IsӉ烫†°lÑ"
  b"\x01˜\x1D¦(bs8Ÿ¢1ArS#P"
  b"\x01˜\x1D¦(zq€‡Wc&óÇ|Â"
  b"\x01˜\x1D¦(“qªYèF\x06\x15"
  b"\x01˜\x1D¦(«q“µo6|\esZY"
  b"\x01˜\x1D¦5›qó‘òǶr¬ü-"
  b"\x01˜\x1D¦5Åp\x1A¬kã´ê'\x11Â"
  b"\x01˜\x1D¦5Ýp\x18ƒ9¨òiÄS\x01"
  b"\x01˜\x1D¦5ösG£Æó#w\t\x05\x0F"
  b"\x01˜\x1D¦6\x0Eq‚˜ÿ\x17*\x13\x12wv"
  b"\x01˜\x1D¦6(r”}+‘\x1E¶»å"
  b"\x01˜\x1D¦6BrÛ…ÍM|¢Ô\x13"
  b"\x01˜\x1D¦6[q0¨’\x0F.®3ô\v"
  b"\x01˜\x1D¦6tr\x11¥ü\óJ¹B„"
  b"\x01˜\x1D¦6qK£¡æ\x02zF’×"
  b"\x01˜\x1D¦6¥rjޱ\x15\x1A\\x15cu"
  b"\x01˜\x1D¦6»qgŽG\x18<‡˜uó"
  b"\x01˜\x1D¦6ÑrX†õÅÄ\x03}š#"
  b"\x01˜\x1D¦7\x16q}·ïŽ–ûöxÔ"
  b"\x01˜\x1D¦7Cræ–\x0F«½€ØLÔ"
  b"\x01˜\x1D¦7Ur9…ÛÕ½ å\x07ë"
  b"\x01˜\x1D¦7lq(ŒCéá(…ÙÍ"
  b"\x01˜\x1D¦7„s\fžy\x18ÙGó[\x0F"
  b"\x01˜\x1D¦7œqÆ 4±Ñ#Naa"
  b"\x01˜\x1D¦7³qȹ˭Bë¼ë\x19"
  b"\x01˜\x1D¦7Êp‚•în‡æg%"
  b"\x01˜\x1D¦7ßsú™ž’6¾éÐ"
  b"\x01˜\x1D¦7ùs8¾éˆAt[èÇ"
  b"\x01˜\x1D¦8\x14pŒ†ÌŽ÷õéåq"
  b"\x01˜\x1D¦8,q÷¼b±ÍÞ'îÆ"
  b"\x01˜\x1D¦8Ap>±c½ã«ã‡\x1D"
  b"\x01˜\x1D¦8Xs¯ª\x16Ì"ó•?"
  b"\x01˜\x1D¦8jrÔºÓHøJ\x070x"
  b"\x01˜\x1D¦8|ró€hÁê !H]"
  b"\x01˜\x1D¦8‹p´Ÿédáã\f\x17?"
  b"\x01˜\x1D¦8Ÿq\x180¬¼VËÈÆ"
  b"\x01˜\x1D¦8¹räœÛ8ö\x14U\x01¬"
  b"\x01˜\x1D¦8ÎrT”‘Fy˜8-€"
  b"\x01˜\x1D¦8ãs\x16ƒîÏå›C¨"
  b"\x01˜\x1D¦8ôså´Z“(Z¯¶¿"
  b"\x01˜\x1D¦9\x05q‹½·/\x08·â]´"
  b"\x01˜\x1D¦9\x18rž¥a‚´ü[{^"
  b"""
    \x01˜\x1D¦9/qì±5ÑQ\n
    \t
    """
  b"\x01˜\x1D¦9?qí›Û¹‚¤kCÚ"
  b"\x01˜\x1D¦9Pr\x11§SNç$\róe"
  b"\x01˜\x1D¦9asJ—Hu’dNìU"
  b"\x01˜\x1D¦9tpn˜L\x16³Ñ^¹ÿ"
  b"\x01˜\x1D¦9Šr¡“ÚS#dÏ,"
  b"\x01˜\x1D¦9›qh·w¬ŸvéÓ-"
  b"\x01˜\x1D¦9³p¯¹\x03+Aüð˜É"
  b"\x01˜\x1D¦9Èr_…\x10˜A¹ò\tø"
  b"\x01˜\x1D¦9ÙsúŽV:Ë&íÈ©"
  b"\x01˜\x1D¦9ëq ÁB¬ÿž\x13"
  b"\x01˜\x1D¦9þrв“Ù\^\x12ô "
  b"\x01˜\x1D¦:\x11sÝ¥¶Žô‘½ßi"
  b"\x01˜\x1D¦:!soœ”¨G×Âjæ"
  b"\x01˜\x1D¦:8sK…\x02\x1Dí§xßÂ"
  b"\x01˜\x1D¦:Oq%¿.8Ë>†‡³"
  b"\x01˜\x1D¦:cqÕ¨íû¡@ê\e "
  b"\x01˜\x1D¦:vs¸¡\x06\x07h\t\r\x015"
  b"\x01˜\x1D¦:Šq¿³xÁÜ·.ʺ"
  b"""
    \x01˜\x1D¦:£q\x18ª•\n
    ;:\x10ÃÁ
    """
  b"\x01˜\x1D¦:½pž¼r%ÝÚ\x06"
  b"\x01˜\x1D¦:Õq—½‰ó\fmY¡ï"
  b"\x01˜\x1D¦:æsüŽÇv[¿`\x11å"
  b"\x01˜\x1D¦:úpÉ®X"ÄHœ\x06F"
  b"\x01˜\x1D¦;\tr4€¾äHd\x0EõÁ"
  b"\x01˜\x1D¦;\x1FpA£"‘(>[q"
  b"\x01˜\x1D¦;8r`¦f×0òÒcˆ"
  b"\x01˜\x1D¦;Lqf’Fú\x07\x11_þò"
  b"\x01˜\x1D¦;fs¼¡_Òˤç‰û"
  b"\x01˜\x1D¦;tsOª\r\x11WÌ뭐"
  b"\x01˜\x1D¦;…qµ¦xÝ|YÙò;"
  b"\x01˜\x1D¦;˜rŒŠóK\x1Cï¾O\x03"
  b"\x01˜\x1D¦;­sTµ7gÖˆ:Ü{"
  b"\x01˜\x1D¦;Äq¤ž"\x14\x1C³Òò"
  b"\x01˜\x1D¦;Õs\r–ýY\x14×à}\x17"
  b"\x01˜\x1D¦;äpò ãMÔ«6¿z"
  b"\x01˜\x1D¦;ús#®çá;\x13\x19)q"
  b"\x01˜\x1D¦<\x12q±¯Â‹ÓH\x07\x14}"
  b"\x01˜\x1D¦<'rQœTd¶]¯,d"
  b"\x01˜\x1D¦<:p\x14¡Ore‚ãóû"
  b"\x01˜\x1D¦<Ns™™±wL<|Ýœ"
  b"\x01˜\x1D¦<bs ´NH$X\t"
  b"""
    \x01˜\x1D¦<{s\n
    šd€Yb¹\x01Z
    """
  b"\x01˜\x1D¦<Šqñ¬\x03ßTÒ“}\n"
  b"\x01˜\x1D¦<Ÿs\x1F:ôæ’\e›Ÿ"
  b"\x01˜\x1D¦<±r[¦ÂüHœlñn"
  b"\x01˜\x1D¦<×q‰½Ø]Ñvm2\x06"
  b"\x01˜\x1D¦<ðrÒ³ÛBÕ¥þ)Ù"
  b"\x01˜\x1D¦=\x13r­©]tÎbÁ®q"
  b"\x01˜\x1D¦=+r‘ªŸ»U\x11.L€"
  b"\x01˜\x1D¦=Arö‰\x17hµJ\x0E\x1EY"
  b"\x01˜\x1D¦=Vsœ{~R/rù"
  b"\x01˜\x1D¦=lqë§«\x00iô˜0‡"
  b"\x01˜\x1D¦=‚rú—ÔôJÛâkQ"
  b"\x01˜\x1D¦=’sŸžõ¨¸ÂÓ¤š"
  b"\x01˜\x1D¦=§p,¡g³\x13‰>ï¬"
  b"\x01˜\x1D¦=½pQˆ\x06I\x§à7"
  b"\x01˜\x1D¦=Øq‚¸P½Ÿ\x14NÁC"
  b"\x01˜\x1D¦=ëqՁ2CÔ˜´ü("
  b"\x01˜\x1D¦>\x00p\x02»¨ël\«ÞI"
  b"\x01˜\x1D¦>\es@¡f\x1A_[Û´×"
  b"\x01˜\x1D¦>.p+¦ú³\x166™HË"
  b"\x01˜\x1D¦>?rS«Ê„‹´R÷é"
  b"\x01˜\x1D¦B!s:¦žCï¾Câ"
  b"\x01˜\x1D¦B@r:‚ÙGÛÓLSè"
  b"\x01˜\x1D¦B^p?‡ˆDæÞ\x0F\x06"
  b"\x01˜\x1D¦Bvq(—ªsœ-Þ9"
  b"\x01˜\x1D¦Bœq+‚™~ò8áç"
  b"\x01˜\x1D¦Bµp™¤€âM\f\µJ"
  b"\x01˜\x1D¦BÏp\x0F¢Âqó\x1D˜®-"
  b"\x01˜\x1D¦Bçrë¼Ö¬$\x08Þ5Ÿ"
  b"\x01˜\x1D¦BÿsØ›«Ý\x12à9c^"
  b"\x01˜\x1D¦C\x16qÁ±»nêß'ŽŠ"
  b"\x01˜\x1D¦C.p¹ºL»\x16ðàŠN"
  b"\x01˜\x1D¦CYq©¢%&7—†šÂ"
  b"\x01˜\x1D¦Cmr„´\x1Epë¬_)Å"
  b"\x01˜\x1D¦C~p\x07‘¯™hÌ¡#Ç"
  b"\x01˜\x1D¦C˜r™¤\t1o6¸G¯"
  b"\x01˜\x1D¦Cªp÷¤9ÑÒY®=D"
  b"\x01˜\x1D¦C½p€€ë×\x14~\x1AÀÎ"
  b"\x01˜\x1D¦CÙqˆšTlÛ”j\x11."
  b"\x01˜\x1D¦CýqA»‹Bxãê¨è"
  b"\x01˜\x1D¦D\x15qîO:«‚yþý"
  b"\x01˜\x1D¦D5s8ŸÌWºÜ\vƒ>"
  b"\x01˜\x1D¦DMqU‚¨˜JGâé\t"
  b"\x01˜\x1D¦Dfr¼“j\x12AÓ˜¬»"
  b"\x01˜\x1D¦D\x7Fsw˜\x1A­äÞ}¬ú"
  b"\x01˜\x1D¦D˜rìØv\x17\vǶ¨"
  b"\x01˜\x1D¦Dµs\x15¬gÓ1T\x1D5\x03"
  b"\x01˜\x1D¦DÍpZ­\x07Ð661j\x04"
  b"\x01˜\x1D¦Dèr{šë˜¸ªlË­"
  b"\x01˜\x1D¦E\x02p?¸Å†\x14_¤L0"
  b"\x01˜\x1D¦E\x1CqÄŸ‘Fã\x1F¯Ûi"
  b"\x01˜\x1D¦E3q\x08\x02\x00Û¿õ\x18"
  b"\x01˜\x1D¦EIrƶ^v³öD,ä"
  b"\x01˜\x1D¦E_rƯB÷\x17(@\x1A"
  b"\x01˜\x1D¦Eusv®jùsÓÑ¡@"
  b"\x01˜\x1D¦Eˆrt¬ž\t€>ÿ%ð"
  b"\x01˜\x1D¦E›qh‹\x15Âz€QÃ"
  b"\x01˜\x1D¦E¯pq‚‰c9Y\x02"
  b"""
    \x01˜\x1D¦EÄsšXk\n
    Šø\x02¬
    """
  b"\x01˜\x1D¦EÚpΏcÍ<\x01Â'Ç"
  b"\x01˜\x1D¦Eòr¯–ÔìÛZø\x03\v"
  b"\x01˜\x1D¦F&p\x08ŽþŸ\x01¬¨\x03 "
  b"\x01˜\x1D¦F;p0ƒ\x1AA!ŸŽsƒ"
  b"\x01˜\x1D¦FKpaºÈ²nÁ$Sè"
  b"\x01˜\x1D¦FbsT€ž¾±ö\x18"
  b"\x01˜\x1D¦Fwqª‰\x0E\x06$_«"
  b"\x01˜\x1D¦F‹rn¨%UúÛ$‘-"
  b"\x01˜\x1D¦F rú¬Ó¹Ž¡l "
  b"\x01˜\x1D¦Fµr¯¡{j\x07_4\x0F\x08"
  b"\x01˜\x1D¦FËs\x14¹dc>Mýúð"
  b"\x01˜\x1D¦Fâq%„†ïEÌm—y"
  b"\x01˜\x1D¦Fùp\x16´ìã¸RɯÎ"
  b"\x01˜\x1D¦G\x16p¦–<˜\x06ÂÉ®Ô"
  b"\x01˜\x1D¦G*sÚ¹¢§Ž,\x06¢‰"
  b"\x01˜\x1D¦G>rf­BÌî'U“ö"
  b"\x01˜\x1D¦GXró¦¤=K-\x1D¼"
  b"\x01˜\x1D¦GupX’ÃéLpbœA"
  b"\x01˜\x1D¦GŠp¶›îÐ?Û¦Œ˜"
  b"\x01˜\x1D¦GŸpG‹\e}Ï—‡-k"
  b"\x01˜\x1D¦G·ri­‚^~ WZr"
  b"\x01˜\x1D¦GËp\x1E\x13(|\tPDß"
  b"\x01˜\x1D¦Gßp\x1C†èŸ xœ\"
  b"\x01˜\x1D¦Gøs²w‚ìJž\x02"
  b"\x01˜\x1D¦H\x0FpA‹«Äõ7d(m"
  b"\x01˜\x1D¦H"q\x1D®Šœ]é9Ö½"
  b"\x01˜\x1D¦H:q\x10°+\x12ìâ8J~"
  b"\x01˜\x1D¦HNr/¥Qk>Æ÷£¤"
  b"\x01˜\x1D¦HiqÖŽöÞÎQW'\x1A"
  b"\x01˜\x1D¦H‚q¦±ÿ°'¾jˆß"
  b"\x01˜\x1D¦Hœp ˆ‹HŠi«Tï"
  b"\x01˜\x1D¦H±qˆ£\rµ>?7=u"
  b"\x01˜\x1D¦HÊqî»)4€o6šœ"
  b"\x01˜\x1D¦Hãqk—’õûö—¥-"
  b"\x01˜\x1D¦Hûrr«2.õLò\x14`"
  b"\x01˜\x1D¦I\x15rÒ‹SÆúŽÑ®Ï"
  b"""
    \x01˜\x1D¦I.r\n
    °\eUª ñ¥š
    """
  b"\x01˜\x1D¦I@q€˜‰ƒåØ´K>"
  b"\x01˜\x1D¦IZsU£ª1¶)g¦–"
  b"\x01˜\x1D¦Imsv»\e8·´¯D4"
  b"\x01˜\x1D¦I…r\x06¸,\ÿèÐp\x03"
  b"\x01˜\x1D¦I˜p\x04‡*”'œÿn‹"
  b"\x01˜\x1D¦I¯q›Ÿ\t)ŸÂ3OØ"
  b"\x01˜\x1D¦IÇqw¼\x1CÉz\\x1Cû"
  b"\x01˜\x1D¦IÞsw†¡õ\x12‡[\x07"
  b"\x01˜\x1D¦Iõq2«ŠìDÕÔ\x06Š"
  b"\x01˜\x1D¦J\x0EpG¾Ê•©¤¯gC"
  b"\x01˜\x1D¦J>p’Œ‹­i“Ó3ä"
  b"\x01˜\x1D¦JTpÄ•ŽLíJ\x7Fà)"
  b"\x01˜\x1D¦JiqAˆ>M\x0E£\x16Š"
  b"\x01˜\x1D¦J{qq›,3hrnª{"
  b"\x01˜\x1D¦J”rI™˜\x16­ Æ¡a"
  b"\x01˜\x1D¦J¨rm¡4S»$µ½ù"
  b"\x01˜\x1D¦JÀqF¢»žfl\x1Dé\t"
  b"\x01˜\x1D¦J×p°ˆÎ1™\x11\x08¡\x18"
  b"\x01˜\x1D¦Jëq µ;\x7FHÄ-Õÿ"
  b"\x01˜\x1D¦K\x04s\x03ª7fä[ßß\r"
  b"\x01˜\x1D¦K\x18qŒ²y\x1Eã–æu±"
  b"\x01˜\x1D¦K*pǧîöÛS\x18ŸE"
  b"""
    \x01˜\x1D¦KCpޏc:\n
    ×}sß
    """
  b"\x01˜\x1D¦uRp\x14…ÊE]±ß¹ø"
  b"\x01˜\x1D¦uir{¿o\x18öô÷•Ï"
  b"\x01˜\x1D¦u}p{´.òðf#í¸"
  b"\x01˜\x1D¦u”pÚ‡6\x7FŠk‰×Ç"
  b"\x01˜\x1D¦u«r\x01‘Ï®ñ\x0E^J@"
  b"\x01˜\x1D¦uÁs}ŽLsónèz\"
  b"\x01˜\x1D¦uÙsá®\x00\x11ë;Æûí"
  b"\x01˜\x1D¦uòq.¢”³ë¸wL¦"
  b"\x01˜\x1D¦v\tpŸ»vãå\x1A&¯Ê"
  b"\x01˜\x1D¦v\esÍŒ\x16€úÂSÓÌ"
  b"\x01˜\x1D¦v3s8Ÿª,&½¨3’"
  b"\x01˜\x1D¦vPp\x1A»º”Š&¸‡’"
  b"\x01˜\x1D¦vaqŽŒ„„¯³×~}"
  b"\x01˜\x1D¦vspö‹9mèZ\x01,"
  b"\x01˜\x1D¦v‡rE¯Ž[g‡\x1F=6"
  b"""
    \x01˜\x1D¦vœpq¶¿\x1D\n
    „ùŒ
    """
  b"\x01˜\x1D¦v®q²™\x0E±ÚˆÈîK"
  b"\x01˜\x1D¦vÃp9ªRÖ̲¶Y®"
  b"""
    \x01˜\x1D¦vÛpgœ\n
    ´¶Žƒo
    """
  b"\x01˜\x1D¦vöpç³AD\x1F\x06"
  b"""
    \x01˜\x1D¦w\n
    qD—ÝK\x12þpÇ\n
    """
  b"\x01˜\x1D¦w$rx¡ù%¤\v¥Ú\x1D"
  b"\x01˜\x1D¦w9q޾†\x1Fƶm”="
  b"\x01˜\x1D¦wQs]Ÿ\x03ÿŽE38"
  b"\x01˜\x1D¦wkq“¤Ê\rvµíœp"
  b"\x01˜\x1D¦w„rQ¹V+¨œ\x1F8!"
  b"\x01˜\x1D¦w”qݱnrOÝ\x07.q"
  b"\x01˜\x1D¦w¥r,´Ñ¨¡Ö\x08É_"
  b"\x01˜\x1D¦w¹sªŽ•J³ðk’û"
  b"\x01˜\x1D¦wËs6¶$\x0F°áhŽP"
  b"\x01˜\x1D¦wÝq³ˆ­ú×µa»"
  b"\x01˜\x1D¦wóq•œÀE‹™\x10\e"
  b"\x01˜\x1D¦x\vp~—¥•\fcí©Š"
  b"\x01˜\x1D¦x&pkƒ‘‹¥Ý\t\x14#"
  b"\x01˜\x1D¦xIqp«\r\eŠ\x10£t"
  b"\x01˜\x1D¦xepŒŽKe”kqH"
  b"\x01˜\x1D¦xzpD•¹\x15!‰h>)"
  b"\x01˜\x1D¦xqœ{Ûîk\x11íü"
  b"\x01˜\x1D¦x®rä¶e‰ë¹o%z"
  b"\x01˜\x1D¦xÇr\x1D tK´ùW#!"
  b"\x01˜\x1D¦xÞp‹­Km’±0©²"
  b"\x01˜\x1D¦xöqì¥sÇU;\x7Fõ0"
  b"""
    \x01˜\x1D¦y\fr“†?¥UÔñ\n
    ­
    """
  b"\x01˜\x1D¦y#rН1/ÜåE3`"
  b"\x01˜\x1D¦y<p$Žó\x19«K„L\x10"
  b"\x01˜\x1D¦yTs4ƒÙ¤Û I¨µ"
  b"\x01˜\x1D¦y™ro±$(u·fæ¥"
  b"\x01˜\x1D¦y©rº˜\;åQt…"
  b"\x01˜\x1D¦yºq:¤×Z(rS¿\e"
  b"""
    \x01˜\x1D¦y×s\n
     y4Õ\rZ««
    """
  b"\x01˜\x1D¦yóp™ƒq<$gÄdm"
  b"\x01˜\x1D¦z\vrß“ÞÔ9Ôܼt"
  b"\x01˜\x1D¦z"s\x16•¶g¥h() "
  b"\x01˜\x1D¦z8pî²f3i¨\x1Cpa"
  b"\x01˜\x1D¦zJqƒ\x04SŸàQ¯f"
  b"\x01˜\x1D¦z[s:Žh‘\x11÷x\x10}"
  b"\x01˜\x1D¦zlr†Ž\tg:\v\rÅ\x14"
  b"\x01˜\x1D¦z~sGŽa*‹Oxéè"
  b"\x01˜\x1D¦z—q¼Ÿú“Ü”Ô×}"
  b"\x01˜\x1D¦z°pG‡èõŒ:v\r|"
  b"\x01˜\x1D¦zÀrہôÉ5µœê·"
  b"\x01˜\x1D¦zÔqÄ£‰@ pHfÖ"
  b"\x01˜\x1D¦zís¤‘\x12Ýó%\x06<¿"
  b"""
    \x01˜\x1D¦{\n
    q`ªðÙèß\x07ýé
    """
  b"\x01˜\x1D¦{)r›¦˜.[ß\x04r8"
  b"\x01˜\x1D¦{BrÌ£©#%¼¿d"
  b"\x01˜\x1D¦{Ypô‡E¹|9`{×"
  b"\x01˜\x1D¦{†q\x1E\v–øŠÍä®"
  b"""
    \x01˜\x1D¦{™sz޿ܿ:\n
    
    """
  b"\x01˜\x1D¦{°pp‘PÐãPw\x19\x7F"
  b"\x01˜\x1D¦{Ìs\x14‡Ï\x01Û$ŽE˜"
  b"\x01˜\x1D¦{îr\x00˜†­švÊ\eh"
  b"""
    \x01˜\x1D¦|\x05r+­«Oì\x1E\n
    ¢O
    """
  b"\x01˜\x1D¦|\x15pr«`ÇÇóƒ†"
  b"\x01˜\x1D¦|*q'˜µ—ˆö’ñ\x06"
  b"\x01˜\x1D¦|DsÒµ\x1D"D;ÓŠç"
  b"\x01˜\x1D¦|Zqîªfû¬ÚãÔ¸"
  b"\x01˜\x1D¦|orɸuòT\x13»R"
  b"\x01˜\x1D¦\x7Fcq°—ŸÖ¯g\x077‰"
  b"\x01˜\x1D¦\x7FŽs;µDE^rSÏŒ"
  b"\x01˜\x1D¦\x7F¥p\x16ªá’£Âoäç"
  b"\x01˜\x1D¦\x7FÁqŸž_"½ÂŽ\x03Ò"
  b"\x01˜\x1D¦\x7FÜq¥¸1¤5]f6’"
  b"\x01˜\x1D¦\x7Fíq„¦\tàÝŠè‡"
  b"\x01˜\x1D¦\x7Fýp.˜e…F8ÌŸi"
  b"\x01˜\x1D¦€\x0Epš®²\x06‘ó*j…"
  b"\x01˜\x1D¦€\epa›»\x10ÄÿÍF¡"
  b"\x01˜\x1D¦€)q6¹\v\x12\x10{Á€Þ"
  b"\x01˜\x1D¦€@s\x13˜]uw\x16`bã"
  b"\x01˜\x1D¦€SqÖ’í\x03Ié¦Bö"
  b"\x01˜\x1D¦€cs…¸wcºŸÅÙ\x1C"
  b"\x01˜\x1D¦€ss×°4ÍÓjÉÖ\x05"
  b"\x01˜\x1D¦€„pMˆf”2…\x07ë`"
  b"\x01˜\x1D¦€™p£¶m’¼\x14üê\x19"
  b"\x01˜\x1D¦¿rl¦þ\rÖP\v"
  b"\x01˜\x1D¦Óq~¡\e|ƒùmEM"
  b"\x01˜\x1D¦åqÒ¨ŒCˆzf·\x16"
  b"\x01˜\x1D¦ýrSñæš…Fë“"
  b"\x01˜\x1D¦‘\x11r6›TlÝkW@2"
  b"\x01˜\x1D¦‘)p4ˆ\tIž‹–÷w"
  b"\x01˜\x1D¦‘Cr«”C‚ \x12›¬à"
  b"\x01˜\x1D¦‘Yq\x02’òp®Þ\x1FåÇ"
  b"\x01˜\x1D¦‘prü—÷«¤vŸ=©"
  b"\x01˜\x1D¦‘r)ˆÕXø2“BW"
  b"\x01˜\x1D¦‘™snÓ\x10n–Á\v"
  b"\x01˜\x1D¦‘§rG‰\x12*©€6.ê"
  b"\x01˜\x1D¦‘¶qJ‹Fd5ÊÎD5"
  b"\x01˜\x1D¦‘År7‘!äh\x1DÊì"
  b"\x01˜\x1D¦‘Ôq¾³5Ƚ¾Y½x"
  b"\x01˜\x1D¦‘åqõ¸‘.#½Äôç"
  b"\x01˜\x1D¦‘øs[ŒI’\x1D\x08ÉVû"
  b"\x01˜\x1D¦’\x08rÍ¢P½>#6/"
  b"\x01˜\x1D¦’\es”ªÇɲZ±\x05¾"
  b"\x01˜\x1D¦’,s*•Ï7úbS™"
  b"\x01˜\x1D¦’?p²¨ebqÅeº×"
  b"\x01˜\x1D¦’Rp\x15·Ý·ó5Y«g"
  b"\x01˜\x1D¦’gs\x12’/Ûç(Z|¬"
  b"\x01˜\x1D¦’|ru·ð¥@\x03õُ"
  b"\x01˜\x1D¦’så–(\x08{Ê\D•"
  b"\x01˜\x1D¦’¤qô†Ìf½…÷0`"
  b"\x01˜\x1D¦’¼sé“¥~A\eU\x11&"
  b"\x01˜\x1D¦’Ïpÿ“\x04\x1E,æ´)i"
  b"\x01˜\x1D¦’årÖ¦ú²“Ž\vݦ"
  b"\x01˜\x1D¦’ùs²œïnÑécÅ#"
  b"\x01˜\x1D¦“\x10q·»‡\x16·Á\x04à"
  b"\x01˜\x1D¦“'såµçò7Vr»"
  b"\x01˜\x1D¦“:rp­5ÄÒV;ˆ8"
  b"\x01˜\x1D¦–©pí—Íú§¾ð9\x16"
  b"\x01˜\x1D¦–Öq\x05¶o¥¥>•L+"
  b"\x01˜\x1D¦–úp¡³G\x0EmAg×_"
  b"\x01˜\x1D¦—\x14s}’„‘¡$q[°"
  b"\x01˜\x1D¦—/qñ¤àíyðQˆ¥"
  b"\x01˜\x1D¦—Iq&¡Á¿7\r©ö-"
  b"\x01˜\x1D¦—cq"¿[SEï\x10É™"
  b"\x01˜\x1D¦—€s>­\x08ò{tõ\e"
  b"\x01˜\x1D¦—µp¡¤Vm›XÍÉ÷"
  b"\x01˜\x1D¦—êrržn¾ ÛãUå"
  b"\x01˜\x1D¦˜\x02q-“Ñÿ‹W?Øý"
  b"\x01˜\x1D¦˜\eržª\rÞ\x12–Í•A"
  b"\x01˜\x1D¦˜6pb„¦c© #—î"
  b"\x01˜\x1D¦˜JrŸ¾«ùD›mpL"
  b"\x01˜\x1D¦˜_q:Ÿe\t¼Öy\e"
  b"\x01˜\x1D¦˜sr׆}\x04ððœKe"
  b"\x01˜\x1D¦˜‘s¼Ž"’¿^œ\x10f"
  b"\x01˜\x1D¦˜¥p¯³¥ßºa\x7Fr\n"
  b"\x01˜\x1D¦˜ºsA¶ß ñ†û\x1E"
  b"\x01˜\x1D¦˜Ör½¦À»×9±‘\x04"
  b"\x01˜\x1D¦˜ðpñœ\x08·lsTéE"
  b"""
    \x01˜\x1D¦™\n
    q[‹¡Ã\x10Á²×›
    """
  b"\x01˜\x1D¦™\x1FpÒ•¡ ‘µYxÛ"
  b"\x01˜\x1D¦™=påmïAê¨åÍ"
  b"\x01˜\x1D¦™Ss¥µ\x0F\x1A\x16M€"
  b"\x01˜\x1D¦™qq\x06Ž\x1C8º1xˆM"
  b"\x01˜\x1D¦™„rUîÞ\x17l\x1E˜²"
  b"\x01˜\x1D¦™˜qb‹aлÛÂx2"
  b"\x01˜\x1D¦™¯s£²w\x14ŠsºäT"
  b"\x01˜\x1D¦™Êp蟱:\x1D(ÿ‚X"
  b"\x01˜\x1D¦™árw‰Æ’è«\x19ª,"
  b"\x01˜\x1D¦™üpÑ€—\x11ð“p‘’"
  b"\x01˜\x1D¦š\x14s>ƒSyB\x0FTïÎ"
  b"\x01˜\x1D¦š-pß„\x7F\x1Aè-Ž"
  b"\x01˜\x1D¦šEp—¬0sy3ÒÏm"
  b"\x01˜\x1D¦š]q)p\x02ÜÍ#"
  b"\x01˜\x1D¦štrf“Ù~€&äc\x14"
  b"\x01˜\x1D¦šŽr\x00®T\x14\x14‚å\t"
  b"\x01˜\x1D¦žœrM¨Å\rdµ®*I"
  b"\x01˜\x1D¦ž³qc¡ßŒ<ß#!\x00"
  b"\x01˜\x1D¦žÒr;©ú÷ç/FëÄ"
  b"\x01˜\x1D¦žæsG£‹\x1Cïî"-\x16"
  b"\x01˜\x1D¦žøq#†B·å\x0F¸A€"
  b"\x01˜\x1D¦Ÿ\x17p\x06µûóGä…Í["
  b"\x01˜\x1D¦Ÿ,qk·"&ÀöGJŸ"
  b"\x01˜\x1D¦Ÿ@rЇð\fz\x19ûq¡"
  b"\x01˜\x1D¦ŸVp\r¾_"!s$m]"
  b"\x01˜\x1D¦Ÿfqo”,u·¤ŽA‰"
  b"\x01˜\x1D¦Ÿup)†÷ïRA˜©\"
  b"\x01˜\x1D¦ŸŠs\r–ûÀ!hÚµ\t"
  b"\x01˜\x1D¦Ÿ pH¤\x0FŒËÓš\x15"
  b"\x01˜\x1D¦Ÿ®rܺ‰Aà\x14š`k"
  b"\x01˜\x1D¦ŸÅpx…Ë¢A(Õê\x02"
  b"\x01˜\x1D¦ŸØr\x15—±2Žc}6‹"
  b"\x01˜\x1D¦Ÿïp죏uï;RðÆ"
  b"\x01˜\x1D¦ \x05rm¡\x1C˜8\x01ïð–"
  b"\x01˜\x1D¦ \x1As\x0E•$Ï¿¦\x1DïS"
  b"\x01˜\x1D¦ 9q‹‚e|²\rÃy\x13"
  b"\x01˜\x1D¦£kpR¶lVû«\x7F³¨"
  b"\x01˜\x1D¦£rÚŽ„NÙË•J'"
  b"\x01˜\x1D¦£§s\x11¯6\\x18ƒk¼…"
  b"\x01˜\x1D¦£»p¤ŒˆbP=íށ"
  b"\x01˜\x1D¦£Ôsà›Š4ý²ì¶l"
  b"\x01˜\x1D¦ñŽrÚ®\x01º)ýyÁ²"
  b"\x01˜\x1D¦ñ p\x00¥ú\x12ÿ\Þm"
  b"\x01˜\x1D¦ñ¶sêš.Íÿýe¹a"
  b"\x01˜\x1D¦ñÉp\x13˜ÿ„Ï¡äÏŸ"
  b"\x01˜\x1D¦ñÛs\x08°xÉ÷Ñ›:§"
  b"\x01˜\x1D¦ñúr,¤,Õ¶W*©Q"
  b"\x01˜\x1D¦ò\x0Epu˜Cx\r\x03¢?,"
  b"\x01˜\x1D¦ò"r“‰‹èʬ¿ž¡"
  b"\x01˜\x1D¦ò;qË¥\x13\x02k\x17èÂ"
  b"\x01˜\x1D¦òSq¼‘Û®Ž!VD»"
  b"\x01˜\x1D¦òepñ°t\x01?„Œý/"
  b"\x01˜\x1D¦òwp¯†ñSÚpEµ\x02"
  b"\x01˜\x1D¦ò‰rE¬¥œ6â\x04ûý"
  b"\x01˜\x1D¦òÚs˜m—á_dMy"
  b"\x01˜\x1D¦òòqƈ²\x1Eo—à\x01P"
  b"""
    \x01˜\x1D¦ó\x08r¡¡å™h€Ó\n
    8
    """
  b"""
    \x01˜\x1D¦ó\x1Fr–ŽÀ\x1AZB\n
    äû
    """
  b"\x01˜\x1D¦ó5sö¦9ï¸OnŸj"
  b"\x01˜\x1D¦÷zs0»Þû\x01S×Òš"
  b"\x01˜\x1D¦÷™q&“\v³Ë\x16^×K"
  b"\x01˜\x1D¦÷¬pÇ£]\x07xþóï/"
  b"\x01˜\x1D¦÷Àr]©\fÁ{zä8l"
  b"\x01˜\x1D¦÷Øqs½¥\x1F\x1F¡»sü"
  b"\x01˜\x1D¦÷ýp-«¦:ð°\e‡æ"
  b"\x01˜\x1D¦øAp°©¡œõ~I•\x02"
  b"\x01˜\x1D¦ø]rŒ²Ïm[K$xx"
  b"\x01˜\x1D¦øwsHõ„m\f\x0FŸW"
  b"\x01˜\x1D¦ø—rT»o󬌺\x04\x16"
  b"\x01˜\x1D¦ø²pæŒ\rQ~‘XŠ\x13"
  b"\x01˜\x1D¦øÍqTŽê*Ybh\x14ë"
  b"\x01˜\x1D¦øåpd½\fÀÉ:K°‘"
  b"\x01˜\x1D¦øøsܲ[gßê*u""
  b"\x01˜\x1D¦ù\x0Ep1»¼{‰\x19\x17"
  b"\x01˜\x1D¦ù"r\x14…¬\x10*\x01é\\x1A"
  b"\x01˜\x1D¦ù7sû£ýé>úoHR"
  b"\x01˜\x1D¦ùPrMªúôÖ\x1Aƒ—­"
  b"\x01˜\x1D¦ùirù–@ÏÂÞw€Â"
  b"\x01˜\x1D¦ù{p ±~Áï}r7í"
  b"\x01˜\x1D¦ùŽqUªGåÛlÇ[\x10"
  b"\x01˜\x1D¦ù¡p\x17ެÅ&3Ê`\x11"
  b"\x01˜\x1D¦ù³s˜†q\x1F4D¥yª"
  b"\x01˜\x1D¦ùÄpð–Ç;J𒢨"
  b"\x01˜\x1D¦ùÖqé³»3ŽpÏ\x1Cp"
  b"\x01˜\x1D¦ùèp[Ž\t΢™C­Ž"
  b"\x01˜\x1D¦ùûr.¢ö©3ÖêHs"
  b"\x01˜\x1D¦ú\vq³žáB½‚Æm "
  b"\x01˜\x1D¦ú6sp¿¨5Ü0™›þ"
  b"\x01˜\x1D¦úIsë˜\x02v(AHä1"
  b"\x01˜\x1D¦ú\rë¯(ãG\\x08ü\x16"
  b"\x01˜\x1D¦úqp`¹\x0ECw\rÕñ®"
  b"\x01˜\x1D¦úq\x15¨\e\x16§þ€gg"
  b"\x01˜\x1D¦ú¯sù€†·È\x1C\x02,u"
  b"\x01˜\x1D¦úÐq\x11¥æŠ\x17Î"Ä{"
  b"\x01˜\x1D¦úäsB‡¾vr›Q_<"
  b"\x01˜\x1D¦úýqw¼‚ë©…àj§"
  b"\x01˜\x1D¦û\x0Fpr·Æ_l3ñŽq"
  b"\x01˜\x1D¦û#q\fžo?¯kúâ&"
  b"\x01˜\x1D¦û:s'Ì8/\x1A5O~"
  b"\x01˜\x1D¦ûVrÔ‡æ+NÙëgœ"
  b"\x01˜\x1D¦ûlp¨’ä\x7F‡t§*\x0F"
  b"\x01˜\x1D¦û„r\x08¹|ñWÆùÕ"
  b"\x01˜\x1D¦û™srŠ\x1F8³Ç\x19\f"
  b"\x01˜\x1D¦û¬r•¡Kr+ÙÕC"
  b"\x01˜\x1D¦ûºr­­Æ½\x13;Rà\x1D"
  b"\x01˜\x1D¦ûÐqüŽ\x0F\x16:41ÿÅ"
  b"\x01˜\x1D¦ûæpŽ—SÿÔBÁB\f"
  b"\x01˜\x1D¦ûøsìŽxƒÌê|9"
  b"\x01˜\x1D¦ü\tpc¤\x12ÛèÑbª\"
  b"\x01˜\x1D¦ü\esâºh%_a§Yì"
  b"\x01˜\x1D¦ü,pÑŸh+MM©\x1Dx"
  b"\x01˜\x1D¦ü?rk­˜ûñkŒ™:"
  b"\x01˜\x1D¦üQpâ’ä'êÜf€1"
  b"\x01˜\x1D¦üdq™‘Á\x1E\x1C5ÎÅ~"
  b"\x01˜\x1D¦üvpO¢û/SR®*U"
  b"\x01˜\x1D¦üˆq\x06½âDx…”íq"
  b"\x01˜\x1D¦ü˜pH¢\x1F8K¾\x13"
  b"\x01˜\x1D¦ü©qe Á\x07;ñ<=¤"
  b"\x01˜\x1D¦ü¼p«±ŽW\x00ÜÿEŽ"
  b"\x01˜\x1D¦üÎpžŒÙÛ ¯m\x049"
  b"\x01˜\x1D¦üàrÒ€\x07–y\pi‹"
  b"\x01˜\x1D¦ý\x18qrƒ¢T\x06´m§m"
  b"\x01˜\x1D¦ý)sé©ã\x07h`g Ñ"
  b"\x01˜\x1D¦ýQs\¼MtZŒ¥\x14\x1C"
  b"\x01˜\x1D¦ý}sà§úmðtŸ…Ü"
  b"\x01˜\x1D¦ý“pj§\x08M[cçOß"
  b"\x01˜\x1D¦ýªr\x05¼lZc\x0Fä–@"
  b"\x01˜\x1D¦ý»rŠ›sφùs\x0F¹"
  b"\x01˜\x1D¦ýÍs\x1C¦úì„Û\x10N`"
  b"\x01˜\x1D¦ýãr-­®§@“¶cÑ"
  b"\x01˜\x1D¦ý÷pЄü¬ÊO\r@T"
  b"\x01˜\x1D¦þ\x13pS¸È~ÛäU=Ô"
  b"\x01˜\x1D¦þ+q\¨ÂëA_\x7Fžm"
  b"\x01˜\x1D¦þAq˜¼2]|™ñ1ç"
  b"\x01˜\x1D¦þTs´ŽÇ˜¬m+¾ü"
  b"\x01˜\x1D¦þor(³\x1EËI‹òjš"
  b"\x01˜\x1D¦þ‰sb™vr¯\x1ESJ/"
  b"\x01˜\x1D¦þ¤p§•&QÕ\vñ¸Ý"
  b"\x01˜\x1D¦þ¾q\v€ÀÖÞ‚ž2†"
  b"\x01˜\x1D¦þÖrLƒÕ2 Mê”%"
  b"\x01˜\x1D¦þêr\x03½)T|'7š@"
  b"\x01˜\x1D¦ÿ\x01s\x07´$#§Uô\x1CŸ"
  b"\x01˜\x1D¦ÿ\x12pÉ€òÁ\x19ŒtVe"
  b"\x01˜\x1D¦ÿ#s!‘¬þÐ#tï\x04"
  b"\x01˜\x1D¦ÿ4p>¼öƒ\x12ùóÿñ"
  b"\x01˜\x1D¦ÿEq­®òζҦLþ"
  b"\x01˜\x1D¦ÿ^s—ŽÞ\x7Fu¡ ¸."
  b"\x01˜\x1D¦ÿosó¢nŽC¯\x06¢ï"
  b"\x01˜\x1D¦ÿ~pœ¨â/7Ü\x0FÕ"
  b"\x01˜\x1D¦ÿrPœ<³›ÿ\x00ÎÕ"
  b"\x01˜\x1D¦ÿ s®/ëŠðOR½"
  b"\x01˜\x1D¦ÿ°svŽÜÖó‹•D­"
  b"\x01˜\x1D¦ÿÉq\r¯2DõwIŠ"
  b"\x01˜\x1D¦ÿçsOŽi\vn*l“|"
  b"\x01˜\x1D§\x00\vp¯±°wq\v}\x14þ"
  b"\x01˜\x1D§\x00'rµ¸=Ø7ÿ\v\x16h"
  b"\x01˜\x1D§\x00ArµŽ\x7Få}Ô7\x17Ü"
  b"\x01˜\x1D§\x00\rz€¾æó,”„\x16"
  b"\x01˜\x1D§\x00|pe²î=pÏ :Ê"
  b"\x01˜\x1D§\x04·s-¿\x07:îw]ñó"
  b"\x01˜\x1D§\x05*s&‚¡À\x15>²~ÿ"
  b"\x01˜\x1D§\x05Cq\x1C›åcNO$Ù\x15"
  b"\x01˜\x1D§\x05[s‘™\x18£\x08ŽnýÁ"
  b"\x01˜\x1D§\x05rp¾œÀ³‡”ç\ey"
  b"\x01˜\x1D§\x05‘rDš;#\¢\t\x1A?"
  b"\x01˜\x1D§\x05«s‰Ÿ}zp€õÃ\x00"
  b"\x01˜\x1D§\x05ÂryšjöTÚ>M¡"
  b"\x01˜\x1D§\x05Ús‘ŒøýDÔȈ>"
  b"\x01˜\x1D§\x05ùp­¥ˆéܳ{Ã\x12"
  b"\x01˜\x1D§\x06\x11sËqp-àU\x07Ô"
  b"\x01˜\x1D§\x06(rبèK;eJ»³"
  b"\x01˜\x1D§\x06?p\fºÐ ùÆqù\x0E"
  b"\x01˜\x1D§\x06aq™Œ}›\x07‰-¿ì"
  b"\x01˜\x1D§\x06{sŒ™°ÞÙ™aü¡"
  b"\x01˜\x1D§\x06–rH´†á»Š¡¾"
  b"\x01˜\x1D§\x06¬r¥³)2%!&L‰"
  b"\x01˜\x1D§\x06Áq“º’\x00\x15þº™ú"
  b"\x01˜\x1D§\x06×q] ØÏaLô\x1D>"
  b"\x01˜\x1D§\x06ír®”¯‡ˆú\x12˜³"
  b"\x01˜\x1D§\x07\x05r¿”LÙ:J}ë"
  b"\x01˜\x1D§\x07\ep¼Ò¶%÷4O\x16"
  b"\x01˜\x1D§\x07.p»®®›ÍލfÍ"
  b"\x01˜\x1D§\x07Cr†¿\x1D82!ªƒ|"
  b"\x01˜\x1D§\x07`pޝîOEˆÂú)"
  b"\x01˜\x1D§\x07rs®]|‚ ú9î"
  b"\x01˜\x1D§\x07™qìŸf\x19ˆx\x05"
  b"\x01˜\x1D§\x07µq„ W­³<úc0"
  b"\x01˜\x1D§\x07Érì´9K5œr—Ž"
  b"\x01˜\x1D§\x07Úr[ˆ#ša\x05\x7FÏ{"
  b"\x01˜\x1D§\x07ôr ¨Lüô/l"
  b"\x01˜\x1D§\x08\vsAˆl‹gûxŽœ"
  b"\x01˜\x1D§\x08&sß„¯Zo!JAŸ"
  b"""
    \x01˜\x1D§\x08?rø°cs;å\n
    ñP
    """
  b"\x01˜\x1D§\x08[sî¯U^ègGì,"
  b"\x01˜\x1D§\x08vps®«Ò®#…=¶"
  b"\x01˜\x1D§\x08‘r‘ƒ(‰È›çãw"
  b"\x01˜\x1D§\x08®qv„°PرÔjÖ"
  b"\x01˜\x1D§\x08Ðq=©¥9\\áII"
  b"\x01˜\x1D§\x08ñr‘ d\x10\x1Eȱ€"
  b"\x01˜\x1D§\t\x14s:¸!€µ¨»þ\x12"
  b"\x01˜\x1D§\t+p.´ð\e*”*sh"
  b"\x01˜\x1D§\t@rK¢vA\x04P\x01"
  b"\x01˜\x1D§\tUq®‚Z¸2ÎBÍD"
  b"\x01˜\x1D§\tlqòŽT“wÿD’Ñ"
  b"\x01˜\x1D§\tsÑ­ëZ\r*îFÆ"
  b"""
    \x01˜\x1D§\t¥s;~Wü\n
    å*Ý
    """
  b"\x01˜\x1D§\tÁpª¹äŽ%\x01{ó_"
  b"\x01˜\x1D§\tÕq£¿¡\x04©…¸\t¦"
  b"\x01˜\x1D§\tìqÕ²óâϪœ\x0Fl"
  b"""
    \x01˜\x1D§\n
    \x01s»‹‘<xNK{F
    """
  b"""
    \x01˜\x1D§\n
    \x1Ese’Z\x7F\x19x³^ê
    """
  b"""
    \x01˜\x1D§\n
    3q\n
    \x16Brlv+±
    """
  b"""
    \x01˜\x1D§\n
    OqÔ“ë$ö»â"}
    """
  b"""
    \x01˜\x1D§\n
    hsèªh…÷;á—‰
    """
  b"""
    \x01˜\x1D§\n
    }p½¤ÿ3~\x01X0
    """
  b"""
    \x01˜\x1D§\n
    •q<¢\x03j>¤q$
    """
  b"""
    \x01˜\x1D§\n
    µp”‚ùg.t”~ª
    """
  b"""
    \x01˜\x1D§\n
    ÌrD«¶¨÷½Š\x01^
    """
  b"""
    \x01˜\x1D§\n
    áp«­1²e©\x13ÆQ
    """
  b"""
    \x01˜\x1D§\n
    ûrŒ£\x16üga÷\x03+
    """
  b"\x01˜\x1D§\v\x13q\x01°.ƒS\tUHM"
  b"\x01˜\x1D§\v0sçŸlÎ_\x17ŒV¦"
  b"\x01˜\x1D§\vNs§¸MÅ\x02àI"
  b"\x01˜\x1D§\veq˜\x11ŽçloêL"
  b"\x01˜\x1D§\v}sÞ»Ö\x002aý\x12B"
  b"\x01˜\x1D§\vqÁ»\x07Ö‰i=¡l"
  b"\x01˜\x1D§\vÎpë£/²˜ãqµ\x1A"
  b"\x01˜\x1D§\vèq«ùÏ8?1Mš"
  b"\x01˜\x1D§\vþsÚ˜r\x08á:*b¼"
  b"\x01˜\x1D§\f\x16pò¯¼Â©"cç˜"
  b"\x01˜\x1D§\f,q`µäÄ\x08(¨Q'"
  b"\x01˜\x1D§\fAr¹›Èz\x07‘»\x0Eˆ"
  b"\x01˜\x1D§\f¾pw¨(\x04\x12Ž3út"
  b"\x01˜\x1D§\rêq›½5Vù\x07µM\x05"
  b"\x01˜\x1D§\x0EnpM«7¥Þݱb"
  b"\x01˜\x1D§\x0EÒr”“—G@¾0o\n"
  b"\x01˜\x1D§\x0Eêrϐѿ”Í!R\x07"
  b"\x01˜\x1D§\x0EþrûµTÝRÅqDÁ"
  b"\x01˜\x1D§\x0F\x18qqµ¥Z_^¾ÚÈ"
  b"""
    \x01˜\x1D§\x0F.rð¦jv0\n
    Ð,É
    """
  b"\x01˜\x1D§\x0FCp’–‚lY»ö!9"
  b"\x01˜\x1D§\x0FXpå2'\x02žwÒB"
  b"\x01˜\x1D§\x0Flr¾™²+C\x06Õ {"
  b"\x01˜\x1D§\x0Fƒq£²º8?8(`m"
  b"\x01˜\x1D§\x0FšrR¨\x1AoÃ}U\x07"
  b"\x01˜\x1D§\x0F³r)œæ\e_r\x11ÌÏ"
  b"\x01˜\x1D§\x0FÍqf±ŸÏ¶\x0F\x16 "
  b"\x01˜\x1D§\x0Fçs8”és¤\x1E\x05"
  b"\x01˜\x1D§\x0Fûqޤ¤\x1E—Ú\r\x186"
  b"\x01˜\x1D§\x10\x0Es`’³\tÁÀáE"
  b"\x01˜\x1D§\x10Vq†¿=ˆ'ã¾\x06¦"
  b"\x01˜\x1D§\x10iso©¯ÒV!\x07\x19"
  b"\x01˜\x1D§\x10qH³Tà;Ì·*\x03"
  b"\x01˜\x1D§\x10¤q\x14¶ãtíƒúü"
  b"\x01˜\x1D§\x10¾rº“‰_K] Ù€"
  b"\x01˜\x1D§\x10âsU®Ôô\x1A²Éä§"
  b"\x01˜\x1D§\x10ýp䏧\x06\x1Aä=ñ8"
  b"\x01˜\x1D§\x11\x13qâ§¢êj@QJ´"
  b"\x01˜\x1D§\x15‹s…ªv\x7F'Zj(G"
  b"\x01˜\x1D§\x15ªpw„â\x1EÏ\x05¤k\x15"
  b"\x01˜\x1D§\x15ÅpD—\x0F¯O•ÅÀ£"
  b"\x01˜\x1D§\x15ßsì‘-Ž\x1A\x12\t"
  b"\x01˜\x1D§\x15öqè“,4 Å\x18²\x02"
  b"\x01˜\x1D©ºôrRªd߁‚³…j"
  b"\x01˜\x1D©»\x07svãÁ¢n¤ÁÙ"
  b"\x01˜\x1D©»\ep—‰ÜV®ý\x14"
  b"\x01˜\x1D©»0r3”³=þiÓš"
  b"\x01˜\x1D©»Ipï–EÒ•Ssbr"
  b"\x01˜\x1D©»`s\x02·ÒدAµà\t"
  b"\x01˜\x1D©»}rv™‘õ?µ­\x00\x18"
  b"\x01˜\x1D©»šr±‘ ‘\vf2*£"
  b"\x01˜\x1D©»µqEœë\x05$ؾYÿ"
  b"\x01˜\x1D©»Íq(‚k‹?éû~&"
  b"\x01˜\x1D©»àpÕª0a]ÿ¨Þ"
  b"\x01˜\x1D©»úqëšúo_\þ~1"
  b"\x01˜\x1D©¼\rq¨¼\x0F’÷Y\x7F"
  b"\x01˜\x1D©¾ƒs"˜öŸOW\x1F"
  b"\x01˜\x1D©¾¨sȦ¡ÙÌÝ)ð\v"
  b"\x01˜\x1D©¾¾paƒÌŒ·Ÿš”?"
  b"\x01˜\x1D©Ô¹p­µW¹™s¬Ž*"
  b"\x01˜\x1D©ÔÓrX©Y\x1D+–ÍU"
  b"\x01˜\x1D©ÔëqЬ\x04Ÿ3F×Í"
  b"\x01˜\x1D©Õ\x00qêŒë8ŒJ@Å\x0F"
  b"\x01˜\x1D©Õ\x14qCºnTmáF\g"
  b"\x01˜\x1D©Õ%s®ˆ\x07ˆi´£^\x0E"
  b"\x01˜\x1D©Õ;q\e«eO»Rrïz"
  b"\x01˜\x1D©ÕQsÆ®HË*€A[‚"
  b"\x01˜\x1D©Õas௧AÙ\x10ßÁ\x1E"
  b"\x01˜\x1D©Õvq ŸÅˆMZ›¾"
  b"\x01˜\x1D©Õ†q–Ž\x7F\x1C­a/6\x11"
  b"\x01˜\x1D©Õ•q2D›ù=žßb"
  b"\x01˜\x1D©Õ­rf‡DU`,?iL"
  b"\x01˜\x1D©ÕÄr\x10¦dÀ«d¡TÆ"
  b"\x01˜\x1D©ØMqµd_«7<Î\x04"
  b"\x01˜\x1D©Øqp\x12€È-\x11b/Ë\x05"
  b"\x01˜\x1D©Ø†p\x13­+ÝÏ`\x1E"
  b"\x01˜\x1D©Ø–s¡«ui\x06q³S"
  b"\x01˜\x1D©Ø¦r™®†…¤ñ]¨É"
  b"\x01˜\x1D©Ø¼pb”\x11´\x08$úC¨"
  b"\x01˜\x1D©ØÎrJºŸTïÊ\x10\x07ë"
  b"\x01˜\x1D©Øás\x1Cº9—¶“;÷®"
  b"\x01˜\x1D©Øùriµ‡ÝÉÚ\e"
  b"\x01˜\x1D©Ù\x13rÆ·T7JòpX»"
  b"\x01˜\x1D©Ù$qǹ\x12y-wó\x17#"
  b"\x01˜\x1D©Ù>s¼ªL¾ŠÅ9Žq"
  b"\x01˜\x1D©ÙPs\r­®I¬7\x02M\x11"
  b"\x01˜\x1D©Ùcq<£\x14ÜÅ¡…Œœ"
  b"\x01˜\x1D©ÙwqK¢\x1EK8_Ñ©ç"
  b"\x01˜\x1D©ÙŠpN›â‚\x13ÍdB×"
  b"\x01˜\x1D©Ùs h‰xÊ6\fé"
  b"\x01˜\x1D©Ù¶r­âËÀ\x11z$ƒ"
  b"\x01˜\x1D©ÙÑst€Íá\x03,·ÀÓ"
  b"\x01˜\x1D©Ùçq^ƒ›\x17]VFç\x0E"
  b"\x01˜\x1D©ÙüséwˆR“ŠVN"
  b"\x01˜\x1D©Ú\x13q+…/V\x1Dÿ(ŒB"
  b"\x01˜\x1D©Ú(sl®Åñû×}þ'"
  b"\x01˜\x1D©ÚArO¡IÚâö±\x15Ô"
  b"\x01˜\x1D©ÚUpq»BG_í7¿œ"
  b"\x01˜\x1D©ÚkpÆ­Ý#‡\x06C¸â"
  b"\x01˜\x1D©Ú…s¨¬?·°–„—ý"
  b"\x01˜\x1D©Ú¡r\x1A°°{­ÍK\x08\x03"
  b"\x01˜\x1D©ÚÀs7¾Drޱ ’"
  b"\x01˜\x1D©ÚÝrA¶êoIØÐ}7"
  b"\x01˜\x1D©Úõq¥¾Š\x19ØÐìxá"
  b"\x01˜\x1D©Û\vsõ‘±«¬N\x17\x1C¦"
  b"\x01˜\x1D©Û!r.¥Kï‚\fçTË"
  b"\x01˜\x1D©Û8s‚™‡¨ â7\x14\x05"
  b"\x01˜\x1D©ÛNq@±\x03ý‰d¹¨D"
  b"\x01˜\x1D©Ûbsé¸\x19í󇸄Ö"
  b"\x01˜\x1D©ÛqrÛšÎ\x13\x13ç<³W"
  b"\x01˜\x1D©Ûƒsd޹º\x00†â†W"
  b"\x01˜\x1D©Ûq*«zçÈ‚\x0F:k"
  b"\x01˜\x1D©Û±sd°¾µO¨–\x1C"
  b"\x01˜\x1D©ÛÇr΄¿Üm¿0b\v"
  b"\x01˜\x1D©ÛÝs¡‡'ò\x10\x14\x7F"
  b"\x01˜\x1D©Üòp%ˆ˜_½èKg˜"
  b"\x01˜\x1D©Ý\tpy¢.½«Ô,Š1"
  b"\x01˜\x1D©Ý\x1Dqqˆ\v,b\v˜&˜"
  b"\x01˜\x1D©Ý3qŒ½²l‘hM"ì"
  b"\x01˜\x1D©ÝJrq£ö¤kŽÐý\x1A"
  b"\x01˜\x1D©Ýer«Š,U™¼€WÙ"
  b"\x01˜\x1D©Ý{pª½“\x1Dù…H)ï"
  b"\x01˜\x1D©Ý‘qg£ªö\x1Aïì’ž"
  b"\x01˜\x1D©Ý©s{»®šŽ®¬O\x07"
  b"\x01˜\x1D©ÝÀs\f§¾1‘¢Œn"
  b"\x01˜\x1D©Ý×qá–S·þÞÃJ½"
  b"\x01˜\x1D©Ýéqð§Áw–™\x10¡"
  b"\x01˜\x1D©ÝüqކØ:l¨ÉI\x1C"
  b"\x01˜\x1D©Þ\x0Es3½„\eÇæ0õÅ"
  b"\x01˜\x1D©Þ"r7ˆøRèÒo0÷"
  b"\x01˜\x1D©Þ;qõÝYw‰\fQ\x04"
  b"\x01˜\x1D©ÞWq€PW~ž‘x‚"
  b"\x01˜\x1D©ÞkrY¹S?ò\x18\x0E"
  b"\x01˜\x1D©ÞŒr]ŸM/ÐÕ\x04ÈÔ"
  b"\x01˜\x1D©Þ¡q\x18²Ž‹\x05\x1Aÿ#Ò"
  b"\x01˜\x1D©Þ¹ro¨‡ŠbŒó\eÈ"
  b"\x01˜\x1D©ÞÌqÄ“M²(DüZn"
  b"\x01˜\x1D©Þär~¬HŠê&‹ä"
  b"\x01˜\x1D©ß\x00rÇ«ýWì‘f7‹"
  b"\x01˜\x1D©ß\x17r›¼Ž\x17ô)BË"
  b"\x01˜\x1D©ß,s¥¾`!\x0Eí£ŠØ"
  b"\x01˜\x1D©ßAr\x19†„©d\x06öă"
  b"\x01˜\x1D©ßXq½ Ó\x11®®\x11"
  b"\x01˜\x1D©ßmqv©êm\tµ÷͇"
  b"\x01˜\x1D©ßƒqg¿©Î%Y‚ƒ÷"
  b"\x01˜\x1D©ß˜s,’``¥/0!@"
  b"\x01˜\x1D©ß°rΤÞVßÙ8\e\x03"
  b"\x01˜\x1D©ßÃr\x14\x7F¬BƒT\x1E"
  b"\x01˜\x1D©ß×s¬¢\e\x01Ý€ÿ]!"
  b"\x01˜\x1D©ßñqL“ãÜšýý2¤"
  b"\x01˜\x1D©à\x02qÑ¢·\x7F´\x08p¶("
  b"""
    \x01˜\x1D©à\x15rq³Û\x0FÛ\n
    ïÏò
    """
  b"""
    \x01˜\x1D©à$p<¡\n
    ™£,\n
    \x10
    """
  b"\x01˜\x1D©à6q„‹áï´Ø¬¢»"
  b"\x01˜\x1D©àFsÉ“– \x08Æä>\x14"
  b"\x01˜\x1D©àVsw¹\\x02“ÜÚP"
  b"\x01˜\x1D©àhpØ«âJ“\x088cî"
  b"\x01˜\x1D©à|pz°‰&¼FÓê("
  b"\x01˜\x1D©àsû¤è\x1C\e>?H|"
  b"\x01˜\x1D©àªs̵%ˆÌ\epG"
  b"\x01˜\x1D©àÁqÓ·3\x18R(\x7F\x051"
  b"\x01˜\x1D©àÞp¥…gålFv[w"
  b"\x01˜\x1D©ãŠq3¼¾Ï\x06λˆ"
  b"\x01˜\x1D©ã¸qv»\x0E+ÐQ¾RÍ"
  b"\x01˜\x1D©ãÓsC¸+þªUd‹N"
  b"\x01˜\x1D©ãêrS–÷ÏlƒW]e"
  b"\x01˜\x1D©ãÿrtœä?\x15ƒ3\x1EÐ"
  b"\x01˜\x1D©ä\x14r줆½/‡ª\x1C\x1E"
  b"\x01˜\x1D©ä/ràé\x19ñ¹-¥ÿ"
  b"\x01˜\x1D©äDrÄ™aÄÍ5‰²"
  b"\x01˜\x1D©ä_qÛ‹ä…\rc£Ž\x13"
  b"\x01˜\x1D©äspŒ¦–ÒK•\x16"
  b"\x01˜\x1D©ä…s [\x01è ëÂ5"
  b"\x01˜\x1D©æÕs“›Ú\x1D¿\f{ëÊ"
  b"\x01˜\x1D©æíq±§=0¦Ÿ>\x01ë"
  b"\x01˜\x1D©ç\x04qa‹^WÐ2(ÕË"
  b"\x01˜\x1D©ç\x1As[‹¸ý¨Y\x0EÜ¡"
  b"\x01˜\x1D©ç,rž­îîVÓ\x00 ,"
  b"\x01˜\x1D©çCrF§!Ü…c_Ô7"
  b"\x01˜\x1D©çVrc¥´Uµ£\vŸ¾"
  b"\x01˜\x1D©çnq-šêË`ú\Án"
  b"\x01˜\x1D©çƒsí›\x13•}ß9Ÿ\x12"
  b"\x01˜\x1D©çœp\x0FÌˆã6¥[½"
  b"\x01˜\x1D©ç¸qP—›:ÝíÞ3g"
  b"""
    \x01˜\x1D©çÎpŒ„Y\n
    \x1A§/¾\x1E
    """
  b"\x01˜\x1D©çërÜ›²ä½Ã¤\x1EÐ"
  b"\x01˜\x1D©è\x01s¶£ä¦I\x7F†q5"
  b"\x01˜\x1D©è\x12q\x11¸’.@­úö­"
  b"\x01˜\x1D©è$qЙÄ1;õj""
  b"\x01˜\x1D©è8qç–1â1ñàJR"
  b"\x01˜\x1D©èMsL‡ÑÓ\x15\x159U"
  b"\x01˜\x1D©èap,°öVMMÄ¥Û"
  b"\x01˜\x1D©è}s¡¡\x02G")ÌJN"
  b"\x01˜\x1D©è’r$£\x12ÁŠ»Ï$\x7F"
  b"\x01˜\x1D©è§s9œå:ïëó›è"
  b"\x01˜\x1D©è¼r:±™àHÜy§s"
  b"\x01˜\x1D©èÒs\x04¥žkúÅ`ºù"
  b"\x01˜\x1D©èêp¿¼”dþààUƒ"
  b"\x01˜\x1D©é\x04p:ŒÈ\\x17Rç®"
  b"\x01˜\x1D©é\x1Cr÷¦w³ž\x10a»Ù"
  b"\x01˜\x1D©ì}sS˜Nv‰\eܸ\x1E"
  b"\x01˜\x1D©ì’p\–!Bâ®ÉàG"
  b"\x01˜\x1D©ï-rÁ¦S>:ê–ʳ"
  b"\x01˜\x1D©ïGqÿ‹nj!m«ô—"
  b"\x01˜\x1D©ï[s>Ž‚íp¼¨€8"
  b"\x01˜\x1D©ïppj’ŸÏpé\x1F"
  b"\x01˜\x1D©ï‚sÛ˜q2–ÅÜ®±"
  b"\x01˜\x1D©ï›p³®+}0ÑÂÛO"
  b"\x01˜\x1D©ï¯rA²<¬Œjú_F"
  b"\x01˜\x1D©ïÃs?­Æ¹Ì\r\x14.d"
  b"\x01˜\x1D©ïØq¯ž™\t\v\tñ\x1C""
  b"\x01˜\x1D©ïêrà¨8öÝœò6í"
  b"\x01˜\x1D©ïÿpıOtù›kSÅ"
  b"\x01˜\x1D©ð\x14sͽ]šÚQnêR"
  b"\x01˜\x1D©ð*qج„ïÔ4 Ku"
  b"\x01˜\x1D©ð>s\x06¥±Ñ€¿D\x06Ÿ"
  b"\x01˜\x1D©ðZq5˜é\x7F\t\x13"
  b"\x01˜\x1D©ðyqKð”9\v`vE"
  b"\x01˜\x1D©ðŽs·™§©#Ÿ¯Ð>"
  b"\x01˜\x1D©ð§s_¿ÿÜü;‚Rý"
  b"\x01˜\x1D©ð¼s°C\x1A€©Nú0"
  b"\x01˜\x1D©ðÏq±ªJ¹\x10½À\x10\x14"
  b"\x01˜\x1D©ðápç˜@=nkzãm"
  b"\x01˜\x1D©ðópd™ÓÍ*ŽñÙù"
  b"\x01˜\x1D©ñ\vr¶–‘ðç\x7FmÍ"
  b"""
    \x01˜\x1D©ñ\es\n
    «…ͺu°Wµ
    """
  b"\x01˜\x1D©ñ-p¢8ûß@;§\x1A"
  b"\x01˜\x1D©ñCq\x7F¯\x00‡WX}çh"
  b"\x01˜\x1D©ñTp´³èé\x1E¹\x1Dż"
  b"\x01˜\x1D©ñdr\x15Ž\x08Û \v{"
  b"\x01˜\x1D©ñys㣙B¡-ŽtÜ"
  b"\x01˜\x1D©ñ”r"‚\x1A• ˆa“\x01"
  b"\x01˜\x1D©ñ§q;¼\x02\x1D¢Ú\x18ܤ"
  b"\x01˜\x1D©ñ·q-½¾Í}ìÝ,Æ"
  b"\x01˜\x1D©ñÑqC°ÔCëîËsÄ"
  b"\x01˜\x1D©ñçpò—û8\x00P8M "
  b"\x01˜\x1D©ò\x04s(Žd\x13ÏÝÖÄ¢"
  b"\x01˜\x1D©ò\x17s<–ÑCOŸ\x14æØ"
  b"\x01˜\x1D©ò*r\x1F¶oV\x02ÎŦæ"
  b"\x01˜\x1D©òBpù²¤\x0F2\x06nɏ"
  b"\x01˜\x1D©òYrЈ`ÔI¯‘#\x12"
  b"\x01˜\x1D©òts\vŸ\x1AãútÂrK"
  b"\x01˜\x1D©ò…rd h3dä \t"
  b"\x01˜\x1D©òšrn†‘\x01T\x00½QÐ"
  b"\x01˜\x1D©ò¬p\v²RbÐXûŒÒ"
  b"\x01˜\x1D©òÃp*«jVŽk§Âb"
  b"\x01˜\x1D©òØr”’*n¨\x00\x15"
  b"\x01˜\x1D©òïqý¨\f\x05úá}\x1D"
  b"\x01˜\x1D©ó\x05rn¥ Pæ•äÆW"
  b"\x01˜\x1D©ó\x1AqÝŸIq¾<Ù±ú"
  b"\x01˜\x1D©ó6qV©!„±­¤¯C"
  b"\x01˜\x1D©óFs¨¨­}ÔäòÑÐ"
  b"\x01˜\x1D©óWr\x1E¾Aã3:Xûù"
  b"\x01˜\x1D©óor‚ƒ<ˆ\x04u‰jo"
  b"\x01˜\x1D©ó\x7Fs\x1F½ä\x1EC±Ë¶"
  b"\x01˜\x1D©ó—qV°6â–\x1E^–J"
  b"\x01˜\x1D©ó±pÀµ%³SEŽð¢"
  b"\x01˜\x1D©óÆr|ª¦ï5Ä\x06Ö"
  b"\x01˜\x1D©óÞspœ,¼F¿ej"
  b"\x01˜\x1D©óîpø½¢)œíÔ×û"
  b"\x01˜\x1D©ô\x00q\x1C½ŸŒ\x11±%ÈÎ"
  b"\x01˜\x1D©ô\x19q‚”þÛ@X\x05\e\x13"
  b"\x01˜\x1D©ô0rÆ´\x15(,\x16ÏÙä"
  b"\x01˜\x1D©ôEq'½±p¨\x07èv“"
  b"\x01˜\x1D©ô\pš”¯\x16Ò–Ú\x11ï"
  b"\x01˜\x1Dª\x10\x1Cs³¶¤½ÝiZ9z"
  b"\x01˜\x1Dª\x101rò•`ç@M#J2"
  b"\x01˜\x1Dª\x10Jræ²nö\vµ“ëS"
  b"\x01˜\x1Dª\x10`sgµ¬ÆœÊÉ`"
  b"\x01˜\x1Dª\x10vqë½|\x13Ù©ñ\x05\e"
  b"\x01˜\x1Dª\x10‹rϧSsÖ\x15\x08"
  b"\x01˜\x1Dª\x10¢r\x14\x0F<Ã6IîR"
  b"\x01˜\x1Dª\x10¶p…¥†/5ß£"
  b"\x01˜\x1Dª\x10Õrp·^4Ûb\x1E\x06á"
  b"\x01˜\x1Dª\x10ñrê—hÿ\x1AE\x02Ef"
  b"\x01˜\x1Dª\x11\x06r{µƒp1W\x1C…°"
  b"\x01˜\x1Dª\x11\x1DrR˜|Ò\tÀù¼-"
  b"\x01˜\x1Dª\x111p7“·°p¿pâ\x1C"
  b"\x01˜\x1Dª\x11Kqê‘ãH\x027ÈÙû"
  b"\x01˜\x1Dª\x11as\x1DŽ™Qɤîå½"
  b"\x01˜\x1Dª\x11ws\x06–ös ¹BÈÌ"
  b"\x01˜\x1Dª\x11‹ru¾®‘Ð'Ä]"
  b"\x01˜\x1Dª\x11ræŽ<ùÈ.L–Œ"
  b"\x01˜\x1Dª\x11ºp°–¨&taÖ‘´"
  b"\x01˜\x1Dª\x11Òq‚.ýøØ\x13Ë…"
  b"\x01˜\x1Dª\x11ëqù£¼÷ñpE’Û"
  b"\x01˜\x1Dª\x12\x03rN^\x07܉‚‡i"
  b"\x01˜\x1Dª\x12\x1Dr\t\x1A§àä‡äÐ"
  b"\x01˜\x1Dª\x12/sÀ†f9\x7FjËr\f"
  b"\x01˜\x1Dª\x12As'­ª›e˜\x10t\x19"
  b"\x01˜\x1Dª\x12TsÆŒ÷†\x08 \x1EŒ"
  b"\x01˜\x1Dª\x12grQ¶\x1F§Åô\x00Ÿ3"
  b"\x01˜\x1Dª\x12\x7Fsj¦5» /\x1D\x04Û"
  b"\x01˜\x1Dª\x12špƝ0(¤\x02Ør³"
  b"\x01˜\x1Dª\x12®pO¾ØjX¢å‘T"
  b"\x01˜\x1Dª\x12Æp\x17˜1à-Ž>|"
  b"\x01˜\x1Dª\x12æsê\x14\x16WX=Ø_"
  b"\x01˜\x1Dª\x12üsP§çRè\x169 4"
  b"\x01˜\x1Dª\x13\x1Apš¶C\x03\x05q)"
  b"\x01˜\x1Dª\x136q ‡\x10íìè3™"
  b"\x01˜\x1Dª\x13TqU¨äʰ¾\x02½Î"
  b"\x01˜\x1Dª\x13kpr޼\x03:iV.Å"
  b"\x01˜\x1Dª\x13ƒq²ŽÛߤC-Éé"
  b"\x01˜\x1Dª\x13šp\f·\x1A8SUÃ<¬"
  b"\x01˜\x1Dª\x13ªsa޾õêü"
  b"\x01˜\x1Dª\x13Âq¢™:µM/£é®"
  b"\x01˜\x1Dª\x13Øp\x1F­\x14\x14¾ûbÝ!"
  b"\x01˜\x1Dª\x13ñr9™n\x0F°b*\f"
  b"\x01˜\x1Dª\x14\fp¸½‰\x1D:û­dõ"
  b"\x01˜\x1Dª\x14 r\f¡\x13˜øú,yú"
  b"\x01˜\x1Dª\x149qG–‡¯Œ`dˆs"
  b"\x01˜\x1Dª\x14Pr†¸‚N¦\3£Þ"
  b"\x01˜\x1Dª\x14ap\x1AÊªp®=Ðs"
  b"\x01˜\x1Dª\x14usL­XÀ|õvC"
  b"\x01˜\x1Dª\x14”sX¡\x06\fÁ7¨Už"
  b"\x01˜\x1Dª\x14©pµ¤e‹\x194û\x19"
  b"\x01˜\x1Dª\x14ÀqN˜¼\x0E ÿÊ#ë"
  b"\x01˜\x1Dª\x14Õqñ„ñÛö8â¼ú"
  b"\x01˜\x1D«\eÚpž»\vŽ^+G¢6"
  b"\x01˜\x1D«\x1F¹qYºõ©MÝ6Øû"
  b"\x01˜\x1D±ÝŠrG½¶Ý\Îò\x10å"
  b"\x01˜\x1D±ßŠr¦·ÊH‚ŸgõÎ"
  b"\x01˜\x1D±ß¬qh”r¼Pÿ1k\x1C"
  b"\x01˜\x1D±ßÂrR¨ýæL)†žö"
  b"\x01˜\x1D±ßØsa­NŸzeƒCä"
  b"\x01˜\x1D±ßïpÕ—ÍÓ²)L†§"
  b"\x01˜\x1D±à\x05p\e©0‰é\x10ù•Û"
  b"\x01˜\x1D±à"p…ŽgS\x05}žºÚ"
  b"\x01˜\x1D±àCpR¾ßh¢\tL©è"
  b"\x01˜\x1D±àary¢VÖ¬\x05~Í."
  b"\x01˜\x1D±àxs\x03›&œ°Í%ôâ"
  b"\x01˜\x1D±à’r\f\x062ÿÜÓÃ\x7F"
  b"\x01˜\x1D±à¯qÇŸU¥eœ˜S\x19"
  b"\x01˜\x1D±àÌsC¿÷°>ª¿“Ú"
  b"\x01˜\x1D±àêp\x7F°[­’ƒU0©"
  b"\x01˜\x1D±á\x05rͶŸ”ABŠ=\x04"
  b"\x01˜\x1D±á\x1Es^§(Î\x13\x13´x†"
  b"\x01˜\x1D±á7q\x03ªêLj×Ò\tŒ"
  b"\x01˜\x1D±áYsP¨©{Xjtú9"
  b"\x01˜\x1D±áwqҏÀx¢‹gŽ9"
  b"\x01˜\x1D±á—p=´Xé?^¡\x14¡"
  b"\x01˜\x1D±á³qHƒh'8ÐbìZ"
  b"\x01˜\x1D±áÏq‡VŃãkC""
  b"\x01˜\x1D±áêr)‘¿’–m\r"
  b"\x01˜\x1D±â\x04sO·OÊF.((‡"
  b"\x01˜\x1D±â'r÷»>GOU9uò"
  b"\x01˜\x1D±âEr\x12§·ò\t\x10ì:Y"
  b"\x01˜\x1D±âXq\¿Å\x12¼‡\x0E‘t"
  b"\x01˜\x1D±âjr:º±Îd\x0Ek·ì"
  b"\x01˜\x1D±âq¦¯‘»Öç$½×"
  b"\x01˜\x1D±âšrºšõ\rØ\r«m\f"
  b"\x01˜\x1D±â·s šÃzŽõ\x1D¿["
  b"\x01˜\x1D±âÐs)¹äòá9æ(â"
  b"\x01˜\x1D±âãq᜵}\x14-ôR¦"
  b"\x01˜\x1D±âörg«¼i»\x0E­ó¡"
  b"""
    \x01˜\x1D±ã\n
    pÀ’\x05\x1DAÁu¼‚
    """
  b"\x01˜\x1D±ã\x1DsŠ–\x0EÉÅ:\x11¸Æ"
  b"\x01˜\x1D±ã9p%«6³‡lš°Š"
  b"\x01˜\x1D±ãVr{Ÿ‡;×^lÿ~"
  b"\x01˜\x1D±ãmpÓŸäh—³”ªR"
  b"\x01˜\x1D±ã„pd¿\‡\x02ºEÖý"
  b"\x01˜\x1D±ãžq\x1Dšþ1ôC\x10"
  b"\x01˜\x1D±ã¾på¤ÿVËÕÃ\x08ê"
  b"\x01˜\x1D±åâqRƒõUÿµYYª"
  b"\x01˜\x1D±æ\rs\x03§Lha^SR³"
  b"\x01˜\x1D±æ%s팔-õ0Ža."
  b"\x01˜\x1D±æJsû±\x13\x1Aéš\«Ç"
  b"\x01˜\x1D±æmr¯¿ðA“Üî}"
  b"\x01˜\x1D±æ„q\x13­\x06Xó%\x17{U"
  b"\x01˜\x1D±æŸsî¹N»|\x13¦™d"
  b"\x01˜\x1D±æºqŽœ6=Û])\x08¡"
  b"\x01˜\x1D±æÔq\x06›Ïú\x18ý5…º"
  b"\x01˜\x1D±æïp5¢X!I¡Z“Ï"
  b"\x01˜\x1D±ç\vpõ²ÿóû’£¢¡"
  b"\x01˜\x1D±ç\x1FrP™WÔ\x16\x1F\x05ö"
  b"\x01˜\x1D±ç=sZ¡’öéY\x03"
  b"\x01˜\x1D±çQsâ³mè}á”Þl"
  b"\x01˜\x1D±çkqQšóBPÍfD«"
  b"\x01˜\x1D±ç„p´­\vM6\x13=ð="
  b"\x01˜\x1D±çžq§¼ha\vî&\x7Fc"
  b"\x01˜\x1D±ç¸rùª@DVÙÎâ\x12"
  b"\x01˜\x1D³:\x1Fs"¢y–>EÿÍ#"
  b"\x01˜\x1D³:?qÃŽ8tÜÕÅÂÌ"
  b"\x01˜\x1D³:Tp\x08€¹Ó#”X]›"
  b"""
    \x01˜\x1D³:ks\n
    ŽvÏ\rd}·¯
    """
  b"\x01˜\x1D³:ŽpÔ òlÜ(qu½"
  b"\x01˜\x1D³:¦s`®º\x06\x1Cyvä×"
  b"\x01˜\x1D³:¾p\x07”=1üÌiÿ–"
  b"\x01˜\x1D³:×q´¤\x0FÄT½Ð\x11Œ"
  b"\x01˜\x1D³:ìqDž‡$¬H\x05B†"
  b"\x01˜\x1D³;\vqX½\x1EÞvL\x0F=\x1A"
  b"\x01˜\x1D³;$sù«\x1C\x126&ø\x11¸"
  b"\x01˜\x1D³;:qj˜ÃXò¯\x11Ôo"
  b"\x01˜\x1D³;Vrî~,ùþ@*ƒ"
  b"\x01˜\x1D³;orh°IÚQ@\fâù"
  b"\x01˜\x1D³;…qì†Ôt\x08C9UL"
  b"\x01˜\x1D³;œrŽ€Î\x08\x04áeø\x1C"
  b"\x01˜\x1D³;µpÀ¥€¤ÑX?\x0F\x1F"
  b"\x01˜\x1D³;ÒsD±Ê‹°c@\x03"
  b"\x01˜\x1D³;êq1™,…Åç=BÜ"
  b"\x01˜\x1D³<\x08rƒ´\x1E·ÿz\r˜K"
  b"\x01˜\x1D³<(q؅»†kaìq"
  b"\x01˜\x1D³<?p‡ï`\x15‰Ýç,"
  b"\x01˜\x1D³<Sq;¼+\x1E—-V¹"
  b"\x01˜\x1D³<op‰‚Å_==\x08"
  b"\x01˜\x1D³<Žs\x1Aš\r\x00O¡á"
  b"\x01˜\x1D³<¦q¤|>¹\x0F¿½"
  b"\x01˜\x1D³<ÀrÏ©_Æœˆ—…"
  b"\x01˜\x1D³<Ýp;ž•ÈfRz,"
  b"\x01˜\x1D³?Pq\f¶ÚQÐK.íz"
  b"\x01˜\x1D³?ys$ ý\x15åzqš÷"
  b"\x01˜\x1D³?–r¤GÊð_FÀ•"
  b"\x01˜\x1D³?µs‹‰\x1A]\fOgk4"
  b"""
    \x01˜\x1D³?ÖpM·"m\n
    kÉÞŠ
    """
  b"\x01˜\x1D³?öp:«„–\x06\x15¡½"
  b"\x01˜\x1D³@\vsZ¸6À\x16\rÆ#„"
  b"\x01˜\x1D³@%q•ŽÞÜ\x1FÒòqÄ"
  b"\x01˜\x1D³@9qK›ÄB“F`ó"
  b"\x01˜\x1D³@Ms\x01ði\x05–PY"
  b"\x01˜\x1D³@hpZ„$FɺÁò3"
  b"\x01˜\x1D³@…sǾá ñ\x14½\x00w"
  b"\x01˜\x1D³@q)­<×ËRƃw"
  b"\x01˜\x1D³@»p*–¢¢7\x00uP."
  b"\x01˜\x1D³@ÙpWŽ~7O¥‡\x01`"
  b"\x01˜\x1D³@ùpµ™${UWŒÀW"
  b"\x01˜\x1D³A\x14qʼAó¥\x06D)T"
  b"\x01˜\x1D³A3s™±\x13ãÉ’ž\x16ç"
  b"\x01˜\x1D³AMrƒŸèý\x0F\x16ÙN¾"
  b"\x01˜\x1D³Aop.a\x03Í“!žÓ"
  b"\x01˜\x1D³AŽp´Žî“¸n\x13è0"
  b"\x01˜\x1D³A¬q4ª”Xò‘‘:ÿ"
  b"\x01˜\x1D³AÍsW“ÀÈ?¢C´m"
  b"\x01˜\x1D³Aárë©u‹¬?z‡Z"
  b"\x01˜\x1D³AôsĀR\x08Á÷"
  b"\x01˜\x1D³B\rr¢ªEzlɳ\x01"
  b"\x01˜\x1D³B%p¥¦*§ÒÜ\x01Ú\x06"
  b"\x01˜\x1D³BCp¢ž «\x17qlŽ\r"
  b"\x01˜\x1D³BYq¸ŒN¦“ÚùÏG"
  b"\x01˜\x1D³Bvqsº\x10ÃÉÎ[\x19&"
  b"\x01˜\x1D³BŒqP˜W=‰'°&J"
  b"\x01˜\x1D³Úóq1…„”î=©ú "
  b"\x01˜\x1D³Û\x19s"—¯)\x0FY£Ý="
  b"\x01˜\x1D³éUq¡ *¶YÕ["
  b"\x01˜\x1D³é‰r‰©€¾'rŸŠ!"
  b"\x01˜\x1D³é¬sµ”žÏÏ[R›"
  b"\x01˜\x1D³éÓp\x15€Žˆen\x11ñG"
  b"\x01˜\x1D³éõsš™kûèMýÑN"
  b"\x01˜\x1D³ê\x1CrÖ½ð¯­/ö\x01,"
  b"\x01˜\x1D³êAq\x7F˜S%ñ²\x15)N"
  b"\x01˜\x1D³ê]qP‚W^\x10p5ŽU"
  b"\x01˜\x1D³êxq'”>>E‹C\x00¸"
  b"\x01˜\x1D³ê“p¶¬8ð\x0E#”<î"
  b"\x01˜\x1D³ê²p‘º‚Þà/c\x14"
  b"\x01˜\x1D³êÒq\x1Aƒ3[ºý\x10y"
  b"\x01˜\x1D³êðqõŽŒì2¤>Q\x7F"
  b"\x01˜\x1D³ë\x12p˜±R¦lâÓóz"
  b"\x01˜\x1D³ë)s_©—’õQŠâ»"
  b"\x01˜\x1D³ëQqþº™öÞÈÉ#–"
  b"\x01˜\x1D³òœr‡º^Ù´› B"
  b"\x01˜\x1D³ò²sÛ¸ïo\TÛ^ö"
  b"\x01˜\x1D³òØqA¡LoE¿.κ"
  b"\x01˜\x1D³òþrdœ•”â*K.a"
  b"\x01˜\x1D³ó!sW›Ž¼Î€üŒ"
  b"\x01˜\x1D³óAsͯÅïÞî'\e"
  b"\x01˜\x1D³ó_rN®˜ò–YBHí"
  b"\x01˜\x1D³ó|sß–ÁÑS\fyv«"
  b"\x01˜\x1D³ó¡pMÜ\x00aVï\eN"
  b"\x01˜\x1D³óÉs\r¤’\v/“«\x1Ck"
  b"\x01˜\x1D³óër†žŠ\x11À078O"
  b"\x01˜\x1D³ô\x05r“-Ç'Y£té"
  b"\x01˜\x1D³ô\x1Epƒ°\x0E-pަ©¥"
  b"\x01˜\x1D´-trޤ\x04¯46F\x17Æ"
  b"\x01˜\x1D´/\x14r4†\x10Ku\x00žê"
  b"\x01˜\x1D´/5q龨h]¸‘\x1F"
  b"\x01˜\x1D´/Ts]©þ°Îõ±""
  b"\x01˜\x1D´/srg¨Ðm¬âv1+"
  b"\x01˜\x1D´/p\x1D¢ã«S)> @"
  b"\x01˜\x1D´JÎp4¤Nâ!L\f+"
  b"\x01˜\x1D´Jûr.²p\x14a\x11:€T"
  b"\x01˜\x1D´K\x16p\x01ŠÐËÒO<«?"
  b"\x01˜\x1D´Lÿs}™Í™"_»8Ê"
  b"\x01˜\x1D´M[qÁ™KŸÉîD\x1Dñ"
  b"\x01˜\x1D´MppD–\x17QÂ{['°"
  b"\x01˜\x1D´M„q¾…\x07WñÙ€'m"
  b"\x01˜\x1D´Ms|—¶˜ \x0Fo!%"
  b"\x01˜\x1D´M¸p\vŠ\rÓËi…Òz"
  b"\x01˜\x1D´MÖsÖ£\x17Pi”\x10Úƒ"
  b"\x01˜\x1D´MøsÜ­y’ØFKKì"
  b"""
    \x01˜\x1D´N\x1Ap\n
    ½Ú·Ž‰“gü
    """
  b"\x01˜\x1D´N0pg­J+ÿZjO„"
  b"\x01˜\x1D´›Èr•¦\x158'HŒˆN"
  b"\x01˜\x1D´›îri‰ËÝ\tš\x0EÌ‹"
  b"\x01˜\x1D´ ¼p\t¬Ïµ<V(C."
  b"\x01˜\x1D´ Úrî¶.bM‰¦\tü"
  b"\x01˜\x1D´ øqã‚5~\\tVÚÐ"
  b"\x01˜\x1D´¡\x1ArÞŽµƒWCíœù"
  b"\x01˜\x1D´¡5q7®0Íj¥ñ>¨"
  b"\x01˜\x1D´¡Xq­•S\r\x7Fçn=\x7F"
  b"\x01˜\x1D´¡\x7Fs#œùÁ²mb"ì"
  b"\x01˜\x1D´¡¡rà™tˆÝ¹ÞCÕ"
  b"\x01˜\x1D´¥Pr칯#É\x02‡g’"
  b"\x01˜\x1D´¼Ìp¶¾(Õ`ak¶w"
  b"\x01˜\x1D´Ìhp÷¶gyŠw¶Ÿ†"
  b"\x01˜\x1D´Ì‹q«®àÒ\x11yôAã"
  b"""
    \x01˜\x1D´Ì©s®©ä\x0E\x12\n
    ”ÿ^
    """
  b"\x01˜\x1D´ÌÇsú¦Úªùjü\x15\x05"
  b"\x01˜\x1D´ì¶p±’q#=\vœ¦^"
  b"\x01˜\x1D´ïúr3½_Ï¡õ\x18\x18"
  b"\x01˜\x1D´ð\x16q,»\x1C¦\x08\x1CÁ’Í"
  b"\x01˜\x1D´ð-q‡•ù:2\x1D³Æ\v"
  b"\x01˜\x1D´ðGq ±GÅ5Bzt"
  b"\x01˜\x1D´ò)sâªÝïkë°Î\x15"
  b"\x01˜\x1Dµ\x08¶r³:†\x03.<ë–"
  b"\x01˜\x1Dµ\x08ásc²vÿμ½hu"
  b"\x01˜\x1Dµ\x08þsB´k\x10\x03"
  b"\x01˜\x1Dµ\x17«q|±oªeïƒÏ8"
  b"\x01˜\x1Dµ\x18*p²¼Å£¶ÿ\x03¥\x04"
  b"\x01˜\x1Dµ\x195p\x1C†Ä\r\fMŸç`"
  b"\x01˜\x1Dµ\x19Sq@”˜«\x14¥ø\x01\x17"
  b"\x01˜\x1Dµ&¡q\x0F¿¬7´™ŒXŽ"
  b"\x01˜\x1Dµ/hp\x1A¡™eW\x1CíÅÚ"
  b"\x01˜\x1Dµ/ˆr)¡Á©à4ÅŽ"
  b"\x01˜\x1Dµ/§pÕºÇo²-Ëx†"
  b"\x01˜\x1DµB\vr\x12…KNeù\f"
  b"\x01˜\x1DµJ‹pù¦)4\x08]\v"
  b"\x01˜\x1DµUès\x7F’¡ZNg\f\x05²"
  b"\x01˜\x1Dµa\x18qP©G©\x1E\x03_É)"
  b"\x01˜\x1Dµ{´q\x1E„s\x1D\x084¡WÝ"
  b"\x01˜\x1Dµ~LrïªËÝŽ”ä];"
  b"\x01˜\x1Dµƒ<ppªŒ#‘[‹\x11Û"
  b"\x01˜\x1DµŽ±sPœ?€úPÏ}\x0E"
  b"""
    \x01˜\x1Dµ›Rs»¨æ\n
    E©üƒ9
    """
  b"uÞÕ4\x18¶KǾFM\x08šp×Ê"
  b"»`órÉ»K\x1F¡O\x1C„Ò\x10¡Y"
  b"""
    -ñq€\n
    ×K\vºÍ]<óž%’
    """
  b"i\x03ðƒÖvJê¾\x1CCa=¹\x1Cæ"
  b"ç²n=XF¢ˆ>_ë\x11\x1F¥°"
  b"€´ú·"´Bš§§—ná\x13š"
  b"\x01Ž9¾nÖs걕ïÒÒ³&5"
  b"ùÙ\x01&’µMbˆ\x01Îî]»ºî"
  b" ,k`ÅC\x19¡QÛÙ$È`\x0E"
  b"¡ãê{\x1F\x0FKÒºÀ-µ«÷k«"
  b"•™lª˜¥C#‰Ú»mž‚­È"
  b"""
    \x01•¯mŽ\n
    p߯ÅYÌk\x13ºÿ
    """
]
67 0.97 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  true
]
68 0.61 ms
# product-review-route::aggregation::language-filter
SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[
  true
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
69 0.65 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
70 0.51 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
71 0.52 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
72 0.76 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
73 0.81 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.%"
]
74 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.%"
]
75 1.38 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 "
]
76 0.50 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 "
]
77 0.78 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
78 0.48 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
]
79 0.65 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"
]
80 1.26 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ç¡"
]
81 1.02 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ï"
]
82 0.54 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Í‚ó¬›ÑÀßÊ"
]
83 0.50 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  1
]
84 1.32 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.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"e\x1EíÉ®aIú—§UZ8T\x10±"
]
85 0.75 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "58be25e1bd11407291985c01b0dc057d"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
86 1.58 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
]
87 0.54 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "39a8eec7c8cf4ce1a6b22b0f3995f574"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
88 1.70 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\esr\r„9B`žæ|ƒ"
]
89 1.47 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "51f25f22d5af46ff954ff0a549dfbe4c"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
90 2.29 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dµ6žse“GÓþKâ•"
]
91 0.87 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "8e3aaefca86a43418dc34c77b3cd387b"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
92 2.44 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\x18Þqu”jû\x1F\x0F"
]
93 0.82 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  "6cef945846744ae8b117086645a5c27e"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
94 1.92 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\eúpfý\tXŸ=!"
]
95 0.67 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  "2beb2337602744e2b96640a30f7738f3"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
96 1.77 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\eÒr‘”{¾Þúò«Q"
]
97 0.53 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "554fe2ebbbcb486f8b084618a1174143"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
98 1.73 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\x19\x00s\fª4¯2Ê‘_"
]
99 0.82 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)) AND JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
  "1a44a33c2ed94ecaa3c8e22c60b03119"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
100 2.28 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\eås‡€Ou\v\x10X"
]
101 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "4364bba973104dae87963bb9ae206570"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
102 2.33 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1D§tBr\x08•г‹•Hk"
]
103 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "7c077bbea10d4d6c823cc3a5058c1be3"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
104 1.44 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01˜\x1Dª\e§sŒŽxô.\x16\x14-"
]
105 0.57 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  "3a933c67eef74ac4bda6ef350105a6ac"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
106 1.35 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `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˜\x1Dª\eÀp¼–H-ùÝŽø\x04"
]
107 0.93 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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"e\x1EíÉ®aIú—§UZ8T\x10±"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
108 5.32 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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˜\x14\x1D\x14ÓrtŒaö€•Ûp"
  b"\x01˜\x1D§tBr\x08•г‹•Hk"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"\x01˜\x1Dª\x18Þqu”jû\x1F\x0F"
  b"\x01˜\x1Dª\x19\x00s\fª4¯2Ê‘_"
  b"\x01˜\x1Dª\esr\r„9B`žæ|ƒ"
  b"\x01˜\x1Dª\e§sŒŽxô.\x16\x14-"
  b"\x01˜\x1Dª\eÀp¼–H-ùÝŽø\x04"
  b"\x01˜\x1Dª\eÒr‘”{¾Þúò«Q"
  b"\x01˜\x1Dª\eås‡€Ou\v\x10X"
  b"\x01˜\x1Dª\eúpfý\tXŸ=!"
  b"\x01˜\x1Dª\x1C\frµ‹r|ø\x19ûa"
  b"\x01˜\x1Dª\x1C)p^¡)¾BT…:^"
  b"\x01˜\x1Dª\x1CEqq‹æžÈ3.¨S"
  b"\x01˜\x1Dª\x1CYq\x0F£\x1D¹ð‹žiH"
  b"\x01˜\x1Dª\x1CksjƒKQäõ\x08\x1A¦"
  b"\x01˜\x1Dª\x1C}qÊ»(üN›|”"
  b"\x01˜\x1Dª\x1C˜r\x03Œá¡x{e^ˆ"
  b"\x01˜\x1Dª\x1C¬q¹¡k\x1C\‚\x0EFU"
  b"\x01˜\x1Dª\x1C¼s˜ž¤4à]\x06»t"
  b"\x01˜\x1Dª\x1CÎsª»¥œœ5ª\x10ƒ"
  b"\x01˜\x1Dª\x1Cßpr“\e—e/Þ¸""
  b"\x01˜\x1Dª\x1CòqÏ´^\x1C•bòtõ"
  b"\x01˜\x1Dª\x1D\vr… 4œKê’£S"
  b"\x01˜\x1Dª\x1D)pȵ´I wˆ[e"
  b"\x01˜\x1Dª\x1DGsȾg\x7F\x10I‡½š"
  b"\x01˜\x1Dª\x1DZs©¨‘ìcqèŽc"
  b"\x01˜\x1Dª\x1DrrÞ¨uÅ{â˜Íl"
  b"\x01˜\x1Dª\x1DsX»µA¦ý¶Á"
  b"\x01˜\x1Dª\x1D¦röž‘«? ¬cÆ"
  b"\x01˜\x1Dª\x1D¾sè½›\v#ßô\eŒ"
  b"\x01˜\x1Dª\x1DÛqüºoI;1˜ù¨"
  b"\x01˜\x1Dª\x1DðqøŽ\x7Fwl<’Í\x03"
  b"""
    \x01˜\x1Dª\x1E\n
    qݺõÐûm\x7F%q
    """
  b"\x01˜\x1Dª\x1E!sQ°îoqeIU)"
  b"\x01˜\x1Dª\x1E@q±‘zdÖ:vÌ"
  b"\x01˜\x1Dª\x1EXqv‡\x02Èis¬(ª"
  b"\x01˜\x1Dª\x1Etsü§SÛªÕ\r@…"
  b"\x01˜\x1Dª\x1EŽs´«a¥\x0E\x1EY:¤"
  b"\x01˜\x1Dª\x1E¦rG‰#¦\x1E6Ôàc"
  b"\x01˜\x1Dª\x1EÃsè¬\x19ÿOÆkdÆ"
  b"\x01˜\x1Dª\x1EÛq‰¯\\x18š¼Ÿ\x12"
  b"\x01˜\x1Dª\x1EðrήÎ*x{\x03‘¤"
  b"\x01˜\x1Dª\x1F\x08qʝó´·[ÿk="
  b"\x01˜\x1Dª\x1F\x1Fs«…\x13CVï\x13¢«"
  b"\x01˜\x1Dª\x1F1q+ƒî!&-¶´\x1E"
  b"\x01˜\x1Dª\x1FDq‚,[›àbÀ"
  b"\x01˜\x1Dª\x1FXq6”Ñ\x16>C’!"
  b"""
    \x01˜\x1Dª\x1Fkrñ¿\x02äG\x15\n
    …à
    """
  b"\x01˜\x1Dª\x1F†r̬%_âr%\x15ú"
  b"\x01˜\x1Dª\x1F£pH±-Ø(\x12Ž\x01¹"
  b"\x01˜\x1Dª\x1F´rM¤™\x17ú²K\j"
  b"\x01˜\x1Dª\x1FËsx¿Â^Ú n\x0E8"
  b"\x01˜\x1Dª\x1Fåp·•\x12-ÚnÕüN"
  b"\x01˜\x1Dª\x1Fùr ©l%ýãù\x10n"
  b"\x01˜\x1Dª \x13q3±–ó°z1®\x00"
  b"\x01˜\x1Dª )p‰˜lƒ\x06¨ÍU{"
  b"\x01˜\x1Dª Jsh³q‘­Îï‰$"
  b"\x01˜\x1Dª _q½¥‘"q\x7FA\x17\x08"
  b"\x01˜\x1Dª vsí¬ð\e'R>\f"
  b"\x01˜\x1Dª q0ƒÓñ=cûvû"
  b"\x01˜\x1Dª «s`«'oé{ö’û"
  b"\x01˜\x1Dª Âsÿ›ªEü\x01|a"
  b"\x01˜\x1Dª Úq «)"J_¸,Ö"
  b"\x01˜\x1Dª óqkƒ‘\x05E׸\x18Ë"
  b"\x01˜\x1Dª!\x0Esh±Ð«]´€Óì"
  b"\x01˜\x1Dª!+pŠ© Ü(>"s"
  b"\x01˜\x1Dª!>q\x13\x16C\ª$l‡"
  b"\x01˜\x1Dª!Wqð¢›eUÝ»¥'"
  b"\x01˜\x1Dª!vpµ 5 \x14Õ­;A"
  b"\x01˜\x1Dª!sõ¦\tâöüÛ\x1E\x15"
  b"\x01˜\x1Dª!¨q\eˆWOß]u¤Í"
  b"\x01˜\x1Dª!¾s¿©\x15äòs•Ã$"
  b"\x01˜\x1Dª!ÔrY¾Eo”oÐÆ²"
  b"\x01˜\x1Dª!øq¦·Ýµ[Rvê¾"
  b"\x01˜\x1Dª"\x11röµ`”\x01\x10"
  b"\x01˜\x1Dª"*qû£>\x17\v\x11ûëM"
  b"\x01˜\x1Dª"Bpˆ·Žõ—¤€–,"
  b"\x01˜\x1Dª"]q¦™SOè¥Îðh"
  b"\x01˜\x1Dª"xsG˜Z–ÏÊ<È‚"
  b"\x01˜\x1Dª"Œr%‹S= üSJv"
  b"\x01˜\x1Dª"¬sô‹\x0Fè\x1E¤\x14æê"
  b"\x01˜\x1Dª"Çqº»Õˆ“ ö€¢"
  b"\x01˜\x1D´/þqŽŽ0í$£íã5"
  b"\x01˜\x1Dµ6žse“GÓþKâ•"
  b"\x01˜\x1Dµ6ÁpŽ¡ž\x08WèAÇX"
  b"\x01˜\x1Dµ6ÚqÌ‚à%ºŒ‘^í"
  b"\x01˜\x1Dµ…¼p;¶\x15Ûiz}\x19ž"
]
109 2.52 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"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ù¤ÄmeJۺԐ0Géo "
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ù¤ÄmeJۺԐ0Géo "
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ù¤ÄmeJۺԐ0Géo "
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ù¤ÄmeJۺԐ0Géo "
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ù¤ÄmeJۺԐ0Géo "
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ù¤ÄmeJۺԐ0Géo "
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ù¤ÄmeJۺԐ0Géo "
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ù¤ÄmeJۺԐ0Géo "
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"Cd»©s\x10M®‡–;¹® ep"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"X¾%á½\x11@r‘˜\\x01°Ü\x05}"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"Ž:®ü¨jCAŽÃLw³Í8{"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"UOâë»ËHo‹\x08F\x18¡\x17AC"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"9¨îÇÈÏLᦲ+\x0F9•õt"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"|\x07{¾¡\rMl‚<Ã¥\x05Œ\eã"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b":“<gî÷JĽ¦ï5\x01\x05¦¬"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"+ë#7`'Dâ¹f@£\x0Fw8ó"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"\x1AD£<.ÙNÊ£Èâ,`°1\x19"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"ÉJ€ïŠ5Oš“»ÝööÅ´þ"
  b"lï”XFtJè±\x17\x08fE¥Â~"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Qò_"Õ¯Fÿ•Oð¥Iß¾L"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
]
110 2.38 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˜\x14\x1D\x14ÓrtŒaö€•Ûp"
  b"\x01˜\x1D§tBr\x08•г‹•Hk"
  b"""
    \x01˜\x1Dª\x18¿qx·v`Å\n
    \x1D
    """
  b"\x01˜\x1Dª\x18Þqu”jû\x1F\x0F"
  b"\x01˜\x1Dª\x19\x00s\fª4¯2Ê‘_"
  b"\x01˜\x1Dª\esr\r„9B`žæ|ƒ"
  b"\x01˜\x1Dª\e§sŒŽxô.\x16\x14-"
  b"\x01˜\x1Dª\eÀp¼–H-ùÝŽø\x04"
  b"\x01˜\x1Dª\eÒr‘”{¾Þúò«Q"
  b"\x01˜\x1Dª\eås‡€Ou\v\x10X"
  b"\x01˜\x1Dª\eúpfý\tXŸ=!"
  b"\x01˜\x1Dª\x1C\frµ‹r|ø\x19ûa"
  b"\x01˜\x1Dª\x1C)p^¡)¾BT…:^"
  b"\x01˜\x1Dª\x1CEqq‹æžÈ3.¨S"
  b"\x01˜\x1Dª\x1CYq\x0F£\x1D¹ð‹žiH"
  b"\x01˜\x1Dª\x1CksjƒKQäõ\x08\x1A¦"
  b"\x01˜\x1Dª\x1C}qÊ»(üN›|”"
  b"\x01˜\x1Dª\x1C˜r\x03Œá¡x{e^ˆ"
  b"\x01˜\x1Dª\x1C¬q¹¡k\x1C\‚\x0EFU"
  b"\x01˜\x1Dª\x1C¼s˜ž¤4à]\x06»t"
  b"\x01˜\x1Dª\x1CÎsª»¥œœ5ª\x10ƒ"
  b"\x01˜\x1Dª\x1Cßpr“\e—e/Þ¸""
  b"\x01˜\x1Dª\x1CòqÏ´^\x1C•bòtõ"
  b"\x01˜\x1Dª\x1D\vr… 4œKê’£S"
  b"\x01˜\x1Dª\x1D)pȵ´I wˆ[e"
  b"\x01˜\x1Dª\x1DGsȾg\x7F\x10I‡½š"
  b"\x01˜\x1Dª\x1DZs©¨‘ìcqèŽc"
  b"\x01˜\x1Dª\x1DrrÞ¨uÅ{â˜Íl"
  b"\x01˜\x1Dª\x1DsX»µA¦ý¶Á"
  b"\x01˜\x1Dª\x1D¦röž‘«? ¬cÆ"
  b"\x01˜\x1Dª\x1D¾sè½›\v#ßô\eŒ"
  b"\x01˜\x1Dª\x1DÛqüºoI;1˜ù¨"
  b"\x01˜\x1Dª\x1DðqøŽ\x7Fwl<’Í\x03"
  b"""
    \x01˜\x1Dª\x1E\n
    qݺõÐûm\x7F%q
    """
  b"\x01˜\x1Dª\x1E!sQ°îoqeIU)"
  b"\x01˜\x1Dª\x1E@q±‘zdÖ:vÌ"
  b"\x01˜\x1Dª\x1EXqv‡\x02Èis¬(ª"
  b"\x01˜\x1Dª\x1Etsü§SÛªÕ\r@…"
  b"\x01˜\x1Dª\x1EŽs´«a¥\x0E\x1EY:¤"
  b"\x01˜\x1Dª\x1E¦rG‰#¦\x1E6Ôàc"
  b"\x01˜\x1Dª\x1EÃsè¬\x19ÿOÆkdÆ"
  b"\x01˜\x1Dª\x1EÛq‰¯\\x18š¼Ÿ\x12"
  b"\x01˜\x1Dª\x1EðrήÎ*x{\x03‘¤"
  b"\x01˜\x1Dª\x1F\x08qʝó´·[ÿk="
  b"\x01˜\x1Dª\x1F\x1Fs«…\x13CVï\x13¢«"
  b"\x01˜\x1Dª\x1F1q+ƒî!&-¶´\x1E"
  b"\x01˜\x1Dª\x1FDq‚,[›àbÀ"
  b"\x01˜\x1Dª\x1FXq6”Ñ\x16>C’!"
  b"""
    \x01˜\x1Dª\x1Fkrñ¿\x02äG\x15\n
    …à
    """
  b"\x01˜\x1Dª\x1F†r̬%_âr%\x15ú"
  b"\x01˜\x1Dª\x1F£pH±-Ø(\x12Ž\x01¹"
  b"\x01˜\x1Dª\x1F´rM¤™\x17ú²K\j"
  b"\x01˜\x1Dª\x1FËsx¿Â^Ú n\x0E8"
  b"\x01˜\x1Dª\x1Fåp·•\x12-ÚnÕüN"
  b"\x01˜\x1Dª\x1Fùr ©l%ýãù\x10n"
  b"\x01˜\x1Dª \x13q3±–ó°z1®\x00"
  b"\x01˜\x1Dª )p‰˜lƒ\x06¨ÍU{"
  b"\x01˜\x1Dª Jsh³q‘­Îï‰$"
  b"\x01˜\x1Dª _q½¥‘"q\x7FA\x17\x08"
  b"\x01˜\x1Dª vsí¬ð\e'R>\f"
  b"\x01˜\x1Dª q0ƒÓñ=cûvû"
  b"\x01˜\x1Dª «s`«'oé{ö’û"
  b"\x01˜\x1Dª Âsÿ›ªEü\x01|a"
  b"\x01˜\x1Dª Úq «)"J_¸,Ö"
  b"\x01˜\x1Dª óqkƒ‘\x05E׸\x18Ë"
  b"\x01˜\x1Dª!\x0Esh±Ð«]´€Óì"
  b"\x01˜\x1Dª!+pŠ© Ü(>"s"
  b"\x01˜\x1Dª!>q\x13\x16C\ª$l‡"
  b"\x01˜\x1Dª!Wqð¢›eUÝ»¥'"
  b"\x01˜\x1Dª!vpµ 5 \x14Õ­;A"
  b"\x01˜\x1Dª!sõ¦\tâöüÛ\x1E\x15"
  b"\x01˜\x1Dª!¨q\eˆWOß]u¤Í"
  b"\x01˜\x1Dª!¾s¿©\x15äòs•Ã$"
  b"\x01˜\x1Dª!ÔrY¾Eo”oÐÆ²"
  b"\x01˜\x1Dª!øq¦·Ýµ[Rvê¾"
  b"\x01˜\x1Dª"\x11röµ`”\x01\x10"
  b"\x01˜\x1Dª"*qû£>\x17\v\x11ûëM"
  b"\x01˜\x1Dª"Bpˆ·Žõ—¤€–,"
  b"\x01˜\x1Dª"]q¦™SOè¥Îðh"
  b"\x01˜\x1Dª"xsG˜Z–ÏÊ<È‚"
  b"\x01˜\x1Dª"Œr%‹S= üSJv"
  b"\x01˜\x1Dª"¬sô‹\x0Fè\x1E¤\x14æê"
  b"\x01˜\x1Dª"Çqº»Õˆ“ ö€¢"
  b"\x01˜\x1D´/þqŽŽ0í$£íã5"
  b"\x01˜\x1Dµ6žse“GÓþKâ•"
  b"\x01˜\x1Dµ6ÁpŽ¡ž\x08WèAÇX"
  b"\x01˜\x1Dµ6ÚqÌ‚à%ºŒ‘^í"
  b"\x01˜\x1Dµ…¼p;¶\x15Ûiz}\x19ž"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
111 0.72 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"
]
112 0.31 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»‚ªÁ"
]
113 1.16 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e\x1EíÉ®aIú—§UZ8T\x10±"
]
114 2.93 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.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"e\x1EíÉ®aIú—§UZ8T\x10±"
]
115 0.56 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ç¡"
]
116 0.87 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/01981daa18bf7178b77660c50a409e1d"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
117 0.68 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"
]
118 0.72 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:
[]
119 1.30 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"
]
120 1.32 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"
]
121 1.21 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"
]
122 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"
  "TrustedShopsEasyIntegrationS6"
]
123 1.10 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"
]
124 0.40 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"·-–ç\x14­GN±ñ¤vlÝ:§"
]
125 0.48 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
126 0.31 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "f67Yec3g7QDnFCfRbaDsFV3hbtfgZB0n"
]
127 0.66 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
128 0.91 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"S‰4ï©€OÊ C¡{\x1CÚ£Ø"
  b"·-–ç\x14­GN±ñ¤vlÝ:§"
]
129 9.37 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/01981daa18bf7178b77660c50a409e1d"
  "/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/01981da774427208958ab38b8195486b"
  "/detail/01981daa18de7175949d6afb1f0f2ec8"
  "/detail/01981daa1900730caa34af32c38a915f"
  "/detail/01981daa1b73720d843942609ee67c83"
  "/detail/01981daa1ba7738c8d78f42e1684142d"
  "/detail/01981daa1bc070bc96482df9dd8ef804"
  "/detail/01981daa1bd27291947bbedefaf2ab51"
  "/detail/0198141d14d372748c61f68095db7090"
  "/detail/01981daa1be57387804f750b2d811058"
  "/detail/01981daa1bfa706690fd0981589f3d21"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=KUE-7250-5365-97-S"
  "/detail/018e39be6ed673eab195efd2d2b32635"
  "/detail/0190ba59a2ee73619c47fc5612e4b6c0"
  "/detail/01981db1df8a72a6b7ca48829f67f5ce"
  "/detail/f9d9012692b54d628801ceee5dbbbaee"
  "/detail/01981da58f1a73d2b9f98e00717a4b54"
  "/detail/01981da58f32708c9ec8a91ab0d6608b"
  "/detail/01981da58ec770848d333784a1b41320"
  "/detail/75ded53418b64bc7be464d089a70d7ca"
  "/detail/0190ba5c1f5a70c09a631dfc3640a4dc"
  "/detail/0190ba5c25da734b825ff3cd35c20bed"
  "/detail/01981da6210b73cf9d47c54992ae866a"
  "/detail/2df171800ad74b0bbacd5d3cf39e2592"
  "/detail/0190ba5cc56e7289b3d62497b358dff9"
  "/detail/01981da6912970348809499e8b96f777"
  "/detail/01981da690d3717ea11b7c83f96d454d"
  "/detail/a1e3ea7b1f0f4bd2bac02db5abf76bab"
  "/detail/0198184a93d5710599a5a0d7f4375a33"
  "/detail/0198184a93e472faa58b8a5d82c4c714"
  "/detail/0198184a937071048c652955b8c79b33"
  "/detail/6903f083d6764aeabe1c43613db91ce6"
  "/detail/0190ba57fe77717d8475fdfa50fe0d63"
  "/detail/0198184fb85e715887c27afa788cc333"
  "/detail/0198184fbd56713a85eb18f988103b3d"
  "/detail/80b4fab722b442c29aa7a7976ee1139a"
  "/detail/0198184fd4ec730fa92743f2573feb7e"
  "/detail/0198184fd6e273d6b0140dfb044d7e6c"
  "/detail/0198184fd8f173ed82966efeeee388df"
  "/detail/0195af6d8d0a70dfafc559cc6b13baff"
  "/detail/01981db33a1f7322a279963e45ffcd23"
  "/detail/019818479748709eb939b70d0bf5cb0f"
  "/detail/a02c6b9d60c54319a151dbd924c8600e"
  "/detail/01981da5ed9c7370bb2baf6dad5ed2b0"
  "/detail/01981da5edb37021b4f9e8a6a7110913"
  "/detail/01981da5edfa7356b3a36d9bbca45a78"
  "/detail/bb60f372c9bb4b1fa14f1c84d210a159"
  "/detail/0190ba5c9a157029a538683b30160e98"
  "/detail/0190ba5c9cff71b9aadaf7770847a491"
  "/detail/0190ba5ca21d7126a08bfae09bf21268"
  "/detail/95996caa98a5432389dabb6d9e82adc8"
  "/detail/01981da69eb37163a1df8c3cdf232100"
  "/detail/01981da9f25972d08860d449af912312"
  "/detail/01981da69e9c724da8c50d64b5ae2a49"
  "/detail/81e7b26e3d5846a2883e5feb111fa5b0"
  "/detail/0190ba580339734ebf292cff79afad57"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
130 0.53 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ž^ /\x08qW‚ö\x1E`ÝÄÞÀ"
  b"\x08\x107\F\x04§tOVS\x158G"
  b"jME~ÙMËŒ#—\x12¸õÑ\f"
  b"õÆ“è)“Fv¢Lïѳ€\x1C"
  b"7žhªàrK^¡ÁÙ"È?“\x08"
  b"\x01Q®~\x14p¢ ²1vÞя\x04"
  b"\x01š:^Œ¯rC„©\x0F\x03„äÈ!"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"""
    \n
    ¾oŽH‘Bʱ¾\x06\x1D†Ž
    """
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.