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

Query Metrics

108 Database Queries
79 Different statements
268.35 ms Query time

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.48 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.27 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.32 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.48 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 2.88 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s/"
]
7 0.52 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 63.39 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "/berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "https://dev.cas-technik.de/berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "https://dev.cas-technik.de//berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "/berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "//berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  "berufsbereiche/warnschutz/warnschutz-fleecejacken-sweatshirts/mascot-sheffield-15503-259-warnschutz-fleecejacke/ma-15503-259-1418-s"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
]
9 0.69 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "wTJW6n5ijh1sMOGXAjYTdibu9pghkQzw"
]
10 0.39 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "wTJW6n5ijh1sMOGXAjYTdibu9pghkQzw"
]
11 0.36 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.59 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
13 1.83 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Þ«W¦r2‡5fUÀ†/\x1A"
  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.36 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Þ«W¦r2‡5fUÀ†/\x1A"
]
15 5.50 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Þ«W¦r2‡5fUÀ†/\x1A"
]
16 0.57 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 0.79 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"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
]
18 0.92 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")\x01Ž'$+FÓ¸\f$\x11«_¾9"
  b")1KÁ÷LF[œñÞQ°þël"
  b"?¡.J•×AÙ \x01OaiÑ”i"
  b"WNÇ‚\x05ÑO¹‚@s”É\x14"
  b"púÆ/<VNj·\x19\x08-Ls%Ó"
  b"}…\eãz¹I±^Ÿ\v5/\x1A_"
  b"}ù2ÍÜÖIæ€z;ÞŽ\x03Y\x1F"
  b"‚±užµ%C’¤©f\x18éWëM"
  b"“ˆ“¹=\x01@ˏ ¼Éª&8Ó"
  b"”á"F˜B.ž\e1a/a[Ž"
  b"˜Î)Ók•B]–\x1D\x02G\t«ùm"
  b"™]ß«S\x05L?’¯°ùo®Ü¾"
  b"К„z\x01ÖHæŸÑë\x19\x16Èzi"
  b"Üæ:»ˆÏAášý,!çðy?"
  b"ï2@°•^L8„T{ŽkwÖ°"
]
19 0.84 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
20 0.74 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
21 0.45 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
22 1.27 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
23 0.46 ms
# product-detail-route::association::acrisLinks::read
SELECT `acris_product_link`.`id` as `acris_product_link.id`, `acris_product_link`.`product_id` as `acris_product_link.productId`, `acris_product_link`.`product_version_id` as `acris_product_link.productVersionId`, `acris_product_link`.`language_ids` as `acris_product_link.languageIds`, `acris_product_link`.`position` as `acris_product_link.position`, `acris_product_link`.`url` as `acris_product_link.url`, `acris_product_link`.`link_target` as `acris_product_link.linkTarget`, `acris_product_link`.`created_at` as `acris_product_link.createdAt`, `acris_product_link`.`updated_at` as `acris_product_link.updatedAt`, `acris_product_link.translation.title`, `acris_product_link.translation.title` as `acris_product_link.title`, `acris_product_link.translation.description`, `acris_product_link.translation.description` as `acris_product_link.description` FROM `acris_product_link` LEFT JOIN (SELECT `acris_product_link.translation`.`acris_product_link_id`, `acris_product_link.translation`.`title` as `acris_product_link.translation.title`, `acris_product_link.translation`.`description` as `acris_product_link.translation.description` FROM `acris_product_link_translation` `acris_product_link.translation` WHERE `acris_product_link.translation`.`language_id` = ?) `acris_product_link.acris_product_link_translation` ON `acris_product_link.acris_product_link_translation`.`acris_product_link_id` = `acris_product_link`.`id` WHERE (`acris_product_link`.`product_id` IN (?, ?)) ORDER BY `acris_product_link`.`position` ASC, LENGTH(COALESCE(`acris_product_link.translation.title`)) ASC, COALESCE(`acris_product_link.translation.title`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
24 2.79 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x0142\eH³¾)áz\x16\x00"
]
25 0.62 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.41 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"2£`+z\x16K3µeóò)(žy"
  null
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
27 0.41 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"V?•\x7F"ŠHûžù^ûèñ­ƒ"
]
28 0.29 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
29 0.29 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 0.76 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"\x0142\eH³¾)áz\x16\x00"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
31 3.22 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, (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ÞŸdxqÔ­Žâ\n
    ›Ž¹\x1F
    """
  b"\x01Þ«WLq„‘\x05Ì+wòJ "
  b"\x01Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x01Þ«W¼sH³Û\rÚÐt\x04Ú"
  b"\x01Þ«WÙq\•Ùñ\x19Eç·""
  b"\x01Þ«WüpŽ–Åç\fô’)Ð"
  b"\x01Þ«X\x11sЇtÜ'˜-‡"
  b"\x01Þ«X*s’¿z›ž¤c\x1E´"
  b"\x01Þ«XHpÍ–e}Ù›ô¦Û"
  b"\x01Þ«Xasà·?¬\x0FL¶2c"
  b"\x01Þ«X~rš‰þÛCà­k\x10"
  b"\x01Þ«X™r-Ÿ#®ú\x01ô\x08©"
  b"\x01Þ«X°pE…Ç”Ž\x06äuÇ"
  b"\x01Þ«XÈq–¹O\x01Iü"Ù¯"
  b"\x01Þ«Xäs¡Š:?æíU\x1AU"
  b"\x01Þ«Y\x06sR¤m\:¯7³Ž"
  b"\x01Þ«Y\eqi¥ý/³\x04t\x06R"
  b"\x01Þ«Y5sŽŽ®3X›ÉŒ\n"
  b"\x01Þ«YNp\x1AÇ#™\eL–S"
  b"\x01Þ«Yhsc³\x10\rÌŠ;0y"
  b"\x01Þ«Y|r€†\x1D\vbàƒŒ"
  b"\x01Þ«Y—p\x7F©$4eI›¨"
  b"\x01Þ«Y®p'§‰2g\x13K%â"
  b"\x01Þ«YÄq¦†–—v¨©ÚQ"
  b"\x01Þ«YÞr靈ÊthTÈÆ"
  b"\x01Þ«Z\x14p\x1D¥\x16è­×ø"¤"
  b"\x01Þ«Z)r\v¦wd¦ÔÐ3‰"
  b"\x01Þ«ZOqϰ\x04\x01—‚h¾§"
]
32 1.60 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
]
33 1.73 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ÞŸdxqÔ­Žâ\n
    ›Ž¹\x1F
    """
  b"\x01Þ«WLq„‘\x05Ì+wòJ "
  b"\x01Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x01Þ«W¼sH³Û\rÚÐt\x04Ú"
  b"\x01Þ«WÙq\•Ùñ\x19Eç·""
  b"\x01Þ«WüpŽ–Åç\fô’)Ð"
  b"\x01Þ«X\x11sЇtÜ'˜-‡"
  b"\x01Þ«X*s’¿z›ž¤c\x1E´"
  b"\x01Þ«XHpÍ–e}Ù›ô¦Û"
  b"\x01Þ«Xasà·?¬\x0FL¶2c"
  b"\x01Þ«X~rš‰þÛCà­k\x10"
  b"\x01Þ«X™r-Ÿ#®ú\x01ô\x08©"
  b"\x01Þ«X°pE…Ç”Ž\x06äuÇ"
  b"\x01Þ«XÈq–¹O\x01Iü"Ù¯"
  b"\x01Þ«Xäs¡Š:?æíU\x1AU"
  b"\x01Þ«Y\x06sR¤m\:¯7³Ž"
  b"\x01Þ«Y\eqi¥ý/³\x04t\x06R"
  b"\x01Þ«Y5sŽŽ®3X›ÉŒ\n"
  b"\x01Þ«YNp\x1AÇ#™\eL–S"
  b"\x01Þ«Yhsc³\x10\rÌŠ;0y"
  b"\x01Þ«Y|r€†\x1D\vbàƒŒ"
  b"\x01Þ«Y—p\x7F©$4eI›¨"
  b"\x01Þ«Y®p'§‰2g\x13K%â"
  b"\x01Þ«YÄq¦†–—v¨©ÚQ"
  b"\x01Þ«YÞr靈ÊthTÈÆ"
  b"\x01Þ«Z\x14p\x1D¥\x16è­×ø"¤"
  b"\x01Þ«Z)r\v¦wd¦ÔÐ3‰"
  b"\x01Þ«ZOqϰ\x04\x01—‚h¾§"
  b"\x0142\eH³¾)áz\x16\x00"
]
34 0.67 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Þ«W¦r2‡5fUÀ†/\x1A"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "%|b0b6bd35a7614731b8be2709f3588b9f|%"
  "%|c4bb4c0d23994ba3b1ccae2515ca72ab|%"
  "%|d96197feeef346ea90be5a443d71164a|%"
]
35 0.67 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"V?•\x7F"ŠHûžù^ûèñ­ƒ"
]
36 1.60 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"\x0142\eH³¾)áz\x16\x00"
]
37 1.34 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"\x0142\eH³¾)áz\x16\x00"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
38 1.12 ms
# product::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_version_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`language_id` = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01\x17Ý]\rrØŽn­¥ü\x07âÒ"
]
39 1.04 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 0.95 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 0.86 ms
# product::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01\x17Ý]\x1Ds³‚Ñà»./%X"
  b"\x01\x17Ý]\x1Ds³‚Ñà»/áø"
  b"\x01\x17Ý]\x1Ep\x10­›µå„Aþ/"
  b"\x01\x17Ý]\x1Ep\x10­›µå…¶Æè"
]
42 1.64 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"\x0142\eH³¾)áz\x16\x00"
]
43 1.19 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"\x0142\eH³¾)áz\x16\x00"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
44 0.57 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"\x0142\eH³¾)áz\x16\x00"
  b"\x0142\eH³¾)áz\x16\x00"
]
45 0.58 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Þ«W¦r2‡5fUÀ†/\x1A"
  1
]
46 0.47 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"ÜI\x08­û\rH惨¶wU™,Â"
]
47 0.40 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"ÜI\x08­û\rH惨¶wU™,Â"
]
48 2.11 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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¾yËp˱\x1C3„à\x12•c"
  b"\x01Ž9¾zÅp\x17´Ž\x05L\x12!\x06\x0E"
  b"×Õ$\n¤ûH.¥\x00±Êò‘-þ"
  b"õÂ\x19+WrH˜”нZðÑ¥Ú"
  b"\x01Ž9¾yåpœ½RÖx\\x1F•)"
  b"™2.5-±F–QÛõ[ÉÙî"
  b"Ú.Á5ò}H}º(J³ŽÏ,7"
  b"""
    gYgÁYZHö±¹òŸù\n
    
    """
]
49 8.48 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.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¾yËp˱\x1C3„à\x12•c"
  b"\x01Ž9¾zÅp\x17´Ž\x05L\x12!\x06\x0E"
  b"×Õ$\n¤ûH.¥\x00±Êò‘-þ"
  b"õÂ\x19+WrH˜”нZðÑ¥Ú"
  b"\x01Ž9¾yåpœ½RÖx\\x1F•)"
  b"™2.5-±F–QÛõ[ÉÙî"
  b"Ú.Á5ò}H}º(J³ŽÏ,7"
  b"""
    gYgÁYZHö±¹òŸù\n
    
    """
]
50 0.93 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¾yËp˱\x1C3„à\x12•c"
  b"\x01Ž9¾yåpœ½RÖx\\x1F•)"
  b"\x01Ž9¾zÅp\x17´Ž\x05L\x12!\x06\x0E"
  b"""
    gYgÁYZHö±¹òŸù\n
    
    """
  b"™2.5-±F–QÛõ[ÉÙî"
  b"×Õ$\n¤ûH.¥\x00±Êò‘-þ"
  b"Ú.Á5ò}H}º(J³ŽÏ,7"
  b"õÂ\x19+WrH˜”нZðÑ¥Ú"
]
51 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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
52 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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
53 0.37 ms
SELECT `manufacturer_price_surcharge`.`id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge`.`manufacturer_id` = ? OR `manufacturer_price_surcharge`.`manufacturer_id` <=> ?) AND `manufacturer_price_surcharge`.`option` <=> ? AND (`manufacturer_price_surcharge`.`sales_channel_id` = ? OR `manufacturer_price_surcharge`.`sales_channel_id` <=> ?) AND `manufacturer_price_surcharge`.`active` = ?) ORDER BY `manufacturer_price_surcharge`.`manufacturer_id` DESC, `manufacturer_price_surcharge`.`sales_channel_id` DESC
Parameters:
[
  b"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
54 0.34 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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
55 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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
56 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"2£`+z\x16K3µeóò)(žy"
  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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
58 0.32 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"2£`+z\x16K3µeóò)(žy"
  null
  null
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  null
  true
]
59 7.02 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¾yËp˱\x1C3„à\x12•c"
  b"\x01Ž9¾zÅp\x17´Ž\x05L\x12!\x06\x0E"
  b"×Õ$\n¤ûH.¥\x00±Êò‘-þ"
  b"õÂ\x19+WrH˜”нZðÑ¥Ú"
  b"\x01Ž9¾yåpœ½RÖx\\x1F•)"
  b"™2.5-±F–QÛõ[ÉÙî"
  b"Ú.Á5ò}H}º(J³ŽÏ,7"
  b"""
    gYgÁYZHö±¹òŸù\n
    
    """
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
60 76.11 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Þ¤e$rûœÞ`׺†Hê"
  b"\x01ÞÏ7\x12pŠ„ñ\x1A«÷N:>"
  b"\x01ÞÏ71q!”KÚyöªÉe"
  b"\x01ÞÏ7Hr\e˜Ä\x1A\x05"
  b"\x01ÞÏ7‚r‹´Œ_ §ŒÎ²"
  b"\x01ÞÏ7˜sšŸË§ç%_ð\x04"
  b"\x01ÞÏ7ÃpU„ÓÔME4ÐB"
  b"\x01ÞÏ7Ûs* huÅvÛp"
  b"\x01ÞÏ7ðp^”··\x12óÙF5"
  b"\x01ÞÏ8\x06pí‹ÔÑ*õSný"
  b"\x01ÞÏ8!r|¤Ðº\x07rñûŒ"
  b"\x01ÞÏ89pȉÔͬ°¯^ú"
  b"\x01ÞÏ8[si„Ù\x01ABv‹z"
  b"\x01ÞÏ8ƒsq¯z\vèŽiZ\x06"
  b"\x01ÞÏ8–s<£\x02\x1Cx±Á"
  b"\x01ÞÏ8©pëƒX4Ø€£ÿR"
  b"""
    \x01ÞÏ8»p\x11\n
    ùP\x02g\x18L
    """
  b"\x01ÞÏ8ÕsÆŒM›N]\x1Föj"
  b"\x01ÞÏ8öqX£íö$X\x7F‚Ž"
  b"\x01ÞÏ9\x15rq£Dµ\x06\x06c"
  b"\x01ÞÏ9:r\x1F…—x:Ï\yR"
  b"\x01ÞÏ9opþ‚îkÛ\x01qnˆ"
  b"\x01ÞÏ9‘sd—}Ðw\x13\x7F–­"
  b"\x01ÞÏ9´sҏ£¬‰.ƒ\v'"
  b"\x01ÞÏ9àqž®e\x01¶&‹]À"
  b"\x01ÞÏ:\x08p|‡\e\x03_\x19G\x06w"
  b"\x01ÞÏ::rl•åRFöýF\x07"
  b"\x01ÞÏ:mp>Ö˜J\f{@\x7F"
  b"\x01ÞÏ:qŸµ%¬Á\x1E\x12FQ"
  b"\x01Þ¤eAsç¥Û•ç†åN´"
  b"\x01ÞÏ@;qγK2…1ùÞ\r"
  b"\x01ÞÏ@Zr°”Â\x1D\vK–š¹"
  b"\x01ÞÏ@rqžŽäzæÙð7Y"
  b"\x01ÞÏ@Žqà“R_Ê&½#í"
  b"\x01ÞÏ@¨s\r¾³\x16Âß‘«F"
  b"\x01ÞÏ@Çsǃÿû\4ç®{"
  b"\x01ÞÏ@ærQ¢ìacÁê5"
  b"""
    \x01ÞÏA\x04rŽ´iÈ \n
    )¿Â
    """
  b"\x01ÞÏA+qì£Ä`ˆTƒ&Ì"
  b"\x01ÞÏACpù° ÅI=h~ï"
  b"\x01ÞÏAYr·Ž\x0FVpL¬Áq"
  b"\x01ÞÏAys‹„6Y½\x17\r"
  b"\x01ÞÏA—q{¹tÚ›¾q\x11Ž"
  b"\x01ÞÏA¹röŸú8È¥8\x04"
  b"\x01ÞÏAÜpl¸“†1¼ Ã:"
  b"\x01ÞÏAør(‚/T—Ǿq"
  b"""
    \x01ÞÏB\rr\tŸËo\x1Cì{\n
    Z
    """
  b"\x01ÞÏB<r¸‹’²×÷Shh"
  b"""
    \x01ÞÏBuqV·\n
    Q&\x17AÐ"
    """
  b"\x01ÞÏB—qæ•|uÿ.¯«#"
  b"\x01ÞÏB¶sf¡£óÍü\x1Ep\x14"
  b"\x01ÞÏBÒr‘«ŒÈW*6"
  b"\x01ÞÏBår¸»"\x17y\f‘‡ö"
  b"\x01ÞÏC\x08rÍŸú0Ù#"Ì®"
  b"\x01ÞÏC"qß±\x17:{ñÑzÄ"
  b"\x01Þ¤fÖs¶žN²¤â‹Ö"
  b"""
    \x01ÞÏr\x14s!¬\x11ľ\n
    3\x14å
    """
  b"\x01ÞÏr0rÿšúó¤ÁÃnC"
  b"\x01ÞÏrLr̦d†%ÊR "
  b"\x01ÞÏrhqNª­\x06nˆz„\x06"
  b"\x01ÞÏr„qý¹uýqÀs¶–"
  b"\x01ÞÏrœrŽŠÄz´Û=v"
  b"""
    \x01ÞÏrÇs\x18ŒMôØ\n
    ezº
    """
  b"\x01ÞÏrÝsÏ£5Ù\x00\x07ñ"
  b"\x01ÞÏrøpf“‰lЩœ‚\x13"
  b"\x01ÞÏs\x12qX†ŒHgÀ%ù\x7F"
  b"\x01ÞÏs.r°‡Ú~\x1A˜è\x134"
  b"\x01ÞÏsOsè§Ÿñ\t_\x05"
  b"\x01ÞÏs™q#¿ìŽ<©\x1C˜‘"
  b"\x01ÞÏsÏrp±\t‰¹_¼Ê\x05"
  b"\x01ÞÏsðr`œ>±BXõS)"
  b"\x01ÞÏt\rsî¸ßü7Yò\rž"
  b"\x01ÞÏt-pç“\x19ï—\x04¢’m"
  b"\x01ÞÏtDsªi”k33XW"
  b"\x01ÞÏtar&%p~\eËXo"
  b"\x01ÞÏtypÿŽÇµ„Y\x06“U"
  b"\x01ÞÏt¢rû¥”Xúp)$ó"
  b"\x01ÞÏt¾s\x04—vEy˜ƒ_@"
  b"\x01ÞÏtðrºµäA¶K9±¯"
  b"\x01ÞÏu\x11s%©wØR†\x11Ä"
  b"\x01ÞÏu.r}¸?)\rJrŒ§"
  b"\x01ÞÏuEsš¾³\x07.\x0F\x04"
  b"\x01ÞÏuorß…x 0/J\x1C"
  b"\x01ÞÏu£sĪÉZ\x19Õ°\x1Ad"
  b"\x01ÞÏuêsv¦Žƒ?¹4œä"
  b"\x01ÞÏv\x1FsSŽH\x1F\v \x071\x1D"
  b"\x01ÞÏvVršn‹ÚbhÚ]"
  b"\x01ÞÏv•qª‚\x03ëX\x14É×U"
  b"\x01ÞÏv²r\x19¹\x16éQaL\x1C´"
  b"\x01ÞÏv×p‡…$Y¨àîxâ"
  b"\x01ÞÏvòqç€×ÂÓÚ÷“†"
  b"\x01ÞÏw\x1Cs@¦Vk}fmë"
  b"\x01ÞÏwBqWŽÑÖ½hÞ\x19l"
  b"\x01ÞÏw`sgƒÌë\x1F³#«"
  b"\x01ÞÏw‹r@œä,\x1C)Òb?"
  b"\x01ÞÏwºr‘ŒÃçLI³úª"
  b"\x01ÞÏwÞs\x08ˆb•å1fÁ1"
  b"\x01ÞÏwópW»àí3]šÖ}"
  b"\x01ÞÏx\x08s”³0Ã0Zn\ex"
  b"\x01ÞÏx r­¢(…·+—\x12~"
  b"\x01ÞÏx6qw¸ ¿þFþð³"
  b"\x01ÞÏxKp;‹U+ÞL7È\x18"
  b"\x01ÞÏxgrT‡ÖGƒžP+\x12"
  b"\x01ÞÏxƒrЋIÑRP¶k¶"
  b"\x01ÞÏx p‡ž,Köî\Á³"
  b"\x01ÞÏx¼r<Ž÷H\x1DÁ°\x03Å"
  b"\x01ÞÏxâr\x1E·nf½lTî\x7F"
  b"\x01ÞÏxús\x13‰~1"\x16\x17\f?"
  b"\x01ÞÏy%sØÜÿˆ\x16œ;€"
  b"\x01ÞÏ\x7FÆr9¥ˆ¼Ã\x1Dg¨€"
  b"\x01ÞÏ€MqA¥qYÍø\x06"
  b"\x01ÞÏ€oq ±à\x12jèoph"
  b"\x01ÞÏ€‘s÷¢X]GA¤Òª"
  b"\x01ÞÏ€³pÿ¯ÚOŸ\x1DÃày"
  b"\x01ÞÏ€åqW¯—&•\x00us#"
  b"\x01Þρ\x11pJ’O`vš\x18¼M"
  b"\x01ÞρIqY¬H7¼hÅñæ"
  b"\x01Þρ„sí’Ú÷YO=7\x0E"
  b"\x01Þρ³rÍŠ2›\x7FŒ•­’"
  b"\x01ÞρØq¬Šˆï(HѬä"
  b"\x01Þρúq«§(x"‰2™ƒ"
  b"\x01ÞÏ‚\x19s>…i>\x15\x18í\x7Ff"
  b"\x01ÞÏ‚6q{¾¬"ÚšD©C"
  b"\x01ÞÏ‚ss5´\x1F¤N¯Å’>"
  b"\x01ÞÏ‚‰qI•\x03ˆ\x11ë•,\x1A"
  b"\x01ÞÏ‚¡p\v¼µ²¼_É”\v"
  b"\x01ÞÏ‚ºsØ­"÷3ä¤`y"
  b"\x01ÞÏ‚Òs\x01±«\x1D~w2ÂÎ"
  b"\x01ÞÏ‚ípf§6\x05Xp¬\x06!"
  b"\x01Þσ\trÑ \x03\vÓà\x0E\x13ž"
  b"\x01Þσ\x1Fq¾ªÄø_ÍãÔw"
  b"\x01Þσ6q€®/ðtÃH„É"
  b"""
    \x01ÞσQrd‹\n
    #ŠÚ«P­
    """
  b"\x01ÞŸenp¶›Ä]³UKQX"
  b"\x01Þ«óÃpáŽv\x06ÀK÷á\"
  b"""
    \x01Þ«óÙsá©Î™\n
    ‘g$\x17
    """
  b"\x01Þ«óörСt”Up5\x0Ed"
  b"\x01Þ«ô\x08p¦šx¹C×ÃJM"
  b"\x01Þ«ô*sj…Ö¿\eò\x08\x01\x14"
  b"\x01Þ«ôCrɓз\x03C‰{ô"
  b"\x01Þ«ôZs"¾)\fR•Éܹ"
  b"\x01Þ«ôpr±­\x10âãt€Zƒ"
  b"\x01Þ«ô‡p[œî?\x02Õ5"
  b"\x01Þ«ô¯sЀ,´\x17ç\x15^…"
  b"\x01Þ«ôÇqu¨b7§˜|Mb"
  b"\x01Þ«ôäp\x04¯íì»3ÎÆ“"
  b"\x01Þ«õ\x02q—™ZìG=.ª\x00"
  b"\x01Þ«õ\x1Erk­®\fÕ\x198~"
  b"\x01Þ«õ3po R8=‹»N"
  b"\x01Þ«õHr'‘Î-\x16•ô."
  b"\x01Þ«õ^r¿³¿C²]bì$"
  b"\x01Þ«õ\x7FqÓŒ-ŸŸÄ2o½"
  b"\x01Þ«õ•ryž[ܦ¤ßB\x14"
  b"\x01Þ«õ°q9Œ\x11O´{}¼Y"
  b"\x01ÞŸdÃsI«·åÛX¡eÆ"
  b"\x01Þ«g°q^ŽÎ±ª¶zp\e"
  b"\x01Þ«gàrµ´ÏŠÅ]-ÅÈ"
  b"\x01Þ«h\x02r¨•Éõ÷”Òôc"
  b"\x01Þ«h"p”­eÎ:*\x16°§"
  b"\x01Þ«h>s¥±\x12\x11\x0F׳"
  b"\x01Þ«hŽq=ºdµ\x05$o›õ"
  b"\x01Þ«h¥pN£Á\x16a%‰þÏ"
  b"\x01Þ«hÂs‰¥ø¿ò\fº\\x1C"
  b"\x01Þ«hÙrè§T¼\x00\x1EW^\x14"
  b"\x01Þ«hørï·—ÙtÍí„8"
  b"\x01Þ«i\x10qþš\x176Ûd^F"
  b"\x01Þ«i&s÷³~qSkÍ\x03"
  b"\x01Þ«i>s¦\x1Aª+\³«Š"
  b"\x01Þ«i[s\x13˜b\x14@ #"
  b"\x01Þ«issWŽ\vù×\x16­ÞÉ"
  b"\x01Þ«i—p³ŠÚžˆ)^q"
  b"\x01Þ«iÊs}€†çÆhæ¥ú"
  b"\x01Þ«içr\x1F…æœÀÐÒ\x16\v"
  b"\x01Þ«iür\x1A«I?\x1Eóåu¢"
  b"\x01Þ«j\x12póËþ½(e8^"
  b"\x01Þ«j(r޽š°\x07åÞëç"
  b"\x01Þ«j>r¦Üº\x03Ïnð×"
  b"\x01Þ«jTpŒ–m!‚¨2/"
  b"\x01Þ«jjpª«Ô„;d\x01‡‰"
  b"\x01Þ«jƒpè“°ŸÁ\x12\x01öC"
  b"\x01Þ«j›r6¸Hr—+±Å™"
  b"\x01Þ«j½sÑ£µ¿Þì¾\x1C¾"
  b"\x01Þ«jßpq¤\x01†ÂíƒZî"
  b"\x01Þ«k\x06p\x13‘<…\x1E“ÀØ\x08"
  b"\x01Þ«k\x1Eqm§\x0E›FÜÁµú"
  b"\x01Þ«kHqZ\x13L\x03VÁAb"
  b"\x01Þ«kkpí«V=6wØÀÛ"
  b"\x01Þ«kˆq‘¸,\x1F¯\x13Šá¨"
  b"\x01Þ«k¡s7´ßñ—è½l"
  b"\x01Þ«kÓsô¼vôâ\x0Eúœ{"
  b"\x01Þ«kïr}§+„œ‰k\x1DÐ"
  b"\x01Þ«l\x08s»Š‹\x1ACÍî¤\x0F"
  b"\x01Þ«l\x1Dq Šìô\x14è\x02*]"
  b"\x01Þ«l3r(˜u3iï\x07é"
  b"\x01Þ«lŠq§¬æ#uøË3è"
  b"\x01Þ«l¥pŸ¦(|\x1FtB—¬"
  b"\x01Þ«lÀpÈŠ”~ýóê¼"
  b"\x01Þ«læq\t\vÕØyòÙÔ"
  b"\x01Þ«lùsµ¨H¥]Ú-¡q"
  b"\x01Þ«m\x10rɐ+×sÄïéQ"
  b"\x01Þ«m(p»8\x00\x0163ç"
  b"\x01Þ«m=s¡«ªø\x07ŠÍ\x0FZ"
  b"\x01Þ«mSq™ŠXYˆkñÖ¤"
  b"\x01Þ«mlrì‡\x00\x16[\x1E‰–\x0F"
  b"\x01Þ«mˆpƒ“tl%=-ÚÖ"
  b"\x01Þ«m™s¦»‰ð“]Þ§”"
  b"\x01Þ«m±r²«é‰ál^?"
  b"\x01Þ«mËréE€0jò6†"
  b"\x01Þ«màsÓ€@9\x14\t=\x05Æ"
  b"\x01Þ«mõsÓ…_W4eü\x132"
  b"\x01Þ«n\rrŽšBgúÑø@ì"
  b"\x01Þ«n„q\¤à-•¬B "
  b"\x01Þ«nŸsd«aQòiZ\rY"
  b"""
    \x01Þ«nÒrr¬õCp²\n
    ê
    """
  b"\x01Þ«nëpP˜oˆsøöž\e"
  b"\x01Þ«nüq‚Aaz䢵N"
  b"\x01Þ«o\x18rÅ–$\x1D\x1Cã„ø«"
  b"\x01Þ«o)q’,\x1EkVnZ\x17"
  b"\x01Þ«oDq¯ž‚•­òqA¤"
  b"\x01Þ«ocsÙˆ—\x16\r&ׄã"
  b"\x01Þ«oŸqÓ¼xá\x06Ã÷;m"
  b"\x01Þ«oÁp}›SÑCl˜¥¦"
  b"\x01Þ«oØr\x1F¸/Uæ™veÝ"
  b"\x01Þ«oîq˜ºü¸LÅ45"
  b"\x01Þ«p\x00pP¡ƒ‡k½¼\x1AŽ"
  b"\x01Þ«p\er\x14œ‰å?Bê\7"
  b"\x01Þ«pCqāœôÄܝAì"
  b"\x01Þ«p]rƘ1Ø\x7F\x07w€"
  b"\x01Þ«p€q3–£\x7F\x16i¤6}"
  b"\x01Þ«p›rÔ±YÃ÷õR\x12+"
  b"\x01Þ«pÃq&¡Ó:îIKç\x18"
  b"\x01Þ«pÝs!Š<k\x07\x1EA#P"
  b"\x01Þ«pòrÚ¶Œ\x1EÌÊkÌ)"
  b"\x01Þ«q\x08sV½‚íèÔ€w?"
  b"\x01Þ«q8r€¥q{Ž™ñp\f"
  b"\x01Þ«qcrÚ¿«\x1D Ђ#"
  b"\x01Þ«q{rk¿ÔMË͉9*"
  b"\x01Þ«q’pf€ÚfÄ\x1AãZ"
  b"\x01Þ«q«q"° L\tšÔmç"
  b"\x01Þ«qÀqý‡/OW\x18\x12–·"
  b"\x01Þ«qàs\x0F¸\x03³“€\x18…·"
  b"\x01Þ«qøsRŸ’\x1Dç\x1F?¥y"
  b"\x01Þ«r\x10sͳ4Ÿ©¦É¡œ"
  b"\x01Þ«xosՏêÖ¢›W#Þ"
  b"\x01Þ«x«pͺ6l©Ñޱ2"
  b"\x01Þ«xÌsÆ¡_@U?\eC\x16"
  b"\x01Þ«xép.Ÿ®­þ\x04\fHj"
  b"\x01Þ«y\x06sd¾¥o\x10w#ò²"
  b"\x01Þ«y*qÏ”ËD®”áŸÆ"
  b"\x01Þ«yOrs“kÉ¢µs"\x16"
  b"\x01Þ«ytrô·X…=>Œ{Å"
  b"\x01Þ«yŒrd½õmãÖ\x1C"
  b"\x01Þ«y«qȳpà9gFÛË"
  b"\x01Þ«yÅq‹¹n¥½°†'d"
  b"\x01Þ«yîsz´ÑÄ\x0EKÃj\r"
  b"\x01Þ«z\x04rZ“\x10ÿ†€\x11Á\x18"
  b"\x01Þ«z\x1As\x08·b\x08¤md\x12\x08"
  b"\x01Þ«z;p¬™‹\x1EÂàøÖf"
  b"\x01Þ«zcqž©ÎS"ßw­à"
  b"\x01Þ«zŽps \x1Dw€\x03øÌƒ"
  b"\x01Þ«zŸsŽ¡‘ÀC:B©V"
  b"\x01Þ«z¸rþ©\x00”Hƒ¬™:"
  b"\x01Þ«zÏsá›B\x009\x13|ûT"
  b"\x01Þ«zìsñ©É5,\x056ë³"
  b"\x01Þ«{\fr–†Ú”Gë°è¥"
  b"\x01Þ«{%s蘢Ab4oxè"
  b"\x01Þ«{;s3¼Ñ\x1D$œIDC"
  b"\x01Þ«{PpÛ›­Mçv+\x1E\x1A"
  b"""
    \x01Þ«{bq\x19¬&ª)~\n
    Ãx
    """
  b"\x01Þ«{~r‰šYÃðlðð§"
  b"\x01Þ«{˜r\x05°»ì\x19’š\eî"
  b"\x01Þ«{²r7‹ð\x0E\x17 ¢p\x08"
  b"\x01Þ«{Èq­”0%\x05%>«Ä"
  b"\x01Þ«{Þqx•`ï-àܵ”"
  b"\x01Þ«{÷r÷µ¡\r<#8L"
  b"\x01Þ«|\x0Es‚‰ÖŽ/O‰\x10É"
  b"\x01Þ«|'sP·¨\vãèLã"
  b"\x01Þ«|7r\x0F\x7F\t\eÈIä"
  b"\x01Þ«|Gs…³š\têS.{Q"
  b"\x01Þ«|XrT«>ˆÚ\x03ލÆ"
  b"""
    \x01Þ«|isê¨bž\n
    ….šÍ
    """
  b"\x01Þ«|xs†¶9ö~\x00ͺ¨"
  b"\x01Þ«|†p̝6—§\x1F§Œv"
  b"\x01Þ«|žpY‚{ú6á\x1C‚]"
  b"\x01Þ«|­sݻ⥕íä±a"
  b"\x01Þ«|Ís߃?°©føý½"
  b"\x01Þ«|ãs•€ºhŸ;\x17"
  b"\x01Þ«|üsx­’ŽM6|\vÇ"
  b"\x01Þ«}\x16q¢­¾Z‘ð¹Sp"
  b"\x01Þ«}7p½˜í\x01"?N—‡"
  b"\x01Þ«}Lp*…mWà\‚á>"
  b"\x01Þ«}^s`¦+\x1FmmnN&"
  b"\x01Þ«}yqŸ•Yì\x04\x04Ü…Ä"
  b"\x01Þ«}‹pwŽÖðÞ"‰/\x11"
  b"\x01Þ«}£qĦ\x05,Ò=ý5Ê"
  b"\x01Þ«}µp¹¬&ë\x0FY•›\x05"
  b"\x01Þ«}Ðs¥“\x1Aˆ±ÁÕà"
  b"\x01Þ«}èp­Šå#y\x0E\x05É"
  b"\x01Þ«~\x03p3º×’J…¦‰ß"
  b"\x01Þ«~'r}œ õ¨ÉȲ\v"
  b"\x01Þ«~Bp¥¡²n\x10Ë\x19Æ„"
  b"\x01Þ«~_sh•ƒdQšFXÒ"
  b"\x01Þ«~vq\x0FƒZÐF\v­[s"
  b"""
    \x01Þ«~ˆsu¤\n
    -8\x0Eïvx
    """
  b"\x01Þ«~¤shBÈ)Ö\x04ºÛ"
  b"\x01Þ«~ºpm†z¢ÚÞ\x06û°"
  b"\x01Þ«~ÙsšÞÚ§\x04d\x1DT"
  b"\x01Þ«~íp\r†²(w•4ä+"
  b"\x01Þ«\x7F\x06r\v·\x14\x01ìu'ĺ"
  b"\x01Þ«\x7F\x17p³»ËÖl»·d¡"
  b"\x01Þ·\x00ðs„†Ã\x1F`\rÏœ$"
  b"\x01Þ·\x01\x06s\x0EŽ,{ \x17NuK"
  b"\x01Þ·\x01"r·–g„!b/QU"
  b"\x01Þ·\x01:pî¬\x04ä\x0F\x12¿"
  b"\x01Þ·\t]qn‡g\x14Ê18Ì®"
  b"\x01Þ·\t‹sõ†\x1EÚ®tQŸ²"
  b"\x01Þ·\t¥q•¸•ƒL†ëir"
  b"\x01Þ·\tºp\x1Cž©~!8ø\x06f"
  b"\x01Þ·\tÛruˆ=ž¸7_ ˜"
  b"\x01Þ·\tÿr¥™\r)QèÖSa"
  b"""
    \x01Þ·\n
    "s¦žBô\x1Fu‹W€
    """
  b"""
    \x01Þ·\n
    ;p2¹Ìg_‹Ô¢¯
    """
  b"""
    \x01Þ·\n
    RqR•Oa¦Gˆ\x1C)
    """
  b"""
    \x01Þ·\n
    rr€—\x05%\x1D¨35Ã
    """
  b"""
    \x01Þ·\n
    Žr™‡ƒ_¢¯)¸7
    """
  b"""
    \x01Þ·\n
    ¨pášZt—1-ÿˆ
    """
  b"""
    \x01Þ·\n
    »q3©$\x1Fîâe:\x12
    """
  b"""
    \x01Þ·\n
    ÏrR (\x17\x17\f/
    """
  b"""
    \x01Þ·\n
    áp\r¦^ò–$޲G
    """
  b"""
    \x01Þ·\n
    øpEª.Ußí{’%
    """
  b"\x01Þ·\v's\x0F©u“ú™\t‚Ó"
  b"\x01Þ·\vAsò¹O® \rñ""
  b"\x01Þ·\vTp»Ž7\x08û‘Ä\x0E"
  b"\x01Þ·\vts3ó,ØÜ2ße"
  b"\x01Þ·\vŒsŽ¿4ð\x01\x00F‰x"
  b"\x01Þ·\v¥p¡ªÇP%RŃ1"
  b"\x01Þ·\v»qòŽÂDD1Úì)"
  b"\x01Þ·\vÑr\x00Žgò>C\v"
  b"\x01Þ·\vòqN‰ùwÈ`»v˜"
  b"\x01Þ·\f\x10rœ²©Í¥Úë†"
  b"\x01Þ·\f8qÕž¤SÕ‰2àb"
  b"\x01Þ·\fMqž™¹Î\x13v´î\x05"
  b"\x01Þ·\flqm€î\x17_!ÚÕ"
  b"\x01Þ·\f‰rÿŒ\D%,]J+"
  b"\x01Þ·\fsx€Î™þ},A¢"
  b"\x01Þ·\f¿q\fšµ\x17,lØÇ."
  b"\x01Þ·\fÒpñ†•ßr\x16¡æJ"
  b"\x01Þ·\fêsý²\x7F1Q‰¢\x02¬"
  b"\x01Þ·\r\x06rêL+¼“û\x0Eª"
  b"\x01Þ·\r!p‚°¥ô%9»/\x16"
  b"""
    \x01Þ·\r>s¾¶\x14Í\n
    #¯Ó`
    """
  b"""
    \x01Þ·\rRp=!Š\n
    \x14‹¢·
    """
  b"\x01Þ·\rtqܐܾúj›ÔÐ"
  b"\x01Þ·\rsrŽ\x0F\x1FÊ9 "
  b"\x01Þ·\rªs»¸ÈÜAp\x1C—×"
  b"\x01Þ·\rÇpe¿›…™`e-\x02"
  b"\x01Þ·\rÜrÒ–\räñÓcNI"
  b"\x01Þ·\ròpþˆb¶>ïÿ ¶"
  b"\x01ÞŸe\x1As§˜ç8ðÿ\x0Eo…"
  b"\x01Þ«ŽhsjªL²\v\x01x(p"
  b"\x01Þ«Ž‰q«”\x17!gâAlr"
  b"\x01Þ«Žq—°^\r‚ýÌï@"
  b"\x01Þ«Ž¯s`”Ä;DÃ\x0Eå"
  b"\x01Þ«ŽÉqn¢c°˜à¿|å"
  b"\x01Þ«ŽåsX\j:\x1F"
  b"\x01Þ«\fs\x05¾§5¨ç:ÝÎ"
  b"\x01Þ«!sÏŒDIcÌ&³¯"
  b"\x01Þ«4p^¿EŒ4(\x04\v"
  b"\x01Þ«Rsü¸m¡ôa²&è"
  b"\x01Þ«eq‡³Ì^kà€V!"
  b"\x01Þ«~r·Ž=EŠÃ…~f"
  b"\x01Þ«q\x15¨?™Üói•C"
  b"\x01Þ«µs|…‘ SØEZþ"
  b"\x01Þ«ÒpÚ¼ÑGÓ¶6©\x07"
  b"\x01Þ«êrj¼þc\x1A¨F6i"
  b"\x01Þ«\x01qލ7Õý\x11bvs"
  b"\x01Þ«*qûŒžœ\x16Ïnäÿ"
  b"\x01Þ«Mswþ0k©›f/"
  b"\x01Þ«dsÄ¢:G¨¡î:é"
  b"\x01Þ«‚rNŽD\x036˜‘ŸT"
  b"\x01Þ«™s>µ>}žA¡­!"
  b"\x01Þ«®sã£F¾Ç4\t$‹"
  b"\x01Þ«ÊsF›þâà.ni"
  b"\x01Þ«ßrZƒÌó\x02Îó¹\x16"
  b"\x01Þ«ús®¿Œn[Ô|ž¯"
  b"\x01Þ«‘\x1Fp\x13¾þ×¢j&[å"
  b"\x01Þ«‘8pK¸Bty\x02ר\x10"
  b"\x01Þ«‘kp@¾\x13S\x0F„º™"
  b"\x01Þ«‘s"¥ÕahÌ/åÜ"
  b"\x01Þ«‘³sÒª^ë¨\x0F¬î\x18"
  b"\x01Þ«‘Är\r¸D3\x04ì}úP"
  b"\x01Þ«‘×r£¯¬\x17È?1¯"
  b"""
    \x01Þ«’\n
    sºˆüžÚ9o'Ž
    """
  b"\x01Þ«’.póºkÍ94õ`í"
  b"\x01Þ«’Bpxª»^èkœlê"
  b"\x01Þ«’bqÿš§„֐ãgé"
  b"\x01Þ«’up‘“}ù¨\\x1A‡Ž"
  b"\x01Þ«’Œpä™\x17h¹ƒì¾\x1F"
  b"\x01Þ«’«q™‰áró\x14ïyB"
  b"\x01Þ«’Õqm’ªÙ¶ò™»P"
  b"\x01Þ«’êq¥¹ôЉ2¼†"
  b"\x01Þ«“\x04p\x1A\x1AÌÿd/µ~"
  b"\x01Þ«“\x1As\x0F\x18G\x03<2“—"
  b"\x01Þ«“2r/ Ó'Ón\x00\x05"
  b"\x01Þ«“Jq\x06•ý†\x1EвX¦"
  b"\x01Þ«“dsÈŒð\x11Ú¼å3Í"
  b"\x01Þ«“|qò®U¼õáÃLm"
  b"\x01Þ«“’s\x04\x15\x14&SFÛ¯"
  b"\x01Þ«“±pŸ°\x1FÕKù°¸Ù"
  b"\x01Þ«“Èp;•\x00{KDn8%"
  b"\x01Þ«š‚rÖ¥\x19ÓWáj=Ú"
  b"\x01Þ«š±p…­G“®\x08–?ñ"
  b"\x01Þ«› qD·o\x15gÁAs­"
  b"\x01Þ«›2pK¬Ž>§Y…g—"
  b"""
    \x01Þ«›Nr®\n
    „%â\x1FÉ
    """
  b"\x01Þ«›dplžÕà3vpT¸"
  b"\x01Þ«›­piˆ7!=Ûx"
  b"\x01Þ«›Ês½„a|\x04:ìw%"
  b"""
    \x01Þ«›êp£…\n
    ÙªÄZÿE
    """
  b"\x01Þ«›þr‘”S::•–æ¿"
  b"\x01Þ«œ\x13q\x15© &Ùö†ø’"
  b"\x01Þ«œ*q\e¤Ož\v\x03¦3\x10"
  b"\x01Þ«œ@ru‚¾\x11=F`Dá"
  b"\x01Þ«œWq¿°"\x1EjŽØ@ß"
  b"\x01Þ«œkqÁ©Õ\x10\vèn\x1F"
  b"\x01Þ«œq±¶½Sç=\x1A0\x1E"
  b"\x01Þ«œ«qè¤îîÕ[Þ©^"
  b"\x01Þ«œÐr\x04®\x0Ev\x12ü|£\x0E"
  b"\x01Þ«œçr"“Oý>Ð\x06"
  b"\x01Þ«\x01rã¼\x0EÀ׎üš÷"
  b"\x01Þ«\x18pLºMG\x7F×Fö"
  b"\x01Þ«1pÞ«\x1F[<šð_Î"
  b"\x01Þ«Ls`¥\x1D\x1AWW‹/\f"
  b"\x01Þ«eq¿’Y\x17=#®\x19È"
  b"\x01Þ«‚p8¼>ßÚX¬îò"
  b"\x01Þ«’p\x07‹|’¤¯\x12"
  b"\x01Þ«®q\x03¯=›fW’\x1E"
  b"\x01Þ«½pa—òÕ\x16LTø¾"
  b"""
    \x01Þ«Úq¤µ\n
    Ä\x1E\x07Ð\x12
    """
  b"\x01Þ«és<Š%<ÖoÚ\x15ƒ"
  b"\x01Þ«ž\x06s‰„¹¡vg^N&"
  b"\x01Þ«ž\x18rí•kÄ_Tz}\x10"
  b"\x01Þ«ž6pÞ¼x¬\x7F\x14Ì"
  b"\x01Þ«žHrޏ’]…|àEQ"
  b"\x01Þ«ždr¼¹\x08¥9\e\x13²\x1C"
  b"\x01Þ«žvq\x08œÉf\x05—Ñ«:"
  b"\x01Þ«Ÿ\x03p‘Ž\x17¤ÍÍØ×b"
  b"\x01Þ«Ÿ$rp—FÔ\x13\x19ö"
  b"\x01Þ«Ÿ;s’ªÒC\x05˜ËË¥"
  b"\x01Þ«ŸXq\x12•ª\x7F\x0E+ó`"
  b"\x01Þ«Ÿmq£Š ™SÆ\x11"""
  b"\x01Þ«Ÿ£r\x07½'×VOe¶/"
  b"\x01Þ«Ÿ¶rž‹ÀãOßšÝÑ"
  b"\x01Þ«ŸËp\x1E”FÈÇ鋱3"
  b"\x01Þ«Ÿòs’¥\x1CDÕk¿u¶"
  b"\x01Þ« \nq®²8ÛÐôg¢\x00"
  b"\x01Þ«  p\x01¨{‰\x1F½™v‰"
  b"\x01Þ« Cq¾·‹ûòKIX\x11"
  b"\x01Þ« ^q ¦mî\x128Ûu\x1F"
  b"\x01Þ« €ru¤=ì`i;ÑÓ"
  b"\x01Þ« ’pŸxéħ—%8"
  b"\x01Þ« ²sv–)ùƒµÛ@C"
  b"\x01Þ« Áq­¼"(¸Ž„A¿"
  b"\x01Þ« Þr\ª8"?\x04$àé"
  b"\x01Þ« îr£”«G·–¸È]"
  b"\x01Þ«¡\tsµ©Ü\x7F<à®–4"
  b"\x01Þ«¡\x19qª§ô£wqA+\x0F"
  b"\x01Þ«¡5q\e¼\³<ÐV‘Ñ"
  b"\x01Þ«¡FpÏŽÑqY{œ×O"
  b"\x01Þ«¡bs+´P1Y:ѝú"
  b"\x01Þ«¡rs^‰*\x11\x1Ebu\x02"
  b"\x01Þ«¡Žs\x06»¼%Éës:Ï"
  b"\x01Þ«¡qI¹\x7Fñ´\x1Fy¤ó"
  b"\x01Þ«¡ºr×¥à;B¨ÇEÈ"
  b"\x01Þ«¡Ér\x18­Á֏ٌ“j"
  b"\x01Þ«¡ås:”\x11·•vS3A"
  b"\x01Þ«¡üpê»ð\1s\eí˜"
  b"\x01Þ«¢\x1Aq\x16‡áôÚ{‚àÓ"
  b"\x01Þ«¢(rä·ÐJ¥\x7FU¶é"
  b"\x01Þ«¢Bq?®Ð¯&MÈk9"
  b"\x01Þ«¢QrY Â\x7F\x18–þ¾\x12"
  b"\x01Þ«¢np¾\x1EU†l\x16H\f"
  b"\x01Þ«¢\x7FsI”\x18\x10ùg‹ë"
  b"\x01Þ«¢ðr\x0F§wåa†£²¡"
  b"\x01Þ«£\x08s`»ñ\x15ÇíUhÆ"
  b"\x01Þ«£\x1Dr\x08…\x19u\x1C\x14\x11Ú"
  b"\x01Þ«£3s7´7žØ\x012\x12"
  b"\x01Þ«£JpÒ©”õtõJ\"
  b"\x01Þ«£ipŠº×Øûý#aŸ"
  b"\x01Þ«£€räºøAžoš®Š"
  b"\x01Þ«£q\x17½ºpÉHÞp³"
  b"\x01Þ«£´qܪgØD\x17<l"
  b"\x01Þ«£Îp;¦‹˜¢?Ü«"
  b"\x01Þ«£çpø©+•\x02Mú8q"
  b"\x01Þ«£þsm§„g{’Íy "
  b"\x01Þ«¤\x1Asq§J«\x06\x16a"
  b"\x01Þ«¤,s™«³°4ˆŒ9º"
  b"\x01Þ«¤Arr޽g£Fë^œ"
  b"\x01Þ«¤Rq\x1A”ú\x12˜ûçÓ\x18"
  b"\x01Þ«¤eqU´¢ÂÂJEp"
  b"\x01Þ«¤Šs‹ÊÞ¸½ì-‡"
  b"\x01Þ«¤¨p\x17¡]\e\x15—²"
  b"\x01Þ«¤¾r\x05§d³&Šã¤:"
  b"\x01Þ«¤×rA¾ÕärAÑ—Ž"
  b"\x01Þ«¤ìqcž\x7Fã\x1C<Òæ"
  b"\x01Þ«¥\x02q©½FK®7Ú\r?"
  b"\x01Þ«¥\x18s\x04¼èÃ¥ÿúØ$"
  b"\x01Þ«¥/qž•\x12YqaÏš"
  b"\x01Þ«¥GpzµÊv\ä«VU"
  b"\x01Þ«¥br`–•EÌ\rÎ!v"
  b"\x01Þ««\x1Aq\x13»ß\x122¼4¡Ÿ"
  b"\x01Þ««usK½\x18ÈKü-6V"
  b"\x01Þ««•p6¥à\f\eÍû™¢"
  b"\x01Þ««¯s\vªa³7›fF."
  b"\x01Þ««Èq1žFƒåj\x07:‡"
  b"\x01Þ««ärK–è1àªx"
  b"\x01Þ««ýpíª\x04d¿×þlª"
  b"\x01Þ«¬\x15qŸ³§çJb\x11A!"
  b"\x01Þ«¬:q½¯ˆ=0C\x03‘["
  b"\x01Þ«¬Rrr”©\x01‰ºßWE"
  b"\x01Þ«¬lsb©v\e\x14”–ô_"
  b"\x01Þ«¬¡sZ±+«#Es™ß"
  b"\x01Þ«¬Ïs\v‡…ï\x05\x08A"
  b"\x01Þ«¬åro§~žÀ&3&,"
  b"\x01Þ«¬ýqâœ@…æÔ¼\x08\x1E"
  b"\x01Þ«­\x15qò‚Ú\x06§<ÿ^8"
  b"\x01Þ«­0pº¹.‡4a.~²"
  b"\x01Þ«­QrŠw<o\e\t&"
  b"\x01Þ«­esf‰\x0E’~¨\x02çÂ"
  b"\x01Þ«­~s½–Yï©\x7Fï{"
  b"\x01Þ«­–q;‘2\x1CdQœ\x0F"
  b"\x01Þ«­°q‡„=ž¸ã@Ör"
  b"\x01Þ·ÐqK«G¦Ä|Ùÿ•"
  b"\x01Þ·Ð™p6¼æ8\x104\x10\x02g"
  b"\x01Þ·Ð´poª–c\x19ÔE˜$"
  b"\x01Þ·ÐÔs\x00‚²\te±W\x01»"
  b"\x01Þ·ÐîrW¢gÀr“¬/e"
  b"\x01Þ·Ñ\x0EpH«=öœã²\x07#"
  b"\x01Þ·Ñ(r"›÷µí.¶>D"
  b"\x01Þ·Ñ8sã²}\x02õ#Ó€"
  b"\x01Þ·ÑTr{¡×\x14¨ÔB\x19M"
  b"\x01Þ·ÑfsS—\x00ÎN„ë I"
  b"\x01Þ·×\x13p¦®!yBƒUéº"
  b"\x01Þ·×]q\x05–~97\x13"¿p"
  b"\x01Þ·×qq\x06»ÿ\x19ü¥ä8n"
  b"\x01Þ·×Šq^†m&Ê"bx\x1C"
  b"\x01Þ·×›qÊ‹\x1A”MˆUG\t"
  b"\x01Þ·×¶sç¶f~‹¹d‘\x05"
  b"\x01Þ·×Êrǰ\x02Ø£zCÏ"
  b"\x01Þ·×âq”†r&mYòðØ"
  b"\x01Þ·×ûpi€ÄßÕpu\x157"
  b"\x01Þ·Ø\x1AsV”ûyùŽ4ÛQ"
  b"\x01Þ·Ø:r÷…î¢A ,Sá"
  b"\x01Þ·Ø`s&¥(•–Àx'U"
  b"\x01Þ·Øxq\x04¿xÆ„„©ñµ"
  b"\x01Þ·Ø’s\x05´¿\x06°ÃEQ»"
  b"\x01Þ·Ø£sˆ¥„ÌÍa£Nr"
  b"\x01Þ·Ø¹p¢†1Z=³"\x12"
  b"\x01Þ·ØÉqï5¾"BÁ"
  b"\x01Þ·Øæqä™WÚ\x1E\x04Aàe"
  b"\x01Þ·Ø÷r”žPç\x0E\x07œ+"
  b"\x01Þ·Ù\x13s5”,s®¦ìã"
  b"\x01Þ·Ù$pƐ\x1D<oɐli"
  b"\x01Þ·Ù>p\x03“Ø)êð›ô•"
  b"\x01Þ·ÙRr_½‚—ñô—±L"
  b"\x01Þ·Ùks\x0E‘³l\x01P¬à\x02"
  b"\x01Þ·Ù\x7Fr\x08š\x7FùGð„"¾"
  b"\x01Þ·Ù–rŒ‡´îñzy€Ø"
  b"\x01Þ·Ù¨rìštºp@K\x07Î"
  b"\x01Þ·ÙÂqcŠk¿a\x19<\x17à"
  b"\x01Þ·ÙÔq數Æ))î8\x03"
  b"\x01Þ·Ùïs¤™ÿ\x1AZ\x06d6\x08"
  b"\x01Þ·Ú\x14rŒ´éŒ l³"
  b"\x01Þ·Ú)r#œ\x006»Þš¹\x18"
  b"\x01Þ·ÚKpK Ï/Ü=Û\x01A"
  b"\x01Þ·Úmp[»O–qˆ/I"
  b"\x01Þ·Ú¤q»œŠÚYl\x01žB"
  b"\x01Þ·ÚÇrN¼¼&0|Î\x1Ev"
  b"\x01Þ·ÚÙs‚±§\x18½R|¯P"
  b"\x01Þ·Úör^*\v:ð×#1"
  b"""
    \x01Þ·Û\n
    p³¸øõkä$ *
    """
  b"\x01Þ·Û"p\x1D«VÚA¿ ¢ª"
  b"\x01Þ·Û6qÛ‰V\er´œ\tá"
  b"\x01Þ·ÛOr\x07‹V\x16\x11Íaõ`"
  b"\x01Þ·Ûtq\x03ªI2BÐþf"
  b"\x01Þ·ÛŽrA  Wv-"
  b"\x01Þ·Û¤p^’–àÁg\ª¦"
  b"\x01Þ·Û·sY‚931T\x06š¶"
  b"\x01Þ·ÛÐqP‘NÁr+‹Ï•"
  b"\x01Þ·Ûäq}¦Àú.LÇèé"
  b"\x01Þ·ÛürH ó·Ãùak\x16"
  b"\x01Þ·Ü\x0Es›ŽvVã(’‡~"
  b"\x01ÞŸe-p™ŽšP))-k´"
  b"\x01Þ«­Èrñ»¥ÆH”òJ£"
  b"\x01Þ«­är\x10ç\x06º%þ!A"
  b"\x01Þ«®\x04rœŒ'\x04˜\x1FÿCÕ"
  b"\x01Þ«®-rh†Í¦^8\x1CÆ$"
  b"\x01Þ«®Rs\x1EŠ«5±h OU"
  b"\x01Þ«®hqж\x1A\x1E\x11"
  b"\x01Þ«®qV˜í±N=ß\x03¬"
  b"\x01Þ«®–qþ´%\x1C\x1FJ\x1A"
  b"\x01Þ«®²p7¯èk"€àø "
  b"\x01Þ«®ÏpŒ¯×†¸\x12\¼E"
  b"\x01Þ«®ôsì½·\x1DTªù\x1CØ"
  b"\x01Þ«¯4r‚ˆ™ôgQD¼¶"
  b"\x01Þ«¯Ds¨—€øC\rÙm"
  b"\x01Þ«¯bs/¬‹Uj}\x04,E"
  b"\x01Þ«¯rr°’¾‡Ré×[³"
  b"\x01Þ«¯Žsè¢g?+¶\eô"
  b"\x01Þ«¯¢qîŠbA"!\x02"
  b"\x01Þ«¯»q[±úÄâ\x15!\x10{"
  b"\x01Þ«¯ÎsB—T\x1DíÎ \x07³"
  b"\x01Þ«¯æsk¦ê^ºáV%"
  b"\x01Þ«¯úq?­\r«Šª„Iø"
  b"""
    \x01Þ«°\x13s\n
    ¹¼øNžã¯É
    """
  b"\x01Þ«°,rÿ²}¸"Çìåi"
  b"\x01Þ«°Ir ŽÏ·\x15\x0FTVZ"
  b"\x01Þ«°aq\x0F„ Û×pi$\x15"
  b"\x01Þ«°ˆsµ“\x05pó׬S\x04"
  b"\x01Þ«°›q\r\x16Re­O¬h"
  b"\x01Þ«°²rØ‘fuO·?)ð"
  b"\x01Þ«°Îsd“íóZî*“\e"
  b"\x01Þ«°Ýs­Ž|ŽF×svr"
  b"\x01Þ«°ós²ÔÛŠ\x19DšÒ"
  b"""
    \x01Þ«±8py¶±\n
    jQ¢óô
    """
  b"\x01Þ«±Rrß´rLÐlª\x1D?"
  b"\x01Þ«±ep¯»_FÝ\x08kåå"
  b"\x01Þ«±us§¯\x17\x1D‹¯\x18"
  b"\x01Þ«±…s\x04Š\x04\x14\x18àé\x14"
  b"\x01Þ«±—rC¹ç\x12W }ý"
  b"\x01Þ«±¬p7ºáH¾$\x12­J"
  b"\x01Þ«±Ár.£\rܧ**×#"
  b"\x01Þ«±Üp´›\x04Kó91.Ì"
  b"\x01Þ«±ñpm‹éˆ…@œ¢É"
  b"\x01Þ«²\x07sʁˆ\x0F8eëG•"
  b"\x01Þ«²Esߥ[-E0F"z"
  b"\x01Þ«²fqá—*\x17?éÔ'U"
  b"\x01Þ«²}q\x07”Ž\f"\x12\x05@\x15"
  b"\x01Þ«²’pй\x15N´Ï\x10"
  b"\x01Þ«²¨s\x05½ÚAÔK4Nª"
  b"\x01Þ«²ÁrÈ–X@\x1CÓïQ„"
  b"\x01Þ«²Ör%½f+W=\x08ç\x1C"
  b"\x01Þ«³\x00q_µðòQ\x1E.†\e"
  b"\x01Þ«³\x16q5ºÑH\x07Á2H\t"
  b"\x01Þ«³+r©oƒ¢@íêÆ"
  b"\x01Þ«³Br‚žÜád\x05¾®\x0F"
  b"\x01Þ«³XrÛ˜p•{ÔdR\r"
  b"\x01Þ«³pp®¢µøL{¦f¶"
  b"\x01Þ«³†r.´³åŠN²·"
  b"\x01Þ«³¢p™©\x01~ðÓ>/\x02"
  b"""
    \x01Þ«³¸q›«1Ž\n
    |5\x05
    """
  b"\x01Þ«³Îp“Ž‘è"Lø\x00u"
  b"\x01Þ«³úq9“\v;î¾\x1E³\r"
  b"\x01Þ«´\x1Fq\x14†—–’ƒòðV"
  b"\x01Þ«´7q8´YÄŽ\t\x10æ"
  b"""
    \x01Þ«´Nrð¼\“Œœ\n
    \x10Û
    """
  b"\x01Þ«´lrM—ŽãðÄþžn"
  b"\x01Þ«´‚q\x0Eª”î\x1CAÞTû"
  b"\x01Þ«´ q\x14˜i Þ–pÇö"
  b"\x01Þ«´¸q—ˆ+Gœ&úà<"
  b"\x01Þ«´Øp©ŠêŒ¨¡«2®"
  b"\x01Þ«´ör¦ˆGçœ.Z8"
  b"\x01Þ«µ\rq)¦a¦òÖ£‹²"
  b"\x01Þ«µ$qš‘i˜\vQc°½"
  b"\x01Þ«µ:p\x7F¤\x0FâCým\x0FA"
  b"\x01Þ«µPp~‰mÉõ@c¬»"
  b"\x01Þ«µiqœœ3È\x0Eý¥ºÖ"
  b"\x01Þ«µ€p¤ ±P2ÕÑnÉ"
  b"\x01Þ«µœrNždÑ9Ÿ\vá"
  b"\x01Þ«µ³p£¾\x1DŒc†z\x17,"
  b"\x01Þ«µÉrj¹hk¹‚\x01S”"
  b"\x01Þ«»ùr ;«½Žîü"
  b"\x01Þ«¼DqL­çÛÞ\x0Eà­Õ"
  b"\x01Þ«¼`sQŒ«>á@u\x14µ"
  b"\x01Þ«¼~sQ­\x15Í´ÛdR¨"
  b"\x01Þ«¼£s\x05ŽhèÛ<гI"
  b"\x01Þ«¼¶s,¢ÉP‚>\e\x07\x08"
  b"\x01Þ«¼Ðs\e›ÖÒ\x19\x14ªã"
  b"\x01Þ«¼èp‰‘g\x07\x120\x1Eçë"
  b"\x01Þ«½\x00qšâ?WÑØŠ"
  b"\x01Þ«½\x15sâ±\x10•¯°\x08"
  b"\x01Þ«½/ràŽX\x1F)ëÛ”T"
  b"\x01Þ«½Fr\x00§%WŽ”µmw"
  b"\x01Þ«½^pS€;âú„ž\r'"
  b"\x01Þ«½ssñ—Pˆh`µiQ"
  b"\x01Þ«½•pø¶^ÔAŽÝN0"
  b"\x01Þ«½°sq»‚šmScИ"
  b"\x01Þ«½ÆpZ½\x02?)\x1A]&ÿ"
  b"\x01Þ«¾Bp\x07…ÐëÔÂ*™ý"
  b"\x01Þ«¾Yqm»–»ÍMï̓"
  b"\x01Þ«¾qp7—M\f/×ñ~¬"
  b"\x01Þ«¾ŠqG¶”¢\e¤Cª\x06"
  b"\x01Þ«¾©p‡´Íªœî\x08\x18"
  b"\x01Þ«¾¾r±¥ù¼]\x1F?=™"
  b"\x01Þ«¾Õsf¸p_j”*\á"
  b"\x01Þ«¾ørڐ×Ë«\x16oB\x16"
  b"\x01Þ«¿\x15q›¤C ¸áw\x06v"
  b"\x01Þ«¿2r/…f\x15iÐǤ\v"
  b"\x01Þ«¿Rqt¡Ä\x07Pâ)‚Ø"
  b"\x01Þ«¿isQŠÂŽ$\x1AØØ0"
  b"\x01Þ«¿Šq‚„W8¶Áqc_"
  b"\x01Þ«¿¨q‚´Ç\x06\v\x18º²Ñ"
  b"\x01Þ«¿¼pҝÕu›\x12ùþÐ"
  b"\x01Þ«¿Öq‡#•Ê·Oç+"
  b"\x01Þ«¿ûp;¿šKªŠ Œ\x17"
  b"\x01Þ«À\x1Fqã ©{ýœ>së"
  b"\x01Þ«À<qΡ&\x1AË&yéy"
  b"\x01Þ«ÀWsª…Ú'\x1Ch=ȼ"
  b"\x01Þ«Àsræ—Ó\x1E!÷9h"
  b"\x01Þ«À‘qg–Ý\x07Ÿ±[`½"
  b"\x01Þ«À­pÇ¥&AP\x1Cêá\x1F"
  b"\x01Þ«Àôrµ•‚Žö§Ôû™"
  b"\x01Þ«Á\x11rk¾”yħg\x1Fò"
  b"\x01Þ«Á,sè\e;”Ž;W¼"
  b"\x01Þ«ÁLs\x17®úþI:‹HG"
  b"\x01Þ«ÁlrZ§0Ñ\È!`¡"
  b"\x01Þ«ÁŽr/‡\x10ê#X"dA"
  b"\x01Þ«Á«r÷ªîŽ\x14Qš÷–"
  b"\x01Þ«ÁÍpP†%ß\x1Aus»þ"
  b"\x01Þ«Â\x05rGŠvÍÖz™k“"
  b"\x01Þ«Â\x1Es:»Øµš^¹\x04Ã"
  b"\x01Þ«Â2s%¹‚ÅÒJŸw†"
  b"\x01Þ«ÂNq¬‚¥\x19©§‡$M"
  b"\x01Þ«Âcsj¸\x1CaGè—`‹"
  b"\x01Þ«Â‘q\x05‰`Zdþ"
  b"\x01Þ«Â§pÑ»u²Ô\x00 )\x16"
  b"\x01Þ«Â¾p`™L5 ×\x08\x13"
  b"\x01Þ«ÂÕq–«\x06\x04X\tM"
  b"\x01Þ«Âîqö‘nÊ\x7F\x1Eðïß"
  b"\x01Þ«Ã\x07p؈¼=È`6]]"
  b"\x01Þ«Ã$qlŽŽÎ/\x01„,Ð"
  b"\x01Þ«Ã?r´¼†ù\f©’4""
  b"\x01Þ«Ãfsˆ¸ésª\x13Æ\x1D"
  b"\x01Þ«Ã³s\eÈy\x100|\x194"
  b"\x01Þ«ÃÊp1·Hì»Î6<"
  b"\x01Þ«Ãóq6´Ñc_\x08ôÆ©"
  b"\x01Þ«Ä\esÞ•ù{²†‰i\x1C"
  b"\x01Þ«Ä=s¬Y I¬]ËW"
  b"\x01Þ«ÄTq\x05¥R¦#Æ×6\x02"
  b"\x01Þ«Äms\x18¦\x13ŠqX\x7F ò"
  b"\x01Þ«Äˆp\x19¥ª×0¸Å\v«"
  b"\x01Þ«Ä¥p\•Ùn©9YK›"
  b"\x01Þ«ÄÖr#’èÐß\x15/6–"
  b"\x01Þ«Äìs\x07ŽäÕô¤©Û "
  b"\x01Þ«Å\x08q_£0ŦX™à("
  b"""
    \x01Þ«Å#q¾¡MÐ~^j\n
    Ã
    """
  b"\x01Þ«ÅJqΆޔ$€ð\eú"
  b"\x01Þ«Åtpê±e‹pC\x14Ö("
  b"\x01Þ«Å¨s\x1D™«ëp’çE9"
  b"\x01Þ«Åßr<ªJX”Êô\e"
  b"\x01Þ«Æ\x03s‰¢$E`]@\x1Aq"
  b"\x01Þ«Æ\x1Es;¨½‡×\x153†\x15"
  b"\x01Þ«ÆBr\ež¨N»ß¬C5"
  b"\x01Þ«Æup|¿¢ÁËpõål"
  b"\x01Þ«Æ™sԁWÒ\Åš{;"
  b"\x01Þ«Æ¾sDŸ C¤õ§´c"
  b"\x01Þ«ÆærF ªwAÏ ö·"
  b"\x01Þ«Æÿqé¿|ƒ(ß\x165"
  b"\x01Þ«Ç%qÂŽ\x14Ñž‰ä:Æ"
  b"\x01Þ«ÇCq\x05‰Z@ÐsvÏì"
  b"\x01Þ«Ç„qý¥;\x10ƒþeý@"
  b"\x01Þ«Çœp±š”ÑöÌ\x15‡a"
  b"\x01Þ«Ç²qW—Ð9–ª\x1E\x04o"
  b"\x01Þ«Ç×r°–5ží„ kÃ"
  b"\x01Þ«ÇïqZ‘\x0E‹ŸR‡±£"
  b"\x01Þ«È\x07q>ªö\x16ÛЃγ"
  b"\x01Þ·Ü*sW§êÛ’œIƒq"
  b"\x01Þ·ÜUp\x00µ“í*êÔëë"
  b"\x01Þ·Üosò¹\x00ùqÔÎß\x1D"
  b"\x01Þ·Ü‹p£»¦Ç\x7F³`Zà"
  b"\x01Þ·Ü¨sE‹)@ \x06\t"
  b"\x01Þ·Ü¸qJ•\x1D‡f˜G@"
  b"\x01Þ·ÜÔp[“uõd0Äq¨"
  b"\x01Þ·Üçs·¶ê(\t/3\rs"
  b"\x01Þ·Ý\x00p8t=±':y\x14"
  b"\x01Þ·Ý\x12rc"Úþd•ƒC"
  b"\x01Þ·Ý5pÛ»*³\x1DÇvÔ"
  b"\x01Þ·ÝTsŽƒá(Àyò‹”"
  b"\x01Þ·ÝdqD¤0ÒFZ\x04"
  b"\x01Þ·Ýq\‚bãsOõ‹Z"
  b"""
    \x01Þ·Ý£r\x1A”»êß\n
    Ëoe
    """
  b"\x01Þ·Ý·q=³8\rOäè:\x16"
  b"\x01Þ·ÝßrAž'%†Ot4º"
  b"\x01Þ·Þ\x00pTuˬ‰Äá<"
  b"\x01Þ·Þ,pz¢\t’›\x0F"
  b"\x01Þ·Þ<p‹»\x02!\x0Ex›ø;"
  b"""
    \x01Þ·Þls\n
    \x06c× ùøË
    """
  b"\x01Þ·Þ’r‘½ì›'\tÝ\x01"
  b"\x01Þ·Þ±s\x00ei¶±„\r"
  b"\x01Þ·ÞÅr\x13ŠÞVNZœ2E"
  b"\x01Þ·ÞÜq6¬S¼LªÞXù"
  b"\x01Þ·Þír\x16›ÈY¦¦Ù¹?"
  b"\x01Þ·ß\x08pp­—k\x00È;ó^"
  b"\x01Þ·ß$sÚŽÆ©“[ÖМ"
  b"\x01Þ·ßQrÕµPw‰‰æ"¶"
  b"\x01Þ·ßfqt§Ž“©ºÏI"
  b"\x01Þ·ßzrÜ‘¿NåºG¾\x05"
  b"\x01Þ·ß¤qÌœº™Û9eû¤"
  b"\x01Þ·ß¿s ªuAõD›\x10<"
  b"\x01Þ·ßßqÊ’kk¿¨u0\x17"
  b"\x01Þ·ßòpz³’ŸóâGãÈ"
  b"\x01Þ·à\x16r—†ôÃêWY#"
  b"\x01Þ·à/r¼‰ÙßLbUæe"
  b"\x01Þ·àIsi­<gÒÚBh^"
  b"\x01Þ·àbqÁ†ý¢Õ\x04©\x7Fï"
  b"\x01Þ·àzq0’Ú‘¸^‰Íê"
  b"\x01Þ·àšrLJQÌ{\x15'›ø"
  b"\x01Þ·àÊsd–‚6ô<Ž«"
  b"\x01Þ·àãq6·ts—éd™"
  b"\x01Þ·á\x02pÉŽ~•˜gI º"
  b"\x01Þ·á\x1Er:¦dD¦öº£~"
  b"\x01Þ·á7r\x1C©#½í,\x0FÏ"
  b"\x01Þ·áQq5‡«Sñ™:³Ô"
  b"\x01Þ·ázs՞Đ·Þ€6Â"
  b"\x01Þ·á°r¢¡¤\x00Ut|\x7FÞ"
  b"\x01Þ·áÈrjš\x17ÿ·ÉJ“á"
  b"\x01Þ·èBqĵtH\x07˜U‡¬"
  b"\x01Þ·èq@ƒ5<#-¯\x16Â"
  b"\x01Þ·è¦qž\x15ž=ÀÿãÌ"
  b"\x01Þ·èÄrƒ½\x02ÝéVCë‡"
  b"\x01Þ·èØp¦±NTû<?º6"
  b"\x01Þ·èórá±\x15,Ýâ¾ú\x04"
  b"\x01Þ·é\x06s£’As\x18ïÿ¥½"
  b"\x01Þ·é\x1Epϲ͢ƒB€êÁ"
  b"\x01Þ·é/r¡˜‚^Îk ‘¸"
  b"\x01Þ·éIq"¸ÈÜëúätÍ"
  b"""
    \x01ÞŸeCs)´9[Û(\n
    ä/
    """
  b"\x01Þ«È\x1Frƒ«§ì2éìèW"
  b"\x01Þ«ÈCpl±ÙfÐp[M\x1E"
  b"\x01Þ«Èesµ¥0]dyh\x04´"
  b"\x01Þ«ÈŠqîžÃªƒø\vM\"
  b"\x01Þ«È s™“8¦)\x19\x17"
  b"\x01Þ«ÎÕp’‹AãRŽEhá"
  b"\x01Þ«Ï\x14r5‚h_Œ©Œó\t"
  b"\x01Þ«Ï4q\x12±ØŒå\eÂÓ\x1C"
  b"\x01Þ«ÏKr,¨Ûåi\rMaê"
  b"\x01Þ«ÏksìŒrFkì\x03\x00ñ"
  b"\x01Þ«Ï‹rA¹½‹\eâ0e³"
  b"\x01Þ«ÏŸr˜ŒŸ€,ˆØ`Î"
  b"\x01Þ«Ï½qߢ\x06\x12\r\x13mw"
  b"\x01Þ«Ïásé¸ÕŒ\x08Æ\x1Fƒƒ"
  b"\x01Þ«Ïôpqˆ>¹d_UäÔ"
  b"\x01Þ«Ð\x14s¥žÄm<‡.\x1Dð"
  b"\x01Þ«Ð1rl’£¸¡¢+»T"
  b"\x01Þ«ÐFsAžºŽVÃ1GÑ"
  b"\x01Þ«ÐWrá«û¢„\x13þr}"
  b"\x01Þ«Ð|p.Ž•ÕGÒ÷:±"
  b"\x01Þ«Ð’qg´iˆ\x05RýG;"
  b"\x01Þ«Ð­qõ˜e‰¶"o¡;"
  b"\x01Þ«ÐÏr™ˆW\x1EW\x16Utp"
  b"\x01Þ«Ðús\x06£\x05\x1C¢åØg®"
  b"\x01Þ«Ñ\x10pà‘ß\x08𾈊Ž"
  b"\x01Þ«Ñ&qŸŒçä.\x19ˆ¾‰"
  b"\x01Þ«Ñ7q_†ôÝȸ\x11ò¨"
  b"\x01Þ«ÑPpV¬á\x0E aÛØ®"
  b"\x01Þ«Ñjp­—º…Ö3O–w"
  b"\x01Þ«Ñ„r©µ|\x06\x1DM^"
  b"\x01Þ«Ñ—qîŸH)ý‚,@Ú"
  b"\x01Þ«Ò\x04q9’EïàQ®\x08"
  b"\x01Þ«Ò\x16sM—\r(à¨\x1A¸"
  b"\x01Þ«Ò:s†±Üi\x0EÈŠE"
  b"\x01Þ«ÒVp\x0E¢`ÛwÂ2ªE"
  b"\x01Þ«Ònq\x7Fº\x1CN¦<\LI"
  b"\x01Þ«Òˆs¼¿\x01)\x1Aô¹ô1"
  b"\x01Þ«Òžs]¨°bI¢9"
  b"\x01Þ«Ò¹rÏ ÕbyðÃ϶"
  b"\x01Þ«ÒØqÈ«èLx»fß&"
  b"\x01Þ«Òós]´þpx\x15ŒÔ\x0F"
  b"""
    \x01Þ«Ó\fq\x11†xÞP~\n
    ËÕ
    """
  b"\x01Þ«Ó*ph‹„‚\x07ù¿5"
  b"\x01Þ«ÓMpºŒ¡ÈÃ\x03:î"
  b"\x01Þ«Óprw±Ú¹’\x0Ežô]"
  b"\x01Þ«Ó‰pƒEtbÕ™@é"
  b"\x01Þ«Ó¥p\x05‹•àÊT¡"j"
  b"\x01Þ«Ó¸qß¡%½‚±™\x15."
  b"\x01Þ«ÓÔpl¼Y·”€\x0FÁ0"
  b"\x01Þ«ÓîqÏ­‚?ÒŠ\x11þª"
  b"\x01Þ«Ô\x06p\r޲!þÇ\x0Fq9"
  b"\x01Þ«Ô\x1Er=–¥ŒKô0–\x00"
  b"\x01Þ«Ô:q\x1E\x00ô\‡D\x04]"
  b"\x01Þ«Ô\rɵ޻c\x14dHV"
  b"\x01Þ«Ôtr1°‰„¤\t¼\x08+"
  b"\x01Þ«Ô’pu¼Û7-\x17¡ÿ\x1C"
  b"\x01Þ«Ô¨r¡·ó1†&\x00L€"
  b"\x01Þ«Ô¾p&·\x7FÔì#¡~™"
  b"\x01Þ«ÔÓs\x1A§\x7F2×–th+"
  b"\x01Þ«Õ\x07qïå\x7F[•õ(E"
  b"\x01Þ«Õ$q%‡*‘\f /A«"
  b"\x01Þ«Õ6q¦¬@$T\x00†dš"
  b"\x01Þ«ÕRp¨¶éC€‹A8€"
  b"\x01Þ«Õop„¥¼¬?ÞìÙ¤"
  b"\x01Þ«ÕŠs1“*ûíDÍ€C"
  b"\x01Þ«Õßr*ŽT\x10³;åwà"
  b"\x01Þ«Õús­¥¥J€\eŠ@µ"
  b"\x01Þ«Ö\x16pFZŽ“úF"
  b"\x01Þ«Ö,q\x00—F½\ea›\v\x04"
  b"\x01Þ«ÖIps€ß¢\x10/¡Ån"
  b"\x01Þ«Ö]r\fŽ\x18{*óÛüv"
  b"\x01Þ«ÖtpX††Ž#ïF«ñ"
  b"\x01Þ«Ö•s”ŠÄT×\tXa"
  b"\x01Þ«Ö©r´œ¡¨\x1AôÊe5"
  b"\x01Þ«Ö¼q7¤s(n~ñöo"
  b"\x01Þ«ÖØrß¼\x0F \x11,ÈAr"
  b"\x01Þ«Öîq%½òhã5G\x1Aµ"
  b"\x01Þ«×\x03p Š!Ÿ\r +ÿ>"
  b"\x01Þ«×/rv˜'jI.¦dz"
  b"\x01Þ«×Dpp“@\x16:èš’†"
  b"\x01Þ«×YrÙ·\e_7'ìy="
  b"\x01Þ«×~qÈ’Ž(z,(\x00"
  b"\x01Þ«×“p\x18‰Âòð1l†$"
  b"\x01Þ«×²s“¤€È\x01Ñ\x10¢Þ"
  b"\x01Þ«×Ãrs¨ãûp\x00^N\x0E"
  b"\x01Þ«×Þq®£\x7F!3“ëŽÊ"
  b"\x01Þ«×îpÇ¥D6è\x13Sõ¯"
  b"\x01Þ«Ø\np`®ä\x00›þ11ã"
  b"\x01Þ«Ø\x1Epÿ´ã\v@Ô=ô\t"
  b"\x01Þ«Ø8sý\x13Í^™üŽ"
  b"\x01Þ«ØTp~§ÍÝXk†¢W"
  b"\x01Þ«Ømr±\x17U\x1E([©"
  b"\x01Þ«Ø€s&\x0Eñá;A\x00"
  b"\x01Þ«Ø™r?»?{Ʊ6\x7FÊ"
  b"\x01Þ«Ø®r\r™ƒaj$\fr"
  b"\x01Þ«ØÅpE©DÙ\x1D±O~\x01"
  b"\x01Þ«ØÛr?£¶Ý\x1E\x11IG\x03"
  b"\x01Þ«Øøq[§]jÿ÷·hñ"
  b"\x01Þ«Ù\x10s]„.Æé×&\x05l"
  b"\x01Þ«Ù1s«¡Ï†CÈ‚l`"
  b"\x01Þ«ÙFp4™ Òãš:s‘"
  b"\x01Þ«ÙfpAƒèi Bš¶Z"
  b"\x01Þ«Ù‚s\x18ˆ—1¦ìÄA7"
  b"\x01Þ«Ù“q.•V3Y‰u¹\x1F"
  b"\x01Þ«Ù®s&ˆ©ÿˉÂ?Å"
  b"\x01Þ«ßÂsâŽósÈÇ‘eò"
  b"\x01Þ«ßûqé¬Ê¢™6Ó0Ú"
  b"\x01Þ«àMp¼­òHxj’9ù"
  b"\x01Þ«àpp\x01ž2T\v\x7FÛª•"
  b"\x01Þ«àŸrܦ\x1Dy\x04|iL+"
  b"\x01Þ«à´r¨¸øÀœ\x13øŠê"
  b"\x01Þ«àÉr`Ô䨬¦\x18\x01"
  b"\x01Þ«ààrœ¸‹µn¸#ö"
  b"\x01Þ«àörTª÷înÎË\x16%"
  b"\x01Þ«á\x16sò-záßÿ|Ó"
  b"\x01Þ«á4p”´\x08†r±cÑÎ"
  b"\x01Þ«á[q°–a+èŽay¶"
  b"\x01Þ«ávsÑ ›}YW˜èž"
  b"\x01Þ«áŽq¾Š`ù»z1\x0FÕ"
  b"\x01Þ«á®r\x08–q¸Û:i"
  b"\x01Þ«áÉq_Žé[8ú'5ÿ"
  b"\x01Þ«áðqþ¼V\x1FÑL\x1F—!"
  b"\x01Þ«â\x14p¶‘ªs\x11\\x04"
  b"\x01Þ«âTs\x06¸'\x12ØÕ-µB"
  b"\x01Þ«â’p6‰ðZŠQ'´Á"
  b"\x01Þ«â½rÖ…wÌÓÕã!±"
  b"\x01Þ«âÚr©¬ÛÄK‹k"
  b"\x01Þ«âôr¸„gîÏ(§6È"
  b"\x01Þ«ã\rp¬«ãàZŽA«"
  b"\x01Þ«ã&p9­ÁÅ\x07Ó\x01Þ“"
  b"\x01Þ«ã8sÉ­•„©˜0+*"
  b"\x01Þ«ãQq#€5K®à‡\"
  b"\x01Þ«ãgsü¤²\tüt\x12<("
  b"\x01Þ«ãŠpÏ­\x18“C7£éÜ"
  b"\x01Þ«ã±re¬6ýhàúc,"
  b"\x01Þ«ä\fs\x1FŸ›öQ\x01«yŽ"
  b"\x01Þ«ä!sx”üz7ðGšb"
  b"\x01Þ«ä<r)«ö¼©8R&a"
  b"\x01Þ«äRs®µà\x11ƒ_Á¾\x10"
  b"""
    \x01Þ«ärri€\x03²\n
    µ Gm
    """
  b"\x01Þ«äœqq»*.«—ØC\x00"
  b"\x01Þ«ä³p½E\x04JÍÚíë"
  b"\x01Þ«äÍp³žçɐ\x01¿)Ò"
  b"\x01Þ«äép\x08¨pK‹!®T\x00"
  b"\x01Þ«å8pδy’þG"'*"
  b"\x01Þ«åUq3°¹Œ‰‰³oõ"
  b"\x01Þ«åpph”Å\x13HõRB}"
  b"\x01Þ«åˆpn‘¡\x12éwúYì"
  b"\x01Þ«å rš”Ž%(˜(ãÈ"
  b"\x01Þ«å¾q3ˆ¥A<\x1Cl8ò"
  b"\x01Þ«åÚp{¸p0ð×ðöµ"
  b"\x01Þ«åôr=§C%N•e}Ý"
  b"\x01Þ«æ\x15p·½úscY\x00Â\x1C"
  b"\x01Þ«æÈq{…±^I|‘0¼"
  b"\x01Þ«æãs\x1A•ÐgâgÆlŠ"
  b"\x01Þ«æøqÂŽ\x03þ\x01Sǝ>"
  b"\x01Þ«ç\x14rV¥Z<Ó\x13a)"
  b"\x01Þ«ç,râ‘Cથêî”"
  b"\x01Þ«çIpÁ»Šwë\t+šæ"
  b"\x01Þ«ç^rt°\e£f½IŽ`"
  b"\x01Þ«çsr:ˆ¾î^D·›²"
  b"\x01Þ«ç’q-´¦ã/@ã\x0F"
  b"""
    \x01Þ«çÈr\n
    ØÍ—»Û6š
    """
  b"\x01Þ«çôq\e¨I®¸%O×("
  b"\x01Þ«è\x0Erw‹õ$’8'ŽC"
  b"\x01Þ«è#q†–‡v\x1D^7L2"
  b"\x01Þ«è:qóê\x1DG'w¿˜"
  b"\x01Þ«èPs\x03œkZ\x19Û\x11gK"
  b"\x01Þ«èer·»,י渽Ý"
  b"\x01Þ«èŒq±¬ôží»\eÉ+"
  b"\x01Þ«è¶sD±ó–x\x07\f"
  b"\x01Þ«èÒr\x1D³ûêè õ–¡"
  b"\x01Þ«èçp\x16¤d­\t\x02J"
  b"\x01Þ«é\x04q}¢ôðHÑ;~;"
  b"\x01Þ«é\x1Dr¦¾³9[¯ê¬ˆ"
  b"\x01Þ«é/sÛ‘ƒEÊÂ0P/"
  b"\x01Þ«éXr‰¾0\x1C4åèÍú"
  b"""
    \x01Þ«élq\x15‹P1\x15œï\n
    µ
    """
  b"\x01Þ«é‚q¬M\f¥/#d\"
  b"\x01Þ«é‘p6¡_ÎßåQ\tŸ"
  b"\x01Þ«é£p\fž>ó¼Ô,l–"
  b"\x01Þ«é³s_ŠæˆÏ\x15À\x04"
  b"\x01Þ«éÆsH²2¼º~Ž-Ñ"
  b"\x01Þ«éÕsƒ§fÑÞˆ\x04z_"
  b"\x01Þ«ééqê¨Îî¥NÛµ9"
  b"\x01Þ«éüp_¡i\x1FÙI‡î|"
  b"""
    \x01Þ«ê\x12pQ»\x15\fü\n
    mE¥
    """
  b"\x01Þ«ê)rä¡"\x04\x16¸\x0E"
  b"\x01Þ«ê<pc²l…œâ>}½"
  b"\x01Þ«êQs\x1A“Åö{G-Îh"
  b"\x01Þ«êepˆ˜HõrÌé\v"
  b"\x01Þ«êvrò¡UqPDƸi"
  b"\x01Þ«ê‡r.ºáÿ»ÿ£¼…"
  b"\x01Þ«ê›py›Š\x0E€öi<ý"
  b"""
    \x01Þ«ê­r\x1FŠÇèL{Z\n
    Ú
    """
  b"\x01Þ«êØr·“Òpô¨5ý"
  b"\x01Þ«êîs‹=Ü~Þ\x16"
  b"""
    \x01Þ«ë\n
    pf³²nœ}\x08\x046
    """
  b"\x01Þ«ë r7¶xV¯oœ[š"
  b"\x01Þ«ë8pаõ TC2´"
  b"\x01Þ«ëNp'±\x0F\x05Qr\x15øU"
  b"\x01Þ«ëdpP…Ä\x04Z2˜šÛ"
  b"\x01Þ«ë}qw¶¨sS?Ø@g"
  b"\x01Þ«ë‘rBCvF:¬3þ"
  b"\x01Þ«ë§q©›Ç@Á‘\x07+\f"
  b"\x01Þ«ð¦r5·ë\x01Ùã›–\x10"
  b"\x01Þ«ðäq,ª39ï\x1DÍn"
  b"\x01Þ«ðüp\x17¸D\x14\x19\x7FÆqÞ"
  b"\x01Þ«ñ\x1Fp½›ûpþ˜§Š\x1C"
  b"\x01Þ«ñ?sE”+­=b.±©"
  b"\x01Þ«ñ`q\x18´‘@¬bŸÂC"
  b"\x01Þ«ñxrº©¢\x19n\x1A\x1F"
  b"\x01Þ«ñqº¡?8@\x16\x0FÜ\x0F"
  b"\x01Þ«ñ¨pe9wînn‹¨"
  b"\x01Þ«ñÈp;«c\x15Ož ×)"
  b"\x01Þ«ñÝpä²çîn—\x19èž"
  b"\x01Þ«ñõr ÅXj÷DP"
  b"\x01Þ«ò\x07pÿ–ž˜W¼ÓÝÓ"
  b"\x01Þ«ò"r¹˜,ú\x17ûvA’"
  b"\x01Þ«ò:r\x17£®4>SÙÊx"
  b"\x01Þ«òUq›‚Òô…bQNÞ"
  b"\x01Þ«òfs!§&¹.?ä¶Ô"
  b"\x01Þ«ò‚qo´´UwÅ]ñ\v"
  b"\x01Þ«ò“pµš¸J¬¤TÄP"
  b"\x01Þ«ò­r¦ŽÔ\¦?\x15\vG"
  b"\x01Þ«ò½p\x01ŠÒÐ_g`Ì"
  b"\x01Þ«ó*r1½~¶ë;­žA"
  b"\x01Þ«ó<rö¯kìËÅZní"
  b"\x01Þ«óSq/¸&e\x06‡¬ò-"
  b"\x01Þ«ójpI¥h\x04]œ¬gG"
  b"\x01Þ«ó\x7Fp5¢A›\x1C”(Ç›"
  b"\x01Þ«ó–q¢ª|\x15ZAàlé"
  b"\x01Þ«ó¬pGŒ9Ûy"'1\t"
  b"\x01Þ·é`rOœ8^½¸íèœ"
  b"\x01Þ·é‡rŸ¡äŽ\v\x01ï,"
  b"\x01Þ·é£pù¢uØŽa\x1C\x03"
  b"\x01Þ·éÓrd£ú–Kôj*Ë"
  b"\x01Þ·éìq “ÖɬÀÞ\x1FÛ"
  b"\x01Þ·ê\x1As,‹äX×u¸Œå"
  b"\x01Þ·ê9qR®„\x15á³ÉäP"
  b"\x01Þ·êWp\x7F ½aÞ\x1CÛM¢"
  b"\x01Þ·êxp.”«2yâØî\x15"
  b"\x01Þ·ê—s׫œ~üæ/«Ù"
  b"\x01Þ·ê³rɼ³ÏMg½oN"
  b"\x01Þ·êÐr*—ÃÑÞÁL\t¯"
  b"\x01Þ·êîs\x06»ÞÚ!ùû^a"
  b"\x01Þ·ë\rpZ³w’ÎÑg\x1Eƒ"
  b"\x01Þ·ë&st‹\x02\x07ÈÚ¢™%"
  b"\x01Þ·ë;pkŒj\x1E\x15|€r¨"
  b"\x01Þ·ëPpä„Ñ\x1EmÑÅÙ;"
  b"\x01Þ·ëgq¸®ô§Ò)“ùÖ"
  b"\x01Þ·ë~rÜ—¤O¦ä\x15 ­"
  b"\x01Þ·ëÁp1‹$xŽŽT›"
  b"\x01Þ·ëåqQ†Wñ‘\f˜±_"
  b"""
    \x01Þ·ì\n
    qܶÓ\t¶†p‡\x1F
    """
  b"\x01Þ·ì"s\x05œH7A½ ¯8"
  b"\x01Þ·ì8qO¢\rÏb£!ì¿"
  b"\x01Þ·ìIp~±PŽ¿ÊRW*"
  b"\x01Þ·ìdr\x12Îq²w*b"
  b"\x01Þ·ìysz¡Rù4Ó–ØG"
  b"\x01Þ·ì•sC„['™dŽ\x17Z"
  b"\x01Þ·ì·qq’ƒ®\x18žª@M"
  b"\x01Þ·ìðp ­¨ñj\x05\x1C!\x18"
  b"\x01Þ·í\rs&±\x100\x0Euü2g"
  b"\x01Þ·í:sdŒëÉV«­T\x11"
  b"\x01Þ·í]rêž•L\x16õ: Ú"
  b"\x01Þ·ívr  ­@\f471\x18"
  b"\x01Þ·í¢q.¥[\x05M®Ér¸"
  b"\x01Þ·í»quŸ×žÍhÿ\x1E"
  b"\x01Þ·îZqp¬tjö:d@‰"
  b"\x01Þ·îmsÕ§ê\v¦½¡õ\x7F"
  b"\x01Þ·î†p\x1AŽ>Ÿ8#\x00H\r"
  b"\x01Þ·îœp£€‰\x1F¤ËÑ©h"
  b"\x01Þ·î³rx“\x01\x131‡¢\x14 "
  b"\x01Þ·îÊsІ×\x12\x14&¢»Š"
  b"\x01Þ·îÞp’¡*È©HûUk"
  b"\x01Þ·îôs¶Ÿºíë˜\­R"
  b"""
    \x01Þ·ï\n
    rn\x15\x147°É
    """
  b"\x01Þ·ï!s-©°†2™\x08ò?"
  b"\x01Þ·ï;pG£%\x14÷„Eñf"
  b"\x01Þ·ïbrU†|9ĉ0†®"
  b"\x01Þ·ï†q§¸U\x15t‡n€\x13"
  b"\x01Þ·ïËsh†Æ¥w–§Ü'"
  b"\x01Þ·ïæpï§U¹’¨\x18µœ"
  b"\x01Þ·ð\x02r¤€\x04°\eª¯\x02z"
  b"\x01Þ·ð\x19r\x0Fª¾\x11\x18ë\x1CË`"
  b"\x01Þ·ð2q>¤õ\x08ÿw(•Ð"
  b"\x01Þ·ðIp,¸P1½ÅÆ*€"
  b"\x01Þ·ð`q|¶¾Ñ´€E\x12ë"
  b"\x01Þ·ð¦q–¾-\x1E¹ÚO%4"
  b"\x01Þ·ðÍpÌ øÂ"nB¥2"
  b"\x01Þ·ðéq­¨ðBë&\v"
  b"\x01Þ·ñ2s뗁…Áõ\x00Œ"
  b"\x01Þ·ñIs¸%9‹\x1E¼Ëý"
  b"\x01Þ·ñipЇ֢q¼\x14\x0E-"
  b"\x01Þ·ñ‰sö½m\x1DAÃÒ“•"
  b"\x01Þ·ñÆqZšçÛ4žûg"
  b"\x01Þ·ñæpÔŸL%,\x1F"
  b"\x01Þ·ò\x07sá¢x«\x08~Ø8"
  b"\x01Þ·ò\x1Fqb»‹˜:™\x18Öt"
  b"\x01Þ·ò@q¦¥w\x07(×cEŽ"
  b"\x01Þ·òVpé»m¶é'3ÞR"
  b"\x01Þ·òkr¼£¢\v"2w•¶"
  b"\x01Þ·ò‚pö‡E‡\x1Dª¯ù\f"
  b"\x01Þ·ò˜sI¬û\eÊšç•2"
]
61 6.89 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"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"v¤NDœDDS§5m•g0o^"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"v¤NDœDDS§5m•g0o^"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"ÓbG©f1Hk…\x19\x7F–Æ\v?H"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"›Ðe[ÐáKÞ¯¨Ì}¢\x18\x7Fn"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"""
    ‡Î\n
    æ]“Cιéd·ÇOýÏ
    """
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"ù¤ÄmeJۺԐ0Géo "
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"ù¤ÄmeJۺԐ0Géo "
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"õ ‚[‰CWœ5–‡\x160Ÿ¨"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"ïÒìZ¬'Ltœ\x08\x05ç5·Í'"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"&\rÓŽ9eH\x17‰¿`‘zɲ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"v¤NDœDDS§5m•g0o^"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"v¤NDœDDS§5m•g0o^"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"v¤NDœDDS§5m•g0o^"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"v¤NDœDDS§5m•g0o^"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"v¤NDœDDS§5m•g0o^"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"=f<³\x1D\x1AC\x04‡kÜ(Åì\x02ß"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"v¤NDœDDS§5m•g0o^"
  b"ãf\x087"?Mޝó0Ó@ǵŽ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"v¤NDœDDS§5m•g0o^"
  b"ÂN\ô\x1C‰Gˆ¯²^=KÉ\x15+"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"v¤NDœDDS§5m•g0o^"
  b"‚]Ê“+\x06G¤\x1A\x1E‰Þr\x18Ò"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"1êÈ\x1C4\x07IŠœ;„ppÕ¬œ"
  b"v¤NDœDDS§5m•g0o^"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"v¤NDœDDS§5m•g0o^"
  b"^tÑ\x16mÑJ‚Œ»€¬Ó\x19H]"
  b"v¤NDœDDS§5m•g0o^"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"v¤NDœDDS§5m•g0o^"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"v¤NDœDDS§5m•g0o^"
  b"¦ý\x04ƒ–mD‹© 7"¤4\eQ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"c\x1Ef\x04~âHȽê‹CÝã\x7FÎ"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"X7—<"ìD!Œñ\x17\x1A¾Ùl°"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"å\fµ\rX¶CX›\rx\x03\x15o"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"‚Õ^Îß`Oñ³=Í (¯x\x05"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"_âyˆÿÄJüª„bf¼+[u"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"_âyˆÿÄJüª„bf¼+[u"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"_âyˆÿÄJüª„bf¼+[u"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b".+Ž\x12oM„²$0\t\x06œéç"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x01Ž9ß\x08¹qb·ä¦ˆ£Âúé"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x01Ž9ß\t¹pr­ý£<”.¬\x7F"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"!7ô¥-ÏN7ÔnWð•|ï"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"3xÿ{KKÛŽ\x18¡£Ë†z¤"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"""
    ÿ\n
    ?<ÏL·³¥;ktX÷A
    """
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"Û]™Åž¸Ccƒ(\x12¨d7ú""
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"˜LÖ\x0E`¶LA ÌÛÛÏ\x1E«M"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"–ÍJª\x1DKIo±³m(Lõ"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"û`àÊq“GÚ‡7Ó­«\eï "
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"3ž ô 7Eð¹`\x01Ï£V^u"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"î\x19*L±xG܉s ÂÃkRÉ"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"•‹F\x16YFn£—R²è\x11Ò)"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"+1_\x11ö^FA’©&MéXþ\r"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"P€e1oúI·©JÉÝ\x07‚ó·"
  b"\x01Ž9à„pp`´£ÿ¨iÎ2l"
  b"\x14M\x12ž\v@Ù }7ÕÒ‡—"
]
62 6.67 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ÞŸdÃsI«·åÛX¡eÆ"
  b"\x01ÞŸe\x1As§˜ç8ðÿ\x0Eo…"
  b"\x01ÞŸe-p™ŽšP))-k´"
  b"""
    \x01ÞŸeCs)´9[Û(\n
    ä/
    """
  b"\x01ÞŸenp¶›Ä]³UKQX"
  b"\x01Þ¤e$rûœÞ`׺†Hê"
  b"\x01Þ¤eAsç¥Û•ç†åN´"
  b"\x01Þ¤fÖs¶žN²¤â‹Ö"
  b"\x01Þ«g°q^ŽÎ±ª¶zp\e"
  b"\x01Þ«gàrµ´ÏŠÅ]-ÅÈ"
  b"\x01Þ«h\x02r¨•Éõ÷”Òôc"
  b"\x01Þ«h"p”­eÎ:*\x16°§"
  b"\x01Þ«h>s¥±\x12\x11\x0F׳"
  b"\x01Þ«hŽq=ºdµ\x05$o›õ"
  b"\x01Þ«h¥pN£Á\x16a%‰þÏ"
  b"\x01Þ«hÂs‰¥ø¿ò\fº\\x1C"
  b"\x01Þ«hÙrè§T¼\x00\x1EW^\x14"
  b"\x01Þ«hørï·—ÙtÍí„8"
  b"\x01Þ«i\x10qþš\x176Ûd^F"
  b"\x01Þ«i&s÷³~qSkÍ\x03"
  b"\x01Þ«i>s¦\x1Aª+\³«Š"
  b"\x01Þ«i[s\x13˜b\x14@ #"
  b"\x01Þ«issWŽ\vù×\x16­ÞÉ"
  b"\x01Þ«i—p³ŠÚžˆ)^q"
  b"\x01Þ«iÊs}€†çÆhæ¥ú"
  b"\x01Þ«içr\x1F…æœÀÐÒ\x16\v"
  b"\x01Þ«iür\x1A«I?\x1Eóåu¢"
  b"\x01Þ«j\x12póËþ½(e8^"
  b"\x01Þ«j(r޽š°\x07åÞëç"
  b"\x01Þ«j>r¦Üº\x03Ïnð×"
  b"\x01Þ«jTpŒ–m!‚¨2/"
  b"\x01Þ«jjpª«Ô„;d\x01‡‰"
  b"\x01Þ«jƒpè“°ŸÁ\x12\x01öC"
  b"\x01Þ«j›r6¸Hr—+±Å™"
  b"\x01Þ«j½sÑ£µ¿Þì¾\x1C¾"
  b"\x01Þ«jßpq¤\x01†ÂíƒZî"
  b"\x01Þ«k\x06p\x13‘<…\x1E“ÀØ\x08"
  b"\x01Þ«k\x1Eqm§\x0E›FÜÁµú"
  b"\x01Þ«kHqZ\x13L\x03VÁAb"
  b"\x01Þ«kkpí«V=6wØÀÛ"
  b"\x01Þ«kˆq‘¸,\x1F¯\x13Šá¨"
  b"\x01Þ«k¡s7´ßñ—è½l"
  b"\x01Þ«kÓsô¼vôâ\x0Eúœ{"
  b"\x01Þ«kïr}§+„œ‰k\x1DÐ"
  b"\x01Þ«l\x08s»Š‹\x1ACÍî¤\x0F"
  b"\x01Þ«l\x1Dq Šìô\x14è\x02*]"
  b"\x01Þ«l3r(˜u3iï\x07é"
  b"\x01Þ«lŠq§¬æ#uøË3è"
  b"\x01Þ«l¥pŸ¦(|\x1FtB—¬"
  b"\x01Þ«lÀpÈŠ”~ýóê¼"
  b"\x01Þ«læq\t\vÕØyòÙÔ"
  b"\x01Þ«lùsµ¨H¥]Ú-¡q"
  b"\x01Þ«m\x10rɐ+×sÄïéQ"
  b"\x01Þ«m(p»8\x00\x0163ç"
  b"\x01Þ«m=s¡«ªø\x07ŠÍ\x0FZ"
  b"\x01Þ«mSq™ŠXYˆkñÖ¤"
  b"\x01Þ«mlrì‡\x00\x16[\x1E‰–\x0F"
  b"\x01Þ«mˆpƒ“tl%=-ÚÖ"
  b"\x01Þ«m™s¦»‰ð“]Þ§”"
  b"\x01Þ«m±r²«é‰ál^?"
  b"\x01Þ«mËréE€0jò6†"
  b"\x01Þ«màsÓ€@9\x14\t=\x05Æ"
  b"\x01Þ«mõsÓ…_W4eü\x132"
  b"\x01Þ«n\rrŽšBgúÑø@ì"
  b"\x01Þ«n„q\¤à-•¬B "
  b"\x01Þ«nŸsd«aQòiZ\rY"
  b"""
    \x01Þ«nÒrr¬õCp²\n
    ê
    """
  b"\x01Þ«nëpP˜oˆsøöž\e"
  b"\x01Þ«nüq‚Aaz䢵N"
  b"\x01Þ«o\x18rÅ–$\x1D\x1Cã„ø«"
  b"\x01Þ«o)q’,\x1EkVnZ\x17"
  b"\x01Þ«oDq¯ž‚•­òqA¤"
  b"\x01Þ«ocsÙˆ—\x16\r&ׄã"
  b"\x01Þ«oŸqÓ¼xá\x06Ã÷;m"
  b"\x01Þ«oÁp}›SÑCl˜¥¦"
  b"\x01Þ«oØr\x1F¸/Uæ™veÝ"
  b"\x01Þ«oîq˜ºü¸LÅ45"
  b"\x01Þ«p\x00pP¡ƒ‡k½¼\x1AŽ"
  b"\x01Þ«p\er\x14œ‰å?Bê\7"
  b"\x01Þ«pCqāœôÄܝAì"
  b"\x01Þ«p]rƘ1Ø\x7F\x07w€"
  b"\x01Þ«p€q3–£\x7F\x16i¤6}"
  b"\x01Þ«p›rÔ±YÃ÷õR\x12+"
  b"\x01Þ«pÃq&¡Ó:îIKç\x18"
  b"\x01Þ«pÝs!Š<k\x07\x1EA#P"
  b"\x01Þ«pòrÚ¶Œ\x1EÌÊkÌ)"
  b"\x01Þ«q\x08sV½‚íèÔ€w?"
  b"\x01Þ«q8r€¥q{Ž™ñp\f"
  b"\x01Þ«qcrÚ¿«\x1D Ђ#"
  b"\x01Þ«q{rk¿ÔMË͉9*"
  b"\x01Þ«q’pf€ÚfÄ\x1AãZ"
  b"\x01Þ«q«q"° L\tšÔmç"
  b"\x01Þ«qÀqý‡/OW\x18\x12–·"
  b"\x01Þ«qàs\x0F¸\x03³“€\x18…·"
  b"\x01Þ«qøsRŸ’\x1Dç\x1F?¥y"
  b"\x01Þ«r\x10sͳ4Ÿ©¦É¡œ"
  b"\x01Þ«xosՏêÖ¢›W#Þ"
  b"\x01Þ«x«pͺ6l©Ñޱ2"
  b"\x01Þ«xÌsÆ¡_@U?\eC\x16"
  b"\x01Þ«xép.Ÿ®­þ\x04\fHj"
  b"\x01Þ«y\x06sd¾¥o\x10w#ò²"
  b"\x01Þ«y*qÏ”ËD®”áŸÆ"
  b"\x01Þ«yOrs“kÉ¢µs"\x16"
  b"\x01Þ«ytrô·X…=>Œ{Å"
  b"\x01Þ«yŒrd½õmãÖ\x1C"
  b"\x01Þ«y«qȳpà9gFÛË"
  b"\x01Þ«yÅq‹¹n¥½°†'d"
  b"\x01Þ«yîsz´ÑÄ\x0EKÃj\r"
  b"\x01Þ«z\x04rZ“\x10ÿ†€\x11Á\x18"
  b"\x01Þ«z\x1As\x08·b\x08¤md\x12\x08"
  b"\x01Þ«z;p¬™‹\x1EÂàøÖf"
  b"\x01Þ«zcqž©ÎS"ßw­à"
  b"\x01Þ«zŽps \x1Dw€\x03øÌƒ"
  b"\x01Þ«zŸsŽ¡‘ÀC:B©V"
  b"\x01Þ«z¸rþ©\x00”Hƒ¬™:"
  b"\x01Þ«zÏsá›B\x009\x13|ûT"
  b"\x01Þ«zìsñ©É5,\x056ë³"
  b"\x01Þ«{\fr–†Ú”Gë°è¥"
  b"\x01Þ«{%s蘢Ab4oxè"
  b"\x01Þ«{;s3¼Ñ\x1D$œIDC"
  b"\x01Þ«{PpÛ›­Mçv+\x1E\x1A"
  b"""
    \x01Þ«{bq\x19¬&ª)~\n
    Ãx
    """
  b"\x01Þ«{~r‰šYÃðlðð§"
  b"\x01Þ«{˜r\x05°»ì\x19’š\eî"
  b"\x01Þ«{²r7‹ð\x0E\x17 ¢p\x08"
  b"\x01Þ«{Èq­”0%\x05%>«Ä"
  b"\x01Þ«{Þqx•`ï-àܵ”"
  b"\x01Þ«{÷r÷µ¡\r<#8L"
  b"\x01Þ«|\x0Es‚‰ÖŽ/O‰\x10É"
  b"\x01Þ«|'sP·¨\vãèLã"
  b"\x01Þ«|7r\x0F\x7F\t\eÈIä"
  b"\x01Þ«|Gs…³š\têS.{Q"
  b"\x01Þ«|XrT«>ˆÚ\x03ލÆ"
  b"""
    \x01Þ«|isê¨bž\n
    ….šÍ
    """
  b"\x01Þ«|xs†¶9ö~\x00ͺ¨"
  b"\x01Þ«|†p̝6—§\x1F§Œv"
  b"\x01Þ«|žpY‚{ú6á\x1C‚]"
  b"\x01Þ«|­sݻ⥕íä±a"
  b"\x01Þ«|Ís߃?°©føý½"
  b"\x01Þ«|ãs•€ºhŸ;\x17"
  b"\x01Þ«|üsx­’ŽM6|\vÇ"
  b"\x01Þ«}\x16q¢­¾Z‘ð¹Sp"
  b"\x01Þ«}7p½˜í\x01"?N—‡"
  b"\x01Þ«}Lp*…mWà\‚á>"
  b"\x01Þ«}^s`¦+\x1FmmnN&"
  b"\x01Þ«}yqŸ•Yì\x04\x04Ü…Ä"
  b"\x01Þ«}‹pwŽÖðÞ"‰/\x11"
  b"\x01Þ«}£qĦ\x05,Ò=ý5Ê"
  b"\x01Þ«}µp¹¬&ë\x0FY•›\x05"
  b"\x01Þ«}Ðs¥“\x1Aˆ±ÁÕà"
  b"\x01Þ«}èp­Šå#y\x0E\x05É"
  b"\x01Þ«~\x03p3º×’J…¦‰ß"
  b"\x01Þ«~'r}œ õ¨ÉȲ\v"
  b"\x01Þ«~Bp¥¡²n\x10Ë\x19Æ„"
  b"\x01Þ«~_sh•ƒdQšFXÒ"
  b"\x01Þ«~vq\x0FƒZÐF\v­[s"
  b"""
    \x01Þ«~ˆsu¤\n
    -8\x0Eïvx
    """
  b"\x01Þ«~¤shBÈ)Ö\x04ºÛ"
  b"\x01Þ«~ºpm†z¢ÚÞ\x06û°"
  b"\x01Þ«~ÙsšÞÚ§\x04d\x1DT"
  b"\x01Þ«~íp\r†²(w•4ä+"
  b"\x01Þ«\x7F\x06r\v·\x14\x01ìu'ĺ"
  b"\x01Þ«\x7F\x17p³»ËÖl»·d¡"
  b"\x01Þ«ŽhsjªL²\v\x01x(p"
  b"\x01Þ«Ž‰q«”\x17!gâAlr"
  b"\x01Þ«Žq—°^\r‚ýÌï@"
  b"\x01Þ«Ž¯s`”Ä;DÃ\x0Eå"
  b"\x01Þ«ŽÉqn¢c°˜à¿|å"
  b"\x01Þ«ŽåsX\j:\x1F"
  b"\x01Þ«\fs\x05¾§5¨ç:ÝÎ"
  b"\x01Þ«!sÏŒDIcÌ&³¯"
  b"\x01Þ«4p^¿EŒ4(\x04\v"
  b"\x01Þ«Rsü¸m¡ôa²&è"
  b"\x01Þ«eq‡³Ì^kà€V!"
  b"\x01Þ«~r·Ž=EŠÃ…~f"
  b"\x01Þ«q\x15¨?™Üói•C"
  b"\x01Þ«µs|…‘ SØEZþ"
  b"\x01Þ«ÒpÚ¼ÑGÓ¶6©\x07"
  b"\x01Þ«êrj¼þc\x1A¨F6i"
  b"\x01Þ«\x01qލ7Õý\x11bvs"
  b"\x01Þ«*qûŒžœ\x16Ïnäÿ"
  b"\x01Þ«Mswþ0k©›f/"
  b"\x01Þ«dsÄ¢:G¨¡î:é"
  b"\x01Þ«‚rNŽD\x036˜‘ŸT"
  b"\x01Þ«™s>µ>}žA¡­!"
  b"\x01Þ«®sã£F¾Ç4\t$‹"
  b"\x01Þ«ÊsF›þâà.ni"
  b"\x01Þ«ßrZƒÌó\x02Îó¹\x16"
  b"\x01Þ«ús®¿Œn[Ô|ž¯"
  b"\x01Þ«‘\x1Fp\x13¾þ×¢j&[å"
  b"\x01Þ«‘8pK¸Bty\x02ר\x10"
  b"\x01Þ«‘kp@¾\x13S\x0F„º™"
  b"\x01Þ«‘s"¥ÕahÌ/åÜ"
  b"\x01Þ«‘³sÒª^ë¨\x0F¬î\x18"
  b"\x01Þ«‘Är\r¸D3\x04ì}úP"
  b"\x01Þ«‘×r£¯¬\x17È?1¯"
  b"""
    \x01Þ«’\n
    sºˆüžÚ9o'Ž
    """
  b"\x01Þ«’.póºkÍ94õ`í"
  b"\x01Þ«’Bpxª»^èkœlê"
  b"\x01Þ«’bqÿš§„֐ãgé"
  b"\x01Þ«’up‘“}ù¨\\x1A‡Ž"
  b"\x01Þ«’Œpä™\x17h¹ƒì¾\x1F"
  b"\x01Þ«’«q™‰áró\x14ïyB"
  b"\x01Þ«’Õqm’ªÙ¶ò™»P"
  b"\x01Þ«’êq¥¹ôЉ2¼†"
  b"\x01Þ«“\x04p\x1A\x1AÌÿd/µ~"
  b"\x01Þ«“\x1As\x0F\x18G\x03<2“—"
  b"\x01Þ«“2r/ Ó'Ón\x00\x05"
  b"\x01Þ«“Jq\x06•ý†\x1EвX¦"
  b"\x01Þ«“dsÈŒð\x11Ú¼å3Í"
  b"\x01Þ«“|qò®U¼õáÃLm"
  b"\x01Þ«“’s\x04\x15\x14&SFÛ¯"
  b"\x01Þ«“±pŸ°\x1FÕKù°¸Ù"
  b"\x01Þ«“Èp;•\x00{KDn8%"
  b"\x01Þ«š‚rÖ¥\x19ÓWáj=Ú"
  b"\x01Þ«š±p…­G“®\x08–?ñ"
  b"\x01Þ«› qD·o\x15gÁAs­"
  b"\x01Þ«›2pK¬Ž>§Y…g—"
  b"""
    \x01Þ«›Nr®\n
    „%â\x1FÉ
    """
  b"\x01Þ«›dplžÕà3vpT¸"
  b"\x01Þ«›­piˆ7!=Ûx"
  b"\x01Þ«›Ês½„a|\x04:ìw%"
  b"""
    \x01Þ«›êp£…\n
    ÙªÄZÿE
    """
  b"\x01Þ«›þr‘”S::•–æ¿"
  b"\x01Þ«œ\x13q\x15© &Ùö†ø’"
  b"\x01Þ«œ*q\e¤Ož\v\x03¦3\x10"
  b"\x01Þ«œ@ru‚¾\x11=F`Dá"
  b"\x01Þ«œWq¿°"\x1EjŽØ@ß"
  b"\x01Þ«œkqÁ©Õ\x10\vèn\x1F"
  b"\x01Þ«œq±¶½Sç=\x1A0\x1E"
  b"\x01Þ«œ«qè¤îîÕ[Þ©^"
  b"\x01Þ«œÐr\x04®\x0Ev\x12ü|£\x0E"
  b"\x01Þ«œçr"“Oý>Ð\x06"
  b"\x01Þ«\x01rã¼\x0EÀ׎üš÷"
  b"\x01Þ«\x18pLºMG\x7F×Fö"
  b"\x01Þ«1pÞ«\x1F[<šð_Î"
  b"\x01Þ«Ls`¥\x1D\x1AWW‹/\f"
  b"\x01Þ«eq¿’Y\x17=#®\x19È"
  b"\x01Þ«‚p8¼>ßÚX¬îò"
  b"\x01Þ«’p\x07‹|’¤¯\x12"
  b"\x01Þ«®q\x03¯=›fW’\x1E"
  b"\x01Þ«½pa—òÕ\x16LTø¾"
  b"""
    \x01Þ«Úq¤µ\n
    Ä\x1E\x07Ð\x12
    """
  b"\x01Þ«és<Š%<ÖoÚ\x15ƒ"
  b"\x01Þ«ž\x06s‰„¹¡vg^N&"
  b"\x01Þ«ž\x18rí•kÄ_Tz}\x10"
  b"\x01Þ«ž6pÞ¼x¬\x7F\x14Ì"
  b"\x01Þ«žHrޏ’]…|àEQ"
  b"\x01Þ«ždr¼¹\x08¥9\e\x13²\x1C"
  b"\x01Þ«žvq\x08œÉf\x05—Ñ«:"
  b"\x01Þ«Ÿ\x03p‘Ž\x17¤ÍÍØ×b"
  b"\x01Þ«Ÿ$rp—FÔ\x13\x19ö"
  b"\x01Þ«Ÿ;s’ªÒC\x05˜ËË¥"
  b"\x01Þ«ŸXq\x12•ª\x7F\x0E+ó`"
  b"\x01Þ«Ÿmq£Š ™SÆ\x11"""
  b"\x01Þ«Ÿ£r\x07½'×VOe¶/"
  b"\x01Þ«Ÿ¶rž‹ÀãOßšÝÑ"
  b"\x01Þ«ŸËp\x1E”FÈÇ鋱3"
  b"\x01Þ«Ÿòs’¥\x1CDÕk¿u¶"
  b"\x01Þ« \nq®²8ÛÐôg¢\x00"
  b"\x01Þ«  p\x01¨{‰\x1F½™v‰"
  b"\x01Þ« Cq¾·‹ûòKIX\x11"
  b"\x01Þ« ^q ¦mî\x128Ûu\x1F"
  b"\x01Þ« €ru¤=ì`i;ÑÓ"
  b"\x01Þ« ’pŸxéħ—%8"
  b"\x01Þ« ²sv–)ùƒµÛ@C"
  b"\x01Þ« Áq­¼"(¸Ž„A¿"
  b"\x01Þ« Þr\ª8"?\x04$àé"
  b"\x01Þ« îr£”«G·–¸È]"
  b"\x01Þ«¡\tsµ©Ü\x7F<à®–4"
  b"\x01Þ«¡\x19qª§ô£wqA+\x0F"
  b"\x01Þ«¡5q\e¼\³<ÐV‘Ñ"
  b"\x01Þ«¡FpÏŽÑqY{œ×O"
  b"\x01Þ«¡bs+´P1Y:ѝú"
  b"\x01Þ«¡rs^‰*\x11\x1Ebu\x02"
  b"\x01Þ«¡Žs\x06»¼%Éës:Ï"
  b"\x01Þ«¡qI¹\x7Fñ´\x1Fy¤ó"
  b"\x01Þ«¡ºr×¥à;B¨ÇEÈ"
  b"\x01Þ«¡Ér\x18­Á֏ٌ“j"
  b"\x01Þ«¡ås:”\x11·•vS3A"
  b"\x01Þ«¡üpê»ð\1s\eí˜"
  b"\x01Þ«¢\x1Aq\x16‡áôÚ{‚àÓ"
  b"\x01Þ«¢(rä·ÐJ¥\x7FU¶é"
  b"\x01Þ«¢Bq?®Ð¯&MÈk9"
  b"\x01Þ«¢QrY Â\x7F\x18–þ¾\x12"
  b"\x01Þ«¢np¾\x1EU†l\x16H\f"
  b"\x01Þ«¢\x7FsI”\x18\x10ùg‹ë"
  b"\x01Þ«¢ðr\x0F§wåa†£²¡"
  b"\x01Þ«£\x08s`»ñ\x15ÇíUhÆ"
  b"\x01Þ«£\x1Dr\x08…\x19u\x1C\x14\x11Ú"
  b"\x01Þ«£3s7´7žØ\x012\x12"
  b"\x01Þ«£JpÒ©”õtõJ\"
  b"\x01Þ«£ipŠº×Øûý#aŸ"
  b"\x01Þ«£€räºøAžoš®Š"
  b"\x01Þ«£q\x17½ºpÉHÞp³"
  b"\x01Þ«£´qܪgØD\x17<l"
  b"\x01Þ«£Îp;¦‹˜¢?Ü«"
  b"\x01Þ«£çpø©+•\x02Mú8q"
  b"\x01Þ«£þsm§„g{’Íy "
  b"\x01Þ«¤\x1Asq§J«\x06\x16a"
  b"\x01Þ«¤,s™«³°4ˆŒ9º"
  b"\x01Þ«¤Arr޽g£Fë^œ"
  b"\x01Þ«¤Rq\x1A”ú\x12˜ûçÓ\x18"
  b"\x01Þ«¤eqU´¢ÂÂJEp"
  b"\x01Þ«¤Šs‹ÊÞ¸½ì-‡"
  b"\x01Þ«¤¨p\x17¡]\e\x15—²"
  b"\x01Þ«¤¾r\x05§d³&Šã¤:"
  b"\x01Þ«¤×rA¾ÕärAÑ—Ž"
  b"\x01Þ«¤ìqcž\x7Fã\x1C<Òæ"
  b"\x01Þ«¥\x02q©½FK®7Ú\r?"
  b"\x01Þ«¥\x18s\x04¼èÃ¥ÿúØ$"
  b"\x01Þ«¥/qž•\x12YqaÏš"
  b"\x01Þ«¥GpzµÊv\ä«VU"
  b"\x01Þ«¥br`–•EÌ\rÎ!v"
  b"\x01Þ««\x1Aq\x13»ß\x122¼4¡Ÿ"
  b"\x01Þ««usK½\x18ÈKü-6V"
  b"\x01Þ««•p6¥à\f\eÍû™¢"
  b"\x01Þ««¯s\vªa³7›fF."
  b"\x01Þ««Èq1žFƒåj\x07:‡"
  b"\x01Þ««ärK–è1àªx"
  b"\x01Þ««ýpíª\x04d¿×þlª"
  b"\x01Þ«¬\x15qŸ³§çJb\x11A!"
  b"\x01Þ«¬:q½¯ˆ=0C\x03‘["
  b"\x01Þ«¬Rrr”©\x01‰ºßWE"
  b"\x01Þ«¬lsb©v\e\x14”–ô_"
  b"\x01Þ«¬¡sZ±+«#Es™ß"
  b"\x01Þ«¬Ïs\v‡…ï\x05\x08A"
  b"\x01Þ«¬åro§~žÀ&3&,"
  b"\x01Þ«¬ýqâœ@…æÔ¼\x08\x1E"
  b"\x01Þ«­\x15qò‚Ú\x06§<ÿ^8"
  b"\x01Þ«­0pº¹.‡4a.~²"
  b"\x01Þ«­QrŠw<o\e\t&"
  b"\x01Þ«­esf‰\x0E’~¨\x02çÂ"
  b"\x01Þ«­~s½–Yï©\x7Fï{"
  b"\x01Þ«­–q;‘2\x1CdQœ\x0F"
  b"\x01Þ«­°q‡„=ž¸ã@Ör"
  b"\x01Þ«­Èrñ»¥ÆH”òJ£"
  b"\x01Þ«­är\x10ç\x06º%þ!A"
  b"\x01Þ«®\x04rœŒ'\x04˜\x1FÿCÕ"
  b"\x01Þ«®-rh†Í¦^8\x1CÆ$"
  b"\x01Þ«®Rs\x1EŠ«5±h OU"
  b"\x01Þ«®hqж\x1A\x1E\x11"
  b"\x01Þ«®qV˜í±N=ß\x03¬"
  b"\x01Þ«®–qþ´%\x1C\x1FJ\x1A"
  b"\x01Þ«®²p7¯èk"€àø "
  b"\x01Þ«®ÏpŒ¯×†¸\x12\¼E"
  b"\x01Þ«®ôsì½·\x1DTªù\x1CØ"
  b"\x01Þ«¯4r‚ˆ™ôgQD¼¶"
  b"\x01Þ«¯Ds¨—€øC\rÙm"
  b"\x01Þ«¯bs/¬‹Uj}\x04,E"
  b"\x01Þ«¯rr°’¾‡Ré×[³"
  b"\x01Þ«¯Žsè¢g?+¶\eô"
  b"\x01Þ«¯¢qîŠbA"!\x02"
  b"\x01Þ«¯»q[±úÄâ\x15!\x10{"
  b"\x01Þ«¯ÎsB—T\x1DíÎ \x07³"
  b"\x01Þ«¯æsk¦ê^ºáV%"
  b"\x01Þ«¯úq?­\r«Šª„Iø"
  b"""
    \x01Þ«°\x13s\n
    ¹¼øNžã¯É
    """
  b"\x01Þ«°,rÿ²}¸"Çìåi"
  b"\x01Þ«°Ir ŽÏ·\x15\x0FTVZ"
  b"\x01Þ«°aq\x0F„ Û×pi$\x15"
  b"\x01Þ«°ˆsµ“\x05pó׬S\x04"
  b"\x01Þ«°›q\r\x16Re­O¬h"
  b"\x01Þ«°²rØ‘fuO·?)ð"
  b"\x01Þ«°Îsd“íóZî*“\e"
  b"\x01Þ«°Ýs­Ž|ŽF×svr"
  b"\x01Þ«°ós²ÔÛŠ\x19DšÒ"
  b"""
    \x01Þ«±8py¶±\n
    jQ¢óô
    """
  b"\x01Þ«±Rrß´rLÐlª\x1D?"
  b"\x01Þ«±ep¯»_FÝ\x08kåå"
  b"\x01Þ«±us§¯\x17\x1D‹¯\x18"
  b"\x01Þ«±…s\x04Š\x04\x14\x18àé\x14"
  b"\x01Þ«±—rC¹ç\x12W }ý"
  b"\x01Þ«±¬p7ºáH¾$\x12­J"
  b"\x01Þ«±Ár.£\rܧ**×#"
  b"\x01Þ«±Üp´›\x04Kó91.Ì"
  b"\x01Þ«±ñpm‹éˆ…@œ¢É"
  b"\x01Þ«²\x07sʁˆ\x0F8eëG•"
  b"\x01Þ«²Esߥ[-E0F"z"
  b"\x01Þ«²fqá—*\x17?éÔ'U"
  b"\x01Þ«²}q\x07”Ž\f"\x12\x05@\x15"
  b"\x01Þ«²’pй\x15N´Ï\x10"
  b"\x01Þ«²¨s\x05½ÚAÔK4Nª"
  b"\x01Þ«²ÁrÈ–X@\x1CÓïQ„"
  b"\x01Þ«²Ör%½f+W=\x08ç\x1C"
  b"\x01Þ«³\x00q_µðòQ\x1E.†\e"
  b"\x01Þ«³\x16q5ºÑH\x07Á2H\t"
  b"\x01Þ«³+r©oƒ¢@íêÆ"
  b"\x01Þ«³Br‚žÜád\x05¾®\x0F"
  b"\x01Þ«³XrÛ˜p•{ÔdR\r"
  b"\x01Þ«³pp®¢µøL{¦f¶"
  b"\x01Þ«³†r.´³åŠN²·"
  b"\x01Þ«³¢p™©\x01~ðÓ>/\x02"
  b"""
    \x01Þ«³¸q›«1Ž\n
    |5\x05
    """
  b"\x01Þ«³Îp“Ž‘è"Lø\x00u"
  b"\x01Þ«³úq9“\v;î¾\x1E³\r"
  b"\x01Þ«´\x1Fq\x14†—–’ƒòðV"
  b"\x01Þ«´7q8´YÄŽ\t\x10æ"
  b"""
    \x01Þ«´Nrð¼\“Œœ\n
    \x10Û
    """
  b"\x01Þ«´lrM—ŽãðÄþžn"
  b"\x01Þ«´‚q\x0Eª”î\x1CAÞTû"
  b"\x01Þ«´ q\x14˜i Þ–pÇö"
  b"\x01Þ«´¸q—ˆ+Gœ&úà<"
  b"\x01Þ«´Øp©ŠêŒ¨¡«2®"
  b"\x01Þ«´ör¦ˆGçœ.Z8"
  b"\x01Þ«µ\rq)¦a¦òÖ£‹²"
  b"\x01Þ«µ$qš‘i˜\vQc°½"
  b"\x01Þ«µ:p\x7F¤\x0FâCým\x0FA"
  b"\x01Þ«µPp~‰mÉõ@c¬»"
  b"\x01Þ«µiqœœ3È\x0Eý¥ºÖ"
  b"\x01Þ«µ€p¤ ±P2ÕÑnÉ"
  b"\x01Þ«µœrNždÑ9Ÿ\vá"
  b"\x01Þ«µ³p£¾\x1DŒc†z\x17,"
  b"\x01Þ«µÉrj¹hk¹‚\x01S”"
  b"\x01Þ«»ùr ;«½Žîü"
  b"\x01Þ«¼DqL­çÛÞ\x0Eà­Õ"
  b"\x01Þ«¼`sQŒ«>á@u\x14µ"
  b"\x01Þ«¼~sQ­\x15Í´ÛdR¨"
  b"\x01Þ«¼£s\x05ŽhèÛ<гI"
  b"\x01Þ«¼¶s,¢ÉP‚>\e\x07\x08"
  b"\x01Þ«¼Ðs\e›ÖÒ\x19\x14ªã"
  b"\x01Þ«¼èp‰‘g\x07\x120\x1Eçë"
  b"\x01Þ«½\x00qšâ?WÑØŠ"
  b"\x01Þ«½\x15sâ±\x10•¯°\x08"
  b"\x01Þ«½/ràŽX\x1F)ëÛ”T"
  b"\x01Þ«½Fr\x00§%WŽ”µmw"
  b"\x01Þ«½^pS€;âú„ž\r'"
  b"\x01Þ«½ssñ—Pˆh`µiQ"
  b"\x01Þ«½•pø¶^ÔAŽÝN0"
  b"\x01Þ«½°sq»‚šmScИ"
  b"\x01Þ«½ÆpZ½\x02?)\x1A]&ÿ"
  b"\x01Þ«¾Bp\x07…ÐëÔÂ*™ý"
  b"\x01Þ«¾Yqm»–»ÍMï̓"
  b"\x01Þ«¾qp7—M\f/×ñ~¬"
  b"\x01Þ«¾ŠqG¶”¢\e¤Cª\x06"
  b"\x01Þ«¾©p‡´Íªœî\x08\x18"
  b"\x01Þ«¾¾r±¥ù¼]\x1F?=™"
  b"\x01Þ«¾Õsf¸p_j”*\á"
  b"\x01Þ«¾ørڐ×Ë«\x16oB\x16"
  b"\x01Þ«¿\x15q›¤C ¸áw\x06v"
  b"\x01Þ«¿2r/…f\x15iÐǤ\v"
  b"\x01Þ«¿Rqt¡Ä\x07Pâ)‚Ø"
  b"\x01Þ«¿isQŠÂŽ$\x1AØØ0"
  b"\x01Þ«¿Šq‚„W8¶Áqc_"
  b"\x01Þ«¿¨q‚´Ç\x06\v\x18º²Ñ"
  b"\x01Þ«¿¼pҝÕu›\x12ùþÐ"
  b"\x01Þ«¿Öq‡#•Ê·Oç+"
  b"\x01Þ«¿ûp;¿šKªŠ Œ\x17"
  b"\x01Þ«À\x1Fqã ©{ýœ>së"
  b"\x01Þ«À<qΡ&\x1AË&yéy"
  b"\x01Þ«ÀWsª…Ú'\x1Ch=ȼ"
  b"\x01Þ«Àsræ—Ó\x1E!÷9h"
  b"\x01Þ«À‘qg–Ý\x07Ÿ±[`½"
  b"\x01Þ«À­pÇ¥&AP\x1Cêá\x1F"
  b"\x01Þ«Àôrµ•‚Žö§Ôû™"
  b"\x01Þ«Á\x11rk¾”yħg\x1Fò"
  b"\x01Þ«Á,sè\e;”Ž;W¼"
  b"\x01Þ«ÁLs\x17®úþI:‹HG"
  b"\x01Þ«ÁlrZ§0Ñ\È!`¡"
  b"\x01Þ«ÁŽr/‡\x10ê#X"dA"
  b"\x01Þ«Á«r÷ªîŽ\x14Qš÷–"
  b"\x01Þ«ÁÍpP†%ß\x1Aus»þ"
  b"\x01Þ«Â\x05rGŠvÍÖz™k“"
  b"\x01Þ«Â\x1Es:»Øµš^¹\x04Ã"
  b"\x01Þ«Â2s%¹‚ÅÒJŸw†"
  b"\x01Þ«ÂNq¬‚¥\x19©§‡$M"
  b"\x01Þ«Âcsj¸\x1CaGè—`‹"
  b"\x01Þ«Â‘q\x05‰`Zdþ"
  b"\x01Þ«Â§pÑ»u²Ô\x00 )\x16"
  b"\x01Þ«Â¾p`™L5 ×\x08\x13"
  b"\x01Þ«ÂÕq–«\x06\x04X\tM"
  b"\x01Þ«Âîqö‘nÊ\x7F\x1Eðïß"
  b"\x01Þ«Ã\x07p؈¼=È`6]]"
  b"\x01Þ«Ã$qlŽŽÎ/\x01„,Ð"
  b"\x01Þ«Ã?r´¼†ù\f©’4""
  b"\x01Þ«Ãfsˆ¸ésª\x13Æ\x1D"
  b"\x01Þ«Ã³s\eÈy\x100|\x194"
  b"\x01Þ«ÃÊp1·Hì»Î6<"
  b"\x01Þ«Ãóq6´Ñc_\x08ôÆ©"
  b"\x01Þ«Ä\esÞ•ù{²†‰i\x1C"
  b"\x01Þ«Ä=s¬Y I¬]ËW"
  b"\x01Þ«ÄTq\x05¥R¦#Æ×6\x02"
  b"\x01Þ«Äms\x18¦\x13ŠqX\x7F ò"
  b"\x01Þ«Äˆp\x19¥ª×0¸Å\v«"
  b"\x01Þ«Ä¥p\•Ùn©9YK›"
  b"\x01Þ«ÄÖr#’èÐß\x15/6–"
  b"\x01Þ«Äìs\x07ŽäÕô¤©Û "
  b"\x01Þ«Å\x08q_£0ŦX™à("
  b"""
    \x01Þ«Å#q¾¡MÐ~^j\n
    Ã
    """
  b"\x01Þ«ÅJqΆޔ$€ð\eú"
  b"\x01Þ«Åtpê±e‹pC\x14Ö("
  b"\x01Þ«Å¨s\x1D™«ëp’çE9"
  b"\x01Þ«Åßr<ªJX”Êô\e"
  b"\x01Þ«Æ\x03s‰¢$E`]@\x1Aq"
  b"\x01Þ«Æ\x1Es;¨½‡×\x153†\x15"
  b"\x01Þ«ÆBr\ež¨N»ß¬C5"
  b"\x01Þ«Æup|¿¢ÁËpõål"
  b"\x01Þ«Æ™sԁWÒ\Åš{;"
  b"\x01Þ«Æ¾sDŸ C¤õ§´c"
  b"\x01Þ«ÆærF ªwAÏ ö·"
  b"\x01Þ«Æÿqé¿|ƒ(ß\x165"
  b"\x01Þ«Ç%qÂŽ\x14Ñž‰ä:Æ"
  b"\x01Þ«ÇCq\x05‰Z@ÐsvÏì"
  b"\x01Þ«Ç„qý¥;\x10ƒþeý@"
  b"\x01Þ«Çœp±š”ÑöÌ\x15‡a"
  b"\x01Þ«Ç²qW—Ð9–ª\x1E\x04o"
  b"\x01Þ«Ç×r°–5ží„ kÃ"
  b"\x01Þ«ÇïqZ‘\x0E‹ŸR‡±£"
  b"\x01Þ«È\x07q>ªö\x16ÛЃγ"
  b"\x01Þ«È\x1Frƒ«§ì2éìèW"
  b"\x01Þ«ÈCpl±ÙfÐp[M\x1E"
  b"\x01Þ«Èesµ¥0]dyh\x04´"
  b"\x01Þ«ÈŠqîžÃªƒø\vM\"
  b"\x01Þ«È s™“8¦)\x19\x17"
  b"\x01Þ«ÎÕp’‹AãRŽEhá"
  b"\x01Þ«Ï\x14r5‚h_Œ©Œó\t"
  b"\x01Þ«Ï4q\x12±ØŒå\eÂÓ\x1C"
  b"\x01Þ«ÏKr,¨Ûåi\rMaê"
  b"\x01Þ«ÏksìŒrFkì\x03\x00ñ"
  b"\x01Þ«Ï‹rA¹½‹\eâ0e³"
  b"\x01Þ«ÏŸr˜ŒŸ€,ˆØ`Î"
  b"\x01Þ«Ï½qߢ\x06\x12\r\x13mw"
  b"\x01Þ«Ïásé¸ÕŒ\x08Æ\x1Fƒƒ"
  b"\x01Þ«Ïôpqˆ>¹d_UäÔ"
  b"\x01Þ«Ð\x14s¥žÄm<‡.\x1Dð"
  b"\x01Þ«Ð1rl’£¸¡¢+»T"
  b"\x01Þ«ÐFsAžºŽVÃ1GÑ"
  b"\x01Þ«ÐWrá«û¢„\x13þr}"
  b"\x01Þ«Ð|p.Ž•ÕGÒ÷:±"
  b"\x01Þ«Ð’qg´iˆ\x05RýG;"
  b"\x01Þ«Ð­qõ˜e‰¶"o¡;"
  b"\x01Þ«ÐÏr™ˆW\x1EW\x16Utp"
  b"\x01Þ«Ðús\x06£\x05\x1C¢åØg®"
  b"\x01Þ«Ñ\x10pà‘ß\x08𾈊Ž"
  b"\x01Þ«Ñ&qŸŒçä.\x19ˆ¾‰"
  b"\x01Þ«Ñ7q_†ôÝȸ\x11ò¨"
  b"\x01Þ«ÑPpV¬á\x0E aÛØ®"
  b"\x01Þ«Ñjp­—º…Ö3O–w"
  b"\x01Þ«Ñ„r©µ|\x06\x1DM^"
  b"\x01Þ«Ñ—qîŸH)ý‚,@Ú"
  b"\x01Þ«Ò\x04q9’EïàQ®\x08"
  b"\x01Þ«Ò\x16sM—\r(à¨\x1A¸"
  b"\x01Þ«Ò:s†±Üi\x0EÈŠE"
  b"\x01Þ«ÒVp\x0E¢`ÛwÂ2ªE"
  b"\x01Þ«Ònq\x7Fº\x1CN¦<\LI"
  b"\x01Þ«Òˆs¼¿\x01)\x1Aô¹ô1"
  b"\x01Þ«Òžs]¨°bI¢9"
  b"\x01Þ«Ò¹rÏ ÕbyðÃ϶"
  b"\x01Þ«ÒØqÈ«èLx»fß&"
  b"\x01Þ«Òós]´þpx\x15ŒÔ\x0F"
  b"""
    \x01Þ«Ó\fq\x11†xÞP~\n
    ËÕ
    """
  b"\x01Þ«Ó*ph‹„‚\x07ù¿5"
  b"\x01Þ«ÓMpºŒ¡ÈÃ\x03:î"
  b"\x01Þ«Óprw±Ú¹’\x0Ežô]"
  b"\x01Þ«Ó‰pƒEtbÕ™@é"
  b"\x01Þ«Ó¥p\x05‹•àÊT¡"j"
  b"\x01Þ«Ó¸qß¡%½‚±™\x15."
  b"\x01Þ«ÓÔpl¼Y·”€\x0FÁ0"
  b"\x01Þ«ÓîqÏ­‚?ÒŠ\x11þª"
  b"\x01Þ«Ô\x06p\r޲!þÇ\x0Fq9"
  b"\x01Þ«Ô\x1Er=–¥ŒKô0–\x00"
  b"\x01Þ«Ô:q\x1E\x00ô\‡D\x04]"
  b"\x01Þ«Ô\rɵ޻c\x14dHV"
  b"\x01Þ«Ôtr1°‰„¤\t¼\x08+"
  b"\x01Þ«Ô’pu¼Û7-\x17¡ÿ\x1C"
  b"\x01Þ«Ô¨r¡·ó1†&\x00L€"
  b"\x01Þ«Ô¾p&·\x7FÔì#¡~™"
  b"\x01Þ«ÔÓs\x1A§\x7F2×–th+"
  b"\x01Þ«Õ\x07qïå\x7F[•õ(E"
  b"\x01Þ«Õ$q%‡*‘\f /A«"
  b"\x01Þ«Õ6q¦¬@$T\x00†dš"
  b"\x01Þ«ÕRp¨¶éC€‹A8€"
  b"\x01Þ«Õop„¥¼¬?ÞìÙ¤"
  b"\x01Þ«ÕŠs1“*ûíDÍ€C"
  b"\x01Þ«Õßr*ŽT\x10³;åwà"
  b"\x01Þ«Õús­¥¥J€\eŠ@µ"
  b"\x01Þ«Ö\x16pFZŽ“úF"
  b"\x01Þ«Ö,q\x00—F½\ea›\v\x04"
  b"\x01Þ«ÖIps€ß¢\x10/¡Ån"
  b"\x01Þ«Ö]r\fŽ\x18{*óÛüv"
  b"\x01Þ«ÖtpX††Ž#ïF«ñ"
  b"\x01Þ«Ö•s”ŠÄT×\tXa"
  b"\x01Þ«Ö©r´œ¡¨\x1AôÊe5"
  b"\x01Þ«Ö¼q7¤s(n~ñöo"
  b"\x01Þ«ÖØrß¼\x0F \x11,ÈAr"
  b"\x01Þ«Öîq%½òhã5G\x1Aµ"
  b"\x01Þ«×\x03p Š!Ÿ\r +ÿ>"
  b"\x01Þ«×/rv˜'jI.¦dz"
  b"\x01Þ«×Dpp“@\x16:èš’†"
  b"\x01Þ«×YrÙ·\e_7'ìy="
  b"\x01Þ«×~qÈ’Ž(z,(\x00"
  b"\x01Þ«×“p\x18‰Âòð1l†$"
  b"\x01Þ«×²s“¤€È\x01Ñ\x10¢Þ"
  b"\x01Þ«×Ãrs¨ãûp\x00^N\x0E"
  b"\x01Þ«×Þq®£\x7F!3“ëŽÊ"
  b"\x01Þ«×îpÇ¥D6è\x13Sõ¯"
  b"\x01Þ«Ø\np`®ä\x00›þ11ã"
  b"\x01Þ«Ø\x1Epÿ´ã\v@Ô=ô\t"
  b"\x01Þ«Ø8sý\x13Í^™üŽ"
  b"\x01Þ«ØTp~§ÍÝXk†¢W"
  b"\x01Þ«Ømr±\x17U\x1E([©"
  b"\x01Þ«Ø€s&\x0Eñá;A\x00"
  b"\x01Þ«Ø™r?»?{Ʊ6\x7FÊ"
  b"\x01Þ«Ø®r\r™ƒaj$\fr"
  b"\x01Þ«ØÅpE©DÙ\x1D±O~\x01"
  b"\x01Þ«ØÛr?£¶Ý\x1E\x11IG\x03"
  b"\x01Þ«Øøq[§]jÿ÷·hñ"
  b"\x01Þ«Ù\x10s]„.Æé×&\x05l"
  b"\x01Þ«Ù1s«¡Ï†CÈ‚l`"
  b"\x01Þ«ÙFp4™ Òãš:s‘"
  b"\x01Þ«ÙfpAƒèi Bš¶Z"
  b"\x01Þ«Ù‚s\x18ˆ—1¦ìÄA7"
  b"\x01Þ«Ù“q.•V3Y‰u¹\x1F"
  b"\x01Þ«Ù®s&ˆ©ÿˉÂ?Å"
  b"\x01Þ«ßÂsâŽósÈÇ‘eò"
  b"\x01Þ«ßûqé¬Ê¢™6Ó0Ú"
  b"\x01Þ«àMp¼­òHxj’9ù"
  b"\x01Þ«àpp\x01ž2T\v\x7FÛª•"
  b"\x01Þ«àŸrܦ\x1Dy\x04|iL+"
  b"\x01Þ«à´r¨¸øÀœ\x13øŠê"
  b"\x01Þ«àÉr`Ô䨬¦\x18\x01"
  b"\x01Þ«ààrœ¸‹µn¸#ö"
  b"\x01Þ«àörTª÷înÎË\x16%"
  b"\x01Þ«á\x16sò-záßÿ|Ó"
  b"\x01Þ«á4p”´\x08†r±cÑÎ"
  b"\x01Þ«á[q°–a+èŽay¶"
  b"\x01Þ«ávsÑ ›}YW˜èž"
  b"\x01Þ«áŽq¾Š`ù»z1\x0FÕ"
  b"\x01Þ«á®r\x08–q¸Û:i"
  b"\x01Þ«áÉq_Žé[8ú'5ÿ"
  b"\x01Þ«áðqþ¼V\x1FÑL\x1F—!"
  b"\x01Þ«â\x14p¶‘ªs\x11\\x04"
  b"\x01Þ«âTs\x06¸'\x12ØÕ-µB"
  b"\x01Þ«â’p6‰ðZŠQ'´Á"
  b"\x01Þ«â½rÖ…wÌÓÕã!±"
  b"\x01Þ«âÚr©¬ÛÄK‹k"
  b"\x01Þ«âôr¸„gîÏ(§6È"
  b"\x01Þ«ã\rp¬«ãàZŽA«"
  b"\x01Þ«ã&p9­ÁÅ\x07Ó\x01Þ“"
  b"\x01Þ«ã8sÉ­•„©˜0+*"
  b"\x01Þ«ãQq#€5K®à‡\"
  b"\x01Þ«ãgsü¤²\tüt\x12<("
  b"\x01Þ«ãŠpÏ­\x18“C7£éÜ"
  b"\x01Þ«ã±re¬6ýhàúc,"
  b"\x01Þ«ä\fs\x1FŸ›öQ\x01«yŽ"
  b"\x01Þ«ä!sx”üz7ðGšb"
  b"\x01Þ«ä<r)«ö¼©8R&a"
  b"\x01Þ«äRs®µà\x11ƒ_Á¾\x10"
  b"""
    \x01Þ«ärri€\x03²\n
    µ Gm
    """
  b"\x01Þ«äœqq»*.«—ØC\x00"
  b"\x01Þ«ä³p½E\x04JÍÚíë"
  b"\x01Þ«äÍp³žçɐ\x01¿)Ò"
  b"\x01Þ«äép\x08¨pK‹!®T\x00"
  b"\x01Þ«å8pδy’þG"'*"
  b"\x01Þ«åUq3°¹Œ‰‰³oõ"
  b"\x01Þ«åpph”Å\x13HõRB}"
  b"\x01Þ«åˆpn‘¡\x12éwúYì"
  b"\x01Þ«å rš”Ž%(˜(ãÈ"
  b"\x01Þ«å¾q3ˆ¥A<\x1Cl8ò"
  b"\x01Þ«åÚp{¸p0ð×ðöµ"
  b"\x01Þ«åôr=§C%N•e}Ý"
  b"\x01Þ«æ\x15p·½úscY\x00Â\x1C"
  b"\x01Þ«æÈq{…±^I|‘0¼"
  b"\x01Þ«æãs\x1A•ÐgâgÆlŠ"
  b"\x01Þ«æøqÂŽ\x03þ\x01Sǝ>"
  b"\x01Þ«ç\x14rV¥Z<Ó\x13a)"
  b"\x01Þ«ç,râ‘Cથêî”"
  b"\x01Þ«çIpÁ»Šwë\t+šæ"
  b"\x01Þ«ç^rt°\e£f½IŽ`"
  b"\x01Þ«çsr:ˆ¾î^D·›²"
  b"\x01Þ«ç’q-´¦ã/@ã\x0F"
  b"""
    \x01Þ«çÈr\n
    ØÍ—»Û6š
    """
  b"\x01Þ«çôq\e¨I®¸%O×("
  b"\x01Þ«è\x0Erw‹õ$’8'ŽC"
  b"\x01Þ«è#q†–‡v\x1D^7L2"
  b"\x01Þ«è:qóê\x1DG'w¿˜"
  b"\x01Þ«èPs\x03œkZ\x19Û\x11gK"
  b"\x01Þ«èer·»,י渽Ý"
  b"\x01Þ«èŒq±¬ôží»\eÉ+"
  b"\x01Þ«è¶sD±ó–x\x07\f"
  b"\x01Þ«èÒr\x1D³ûêè õ–¡"
  b"\x01Þ«èçp\x16¤d­\t\x02J"
  b"\x01Þ«é\x04q}¢ôðHÑ;~;"
  b"\x01Þ«é\x1Dr¦¾³9[¯ê¬ˆ"
  b"\x01Þ«é/sÛ‘ƒEÊÂ0P/"
  b"\x01Þ«éXr‰¾0\x1C4åèÍú"
  b"""
    \x01Þ«élq\x15‹P1\x15œï\n
    µ
    """
  b"\x01Þ«é‚q¬M\f¥/#d\"
  b"\x01Þ«é‘p6¡_ÎßåQ\tŸ"
  b"\x01Þ«é£p\fž>ó¼Ô,l–"
  b"\x01Þ«é³s_ŠæˆÏ\x15À\x04"
  b"\x01Þ«éÆsH²2¼º~Ž-Ñ"
  b"\x01Þ«éÕsƒ§fÑÞˆ\x04z_"
  b"\x01Þ«ééqê¨Îî¥NÛµ9"
  b"\x01Þ«éüp_¡i\x1FÙI‡î|"
  b"""
    \x01Þ«ê\x12pQ»\x15\fü\n
    mE¥
    """
  b"\x01Þ«ê)rä¡"\x04\x16¸\x0E"
  b"\x01Þ«ê<pc²l…œâ>}½"
  b"\x01Þ«êQs\x1A“Åö{G-Îh"
  b"\x01Þ«êepˆ˜HõrÌé\v"
  b"\x01Þ«êvrò¡UqPDƸi"
  b"\x01Þ«ê‡r.ºáÿ»ÿ£¼…"
  b"\x01Þ«ê›py›Š\x0E€öi<ý"
  b"""
    \x01Þ«ê­r\x1FŠÇèL{Z\n
    Ú
    """
  b"\x01Þ«êØr·“Òpô¨5ý"
  b"\x01Þ«êîs‹=Ü~Þ\x16"
  b"""
    \x01Þ«ë\n
    pf³²nœ}\x08\x046
    """
  b"\x01Þ«ë r7¶xV¯oœ[š"
  b"\x01Þ«ë8pаõ TC2´"
  b"\x01Þ«ëNp'±\x0F\x05Qr\x15øU"
  b"\x01Þ«ëdpP…Ä\x04Z2˜šÛ"
  b"\x01Þ«ë}qw¶¨sS?Ø@g"
  b"\x01Þ«ë‘rBCvF:¬3þ"
  b"\x01Þ«ë§q©›Ç@Á‘\x07+\f"
  b"\x01Þ«ð¦r5·ë\x01Ùã›–\x10"
  b"\x01Þ«ðäq,ª39ï\x1DÍn"
  b"\x01Þ«ðüp\x17¸D\x14\x19\x7FÆqÞ"
  b"\x01Þ«ñ\x1Fp½›ûpþ˜§Š\x1C"
  b"\x01Þ«ñ?sE”+­=b.±©"
  b"\x01Þ«ñ`q\x18´‘@¬bŸÂC"
  b"\x01Þ«ñxrº©¢\x19n\x1A\x1F"
  b"\x01Þ«ñqº¡?8@\x16\x0FÜ\x0F"
  b"\x01Þ«ñ¨pe9wînn‹¨"
  b"\x01Þ«ñÈp;«c\x15Ož ×)"
  b"\x01Þ«ñÝpä²çîn—\x19èž"
  b"\x01Þ«ñõr ÅXj÷DP"
  b"\x01Þ«ò\x07pÿ–ž˜W¼ÓÝÓ"
  b"\x01Þ«ò"r¹˜,ú\x17ûvA’"
  b"\x01Þ«ò:r\x17£®4>SÙÊx"
  b"\x01Þ«òUq›‚Òô…bQNÞ"
  b"\x01Þ«òfs!§&¹.?ä¶Ô"
  b"\x01Þ«ò‚qo´´UwÅ]ñ\v"
  b"\x01Þ«ò“pµš¸J¬¤TÄP"
  b"\x01Þ«ò­r¦ŽÔ\¦?\x15\vG"
  b"\x01Þ«ò½p\x01ŠÒÐ_g`Ì"
  b"\x01Þ«ó*r1½~¶ë;­žA"
  b"\x01Þ«ó<rö¯kìËÅZní"
  b"\x01Þ«óSq/¸&e\x06‡¬ò-"
  b"\x01Þ«ójpI¥h\x04]œ¬gG"
  b"\x01Þ«ó\x7Fp5¢A›\x1C”(Ç›"
  b"\x01Þ«ó–q¢ª|\x15ZAàlé"
  b"\x01Þ«ó¬pGŒ9Ûy"'1\t"
  b"\x01Þ«óÃpáŽv\x06ÀK÷á\"
  b"""
    \x01Þ«óÙsá©Î™\n
    ‘g$\x17
    """
  b"\x01Þ«óörСt”Up5\x0Ed"
  b"\x01Þ«ô\x08p¦šx¹C×ÃJM"
  b"\x01Þ«ô*sj…Ö¿\eò\x08\x01\x14"
  b"\x01Þ«ôCrɓз\x03C‰{ô"
  b"\x01Þ«ôZs"¾)\fR•Éܹ"
  b"\x01Þ«ôpr±­\x10âãt€Zƒ"
  b"\x01Þ«ô‡p[œî?\x02Õ5"
  b"\x01Þ«ô¯sЀ,´\x17ç\x15^…"
  b"\x01Þ«ôÇqu¨b7§˜|Mb"
  b"\x01Þ«ôäp\x04¯íì»3ÎÆ“"
  b"\x01Þ«õ\x02q—™ZìG=.ª\x00"
  b"\x01Þ«õ\x1Erk­®\fÕ\x198~"
  b"\x01Þ«õ3po R8=‹»N"
  b"\x01Þ«õHr'‘Î-\x16•ô."
  b"\x01Þ«õ^r¿³¿C²]bì$"
  b"\x01Þ«õ\x7FqÓŒ-ŸŸÄ2o½"
  b"\x01Þ«õ•ryž[ܦ¤ßB\x14"
  b"\x01Þ«õ°q9Œ\x11O´{}¼Y"
  b"\x01Þ·\x00ðs„†Ã\x1F`\rÏœ$"
  b"\x01Þ·\x01\x06s\x0EŽ,{ \x17NuK"
  b"\x01Þ·\x01"r·–g„!b/QU"
  b"\x01Þ·\x01:pî¬\x04ä\x0F\x12¿"
  b"\x01Þ·\t]qn‡g\x14Ê18Ì®"
  b"\x01Þ·\t‹sõ†\x1EÚ®tQŸ²"
  b"\x01Þ·\t¥q•¸•ƒL†ëir"
  b"\x01Þ·\tºp\x1Cž©~!8ø\x06f"
  b"\x01Þ·\tÛruˆ=ž¸7_ ˜"
  b"\x01Þ·\tÿr¥™\r)QèÖSa"
  b"""
    \x01Þ·\n
    "s¦žBô\x1Fu‹W€
    """
  b"""
    \x01Þ·\n
    ;p2¹Ìg_‹Ô¢¯
    """
  b"""
    \x01Þ·\n
    RqR•Oa¦Gˆ\x1C)
    """
  b"""
    \x01Þ·\n
    rr€—\x05%\x1D¨35Ã
    """
  b"""
    \x01Þ·\n
    Žr™‡ƒ_¢¯)¸7
    """
  b"""
    \x01Þ·\n
    ¨pášZt—1-ÿˆ
    """
  b"""
    \x01Þ·\n
    »q3©$\x1Fîâe:\x12
    """
  b"""
    \x01Þ·\n
    ÏrR (\x17\x17\f/
    """
  b"""
    \x01Þ·\n
    áp\r¦^ò–$޲G
    """
  b"""
    \x01Þ·\n
    øpEª.Ußí{’%
    """
  b"\x01Þ·\v's\x0F©u“ú™\t‚Ó"
  b"\x01Þ·\vAsò¹O® \rñ""
  b"\x01Þ·\vTp»Ž7\x08û‘Ä\x0E"
  b"\x01Þ·\vts3ó,ØÜ2ße"
  b"\x01Þ·\vŒsŽ¿4ð\x01\x00F‰x"
  b"\x01Þ·\v¥p¡ªÇP%RŃ1"
  b"\x01Þ·\v»qòŽÂDD1Úì)"
  b"\x01Þ·\vÑr\x00Žgò>C\v"
  b"\x01Þ·\vòqN‰ùwÈ`»v˜"
  b"\x01Þ·\f\x10rœ²©Í¥Úë†"
  b"\x01Þ·\f8qÕž¤SÕ‰2àb"
  b"\x01Þ·\fMqž™¹Î\x13v´î\x05"
  b"\x01Þ·\flqm€î\x17_!ÚÕ"
  b"\x01Þ·\f‰rÿŒ\D%,]J+"
  b"\x01Þ·\fsx€Î™þ},A¢"
  b"\x01Þ·\f¿q\fšµ\x17,lØÇ."
  b"\x01Þ·\fÒpñ†•ßr\x16¡æJ"
  b"\x01Þ·\fêsý²\x7F1Q‰¢\x02¬"
  b"\x01Þ·\r\x06rêL+¼“û\x0Eª"
  b"\x01Þ·\r!p‚°¥ô%9»/\x16"
  b"""
    \x01Þ·\r>s¾¶\x14Í\n
    #¯Ó`
    """
  b"""
    \x01Þ·\rRp=!Š\n
    \x14‹¢·
    """
  b"\x01Þ·\rtqܐܾúj›ÔÐ"
  b"\x01Þ·\rsrŽ\x0F\x1FÊ9 "
  b"\x01Þ·\rªs»¸ÈÜAp\x1C—×"
  b"\x01Þ·\rÇpe¿›…™`e-\x02"
  b"\x01Þ·\rÜrÒ–\räñÓcNI"
  b"\x01Þ·\ròpþˆb¶>ïÿ ¶"
  b"\x01Þ·ÐqK«G¦Ä|Ùÿ•"
  b"\x01Þ·Ð™p6¼æ8\x104\x10\x02g"
  b"\x01Þ·Ð´poª–c\x19ÔE˜$"
  b"\x01Þ·ÐÔs\x00‚²\te±W\x01»"
  b"\x01Þ·ÐîrW¢gÀr“¬/e"
  b"\x01Þ·Ñ\x0EpH«=öœã²\x07#"
  b"\x01Þ·Ñ(r"›÷µí.¶>D"
  b"\x01Þ·Ñ8sã²}\x02õ#Ó€"
  b"\x01Þ·ÑTr{¡×\x14¨ÔB\x19M"
  b"\x01Þ·ÑfsS—\x00ÎN„ë I"
  b"\x01Þ·×\x13p¦®!yBƒUéº"
  b"\x01Þ·×]q\x05–~97\x13"¿p"
  b"\x01Þ·×qq\x06»ÿ\x19ü¥ä8n"
  b"\x01Þ·×Šq^†m&Ê"bx\x1C"
  b"\x01Þ·×›qÊ‹\x1A”MˆUG\t"
  b"\x01Þ·×¶sç¶f~‹¹d‘\x05"
  b"\x01Þ·×Êrǰ\x02Ø£zCÏ"
  b"\x01Þ·×âq”†r&mYòðØ"
  b"\x01Þ·×ûpi€ÄßÕpu\x157"
  b"\x01Þ·Ø\x1AsV”ûyùŽ4ÛQ"
  b"\x01Þ·Ø:r÷…î¢A ,Sá"
  b"\x01Þ·Ø`s&¥(•–Àx'U"
  b"\x01Þ·Øxq\x04¿xÆ„„©ñµ"
  b"\x01Þ·Ø’s\x05´¿\x06°ÃEQ»"
  b"\x01Þ·Ø£sˆ¥„ÌÍa£Nr"
  b"\x01Þ·Ø¹p¢†1Z=³"\x12"
  b"\x01Þ·ØÉqï5¾"BÁ"
  b"\x01Þ·Øæqä™WÚ\x1E\x04Aàe"
  b"\x01Þ·Ø÷r”žPç\x0E\x07œ+"
  b"\x01Þ·Ù\x13s5”,s®¦ìã"
  b"\x01Þ·Ù$pƐ\x1D<oɐli"
  b"\x01Þ·Ù>p\x03“Ø)êð›ô•"
  b"\x01Þ·ÙRr_½‚—ñô—±L"
  b"\x01Þ·Ùks\x0E‘³l\x01P¬à\x02"
  b"\x01Þ·Ù\x7Fr\x08š\x7FùGð„"¾"
  b"\x01Þ·Ù–rŒ‡´îñzy€Ø"
  b"\x01Þ·Ù¨rìštºp@K\x07Î"
  b"\x01Þ·ÙÂqcŠk¿a\x19<\x17à"
  b"\x01Þ·ÙÔq數Æ))î8\x03"
  b"\x01Þ·Ùïs¤™ÿ\x1AZ\x06d6\x08"
  b"\x01Þ·Ú\x14rŒ´éŒ l³"
  b"\x01Þ·Ú)r#œ\x006»Þš¹\x18"
  b"\x01Þ·ÚKpK Ï/Ü=Û\x01A"
  b"\x01Þ·Úmp[»O–qˆ/I"
  b"\x01Þ·Ú¤q»œŠÚYl\x01žB"
  b"\x01Þ·ÚÇrN¼¼&0|Î\x1Ev"
  b"\x01Þ·ÚÙs‚±§\x18½R|¯P"
  b"\x01Þ·Úör^*\v:ð×#1"
  b"""
    \x01Þ·Û\n
    p³¸øõkä$ *
    """
  b"\x01Þ·Û"p\x1D«VÚA¿ ¢ª"
  b"\x01Þ·Û6qÛ‰V\er´œ\tá"
  b"\x01Þ·ÛOr\x07‹V\x16\x11Íaõ`"
  b"\x01Þ·Ûtq\x03ªI2BÐþf"
  b"\x01Þ·ÛŽrA  Wv-"
  b"\x01Þ·Û¤p^’–àÁg\ª¦"
  b"\x01Þ·Û·sY‚931T\x06š¶"
  b"\x01Þ·ÛÐqP‘NÁr+‹Ï•"
  b"\x01Þ·Ûäq}¦Àú.LÇèé"
  b"\x01Þ·ÛürH ó·Ãùak\x16"
  b"\x01Þ·Ü\x0Es›ŽvVã(’‡~"
  b"\x01Þ·Ü*sW§êÛ’œIƒq"
  b"\x01Þ·ÜUp\x00µ“í*êÔëë"
  b"\x01Þ·Üosò¹\x00ùqÔÎß\x1D"
  b"\x01Þ·Ü‹p£»¦Ç\x7F³`Zà"
  b"\x01Þ·Ü¨sE‹)@ \x06\t"
  b"\x01Þ·Ü¸qJ•\x1D‡f˜G@"
  b"\x01Þ·ÜÔp[“uõd0Äq¨"
  b"\x01Þ·Üçs·¶ê(\t/3\rs"
  b"\x01Þ·Ý\x00p8t=±':y\x14"
  b"\x01Þ·Ý\x12rc"Úþd•ƒC"
  b"\x01Þ·Ý5pÛ»*³\x1DÇvÔ"
  b"\x01Þ·ÝTsŽƒá(Àyò‹”"
  b"\x01Þ·ÝdqD¤0ÒFZ\x04"
  b"\x01Þ·Ýq\‚bãsOõ‹Z"
  b"""
    \x01Þ·Ý£r\x1A”»êß\n
    Ëoe
    """
  b"\x01Þ·Ý·q=³8\rOäè:\x16"
  b"\x01Þ·ÝßrAž'%†Ot4º"
  b"\x01Þ·Þ\x00pTuˬ‰Äá<"
  b"\x01Þ·Þ,pz¢\t’›\x0F"
  b"\x01Þ·Þ<p‹»\x02!\x0Ex›ø;"
  b"""
    \x01Þ·Þls\n
    \x06c× ùøË
    """
  b"\x01Þ·Þ’r‘½ì›'\tÝ\x01"
  b"\x01Þ·Þ±s\x00ei¶±„\r"
  b"\x01Þ·ÞÅr\x13ŠÞVNZœ2E"
  b"\x01Þ·ÞÜq6¬S¼LªÞXù"
  b"\x01Þ·Þír\x16›ÈY¦¦Ù¹?"
  b"\x01Þ·ß\x08pp­—k\x00È;ó^"
  b"\x01Þ·ß$sÚŽÆ©“[ÖМ"
  b"\x01Þ·ßQrÕµPw‰‰æ"¶"
  b"\x01Þ·ßfqt§Ž“©ºÏI"
  b"\x01Þ·ßzrÜ‘¿NåºG¾\x05"
  b"\x01Þ·ß¤qÌœº™Û9eû¤"
  b"\x01Þ·ß¿s ªuAõD›\x10<"
  b"\x01Þ·ßßqÊ’kk¿¨u0\x17"
  b"\x01Þ·ßòpz³’ŸóâGãÈ"
  b"\x01Þ·à\x16r—†ôÃêWY#"
  b"\x01Þ·à/r¼‰ÙßLbUæe"
  b"\x01Þ·àIsi­<gÒÚBh^"
  b"\x01Þ·àbqÁ†ý¢Õ\x04©\x7Fï"
  b"\x01Þ·àzq0’Ú‘¸^‰Íê"
  b"\x01Þ·àšrLJQÌ{\x15'›ø"
  b"\x01Þ·àÊsd–‚6ô<Ž«"
  b"\x01Þ·àãq6·ts—éd™"
  b"\x01Þ·á\x02pÉŽ~•˜gI º"
  b"\x01Þ·á\x1Er:¦dD¦öº£~"
  b"\x01Þ·á7r\x1C©#½í,\x0FÏ"
  b"\x01Þ·áQq5‡«Sñ™:³Ô"
  b"\x01Þ·ázs՞Đ·Þ€6Â"
  b"\x01Þ·á°r¢¡¤\x00Ut|\x7FÞ"
  b"\x01Þ·áÈrjš\x17ÿ·ÉJ“á"
  b"\x01Þ·èBqĵtH\x07˜U‡¬"
  b"\x01Þ·èq@ƒ5<#-¯\x16Â"
  b"\x01Þ·è¦qž\x15ž=ÀÿãÌ"
  b"\x01Þ·èÄrƒ½\x02ÝéVCë‡"
  b"\x01Þ·èØp¦±NTû<?º6"
  b"\x01Þ·èórá±\x15,Ýâ¾ú\x04"
  b"\x01Þ·é\x06s£’As\x18ïÿ¥½"
  b"\x01Þ·é\x1Epϲ͢ƒB€êÁ"
  b"\x01Þ·é/r¡˜‚^Îk ‘¸"
  b"\x01Þ·éIq"¸ÈÜëúätÍ"
  b"\x01Þ·é`rOœ8^½¸íèœ"
  b"\x01Þ·é‡rŸ¡äŽ\v\x01ï,"
  b"\x01Þ·é£pù¢uØŽa\x1C\x03"
  b"\x01Þ·éÓrd£ú–Kôj*Ë"
  b"\x01Þ·éìq “ÖɬÀÞ\x1FÛ"
  b"\x01Þ·ê\x1As,‹äX×u¸Œå"
  b"\x01Þ·ê9qR®„\x15á³ÉäP"
  b"\x01Þ·êWp\x7F ½aÞ\x1CÛM¢"
  b"\x01Þ·êxp.”«2yâØî\x15"
  b"\x01Þ·ê—s׫œ~üæ/«Ù"
  b"\x01Þ·ê³rɼ³ÏMg½oN"
  b"\x01Þ·êÐr*—ÃÑÞÁL\t¯"
  b"\x01Þ·êîs\x06»ÞÚ!ùû^a"
  b"\x01Þ·ë\rpZ³w’ÎÑg\x1Eƒ"
  b"\x01Þ·ë&st‹\x02\x07ÈÚ¢™%"
  b"\x01Þ·ë;pkŒj\x1E\x15|€r¨"
  b"\x01Þ·ëPpä„Ñ\x1EmÑÅÙ;"
  b"\x01Þ·ëgq¸®ô§Ò)“ùÖ"
  b"\x01Þ·ë~rÜ—¤O¦ä\x15 ­"
  b"\x01Þ·ëÁp1‹$xŽŽT›"
  b"\x01Þ·ëåqQ†Wñ‘\f˜±_"
  b"""
    \x01Þ·ì\n
    qܶÓ\t¶†p‡\x1F
    """
  b"\x01Þ·ì"s\x05œH7A½ ¯8"
  b"\x01Þ·ì8qO¢\rÏb£!ì¿"
  b"\x01Þ·ìIp~±PŽ¿ÊRW*"
  b"\x01Þ·ìdr\x12Îq²w*b"
  b"\x01Þ·ìysz¡Rù4Ó–ØG"
  b"\x01Þ·ì•sC„['™dŽ\x17Z"
  b"\x01Þ·ì·qq’ƒ®\x18žª@M"
  b"\x01Þ·ìðp ­¨ñj\x05\x1C!\x18"
  b"\x01Þ·í\rs&±\x100\x0Euü2g"
  b"\x01Þ·í:sdŒëÉV«­T\x11"
  b"\x01Þ·í]rêž•L\x16õ: Ú"
  b"\x01Þ·ívr  ­@\f471\x18"
  b"\x01Þ·í¢q.¥[\x05M®Ér¸"
  b"\x01Þ·í»quŸ×žÍhÿ\x1E"
  b"\x01Þ·îZqp¬tjö:d@‰"
  b"\x01Þ·îmsÕ§ê\v¦½¡õ\x7F"
  b"\x01Þ·î†p\x1AŽ>Ÿ8#\x00H\r"
  b"\x01Þ·îœp£€‰\x1F¤ËÑ©h"
  b"\x01Þ·î³rx“\x01\x131‡¢\x14 "
  b"\x01Þ·îÊsІ×\x12\x14&¢»Š"
  b"\x01Þ·îÞp’¡*È©HûUk"
  b"\x01Þ·îôs¶Ÿºíë˜\­R"
  b"""
    \x01Þ·ï\n
    rn\x15\x147°É
    """
  b"\x01Þ·ï!s-©°†2™\x08ò?"
  b"\x01Þ·ï;pG£%\x14÷„Eñf"
  b"\x01Þ·ïbrU†|9ĉ0†®"
  b"\x01Þ·ï†q§¸U\x15t‡n€\x13"
  b"\x01Þ·ïËsh†Æ¥w–§Ü'"
  b"\x01Þ·ïæpï§U¹’¨\x18µœ"
  b"\x01Þ·ð\x02r¤€\x04°\eª¯\x02z"
  b"\x01Þ·ð\x19r\x0Fª¾\x11\x18ë\x1CË`"
  b"\x01Þ·ð2q>¤õ\x08ÿw(•Ð"
  b"\x01Þ·ðIp,¸P1½ÅÆ*€"
  b"\x01Þ·ð`q|¶¾Ñ´€E\x12ë"
  b"\x01Þ·ð¦q–¾-\x1E¹ÚO%4"
  b"\x01Þ·ðÍpÌ øÂ"nB¥2"
  b"\x01Þ·ðéq­¨ðBë&\v"
  b"\x01Þ·ñ2s뗁…Áõ\x00Œ"
  b"\x01Þ·ñIs¸%9‹\x1E¼Ëý"
  b"\x01Þ·ñipЇ֢q¼\x14\x0E-"
  b"\x01Þ·ñ‰sö½m\x1DAÃÒ“•"
  b"\x01Þ·ñÆqZšçÛ4žûg"
  b"\x01Þ·ñæpÔŸL%,\x1F"
  b"\x01Þ·ò\x07sá¢x«\x08~Ø8"
  b"\x01Þ·ò\x1Fqb»‹˜:™\x18Öt"
  b"\x01Þ·ò@q¦¥w\x07(×cEŽ"
  b"\x01Þ·òVpé»m¶é'3ÞR"
  b"\x01Þ·òkr¼£¢\v"2w•¶"
  b"\x01Þ·ò‚pö‡E‡\x1Dª¯ù\f"
  b"\x01Þ·ò˜sI¬û\eÊšç•2"
  b"\x01ÞÏ7\x12pŠ„ñ\x1A«÷N:>"
  b"\x01ÞÏ71q!”KÚyöªÉe"
  b"\x01ÞÏ7Hr\e˜Ä\x1A\x05"
  b"\x01ÞÏ7‚r‹´Œ_ §ŒÎ²"
  b"\x01ÞÏ7˜sšŸË§ç%_ð\x04"
  b"\x01ÞÏ7ÃpU„ÓÔME4ÐB"
  b"\x01ÞÏ7Ûs* huÅvÛp"
  b"\x01ÞÏ7ðp^”··\x12óÙF5"
  b"\x01ÞÏ8\x06pí‹ÔÑ*õSný"
  b"\x01ÞÏ8!r|¤Ðº\x07rñûŒ"
  b"\x01ÞÏ89pȉÔͬ°¯^ú"
  b"\x01ÞÏ8[si„Ù\x01ABv‹z"
  b"\x01ÞÏ8ƒsq¯z\vèŽiZ\x06"
  b"\x01ÞÏ8–s<£\x02\x1Cx±Á"
  b"\x01ÞÏ8©pëƒX4Ø€£ÿR"
  b"""
    \x01ÞÏ8»p\x11\n
    ùP\x02g\x18L
    """
  b"\x01ÞÏ8ÕsÆŒM›N]\x1Föj"
  b"\x01ÞÏ8öqX£íö$X\x7F‚Ž"
  b"\x01ÞÏ9\x15rq£Dµ\x06\x06c"
  b"\x01ÞÏ9:r\x1F…—x:Ï\yR"
  b"\x01ÞÏ9opþ‚îkÛ\x01qnˆ"
  b"\x01ÞÏ9‘sd—}Ðw\x13\x7F–­"
  b"\x01ÞÏ9´sҏ£¬‰.ƒ\v'"
  b"\x01ÞÏ9àqž®e\x01¶&‹]À"
  b"\x01ÞÏ:\x08p|‡\e\x03_\x19G\x06w"
  b"\x01ÞÏ::rl•åRFöýF\x07"
  b"\x01ÞÏ:mp>Ö˜J\f{@\x7F"
  b"\x01ÞÏ:qŸµ%¬Á\x1E\x12FQ"
  b"\x01ÞÏ@;qγK2…1ùÞ\r"
  b"\x01ÞÏ@Zr°”Â\x1D\vK–š¹"
  b"\x01ÞÏ@rqžŽäzæÙð7Y"
  b"\x01ÞÏ@Žqà“R_Ê&½#í"
  b"\x01ÞÏ@¨s\r¾³\x16Âß‘«F"
  b"\x01ÞÏ@Çsǃÿû\4ç®{"
  b"\x01ÞÏ@ærQ¢ìacÁê5"
  b"""
    \x01ÞÏA\x04rŽ´iÈ \n
    )¿Â
    """
  b"\x01ÞÏA+qì£Ä`ˆTƒ&Ì"
  b"\x01ÞÏACpù° ÅI=h~ï"
  b"\x01ÞÏAYr·Ž\x0FVpL¬Áq"
  b"\x01ÞÏAys‹„6Y½\x17\r"
  b"\x01ÞÏA—q{¹tÚ›¾q\x11Ž"
  b"\x01ÞÏA¹röŸú8È¥8\x04"
  b"\x01ÞÏAÜpl¸“†1¼ Ã:"
  b"\x01ÞÏAør(‚/T—Ǿq"
  b"""
    \x01ÞÏB\rr\tŸËo\x1Cì{\n
    Z
    """
  b"\x01ÞÏB<r¸‹’²×÷Shh"
  b"""
    \x01ÞÏBuqV·\n
    Q&\x17AÐ"
    """
  b"\x01ÞÏB—qæ•|uÿ.¯«#"
  b"\x01ÞÏB¶sf¡£óÍü\x1Ep\x14"
  b"\x01ÞÏBÒr‘«ŒÈW*6"
  b"\x01ÞÏBår¸»"\x17y\f‘‡ö"
  b"\x01ÞÏC\x08rÍŸú0Ù#"Ì®"
  b"\x01ÞÏC"qß±\x17:{ñÑzÄ"
  b"""
    \x01ÞÏr\x14s!¬\x11ľ\n
    3\x14å
    """
  b"\x01ÞÏr0rÿšúó¤ÁÃnC"
  b"\x01ÞÏrLr̦d†%ÊR "
  b"\x01ÞÏrhqNª­\x06nˆz„\x06"
  b"\x01ÞÏr„qý¹uýqÀs¶–"
  b"\x01ÞÏrœrŽŠÄz´Û=v"
  b"""
    \x01ÞÏrÇs\x18ŒMôØ\n
    ezº
    """
  b"\x01ÞÏrÝsÏ£5Ù\x00\x07ñ"
  b"\x01ÞÏrøpf“‰lЩœ‚\x13"
  b"\x01ÞÏs\x12qX†ŒHgÀ%ù\x7F"
  b"\x01ÞÏs.r°‡Ú~\x1A˜è\x134"
  b"\x01ÞÏsOsè§Ÿñ\t_\x05"
  b"\x01ÞÏs™q#¿ìŽ<©\x1C˜‘"
  b"\x01ÞÏsÏrp±\t‰¹_¼Ê\x05"
  b"\x01ÞÏsðr`œ>±BXõS)"
  b"\x01ÞÏt\rsî¸ßü7Yò\rž"
  b"\x01ÞÏt-pç“\x19ï—\x04¢’m"
  b"\x01ÞÏtDsªi”k33XW"
  b"\x01ÞÏtar&%p~\eËXo"
  b"\x01ÞÏtypÿŽÇµ„Y\x06“U"
  b"\x01ÞÏt¢rû¥”Xúp)$ó"
  b"\x01ÞÏt¾s\x04—vEy˜ƒ_@"
  b"\x01ÞÏtðrºµäA¶K9±¯"
  b"\x01ÞÏu\x11s%©wØR†\x11Ä"
  b"\x01ÞÏu.r}¸?)\rJrŒ§"
  b"\x01ÞÏuEsš¾³\x07.\x0F\x04"
  b"\x01ÞÏuorß…x 0/J\x1C"
  b"\x01ÞÏu£sĪÉZ\x19Õ°\x1Ad"
  b"\x01ÞÏuêsv¦Žƒ?¹4œä"
  b"\x01ÞÏv\x1FsSŽH\x1F\v \x071\x1D"
  b"\x01ÞÏvVršn‹ÚbhÚ]"
  b"\x01ÞÏv•qª‚\x03ëX\x14É×U"
  b"\x01ÞÏv²r\x19¹\x16éQaL\x1C´"
  b"\x01ÞÏv×p‡…$Y¨àîxâ"
  b"\x01ÞÏvòqç€×ÂÓÚ÷“†"
  b"\x01ÞÏw\x1Cs@¦Vk}fmë"
  b"\x01ÞÏwBqWŽÑÖ½hÞ\x19l"
  b"\x01ÞÏw`sgƒÌë\x1F³#«"
  b"\x01ÞÏw‹r@œä,\x1C)Òb?"
  b"\x01ÞÏwºr‘ŒÃçLI³úª"
  b"\x01ÞÏwÞs\x08ˆb•å1fÁ1"
  b"\x01ÞÏwópW»àí3]šÖ}"
  b"\x01ÞÏx\x08s”³0Ã0Zn\ex"
  b"\x01ÞÏx r­¢(…·+—\x12~"
  b"\x01ÞÏx6qw¸ ¿þFþð³"
  b"\x01ÞÏxKp;‹U+ÞL7È\x18"
  b"\x01ÞÏxgrT‡ÖGƒžP+\x12"
  b"\x01ÞÏxƒrЋIÑRP¶k¶"
  b"\x01ÞÏx p‡ž,Köî\Á³"
  b"\x01ÞÏx¼r<Ž÷H\x1DÁ°\x03Å"
  b"\x01ÞÏxâr\x1E·nf½lTî\x7F"
  b"\x01ÞÏxús\x13‰~1"\x16\x17\f?"
  b"\x01ÞÏy%sØÜÿˆ\x16œ;€"
  b"\x01ÞÏ\x7FÆr9¥ˆ¼Ã\x1Dg¨€"
  b"\x01ÞÏ€MqA¥qYÍø\x06"
  b"\x01ÞÏ€oq ±à\x12jèoph"
  b"\x01ÞÏ€‘s÷¢X]GA¤Òª"
  b"\x01ÞÏ€³pÿ¯ÚOŸ\x1DÃày"
  b"\x01ÞÏ€åqW¯—&•\x00us#"
  b"\x01Þρ\x11pJ’O`vš\x18¼M"
  b"\x01ÞρIqY¬H7¼hÅñæ"
  b"\x01Þρ„sí’Ú÷YO=7\x0E"
  b"\x01Þρ³rÍŠ2›\x7FŒ•­’"
  b"\x01ÞρØq¬Šˆï(HѬä"
  b"\x01Þρúq«§(x"‰2™ƒ"
  b"\x01ÞÏ‚\x19s>…i>\x15\x18í\x7Ff"
  b"\x01ÞÏ‚6q{¾¬"ÚšD©C"
  b"\x01ÞÏ‚ss5´\x1F¤N¯Å’>"
  b"\x01ÞÏ‚‰qI•\x03ˆ\x11ë•,\x1A"
  b"\x01ÞÏ‚¡p\v¼µ²¼_É”\v"
  b"\x01ÞÏ‚ºsØ­"÷3ä¤`y"
  b"\x01ÞÏ‚Òs\x01±«\x1D~w2ÂÎ"
  b"\x01ÞÏ‚ípf§6\x05Xp¬\x06!"
  b"\x01Þσ\trÑ \x03\vÓà\x0E\x13ž"
  b"\x01Þσ\x1Fq¾ªÄø_ÍãÔw"
  b"\x01Þσ6q€®/ðtÃH„É"
  b"""
    \x01ÞσQrd‹\n
    #ŠÚ«P­
    """
  b"™2.5-±F–QÛõ[ÉÙî"
  b"×Õ$\n¤ûH.¥\x00±Êò‘-þ"
  b"Ú.Á5ò}H}º(J³ŽÏ,7"
  b"õÂ\x19+WrH˜”нZðÑ¥Ú"
  b"""
    gYgÁYZHö±¹òŸù\n
    
    """
  b"\x01Ž9¾yËp˱\x1C3„à\x12•c"
  b"\x01Ž9¾yåpœ½RÖx\\x1F•)"
  b"\x01Ž9¾zÅp\x17´Ž\x05L\x12!\x06\x0E"
]
63 0.36 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
64 0.55 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
65 0.47 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
66 0.32 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
67 0.98 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.netiCurrency`.`id` as `sales_channel_domain.currency.netiCurrency.id`, `sales_channel_domain.currency.netiCurrency`.`currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID`, `sales_channel_domain.currency.netiCurrency`.`active` as `sales_channel_domain.currency.netiCurrency.active`, `sales_channel_domain.currency.netiCurrency`.`buffer` as `sales_channel_domain.currency.netiCurrency.buffer`, `sales_channel_domain.currency.netiCurrency`.`last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor`, `sales_channel_domain.currency.netiCurrency`.`last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate`, `sales_channel_domain.currency.netiCurrency`.`created_at` as `sales_channel_domain.currency.netiCurrency.createdAt`, `sales_channel_domain.currency.netiCurrency`.`updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency`.`id` = `sales_channel_domain.currency.netiCurrency`.`currency_id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01X<lŒx»‹tFª£Gx "
]
68 0.34 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"\x01X<lŒx»‹tFª£Gx "
]
69 0.39 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
70 0.46 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"÷¸ÉÀ\x10G\x02©ofM«þ&V"
  true
]
71 0.51 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
72 0.60 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country`.`shipping_available` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
73 0.81 ms
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x11 \x11€ŽÛDސõA´8R´\x18"
  b"\x15žK¥H\x16J–„\x07•1ÓtàÀ"
  b"\x1A\x15%=°:O\x04–¾§èÊᎣ"
  b"\ev>³ó\x07EN¤˜\x0F‚9“¡‚"
  b""Òµµ\x04ÈL²˜Ð½oQ·\x19¾"
  b"9£â„µZHŸªK\x1Eæ\ekÕœ"
  b"?«¾ÁH A·¯\x7FóÀh@3½"
  b"IcôÔxUII‰ÞC¥\x11\fr"
  b"P\x0F\x14½UÊD\x18»ôÛŽ&x\x1An"
  b"Pß|Š¡>L™€´+\x1F\x04ã¬ò"
  b"""
    Ua\n
    ’ýˆDr€\x12\x15À“ÍSÕ
    """
  b"[öï\e`LH5¥1(Ê¼UÜ"
  b"]#„ôY®F-†gö`B3ìú"
  b"\x15kQ‘OÔ¶b[oì\x16JT"
  b"‡BH\x1D\x19‚B\toæXšÃ\³"
  b"Š\x1FÉD€—Nà§\¤ç^ï©["
  b"ŠMólç\x18N자\x05–n\x1Fu"
  b"޳6ƒ"øNÕºìâÈAéçß"
  b"‰˜¡‹`Mb…\x17süQ}»V"
  b"£ƒ‚´Ñ0EÕ¼+HyhTÑ^"
  b"¥\x15¤_’ÍFá¹Î¾®ÿWz‚"
  b"¥d%ÖöOAˆ¹|¦»‘µAs"
  b"©\x06{\x0EgENÛ¸G\x15\x12\x11µÍÛ"
  b"Õ®kP•ôAPªÒÉqÞØ[="
  b"ÝDää ²K!±3§•Š\x10"
  b"äÌí“ÓíBÜ·>€ÝËþkï"
]
74 0.57 ms
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.netiCurrency`.`id` as `currency.netiCurrency.id`, `currency.netiCurrency`.`currency_id` as `currency.netiCurrency.currencyID`, `currency.netiCurrency`.`active` as `currency.netiCurrency.active`, `currency.netiCurrency`.`buffer` as `currency.netiCurrency.buffer`, `currency.netiCurrency`.`last_factor` as `currency.netiCurrency.lastFactor`, `currency.netiCurrency`.`last_update` as `currency.netiCurrency.lastUpdate`, `currency.netiCurrency`.`created_at` as `currency.netiCurrency.createdAt`, `currency.netiCurrency`.`updated_at` as `currency.netiCurrency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN `neti_current_currencies_currency` `currency.netiCurrency` ON `currency`.`id` = `currency.netiCurrency`.`currency_id` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
75 0.41 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"\x0142\eH³¾)áz\x16\x00"
  1
]
76 1.49 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`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"\x0142\eH³¾)áz\x16\x00"
]
77 0.55 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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"\x0142\eH³¾)áz\x16\x00"
  "d75e9502d0634da28cdbe1c682d89057"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
78 1.88 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01ÞŸdxqÔ­Žâ\n
    ›Ž¹\x1F
    """
]
79 0.55 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` 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"\x0142\eH³¾)áz\x16\x00"
  "9313030d057c48cbb22749efb943f24b"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
80 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Þ«W¦r2‡5fUÀ†/\x1A"
]
81 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"\x0142\eH³¾)áz\x16\x00"
  "d500dea809834e9dacca085a52fb482f"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
82 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Þ«W¼sH³Û\rÚÐt\x04Ú"
]
83 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"\x0142\eH³¾)áz\x16\x00"
  "75c3084d1c1449a38d722b1063bbad74"
  "c4ff5e0c99374d13b3e846ac9f1f34b4"
]
84 1.71 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.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Þ«WLq„‘\x05Ì+wòJ "
]
85 0.88 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"\x0142\eH³¾)áz\x16\x00"
  true
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
86 3.27 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ÞŸdxqÔ­Žâ\n
    ›Ž¹\x1F
    """
  b"\x01Þ«WLq„‘\x05Ì+wòJ "
  b"\x01Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x01Þ«W¼sH³Û\rÚÐt\x04Ú"
  b"\x01Þ«WÙq\•Ùñ\x19Eç·""
  b"\x01Þ«WüpŽ–Åç\fô’)Ð"
  b"\x01Þ«X\x11sЇtÜ'˜-‡"
  b"\x01Þ«X*s’¿z›ž¤c\x1E´"
  b"\x01Þ«XHpÍ–e}Ù›ô¦Û"
  b"\x01Þ«Xasà·?¬\x0FL¶2c"
  b"\x01Þ«X~rš‰þÛCà­k\x10"
  b"\x01Þ«X™r-Ÿ#®ú\x01ô\x08©"
  b"\x01Þ«X°pE…Ç”Ž\x06äuÇ"
  b"\x01Þ«XÈq–¹O\x01Iü"Ù¯"
  b"\x01Þ«Xäs¡Š:?æíU\x1AU"
  b"\x01Þ«Y\x06sR¤m\:¯7³Ž"
  b"\x01Þ«Y\eqi¥ý/³\x04t\x06R"
  b"\x01Þ«Y5sŽŽ®3X›ÉŒ\n"
  b"\x01Þ«YNp\x1AÇ#™\eL–S"
  b"\x01Þ«Yhsc³\x10\rÌŠ;0y"
  b"\x01Þ«Y|r€†\x1D\vbàƒŒ"
  b"\x01Þ«Y—p\x7F©$4eI›¨"
  b"\x01Þ«Y®p'§‰2g\x13K%â"
  b"\x01Þ«YÄq¦†–—v¨©ÚQ"
  b"\x01Þ«YÞr靈ÊthTÈÆ"
  b"\x01Þ«Z\x14p\x1D¥\x16è­×ø"¤"
  b"\x01Þ«Z)r\v¦wd¦ÔÐ3‰"
  b"\x01Þ«ZOqϰ\x04\x01—‚h¾§"
]
87 0.97 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"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Äÿ^\f™7M\x13³èF¬Ÿ\x1F"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"º\x19\vÌ3"LJ“¨XT(uÐ8"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"xíîûç‹H@Œ“\x13ů{\x03"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"¶äŒ\x07zOƦ\x16\x15\x12ññÅÁ"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"-\x7F¹@-\x16N ¹¦Ú˜Vôk"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"ù¤ÄmeJۺԐ0Géo "
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"ù¤ÄmeJۺԐ0Géo "
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x13\x03\r\x05|H˲'Iï¹CòK"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"×^•\x02ÐcM¢ŒÛáÆ‚ØW"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"\x08M\x1C\x14I£Žr+\x10c»­t"
  b"\x1DoV%ô°CJ¥ó²² d)z"
  b"Õ\x00Þ¨\tƒN¬Ê\x08ZRûH/"
]
88 0.66 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ÞŸdxqÔ­Žâ\n
    ›Ž¹\x1F
    """
  b"\x01Þ«WLq„‘\x05Ì+wòJ "
  b"\x01Þ«W¦r2‡5fUÀ†/\x1A"
  b"\x01Þ«W¼sH³Û\rÚÐt\x04Ú"
  b"\x01Þ«WÙq\•Ùñ\x19Eç·""
  b"\x01Þ«WüpŽ–Åç\fô’)Ð"
  b"\x01Þ«X\x11sЇtÜ'˜-‡"
  b"\x01Þ«X*s’¿z›ž¤c\x1E´"
  b"\x01Þ«XHpÍ–e}Ù›ô¦Û"
  b"\x01Þ«Xasà·?¬\x0FL¶2c"
  b"\x01Þ«X~rš‰þÛCà­k\x10"
  b"\x01Þ«X™r-Ÿ#®ú\x01ô\x08©"
  b"\x01Þ«X°pE…Ç”Ž\x06äuÇ"
  b"\x01Þ«XÈq–¹O\x01Iü"Ù¯"
  b"\x01Þ«Xäs¡Š:?æíU\x1AU"
  b"\x01Þ«Y\x06sR¤m\:¯7³Ž"
  b"\x01Þ«Y\eqi¥ý/³\x04t\x06R"
  b"\x01Þ«Y5sŽŽ®3X›ÉŒ\n"
  b"\x01Þ«YNp\x1AÇ#™\eL–S"
  b"\x01Þ«Yhsc³\x10\rÌŠ;0y"
  b"\x01Þ«Y|r€†\x1D\vbàƒŒ"
  b"\x01Þ«Y—p\x7F©$4eI›¨"
  b"\x01Þ«Y®p'§‰2g\x13K%â"
  b"\x01Þ«YÄq¦†–—v¨©ÚQ"
  b"\x01Þ«YÞr靈ÊthTÈÆ"
  b"\x01Þ«Z\x14p\x1D¥\x16è­×ø"¤"
  b"\x01Þ«Z)r\v¦wd¦ÔÐ3‰"
  b"\x01Þ«ZOqϰ\x04\x01—‚h¾§"
  b"\x0142\eH³¾)áz\x16\x00"
]
89 0.40 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"
]
90 0.27 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»‚ªÁ"
]
91 1.30 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, 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"\x0142\eH³¾)áz\x16\x00"
]
92 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.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"\x0142\eH³¾)áz\x16\x00"
]
93 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ç¡"
]
94 0.97 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/0190deab57a6723287356655c0862f1a"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"–Hó8]aLU½|ÔÜhÓ\x01Ì"
]
95 0.57 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"
]
96 0.65 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
97 1.01 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NINJAManufacturerExtension"
]
98 0.77 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"
]
99 0.66 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"
]
100 0.78 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"
]
101 0.62 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"
]
102 0.31 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"V?•\x7F"ŠHûžù^ûèñ­ƒ"
]
103 0.23 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
104 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"4U0/þõH÷—÷5’6\x1Cç¡"
  "wTJW6n5ijh1sMOGXAjYTdibu9pghkQzw"
]
105 0.36 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
106 0.98 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"|ÀÐ÷-âO\x08š¯¢4>ŒÁê"
  b"ç·-_ÌÁI<—\x1E̵&öÑ-"
  b"V?•\x7F"ŠHûžù^ûèñ­ƒ"
]
107 9.61 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/0190deab57a6723287356655c0862f1a"
  "/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/0190deab57bc7348b3db0ddad07404da"
  "/detail/0190de9f647871d4ad8de20a9b8db91f"
  "/detail/0190deab574c71849105cc2b77f24aa0"
  "/navigation/018f6e8823ec73e281019fb0a0c6ffc4?freeInput=MA-15503-259-1418-S"
  "/detail/018e39be79cb70cbb11c3384e0129563"
  "/detail/018e39be7ac57017b48e054c1221060e"
  "/detail/0190dea466d673b69e4e9db2a4e28bd6"
  "/detail/0190decf73997123bfec8d3ca91c9891"
  "/detail/0190decf7545739abeb3072e0f22cd04"
  "/detail/d7d5240aa4fb482ea500b1caf2912dfe"
  "/detail/0190deab8ee57358815c6a3a1f5ff420"
  "/detail/0190deab8e9d7197b05e0d82fdccef40"
  "/detail/0190de9f651a73a798e738f0ff0e6f85"
  "/detail/f5c2192b5772489894d0bd5af0d1a5da"
  "/detail/0190de9f65437329b4395bdb280ae42f"
  "/detail/0190deabc86573b5a5305d64796804b4"
  "/detail/0190deabc843706cb1d966d0705b4d1e"
  "/detail/018e39be79e5709cbd52d6785c1f9529"
  "/detail/0190dea4654173e7a5db95e786e54eb4"
  "/detail/0190decf4197717bb974da9bbe71118d"
  "/detail/99322e352db1469d9651dbf55bc9d9ee"
  "/detail/0190deab688e713dba64b505246f9bf5"
  "/detail/0190de9f64c37349abb7e5db58a165c6"
  "/detail/0190deab67e072b5b4cf8ac55d2dc5c8"
  "/detail/da2ec135f27d487dba284ab38dcf2c37"
  "/detail/0190de9f652d70998d9a5029292d6bb4"
  "/detail/0190deabae52731e8aab35b168204f55"
  "/detail/0190deabae6871d0b61a7ca71e6af411"
  "/detail/675967c1595a48f6b1b9f29ff90a5acc"
  "/detail/0190deabf3d973e1a9ce990a91672417"
  "/detail/0190de9f656e70b69bc45db3554b5158"
  "/detail/0190deabf3c370e18e7606c04bf7e15c"
  "/navigation/16d6820611844818b21f02db155f5571"
  "/navigation/a803fe72ddfd4c7a963fc7aef88d2982"
  "/navigation/9407783af883403f9ae466523d9ba969"
  "/navigation/6b3e2cceaff847288ce982185d3eb159"
  "/navigation/14411d2ca159444f8c88440374da98ce"
  "/navigation/d02b90bca7924fde90435125dbfd115f"
  "/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4U0/þõH÷—÷5’6\x1Cç¡"
]
108 0.65 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.