GET https://shop.devmsa.sharpness.de/navigation/e379fcc096f343568dcb1e294d45c931?p=1

Query Metrics

46 Database Queries
44 Different statements
264.90 ms Query time

Queries

Group similar statements

# Time Info
1 0.22 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:
[]
2 0.11 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.15 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:
[]
4 0.32 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"Íe’Æ6®Kóƒx°\x1A›1äm"
  "Hygienearmaturen"
  "Hygienearmaturen/"
]
5 0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]
6 0.13 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]
7 0.17 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"Íe’Æ6®Kóƒx°\x1A›1äm"
  b"Å\x08×PÉVKÿ»IQ\x1EøP\x08r"
]
8 0.56 ms
-- category::data::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.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`file_hash` as `category.media.fileHash`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` 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` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
9 0.27 ms
-- category::data::association::translations::read
SELECT `category_translation`.`name` as `category_translation.name`, `category_translation`.`breadcrumb` as `category_translation.breadcrumb`, `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`, `category_translation`.`custom_fields` as `category_translation.customFields`, `category_translation`.`created_at` as `category_translation.createdAt`, `category_translation`.`updated_at` as `category_translation.updatedAt`, `category_translation`.`category_id` as `category_translation.categoryId`, `category_translation`.`language_id` as `category_translation.languageId`, `category_translation`.`category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation`.`category_version_id` = ?) AND (((`category_translation`.`category_id` IN (?))))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
10 0.24 ms
-- category::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.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 (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` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"vˆT\x04°{KC·ñ \x06\x05œ"
]
11 0.30 ms
-- category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `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`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `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 `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"vˆT\x04°{KC·ñ \x06\x05œ"
]
12 0.30 ms
-- category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `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`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.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 `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`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"\x02ûª=B)¾àÇ᤹Z\x1D"
  b"/ó¶\x05–ßA'Œç51˜)ûø"
]
13 0.25 ms
-- category::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`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `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`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `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 (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` WHERE (`cms_slot`.`version_id` = ?) AND (((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"‚Ä|°LžCl„ÌFI2¡4J"
  b"ŽÇE\tø\rIÚ–„Á¬Î\x10\x1D"
  b"æôe‚ßhNÿ¦$oñ˶‡m"
  b"™,ÉX}\x1CFÀº\x1F¥p{J«<"
]
14 0.23 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"´ \x18·vGÉ‹\t\x17DV;ûÍ"
]
15 0.13 ms
-- product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
16 0.20 ms
-- product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"´ \x18·vGÉ‹\t\x17DV;ûÍ"
  b"""
    \x06 .~GΔ\x15d¼¾\x05\n
    «
    """
  b"ëbxQRjE-¸Ùc™#é!°"
  b"X`\rüN$N ©\x1FP\x1A‚}8ž"
  b"~sÌ+¤ÝJá‘\tdA\\x16vJ"
  b"–7JüB½A’¥Š\x1Fr«—GÃ"
  b"\x06jkîü~Kn‰)ÖL(ˆ¥\x1A"
  b""?xÂbúL¿ŸÕ1œ1Q±&"
]
17 0.11 ms
-- product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
18 0.09 ms
-- product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
19 50.56 ms
-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(`product`.`product_number`) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  null
  true
  false
]
20 27.64 ms
SELECT COUNT(*) FROM (-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  null
  true
  false
]
21 89.59 ms
-- product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  null
  true
  false
]
22 21.81 ms
-- product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  null
  true
  false
]
23 0.50 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ó?B4‘÷O‡œ;š[8ŸU"
  b"„ ¿êú_F—·Þ:ÛôÉ\x17Å"
  b"‰'’lÀ\x7FAyžÐ\x1E9ÓXRÉ"
  b"¡«Uw\x7FKZ€¡ÊÿäaªŸ"
  b"AQ9¼MÚFÞ…)KòÛg"H"
  b"ùCõ!÷ºOCŠ«ìçŠü›"
  b"\x0FÙÔ½JÁK\x07¤tGŠG]\x17ß"
  b"—7Æ\x02ð(Hçƒ-ôÿtF?Ñ"
  b"`ML\x00A:F›«È1.º\x18E?"
  b"E<\x7F7omE*ŽUâ9ÞÜ\x07e"
  b"""
    \e©«\vMÓ§Pû2\n
    ½Óy
    """
  b"\x02\x045ëÀOHþš»\e\rÝy"
  b"\x1C•_ýG5»K3Ç/î\x0E"
  b"\x08o\x03žXÆN·(€<úâ}Ê"
  b"5Ž2C«©BûŠL²î\x14\x0F¨ô"
  b"{|òsYˆLçÍ!\x18_Ñ^s"
  b"2CÓ—d„KžšÀ\x17mß}L$"
  b"‘ù) :ñKݨÉâ€Òë¨\t"
  b"\x06«<Hòæ@˜µþÖVâÜ\f>"
  b"Å\x199åfZH7¶Œ\x16´;Î\x1D\x03"
  b"""
    ]NŽòp˜BG‘XŽ\x08\n
    V‚”
    """
  b"Ð÷»\tnþC¦¼…ñ\x02\x17ÐW©"
  b"÷yGÑf;@ì©77œ{&*œ"
  b"\x15¯’ã2\eO=¼8†ž‡ñÆ\x02"
]
24 0.64 ms
-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"Ó?B4‘÷O‡œ;š[8ŸU"
  b"„ ¿êú_F—·Þ:ÛôÉ\x17Å"
  b"‰'’lÀ\x7FAyžÐ\x1E9ÓXRÉ"
  b"¡«Uw\x7FKZ€¡ÊÿäaªŸ"
  b"AQ9¼MÚFÞ…)KòÛg"H"
  b"ùCõ!÷ºOCŠ«ìçŠü›"
  b"\x0FÙÔ½JÁK\x07¤tGŠG]\x17ß"
  b"—7Æ\x02ð(Hçƒ-ôÿtF?Ñ"
  b"`ML\x00A:F›«È1.º\x18E?"
  b"E<\x7F7omE*ŽUâ9ÞÜ\x07e"
  b"""
    \e©«\vMÓ§Pû2\n
    ½Óy
    """
  b"\x02\x045ëÀOHþš»\e\rÝy"
  b"\x1C•_ýG5»K3Ç/î\x0E"
  b"\x08o\x03žXÆN·(€<úâ}Ê"
  b"5Ž2C«©BûŠL²î\x14\x0F¨ô"
  b"{|òsYˆLçÍ!\x18_Ñ^s"
  b"2CÓ—d„KžšÀ\x17mß}L$"
  b"‘ù) :ñKݨÉâ€Òë¨\t"
  b"\x06«<Hòæ@˜µþÖVâÜ\f>"
  b"Å\x199åfZH7¶Œ\x16´;Î\x1D\x03"
  b"""
    ]NŽòp˜BG‘XŽ\x08\n
    V‚”
    """
  b"Ð÷»\tnþC¦¼…ñ\x02\x17ÐW©"
  b"÷yGÑf;@ì©77œ{&*œ"
  b"\x15¯’ã2\eO=¼8†ž‡ñÆ\x02"
]
25 4.02 ms
-- product-listing-route::loading::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.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.link`, `product.manufacturer.translation.link` as `product.manufacturer.link`, `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`, `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`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `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.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.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 `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 `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` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`link` as `product.manufacturer.translation.link`, `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.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ó?B4‘÷O‡œ;š[8ŸU"
  b"„ ¿êú_F—·Þ:ÛôÉ\x17Å"
  b"‰'’lÀ\x7FAyžÐ\x1E9ÓXRÉ"
  b"¡«Uw\x7FKZ€¡ÊÿäaªŸ"
  b"AQ9¼MÚFÞ…)KòÛg"H"
  b"ùCõ!÷ºOCŠ«ìçŠü›"
  b"\x0FÙÔ½JÁK\x07¤tGŠG]\x17ß"
  b"—7Æ\x02ð(Hçƒ-ôÿtF?Ñ"
  b"`ML\x00A:F›«È1.º\x18E?"
  b"E<\x7F7omE*ŽUâ9ÞÜ\x07e"
  b"""
    \e©«\vMÓ§Pû2\n
    ½Óy
    """
  b"\x02\x045ëÀOHþš»\e\rÝy"
  b"\x1C•_ýG5»K3Ç/î\x0E"
  b"\x08o\x03žXÆN·(€<úâ}Ê"
  b"5Ž2C«©BûŠL²î\x14\x0F¨ô"
  b"{|òsYˆLçÍ!\x18_Ñ^s"
  b"2CÓ—d„KžšÀ\x17mß}L$"
  b"‘ù) :ñKݨÉâ€Òë¨\t"
  b"\x06«<Hòæ@˜µþÖVâÜ\f>"
  b"Å\x199åfZH7¶Œ\x16´;Î\x1D\x03"
  b"""
    ]NŽòp˜BG‘XŽ\x08\n
    V‚”
    """
  b"Ð÷»\tnþC¦¼…ñ\x02\x17ÐW©"
  b"÷yGÑf;@ì©77œ{&*œ"
  b"\x15¯’ã2\eO=¼8†ž‡ñÆ\x02"
]
26 0.16 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
27 50.25 ms
-- product-listing-route::loading::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"\x02\x045ëÀOHþš»\e\rÝy"
  b"\x06«<Hòæ@˜µþÖVâÜ\f>"
  b"\x08o\x03žXÆN·(€<úâ}Ê"
  b"\x0FÙÔ½JÁK\x07¤tGŠG]\x17ß"
  b"\x15¯’ã2\eO=¼8†ž‡ñÆ\x02"
  b"\x1C•_ýG5»K3Ç/î\x0E"
  b"2CÓ—d„KžšÀ\x17mß}L$"
  b"5Ž2C«©BûŠL²î\x14\x0F¨ô"
  b"AQ9¼MÚFÞ…)KòÛg"H"
  b"E<\x7F7omE*ŽUâ9ÞÜ\x07e"
  b"""
    ]NŽòp˜BG‘XŽ\x08\n
    V‚”
    """
  b"`ML\x00A:F›«È1.º\x18E?"
  b"""
    \e©«\vMÓ§Pû2\n
    ½Óy
    """
  b"{|òsYˆLçÍ!\x18_Ñ^s"
  b"„ ¿êú_F—·Þ:ÛôÉ\x17Å"
  b"‰'’lÀ\x7FAyžÐ\x1E9ÓXRÉ"
  b"‘ù) :ñKݨÉâ€Òë¨\t"
  b"—7Æ\x02ð(Hçƒ-ôÿtF?Ñ"
  b"¡«Uw\x7FKZ€¡ÊÿäaªŸ"
  b"Å\x199åfZH7¶Œ\x16´;Î\x1D\x03"
  b"Ð÷»\tnþC¦¼…ñ\x02\x17ÐW©"
  b"Ó?B4‘÷O‡œ;š[8ŸU"
  b"÷yGÑf;@ì©77œ{&*œ"
  b"ùCõ!÷ºOCŠ«ìçŠü›"
]
28 0.45 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"
]
29 4.89 ms
-- product-listing::property-filter::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.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 `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.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"\x00\x15f>ô¾E±”DÆb8ÉÁu"
  b"\x00\x16\x1FúçÑEþ»\x0E“‘±muJ"
  b"\x00)˜g•\x14Hö˜zõ \x1D\x13H"
  b"\x000`þæ=D‚³‘fzrlè "
  b"\x00CVÚ³¸H\x15¿AA·ƒRï\x16"
  b"\x00M»³\x10\x15C,¼¬ø5œÝ\x10º"
  b"\x00k‚Tö\x0FE}²©õ‹´u\n "
  b"\x00~úJ¢áIv¼L—A \x10\x03"
  b"\x00Ÿ½ûAÑ§\x10Åe^:\x18\x15Ð"
  b"\x00ËŽj„WH²£ö™ñª¸\x10"
  b"\x00ίž!?Cr³úû­“´oQ"
  b"\x00þ]\x07{ñGeœ@^jDH‘4"
  b"\x01-Ù(X/CÌÈÈM„T<h€"
  b"\x01\x00i€»\x15ˆ†éqJ,wF"
  b"\x01NÎÛ‡ãKÒ­öb\x1A=ý±Ö"
  b"\x01\rQàFEŽXke!J\x03"
  b"\x01f÷ÉàïF\x1E·Tœï¬³\x11"
  b"\x01m#k\x1F\x17/¨kí 3J*O"
  b"\x01n\x18Å”¥E½ªÌÉÌ™gÙŽ"
  b"\x01sÀ%óŸD7yOZ\eì+ÿ"
  b"\x01Dý­ÈN̯°ß\x10`¯W¥"
  b"\x01ˆÊ×5\x1DA"›Äé‘¶·Ï"
  b"\x01ˆã’m³eñb\x16²_÷’x"
  b"\x01\x1D-|x@R½\7\fFÊ—,"
  b"\x01Æé-Fú1oÏ3žw+\x03\x04\x16"
  b"\x01ß\\x14>eë@‚#\x18j¶ëR"
  b"\x01ãj}5‚D‹¶ð£o©ã"
  b"\x01óÅx*äDª¤sÞõ(\x05"
  b"\x01÷Q¿çGE¯´XïîA­c,"
  b"\x02\x11Î\r¥™HÆ©\x00%\x1D6F´"
  b"\x028{\x1AF\x1AHž½*Î<Ð\tº\x18"
  b"\x02CÔ¼\x11#K³—†¨ÿZ.\x04¨"
  b"\x02J*Ž»BF“ :HuM*wû"
  b"\x02ˆ´(©lA9€`Bͬ\x15}m"
  b"\x02‘çxP¼\x16ÅeÔ«E‘>\r"
  b"\x02œ \÷óýo\t6\x1E%X\rbX"
  b"\x02¤êõ÷\x04O±·¯\e5\x10Aƒ{"
  b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø"
  b"\x02ïŸÒ`öAkÒÅN\x03ŸÈD"
  b"\x02ðçæŽrDÖž±|’9PÖ"
  b"\x03\vüßyINœ·#­Éƒ–¢…"
  b"\x03\rOÌŠ”L³#CÏž•ùý"
  b"\x03\x11T\x01ú8DÀƒ*\x1EßçÉ\x14»"
  b"\x03-=Á¿Ê$|slN\x0EÞT§i"
  b"\x037yATÈH>‚Ü#ùS¢ž\v"
  b"\x03S×KÊ'@œŽ±*7R¤Ø”"
  b"\x03e熑ymšîÞ\eF@š\x15\t"
  b"""
    \x03f‘¦\n
    éÚ6\n
    ß]d­`úÉ
    """
  b"\x03wðqs\x1D4ƒ×xMñuA\x06-"
  b"\x03yyçX¤Kk³\x19\x10²îÙ?‹"
  b"\x03\x0FH)|È‘ž¥ú}‘g\x0E/"
  b"\x03G³4\x17Bñ¦}à£%ʇ…"
  b"\x03£…ïÁ€Iå®éu‘…†;²"
  b"\x03¦¼\x03òQ¼òáâÒà^Î\x02 "
  b"\x03©l!WÒ@š„\x1C8àð\x10å\n"
  b"\x03ÒŒ\x05Ž^ûáå‚Ô6ˆÒ>A"
  b"\x03רÜBVM_»\x14\f\x1EªIÏJ"
  b"\x03å{'`\x00F®º=²ÞR:0"
  b"\x03étîL¨DKŸÛj)¤ã %"
  b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë"
  b"\x04\x02G…JTLÞ°¢n PM\x05æ"
  b"\x04\x05ÿzå­O¶ˆ\x0F\t©PŸ"
  b"\x04\rÏÚ\e3AÓ¼ƒ.1jR/\x16"
  b"\x04\x1A\x05T@yèßÁ<tw/FÜ,"
  b"\x04 g”Z·Aл¥Ø¤=:$'"
  b"\x04(§jŽ\x06C݃À*x¾‹\t"
  b"\x04H–œíI@½£~̙ɯ\x10"
  b"\x04KZÅ\x15˜òMáì\x12`c\x1D"
  b"\x04VtÓØÑ@rºúÚó»Hȁ"
  b"\x04f`ó_Où™S·›©âYˆ"
  b"\x04n®.ÁùC«¿L¾™«Å°Š"
  b"\x04Ã&Œ=G\x0F–0nhú\x0El\x1F"
  b"\x04ø¾1ÒCñœ‰úz^WßN"
  b"\x04Ѩì¯o3S%®jŽBtö\n"
  b"\x04ÕZlo2Ló»ž\x03hZü·»"
  b"\x04ó=”6\tzX\x1E\x06«”®³ˆ"
  b"\x04ü€/\x01zNJ¨\x01ghÿn]‰"
  b"\x05,; 5Z%%Ã‰ýy\x1E"
  b"\x05YzJ„eJ–°)½¤ˆ\x04\x0FM"
  b"\x05—`,\x11¿E¥†~šÔ&{\x07?"
  b"\x05Øâböã@0»[™;‡(\x01"
  b"\x05â œªBF¬\x11\t\x08p\eª‰"
  b"\x062Exþ/E0®^f\x18\r\tÜ¿"
  b"\x06:v\x13àO÷\x01öDÑ\v°Ê’ò"
  b"""
    \x06\HB‚\n
    Fů\x14\x15¡°\x1E15
    """
  b"\x06bü˜<䶃%€h{Áb$"
  b"\x06\x7F*«Ú{Pr\x1D\x10\rͺVs\x01"
  b"\x06ƒ;øˆÂÁ¥t,q²ÿ–ù "
  b"\x06“' p÷E®’mujµ\x12i"
  b"\x06“Æw[#OX‘¹u\x1A\x03£«"
  b"\x06°]fþøFλ\x04y9N…50"
  b"\x06æd•ƒxF\x1D±\fi\x11\x1EW\x1A!"
  b"\x07\x0F³Ü@üGa”$Î+>c#"
  b"\x07/8±&ù@t€tɶØÄv¦"
  b"""
    \x07>ûñ™ø`NgdÝ\x17\x01\n
    
    """
  b"\x07hôF(\eeUùš¯ñ^ÎRÚ"
  b"\x07n4qÓÉIª‹\x08qSýÌ\x00¦"
  b"\x07~z0vàNd²#îTÜÚv6"
  b"\x07œõ\x0F®ñF\v‘‰~,;µÿ"
  b"\x07³5‰8\x1FDs¤0*.\f2‰æ"
  b"\x07»äê‹õJդʶ¾aõ4)"
  b"\x07LjÚ<Ï@y‰"~t¢U\x01\x03"
  b"""
    \x08\n
    “éý\vNü¢s³w\x1EµÙê
    """
  b"\x08\x13=ÝÝ¢3\ê^ß~òšüv"
  b"\x08A2ö\x14ŸÔÓ²è4zÖ¢Œ&"
  b"\x08H¦>y\x16H*ª„C\x13î\x7Fi‡"
  b"\x08†oæÆíj³ßÊj«x\x1EYR"
  b"\x08×6@‘\x16@s“¼E[¥°î:"
  b"\t\x07Ç? (G¶»\vu\røˆ¦\x18"
  b"\t"Ävï\x01Nˆ¬\x11&\x1E]TÊç"
  b"\tEœq)\x16Gw|\x16\x1Fœ"ÕD—"
  b"\tvoŽy.b«øÛ\§~\x1F¢¡"
  b"\t2à\x04»MP€L\x03\x10÷}pM"
  b"\t™MÚ¼ÂE혧(`)B®"
  b"\tŸôÜÿ–ÛaÜØØ\tßA÷"
  b"\t\x02¼î\tG1ªµžÛ­"él"
  b"\tÜtƒÂÙO>µŒÙ‡—˜–ª"
  b"\tû”É*£J¸ô \x00}Ô#P"
  b"""
    \n
    \x0EQ\x15\x07ÕO’’g¥fW$3’
    """
  b"""
    \n
    ’˜*„Lš7<3mþ
    """
  b"""
    \n
    ­}–-\x0F²\x1A¿\x0EMx‰Pü6
    """
  b"""
    \n
    ÙQn“&\r{D«é\x11›nò¦
    """
  b"""
    \n
    Ü—&\eXɽ\x01‰èúþßî
    """
  b"""
    \n
    ý¿\x032þIˆŒ÷Ïß\x19(&ô
    """
  b"""
    \v\t\x1C\n
     Kq¾ »Ï\x02G¤é
    """
  b"\v\x1C%!˜ØOªõ\x10eåÿº&"
  b"\v\x1E0 }…IÈ·\x18ì¾Ef«î"
  b"\vg¡X³“Hú‚/'YÕ¯äò"
  b"\v\x7F\tpSëM|¢[)ã\fÓ\x0EÌ"
  b"\v\x11*‹kLㆶdÊ—\x7F,~"
  b"\v†èaLtGy”ÃÔ\rÚ3¢\x1F"
  b"\v©›Šº6N\x0E½]\e\x00˜²"
  b"\vÌš\e\x14A'Áí\x13ž†›ƒm"
  b"\váÝŽ57D€¼ÞnŒÏ>_"
  b"\vå´-Á\x02µ E‡µáLÂfê"
  b"\vñ,—À\x05˜\x13$U Zï¿2é"
  b"""
    \f\x14\x04|íŽA5Ÿ§ÒR‡ÿ\n
    Õ
    """
  b"\f\x1AC®î7HŠ–\x12ŒCíñŒ"
  b"\f)lJã6A2¬×9¸,åGI"
  b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·"
  b"\fI/ŒnS@lœ\x024T«\x15› "
  b"\f_ç½b\x02¬¬Ü˜.\x04\x16\x1Eè"
  b"\f¹0\x1C‹BÜõâxj%ß¼.Ã"
  b"\fÁ¿Ê\x105l&Œ,\x06©K×õ\x19"
  b"\r.&TŽÐBy¶I\x02©¢\x18"
  b"\r2àÔžÅM»…²ï\x00â\x10"
  b"\r=Fè‘ÙI-¾UÐ큭¨"
  b"\rB\e .¿Jv’1\x00\x12o\f"
  b"\rWKÐ(íFà„Âb[\eé¡"
  b"\rZ–¹ØCHÓ®Þ\x12WXØÅ\t"
  b"\rpæƒPÖFŸŸÔ\x07çüY\x1E\x17"
  b"\r\x15 !@ã:D>ôËâÞ"
  b"\r\x7FÁ™ÍA鐞¨Žj\x1F4F"
  b"\r¨)\x06¥HC&¥ÕO9T³\x06\x03"
  b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH"
  b"\rØ\x13±¢‰NÊŸÀŒY\x16Ji""
  b"\rÚ\x02©<ÿ$$•\rñ{\x1E"
  b"\rëƒ*;¸HÁ¡\x1A%€û»`¤"
  b"\x0E@þu³­H^¤\x05\x14ö®Ð,L"
  b"\x0EL~v\x18Mo\x15-<t¤Á\v»Ó"
  b"""
    \x0EkM¹\x1E\n
    M/A\fí°\x06A@
    """
  b"\x0E€¤fÌ,C’¢LQ\x13²ºŸ—"
  b"\x0EŽQÙ\x1DùLÖ¹\x13S²{ŸK®"
  b"\x0EŽü$ÞTKS¾$]HǤÖÓ"
  b"\x0E¤™å{\x17A\x12\x14ú\x1AJ›ôŽ"
  b"\x0E¶ƒG¹*DüŽÉœ)NZ%þ"
  b"\x0E¹BJÄWC”¸<\x18Ûø0;\x1E"
  b"\x0EÚØ/Ò¼H㉱I´­H\x17i"
  b"\x0E÷”‡<Mt¼^ì\x04ò=ª\x06"
  b"\x0F\x03JYÉŽD{˜'Rùs¹9®"
  b"\x0F\x0EåªøjJõ݉Ÿ¨o{\x07»"
  b"\x0F\x15Ê”ú~F¼Ž™ø®?pkæ"
  b"\x0F\eFe$\x1EI\x1CŽÊÕãežù."
  b"\x0F\x1DV3´¼\x1ADH„×M,Èo˜"
  b"\x0F(\r¢³=C§ƒÅýáL†\x1EO"
  b"\x0F4‚\x1A(œB\t¼¡\v¬£8\x18("
  b"\x0F=/N¾\x7Få\x1A²&~B|¯-ê"
  b"\x0FA¿@aù\rp£¾3„óWä’"
  b"\x0FO\x1FŽŽ\x02MÔ¢\x02äNÈÞBä"
  b"\x0FkEŸç”B}ªÒsî×É‘"
  b"\x0FŠÛ”\tŠ,z`óR\x08·þë<"
  b"\x0F”tœîŽFð€4ô^ø\x13òk"
  b"""
    \x0FŸ\n
    ö†r5‚ð¤V /p
    """
  b"\x0F®¦1žA•£i+\x03!xÿ´"
  b"\x0FãØøò7O\x1F“If­ø¶¨&"
  b"\x108’¾\x1F"BΙô\x1Aà¿f\x1Fö"
  b"\x10d\x7F²]z€œ„óD5H‘qê"
  b"\x10†áÁÖðEA´CÍZ¸%¿c"
  b"\x10à}5&\x048Ó§\x08DãG\x06äí"
  b"\x11\x04£\x1AšüET=ï4v\x19¶ë"
  b"\x11\x07ùD\x1DXH¿¢Ä4ÿÇ)û"
  b"\x11rëØþðJ@‰³.\x1F¾\x04\r°"
  b"\x11w>2I‹BG«€¦ð\x19R¦z"
  b"\x11{»â\x04\rG꤫ç\x08I…½®"
  b"\x11–¯OÐ\x1D©×TmÛšnŒ8ß"
  b"\x11²Î@\x07"G\x00¶è¤\x06õì†\f"
  b"\x12\x12¢è5ù2‡ÂÀH3KØ\x1E"
  b"\x12!\x1Fò•KHGº¨ÁÍ\x03ë1±"
  b"\x1245\x0FS\x1FNý†dÞF\r­ªæ"
  b"\x12@\x1D\x1EAÔˆ„bW%\x17"
  b"\x12‡Ó\t\x14\rÌÌ¡n"L¦¼YÔ"
  b"""
    \x12ŒE\x03¢ŽOo“bíãJ\n
    
    """
  b"\x12ÀlwçW¤<MØÆ\x07:©>\x1E"
  b"\x12ÇÀŸ‰\x017IÀ£å;J„r\x10"
  b"""
    \x12Ú,±\x14ÞOJ¦.W7ú\n
    É)
    """
  b"""
    \x13\fØy"|@üŽ\x1Cǘ|\n
    !\x11
    """
  b"\x13\x12\x17IŽXLt†3Yí”\x13W("
  b"\x13&N:\x1CÑg]E®®=*ƒÓ¿"
  b"\x13.\x07\x16Òý°J™‰\x16>Dâ×X"
  b"\x13;TY`µKN¡¡€,OO­\x08"
  b"\x13> †ÈòOd˜™'eÓÌëJ"
  b"\x13\x04ŠõI’¸ÄMZ-X=P"
  b"\x13K%î|¨K‰€\‘ܺ\x10""
  b"\x13Y\x11¯33BÕ®\x0E)Lí\x1FžF"
  b"""
    \x13c©ÉUB ¨ïs\n
    ŒÎ\rû
    """
  b"\x13ww²;o.9çÒ;ÀÙÕû"
  b"\x13¬4\x04°\x10È8's&°ìïn"
  b"\x13¿1¯„\x0E\r—!d\x08s͝¶f"
  b"\x13æ‚“"êèz‰¸ñ\x1E»­ÂÈ"
  b"\x13ö¤AËsE\x08—Pú\x04õ¯’5"
  b"\x14xod¢\x19M\x07–p\x1Cº~¶ÿ*"
  b"\x14¥\x11\x17‚‚I4’\x19\x07dŸ"
  b"\x14¦TÊ\tÃ÷§D¯ç½Wm±A"
  b"\x14µ.Žy«N‹\x072V*rUŽ"
  b"\x14µ¼D\x07Y¢Ôš\x00Šáâl_ç"
  b"\x14¾å™\x08ÒqUYˆˆ“Äà´r"
  b"\x14Òê¥õ`Iõ¡\x16ñ»ØIül"
  b"\x15#.Ô­õB‰¦™lÃt\x08Â\x12"
  b"\x159[8V5Nv•|q@\x08#™Ÿ"
  b"\x15XÇñ\x03\x14O‚n4Ê;.u("
  b"""
    \x15°\x05³ž”E\x19´ ¥†ó\n
    ‰
    """
  b"\x15ÑX¤¡yL솖”¥¬8Ƽ"
  b"\x15Øh\x12\x10\x18@\e¤³ÜH"å¨Ù"
  b"\x15â\x03ñ7EJ]µ\v¸9øíDŒ"
  b"\x15íƒ\x0FÑ‚O婜)\x06p݇J"
  b"\x16\vîÓ³dJ£°Kto\x07”á&"
  b"\x16\x1F¯€“úI¯¦‡¥1#X;\x7F"
  b"\x16@%OàÍDå¿iÇNÁU\x1A\x04"
  b"\x16Vü„7\f.Ä÷\x18ø‘°â\x16]"
  b"\x16lÂ;¯öFrš©º•¯zÃ\x04"
  b"\x16xàGCù6¡Lš\x04åñ‚Žô"
  b"\x16|9Í\x11S\x04\x1Fm“ñ\x13£]®H"
  b"\x16„au9ÎDR§»ÎPŽœÊo"
  b"\x16žžØÆ´½¢ñ™³%Ë\x01—`"
  b"\x16»ð¸±½J%·:Å¶ÍæÓË"
  b"\x16É(íô÷Kn¥èv~›£àl"
  b"\x16Û½ô¼ÄKúª†y$–9ÿM"
  b"\x16ó_}æO%Jü5Vuk¢"
  b"""
    \x17\n
    #\x13ÁºAЬO:þ›ˆ›³
    """
  b"\x17\x11Ü\x16øÚLv®Â\x18pJ¿Mþ"
  b"\x17<ŠÆ„%L\x08µ\x17Ÿáƒ¦Çù"
  b"\x17I“ÿ‰`¶ÿlÅ#ì1JãŽ"
  b"\x17a\x1C¹7\x1C@v³™\x15›á8!«"
  b"\x17bß?Ž}á:\x08_\&\x1Cc\x17ˆ"
  b"\x17e†5³—IHƒœÊ­~´ò3"
  b"\x17§›Žu\x02C;¦ïvbyìË@"
  b"\x17Ò”$ÞMAéˆ\x1Dnáà&6x"
  b"\x17è\x07±—ƒ\x18qþP\x0EkWâšh"
  b"\x17ôLå&ˆFМã"™Ñ¨š^"
  b"\x17õ\x05´38ÓŸwì\x01ãš‹\x06ƒ"
  b"\x18\x00YÀYjIB¯\x02Zv´˜Á\x1D"
  b"\x185.ËkI@ú„‡ÕÊW1øª"
  b"\x18`º4;ŠD\x10¥¹UöÍp\x117"
  b"\x18\x00ÅT£E&›§Q1HS+\x16"
  b"\x18šè¶\x05½Bæº&ò×>ãGà"
  b"\x18²;\x07èžEÔ»ý8nâ>;q"
  b"""
    \x18Éç \x1EXO\n
    «¹@k|v\x1A\x12
    """
  b"\x19\x05ÉžE­LZ‚²n<_nÜÇ"
  b"\x19%\x05Ò̯M?²é6= -×s"
  b"\x19mQóí€LÁ øô$„N¡"
  b"\x19\x15ÜeNÝ€o¸.9\e¨î"
  b"\x19~Õ’*eNª„•°¯1‡D"
  b"""
    \x19ƒ”¨ÜÂFe h%'c\n
    ßž
    """
  b"\x19§–àoKH[£úÀÉSh)"
  b"\x19§Ö§"­DBªû몳ºŒ\x14"
  b"\x19´“\x0E\x03Ä@W­9ËüÒ7Õ\x1D"
  b"\x19¶ÈdÕÛO÷µý\e§Å”ص"
  b"\x19Õ·vÓHAϰ\x11¨Xé§‚Û"
  b"\x19Þd/æUKê•­h]\x19‘=Ø"
  b"\x19ïŠÑK³\J¸\x05Eì=’\x7F*"
  b"\x1A_FU°ªB•æó±øÍõm"
  b"\x1Ae\x03\x17M‹»\x0Eh˜àôåŒ"
  b"\x1A(óçŸLP´*øÓº±æ"
  b"\x1A¢1\x07yãJ\x11¬î»òqcJÞ"
  b"\x1AÐ\x0F72LK&±Œ+9¿¯0"
  b"\x1AÐ[\x08¸Š°—c&A\x06€M"
  b"\x1Aò\x11\x1DGGdºAPv3!£"
  b"\x1AøE·‡]C<Žw?WDh£²"
  b"\e\x0E–L‡#\rãc"yæ*L="
  b"\e\x08Ý\x14H¨‡U[ƒ±\x13"
  b"\e2ó´\x04ŸEg¼\x1F\v\x1E\x18°°\x1C"
  b"\e\x05ÿ\x01E>„B]iQN¾\e"
  b"\eps“£”@Ö¨ÁT‰0Ý„9"
  b"\eÄ8Nº\tCé«#œÃHˆI§"
  b"\x1C\tÇB?NJ%šü\x05öΔÑ\x1E"
  b"\x1C,\f©ŒVMà–K.\v:ëx\n"
  b"""
    \x1C0ÉnìÁAü¸¿¸*\n
    µ÷
    """
  b"\x1C5\x1C/\x13\x7FC+½ú$9«®¿Ø"
  b"\x1C‘"Ш\x11J\fˆp\x12w\x15WðÑ"
  b"\x1C•½·rÏD\x05ŒÛ\x02\x11üõ’"
  b"\x1CÿøÅVBJ¿\x02\x1CÂÃX¬%"
  b"\x1DNü¢B«A%’Öá«ÙÞ7¿"
  b"\x1DÙåì°D[ºöGò2ã‘;"
  b"""
    \x1D“îjl§J\n
    ½ðªòê™.ë
    """
  b"\x1D§\x00éÛá\x172[W\x04»V\x05«¦"
  b"\x1E1‡¶|0XùJ×(×\x7F1'á"
  b"""
    \x1E?ße3É\n
    ø\x0E΋§‘¿fÎ
    """
  b"\x1EA`ÝñÑJÚšñêâhí±Ò"
  b"\x1E\x06»<NjŒÀ\x13²ü,—Ü"
  b"\x1EmBœ\x7FžYƒÉ\x1D BN‰ùÔ"
  b"\x1EnüúÌFKV„Ægt ½ç"
  b"\x1Eq\rA*¡\x17\x03ˆÃÛîí9#b"
  b"\x1E’‹\x13\r•Kœ”²Ü…nÝ¢"
  b"\x1EŸü^d%7kjrùÎ#(|µ"
  b"\x1E ¼1\x19Í£ÔO\x03ª²;¤d¬"
  b"\x1E¦F·3\x1F}\x14áfˆŸ\x14\x1A—Ü"
  b"\x1EѶ|^ÿz«Cq¸ÎÎ B\r"
  b"\x1F\x134L̤E–›6¢Ÿ\x1A”ˆ"
  b"\x1F\x14\x132«¾£ç´ë50q^'"
  b"\x1F\ep ?\x03J3–\x00k²c²f«"
  b"\x1FB\\x001W\x0Eg1; ¹¨‰\x04M"
  b"\x1F™ÁÌݾ\x0F^%ŸÒC¹$ž"
  b"\x1F£«ž§.Gç±\x18+\x16\x18ÐÿY"
  b"\x1F§(\f1†JŸ¿CV0\x0Fà®s"
  b"\x1F¯\x133_hÚr\fÞ´S¦£þë"
  b"\x1F¯à†=gK/›´ñÆÈ°¡H"
  b"""
    \x1F±þ,\x02\n
    O䌋Xß\x18µh_
    """
  b"\x1Fº”à\x00©\x18Þ\x1AƒR&§Yå¾"
  b"\x1FÇÿö3ÍL\e¡ia¯uÞÛ\n"
  b"\x1FÜXAEáCÈ”¡í¨‡;ä5"
  b"\x1Fúg\vùçEn°‡Ù“Ýeƒ¸"
  b" !\fÿ;\x00D\x1D˜î¡»¼3Ša"
  b" *–’UT\r©2y çfQÑž"
  b" 9§ "\x1CŽ‘sK^\x0EíU`û"
  b" aì¢G”F;õ¶XÍ\x1DÍü"
  b" bx¸v0@^‘u ¹€eÄÓ"
  b" –¼ú\x1AHf™Ð\x04Ð|ø‚\x1FÊ"
  b"!\x03„PuöC–©ßyÎp¹ÒQ"
  b"!\x07aÿ\r_*‚ŸYÈ>©Qâù"
  b"!'ÛLDÿI.š\x11)\x1DÊa\x1FÞ"
  b"!Q羦\x11M$°+ΘÈÕ"\x11"
  b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y"
  b"!~wô…†C\x7F‚Hð‘\x10\x0F"
  b"!„îÿÁGOx¯På2Ãéè\x07"
  b"!›jã!ÑCò­Á‚\x1F¯ã¶\x08"
  b"!Ÿ>™ÂMAdžó€\x06–h³T"
  b"!£è\x17qv\x1C¬ž\x0F\x0F•Zl\x06!"
  b"!¥Ý©%OLʽ7ž‡0\x02^\x1A"
  b"!ÜÏÐÿX@­ŽÏœ«ž\x13¿\t"
  b"""
    "\x15êp_\n
    C\x1A…:S—A\x02
    """
  b""9\x14á@^Ob•ìÄ$ÌC©ð"
  b""=\x15\x1ALR¦àŁ\x10½\x13J"
  b""i¡øÐ\x17Gή<i´j\x1FÊ\x11"
  b"""
    "’›IL\n
    OR™_jâΏ=o
    """
  b""áÎòeõ7>`ŽÕŽ\x0F\x1FA"
  b""òa·[.O\x05‰&RÂF„Žw"
  b"#\x08\x10ò»íD\˜\x7F˜EZ!³h"
  b"#\x16ÂfÀØLÀ*{Ã\x10vÂã"
  b"#\x1DHôuyDù½X@ǧuä²"
  b"#!(D\t\x0FOò¹\x16ù.!²©ð"
  b"#)ˆ(z³Lç­k¥fî©2¤"
  b"#-ž)\x1EW4Žì\trUP;.t"
  b"#TCbÛ\rO´‹ØÊ’åj4\x0F"
  b"#q<oîÆNîê¶0$ÝΔ9"
  b"#}ì\x10®ÏBo¶VÕÐÙE3±"
  b"""
    #ž°l,ìN…º‚[èŽ:\n
    &
    """
  b"#Ê{@š°I0‰ßâsðVùÖ"
  b"\x00i¥ÕET†\f\x0EÀß\x01"
  b"#ÿýs\x0FwNP—\x15½„Uã\x1CÓ"
  b"$\x01JôˆšO\r¨Þv\x0F¿Ë\x11ì"
  b"$\x03†'Œö_ÑOxYˆ(ZbŒ"
  b"$\x0E2\x15.6C.Žé¢9EÂ×Ý"
  b"$/™NÐ\x19ûç\x00r7þ¥À¨­"
  b"""
    $‹\n
    Ú•‡G¦†çB¼{QÛ\f
    """
  b"$’5\x05Ó¨@Z\r[( ìÉÏ"
  b"$µ2»lŽFÛŠ³zî*ª\x0E²"
  b"$Òš\x15\x1CÂFg¦óB>†§í—"
  b"$åQl >¦Œ‡ïÃZ­`\tu"
  b"%\x08mÿ–\x1DHŽŽ\fñ/]¨ÝÂ"
  b"%\x1AõáfkKp¾¸1\x1E™ã\x7Fá"
  b"%IB;nØF¾ƒ³n\x00\x14"
  b"%g\fýGGÞHp…€\x0FH¿ ï"
  b"%pû¢X\x08Lù‘E¿cvÀ…Â"
  b"%‚u\x7FŽC¼¨\x00×I\e\t`\x0F"
  b"%±ƒy+_@عà ÑÔÖ\x1Dú"
  b"%³¾Š^ýJ[Ÿ‘Ø÷Í·>Ë"
  b"&\x000^9‘M\x12—^\x07\x137Ôj\x0E"
  b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®"
  b"&\x06™oP›F\x08¢Tšy\x1Ew\x06V"
  b"&\x16}ƒÐ:Bk³’¤@Á…D¹"
  b"&\x18\x12_ Ž\x12¤Ðdv.ßÖt»"
  b"&\x1C%›¿MÊj\x16\x02ÚM…•Jù"
  b"&Sý€è\fŠ[¦\x1C€ÖÀIÀv"
  b"&xÄv §ºcýUõÂú\x16³Ô"
  b"&\x7Fw¢Y…Jc—q\x07%\eþ§ó"
  b"&™]îæPKF\x18\x1C8Hp\x18x)"
  b"&ºãÿ¤ZY¯6®+°j\x0F"
  b"'\x01öÉ4ÑM†š=\vÈau$"
  b"'\x15öÙ\x08®A;¾ÁØ»\x13.Ë"
  b"'\x17¨¾§ÃC]ŒØ\x06\f¿¿\x16¿"
  b"')C¢p"H\x15«™¦¬¨¸’ "
  b"'ruÌnàA{„qœÀa˜™\x1D"
  b"'ʏtÇ+OX±Jû„š\x04V/"
  b"'û>iFý¸áز \x06\x01šPQ"
  b"(\x11µõõXõ¡\x0Fw\fŽ¥cÎ#"
  b"(#\x7F>KpB\e\eœ'†Äxx"
  b"((K.Lj\x13?‚Oó!SàBÉ"
  b"(-¤]Q"B\x05¼¼<s¹°"
  b"(5·+÷B1޼ q¾LžK"
  b"(8Þ- \x1FK³§Txï’\x12¼\x04"
  b"({Ü\x1D§ÏA\x0EŽtþ‹ìr¹w"
  b"(‚Ö\x06\x15éOÑ¥²PU\x05ȼ\e"
  b"(’zü¤ÝH4¬J붦F¿."
  b"(ÀþŒq?9;ßò¶Ø;ÞW\x05"
  b"(̘©Ü°HYO\x0F\x0E,œ¤\x01"
  b"(ÒÚý¥T@EŽ›äœI\x1CÐE"
  b")($2ûZ@\r¨î©ä…"©O"
  b"))Âí\x06\t¹ËxÞ>\x05õÐ\v6"
  b")G”NUÿM\x03Ž®U/\fZ\x162"
  b")qù䓇Ed„Ž+bÎ/:b"
  b"\fåèO“Žy6£\x1D—Ë„"
  b")§ÑP—†Mr£SËðM©ÝÌ"
  b")ïÍ\x1EɁÈîséªW*’\x13\x17"
  b"* \x02ƒz‚O\x1F¡3U\x1CZ5\"
  b"""
    *Sàù\x03`K¯»œòkW¯\n
    ž
    """
  b"*c_à\eô@˜©#l…g\˜š"
  b"*j\x07î\x150T\x1D\x045:ä\x19"
  b"*m\x05Y–õxzxC"WÒa“"
  b"*‚ú’žC+²ã8ùj›õ}"
  b"*.3!„D&—jà'Q\¡8"
  b"*ãöm\x00ƒÌ.­¾}+Äi±\x10"
  b"*èøPÝ^C܁¦\x02ú:uc‡"
  b"*ùQd¥†MI·®\x19ôJè¤Ô"
  b"*ûGµ\x08\x1DH#²Àté¡hã`"
  b"*þ³¸üÝ@\x07™»W`±¤c\x11"
  b"+4i«ï½@Ή*9/F³7\v"
  b"+BôÍ\x12>J!±\x19Ÿ¾€‰ÀÆ"
  b"+i0›»_Õ„ÛTMy\x12ÂÑ”"
  b"\e´Ùåõ\x7FžÝâä\x16ÌH\x10"
  b"\rÙéˆG²¡¿n­Ú¡¡2"
  b"""
    +³ÍÁü\n
    N)Œª¥ÎG‡YÛ
    """
  b"\x01ñÞÍOfšP¡Î3ùÖ¬"
  b"+ØÍz\x17OL䈶o{i\x0E"
  b"+ó¿øÊ\x03A\x02 †ýj´q‘Ä"
  b",\x12)öREd¶iY“‚kN0Á"
  b",\x13?\fV´I"¡3f|\x10\x10"
  b",\x1CrîåÝ0\x06‘§ÈÂcØ\t"
  b",A0¼bTFU¾, ‰Ò¼q|"
  b",B\x03Ê—1BÞ£\x01\x06ý+Ñ(\e"
  b",B#hß@ãž|AJ\x1F\x14\x16ò"
  b"\x0F¥\tàEc‡0…Ñ<dðÞ"
  b",¶-÷7ØDÀ·\x1D¡%q¥‹J"
  b",Ìk·F¼CRˆ!‰Åé\x7FŽ‚"
  b"\t©[êAD¡òôˆ\x03£¯Í"
  b"\x0FCt\x13A\x7F§qdëz^Õ"
  b"-\tOÊNëJ\x17‡Íö0\x11àŠï"
  b"-\x17LlÒ\x1A@ӏæ qZÏœÞ"
  b"-V›ZáDá´ÇªEŒƒ´T"
  b"-y2\Y)D¦¤æ»5üA\x12)"
  b"-ÍŠÅð$þ¯Û\rÞ3J<\x01\x01"
  b"-ÔOá\x16AP»‘Tà@h¥ã"
  b".#<ýܧR-Š\x11¤glƒBÅ"
  b".,yt·cH\x17\x0F\x12ì\x11¬ û"
  b".;¯—ê›Ig¸";‘\x02\eU"
  b".n‡÷sBôG`+\x1EF‘6Ð~"
  b".ƒ¤#\x1FÀJl‚´ÐmW¹˜‡"
  b".ˆL±¶\x13HŽÝ?-Y\x1CGíþ"
  b".žI6öÞG޾€sÀy:^æ"
  b".Â^fRVéöšaÊb©\x01"
  b".Þ*ªé\eM ¼ÚÍQ–³„<"
  b"/\x07i]ÎÀOñ‚¾<ÓIÚ¬@"
  b"""
    /\x0FÏû™ÌN5²²Ù\n
    ÂuÂÄ
    """
  b"/%\x1AÓhTE”µãŽ/1¶\x1D§"
  b"/*5\}Í&\vÉ\x1EÎ¥ré2ù"
  b"/H˜\x0F\x142Kg´¨Yv0õ\x111"
  b"""
    /dæd²_G\n
    \x08éëÍРG
    """
  b"/„ŽÏŽà#\x02À!\vT¬QÊ"
  b"/ÜnéUØAL—Ewš\ržÊÍ"
  b"0\x07u\x00\x02\x1FM]‡\x0F\x7FúþD"
  b"0\x16æã妬±ÝqÓ*–P«\v"
  b"0\x18õJÆXDó£ô*'uÔñq"
  b"0\x19¯žÌBKƒ»Õg‡r†¤–"
  b"0)\e­…xM:šß;Yme+"
  b"0)ŠÝû¦öPQ;)åüÌʏ"
  b"0/Xï¥_àß\x02”Gv+¡K³"
  b"0`ÕÎZµIH„ꝝXó·Ž"
  b"0iÛ³S)Gu³n‰K6Žè"
  b"0l\x08\x06\x19d+µ$q1Dn’îÇ"
  b"0o]ÕL'ÚÍ=¡´l\v·Ó€"
  b"0Ÿ†¿\f²IЪàèhŒ²ŒU"
  b"0ÍA8GùNÀ’ù]ì²ÁÕh"
  b"0Òøxo[G ƒ–k©7»Á"
  b"1\x04»úlÃD’«þgo\x14¿a"
  b"1\x1ADŽÞ¯Iˆ•ÖW—.Û\x13˜"
  b"1&ž¨·]Lv˜ï5˼êú€"
  b"""
    11*½µ\x08C¥€«CÆ\n
    Åj}
    """
  b"16ì­ÖÆG¶Œ²êµ\v·s\x1C"
  b"1C»œ™ö»¥Ó\x03Wœ"sS"
  b"1jç¬\x13\x03Gü¦¢è¤•ö\vµ"
  b"1{h·bsK\x18¶§ÅOÑ\x157"
  b"1}ëÆÜ>KK·›\x08,¯ä+…"
  b"1¯z3ÍØ¼\x11÷"k-ô‚g†"
  b"1¾š‹lñN\x1D½‘¤e\x02q’\r"
  b"1Þ¾¡þƒºß,ˆ·JÍQGj"
  b"1û޵\x14GB~ŽŸ\vŽž*w×"
  b"2\x06KHõßG%\-vEEL/"
  b"""
    \x02\x1A °N¢<\x17ð;\n
    Àø
    """
  b"2Ú8†èÁD¾ŒÓ\x0E…›Y˜"
  b"3/’Ô‡åEW¸>%\x13ü\x18"
  b"3jiB§\x1AK±®YÑí<ä1\x02"
  b"3vaÍ&ªF¼g5ð°36Ð"
  b"3®J\r…"Mz¦\x15ÏÒWÚ˜\x18"
  b"3Åb•bäE;¾#oâúm¹9"
  b"4\x03K+–°@«¬»—–‘ìho"
  b"4\x04\x19XÃÁŠ—\x11Æ\x0FU´1ý¾"
  b"4>æö÷üKO½Ú63»\x10·N"
  b"4X|\x03–ÈJ\x1E‹3\x0Eö\x19j\x0F}"
  b"4iZÞâoJ\x06†ê\x1Fê¬c‹<"
  b"\x15¾„\x13F®¾/\x12¤\x15!r"
  b"4«7Ù"Ò¥/516xM\x0E"
  b"4°ø“\x16âBs“\e·ÇÐqù "
  b"4²°\rKÙHõŽø?K£n¤í"
  b"4Ø¡Œ\x14¡K‘¦¹d–Sv(™"
  b"""
    4ëï´ÿ’O!¿½\x14ìÆ\n
    Òi
    """
  b"5L\x0EÙõãK\x03½ Àó^Û\x06"
  b"5S_Ê \x1FD4”¬Àª™„\x1E«"
  b"5…¸èÄy\x020/¥‰î=Ã7W"
  b"5Ž|æ`\x04Gæ”g´0\x1E®DŽ"
  b"5C]ZdN-ªNzm\x17C»H"
  b"5­#‚Ê8C\e©n5œm°ö<"
  b"5×¼ù¿ÕL=›\x11 \x18±`\x07+"
  b"5Ýh\x13\x07$NžŽ†ÓEÚ8§"
  b"5í{Ø\x1CYùmK\v>—sI¶M"
  b"6\x0EY8\x7FXOò­jTd\x1C#5Ú"
  b"6\x11ä\x01íwNtˆäp¾'ÄŠI"
  b"67Ÿ\x08I\x0EM߃ÕG#*CU`"
  b"6Q#¹\x0E\x1FA¾ºè*›fSåó"
  b"6[Â\x0FÊ6C`œ…ÿV\v[z"
  b"6žchôèD\x18Ž\x02É\x17·\x03\x01"
  b"6žžg0ÅCÔªÕx¯èÍÀ\x14"
  b"6¡€\x1DÐëB\x1E›ä?À­½”:"
  b"6¥š7uaë+_¦ls‰w„\x00"
  b"\x10”†œI\x03¨ö\x0E½LåA+"
  b"6Í¥C¬\eLH¡Ò8’Žßˆ‹"
  b"\x00\x13èÃIÙ…‰\x00è/Z¨"
  b"7\x02`ÝUF;—‚fΓ\x0EÓ=Ö"
  b"7>«5ŽÌÄ‘\x040¼¼Ù1n\x11"
  b"7J‘M\x7F•K\x18‡õ‚¡y¹\f¨"
  b"7_é›\tƒ#?köHººƒëÇ"
  b"7u_¦w_BtŸäæÀ¶.Yo"
  b"7ް-°yL§šÅ<]Â|¦\x08"
  b"7”j§ãiCÇ«+ƒ›yODÂ"
  b"7¥Qëý¡B¡šƒø{÷ç(`"
  b"7­«\x1Cÿ5\x04e.k ,OEøË"
  b"7Ł÷ÿ-Kü \x11Ô…<ŽÏá"
  b"7Ë6ª9$I~°½z\x10\x08\x15ë`"
  b"""
    7ãþ\x01\eÎ\n
    \x07S½½3™ÚÍ©
    """
  b"8\x01öEš»=·fØ„òDÃ!è"
  b"8\x1Cok¼rA\x19¥“í¨Š\f"
  b"8\x1DåãÖŽE5—އþ\x1EîØø"
  b"8"I¾:I\x04ƒð«³×†\x15œ"
  b"8+ê7ßh@W†,ŠÒu²²È"
  b"8Iþ ­MDã€Úß\Î<§„"
  b"8\\r\x13Oj­¯q'ÏOcx"
  b"8œéUŒCb­C\x1E"1¹93"
  b"8ž-(³hI ¡ð®†Â\x00Áå"
  b"8µyxPXGT«\x10\x02)m‡º#"
  b"\x16âY\x1F@&±é¬\x08oAÈž"
  b"8ÆAÅÈxE¤Õ¼Ê\\x08Ù_"
  b"8Ô{ K‚A"³\e‘•¥ïHæ"
  b"8Õf™šwEø»5[p¤ä"6"
  b"8ášaŽåNcžÕÂ\x0F¤ñ\x00T"
  b"8ㆪç[K“°9+‘jLÕÈ"
  b"8þédL†CV¶„\x141uIÔr"
  b"9\x13c—ï]@KŸ­"¬D[õ."
  b"9+\x11\x0F\x14;`Mü\x18…À\x05Ð"Ú"
  b"9H¬¼\x11®E—¦|1¼eQVL"
  b"9b«†¿\x08\x03¢ÃUúŽó<×Ë"
  b"9w\x1A.‚WJ»½Å¸'*ã\x1C\x07"
  b"9…]Y/jpn¶¼Ž9ÑíЧ"
  b"\x03î³€O£F\v›c•\x05F"
  b"9 EØNCÞº¶\x04DQœcr"
  b"9¥–Ïd\x01L#ªÐ £½Üå\r"
  b":\x07voý#G\x10€7è:÷áIê"
  b":\x16I\x13š1Dµ¼3©“µ¤RC"
  b":\x1F:²m]K\x1C«ÑjÈýgœÿ"
  b":3s«#>ã\x15¿4\x05(\x020i\t"
  b":7\e”X•L“¯ôÅ—\x7FÑ’µ"
  b":::\x12“âM‚‚<ՁŸ\x01À"
  b":B/Ð9K_½Ý\x1D5MìCp"
  b":Ï~V\x08\x12m›\x1CUuF:\x14¾¯"
  b":죑\x11ûºÙK’UEË˳Æ"
  b";\x04`T­–Ni©8\x15\x15_â5ý"
  b";\x0E—¸+f\x04ñ8h\x1Añ¤\x18"
  b";(º2ñ\x14‰š§N„û‰\x19B~"
  b";J\x1EÄløOH‘Ã.¬Íµ:Ð"
  b";P€\x7FôÇE'” ‰* À|ã"
  b";eµ¡×\fu΋\x15˜{§}U""
  b";g\x08¸Ü\x19é\f\x10ûá?N¼"
  b";š ”\v\x08AÕœ\x12®qly "
  b"""
    ;½L\n
    Å\x01F®$úÎòþˁ
    """
  b"\x14r”ŽE)Ž‹lF3ˆ‰"
  b"<\x18Èeç\x00JG²®‚\x07R\x16±†"
  b"<*Gê²\x00H—¯Ó½!Çi.»"
  b"<<_:ŽVC\x0E°ƒ µa„¼\x04"
  b"<=Ë@\x10‚@}\x108?õû\x1Dï"
  b"<LB爵Í&Cú[÷M/U•"
  b"<Ÿ«Ú›\e\x0FÒoÐ{JÃ4SÌ"
  b"<È}°)»\x7F\x1E&c󅀘3\f"
  b"<Ô]?`À-\\f³\x10\x18>!\x01"
  b"<ðÉVå`@¬"°¤oÓ“y"
  b"=\x1D\x15µ§É5ŒÉ“}JÈ‘"
  b"=8v\x1DñýJb…\x05¢*çBA¬"
  b"=T®0øú:_3Gû\x13î.^à"
  b"=bqêŠØ\x12+}?Ò& —à|"
  b"=ƒ¨ä·gFª¬)I†Ÿã\x05]"
  b"=¢ßá\x11–F›«:9A\x11È\f"
  b"\x06 ü\x0FLß«µ<@¯_úÝ"
  b"=¿Q.Ÿ\x08Dõ·y@\e»À5\x15"
  b"=ðG \x12ÞBc¾zõϦ¡ûó"
  b">:3ìfõr>Îݶv\x1A_R"
  b">L•5\e·Lúž¡ˆ”b5Rö"
  b">“ªª\x19Z) fÈÒÜøZƒ5"
  b"""
    >¯øÒ&3BI®]oPiŽ\n
    Ô
    """
  b"\x17*pk\x16jöDÓ\x19Ý‚Cï"
  b"""
    \x07\n
    0\e—Äaà\rà{Æ…,
    """
  b">ÜäÓH£3ùÔé³T*ÁÈn"
  b"?8–CÆîE™µs±&\rŽè"
  b"?9‚5e\x1FGΉ°åú$˜±¯"
  b"?b·ãJ¥Dœµü™·vD8\x05"
  b"?péŽå¤I5’fY\x13µ¬±k"
  b"?q>·Gñ…C†(\x1Cٝ#œ"
  b"?ŽEÇQè\x1C«Ð’JEºü8ì"
  b"?ªçæ\x08ÞMР-™=}\x14"
  b"?³.y¸÷I\ršË\e\x16\x17y$"
  b"?³ÌÝŽ¥õDm,©„z^FÅ"
  b"?Â×GßMA¯¾S⥯u=$"
  b"\x05<€ÀOs¶€³ö'~ºï"
  b"?ý’´Ã”E‹µ&›ÌÐRˆ\f"
  b"@dgb[9L¿Š2ïm¢¬ì›"
  b"@‡ƒ\fï*Æq²ÊM\x17¡Ø\x1AÙ"
  b"@•ýúX`B\x07¥™]¼\x04Ã\ra"
  b"@«YÙ¸QIƒ’\x13@Ž6tùç"
  b"@¼O4\x18÷Iγ,φž4\x12B"
  b"@ƪŽù Nª àÀN÷\x1E"
  b"@È_õÞ\x10I…°5³”1Lq$"
  b"A\t\e7N'\x0F\„¹æ2@"
  b"A\x14\x02\x17XƒOb—\x13x¦“\x13"
  b"A(\x05MŽ£r뀱Ǽg\x1E8h"
  b"A(GîW‚ë¼é\x17(ö ýâ"
  b"A7SóV\x04@ѺŽz7*€\x05Ç"
  b"AJè\x1C&nA“+ñ\x01à^n\x05x"
  b"Au@\x1FÿJG «I\x03\x01?û¡K"
  b"A{ð'è&N\t»]Vå,M®"
  b"A´ïá#Ñ\x07§ŠrÆÿ-ûv!"
  b"\x1D™ùœn1Ÿgg•­§ ""
  b"AÖHu(£ÅظGÅ~d!²"
  b"Aý·\x05\x05ÂNv›«\&ûÃð¦"
  b"B\x0EϏÜΐHÔF_É5\x12§\e"
  b"B\x0F%g.ÐO&ñ\x0EÙØ§=¶"
  b"B6\x13Rr„@D¦\x1AcÁro\x06¤"
  b"BJŽÒ\x10éCQ…=ŒÕ`F\x04\r"
  b"BWðÜm¥Iê¯E]r\x07ãc°"
  b"BaÀRè]\x11£ì{º‡äÈÁc"
  b"Boª\x7FšœAØ‚­äÑ.ï²—"
  b"""
    B{NY\x1DðNɹ\x10n\n
    Ø
    """
  b"B“\x12îâ¬GÊݥT=tìƒ"
  b"B¢•ݾ/Dm¦þ5„YE;Ê"
  b"\x19\e§z\e„…\x0F\x07f7\x04n?"
  b"B«[èìRD\r¥rÌб??"
  b"B¸:wÕ\x18I–«/#%^\,Ž"
  b"BÔo\x05F¢_îï\x1C1’\x1CŽUp"
  b"Bûæ\rP\x02Ò•Óë¥ßÎ\v"
  b"C4\x07·:>™—e XíQEX\x06"
  b"CCké·ÅAâ‰,¡®Ìê[\x12"
  b"CYJ¢õïÐ7-nëß?‹þ~"
  b"""
    Cn\n
    ÞPñgûèìôËJR‚
    """
  b"CÌ5è\x06>H\x19œ81Qj\x1F¿—"
  b"CÕ¼¶OœMÀ­Ó毿®6b"
  b"Cö.ë\x1F³\tëL~¹–—’ȧ"
  b"Cÿ®\x11ÔNL&±ìRæÚ\x04]€"
  b"D\x03\x1C(ÌoKüªRU²)ä§o"
  b"D#S]JZI‹\86¼-\x04»o"
  b"DX\x19É\x15UMn»(\x1F¿ûé—C"
  b"DaµãkÜD>ž×vVèõz\x11"
  b"Di)û×ÙIY¿Y@­‡µˆQ"
  b"D‹R܃(A[’Y©ùJœ£r"
  b"D¼nűQ@óŒï´ÁKe°Õ"
  b"Dóf*{J·kcä@1º\x14\x06m"
  b"Dú¬¾\x0Fª›­\tlÚf—bJ\x06"
  b"E\x01\x1C\x08\x03»Na€\x10P ð\x1F²A"
  b"E\x19ì-Bx\x1Fsû‚u}úl¥3"
  b"E «øX$DӁÐr©ï\t”`"
  b"E³L¤-¢K\x0E»  +N\x03B$"
  b"E·ÿþ,àLÌ xñ‰šwå¶"
  b"EÀ¸VÈ®“w…\x15q6¯[‡¼"
  b"F\x17F‘¶Á\x1FthªØ²Â"
  b"F\e[¨¸t]{£\x04¤ì0!A}"
  b"F3aã®·D„»’óâ\eÜò\t"
  b"FGôögâMS»É\vš“\x1F,K"
  b"FWpʳ8D!©Ž2\x0Fb69"
  b"FY‚sæ›@à–ôïQòþÀÂ"
  b"Fp<¼íßJ*Ÿš4\róPÆT"
  b"F“Õ:ó1L¾þ²I¡a0-_"
  b"Föl"Ê\x1CI\x7F¹è\x08\x02\v\x1C›†"
  b"G\x03Á×%\x17ID‘x/ã"Žš6"
  b"G`…\x02nÙE—¬Z3ãƒê\x1F¿"
  b"G¬Ùký=B¼¸_ÏhLmÜ;"
  b"GÁ²¶ÂwIa•C>\x05\x01ììÇ"
  b"GÅ€"„4FЁ¾ShŒèh!"
  b"GÛü\r'\tCF«uòÅÝ£t­"
  b"GÖJKƒ–$ß\fÕ«&Í"
  b"""
    GîçdV¦E\vµÄÒ\n
    8ï©Ê
    """
  b"Gî÷4UrAS±­JÚ›‡–ˆ"
  b"""
    HD™ž-\n
    AŸsެÚ}×/
    """
  b"HzÇYaA„ûÌÎpÿ|%"
  b"HžŒ@áA …æl¦Åô\x01u\x11"
  b"H¡¼œŽ»C5®ðR”„:Ñ"
  b"H÷p§YsM\e­-Hÿ‚"R"
  b"I\x15BBlE—s\tÿhÚ\fc"
  b"I\x1F“ÏÂÂMÌ¡µ1Hs‰ŒÙ"
  b"I\x1Fà\x0FéÚG„‹Ð†Õ¶2?O"
  b"I£Œ\x1E-˜Nl™\x06\tCJ\x1FXE"
  b"""
    I­OÉ\vÄD2–4y1\n
    kÄÒ
    """
  b"Iãue\x1A#z3hŽ ÓÆ8\x12ê"
  b"J1\x12ða ŒëÒU<8•«ó±"
  b"J3.™{ìG¨PGuÏ{¼2"
  b"J>~Ù\x04ÞÉ’\x1CtêSO÷œŽ"
  b"JlÖzöáO$­q^F{«˜¹"
  b"Jrfëè.G޹&Ž\x0Frƒ»"
  b"JØó¥¶jL÷£·k\x0Fa1Á®"
  b"Jßµ\x14S GŒí¬¢R\x19l;"
  b"JöÐ\x18ƒáC;¸\x1E1›©›®"
  b"JüYq&wDô²‹oëì–@÷"
  b"K\x040FÍ0åKÆöŽcÎ`n"
  b"K/½;ªcOêµî[éOƒ—A"
  b"K]ôªˆ0J›°;žßPÎñ/"
  b"K`\x1C\x14òÝN[›sPbššÐ%"
  b"K´“£‹³AŒ™[¨Ùƒ,Š\x0F"
  b"KͶPÔ³L‚Š3ó0p\x14"
  b"KГ\e5‚ÊÉ—Ó‘\x1F–.°"
  b"KÖ'èðÉe¡‰Y\x18)SâyD"
  b"KÛ?Ä5ÙC\x1C“ÑÈ€Q\x07§¾"
  b"Kÿœ-\x7FYJf®e\e¥Y·;Ž"
  b"L2dœlN\x13€_(\x0F.Uðô"
  b"LTq‘\x02À@(­õ*’Zšl\x01"
  b"Lzƒ.8]Jµœ·3Ù}6íã"
  b"L”3ú¿†I\eƒÂ<ôq¢‡Ÿ"
  b"L²WùÜÀDÔ˜EsÀå\x1CI"
  b"\rHMß&Ü\x136ÉF²þè<"
  b"LÕ'XPÅF{ˆÚ–º\x03Ò5¬"
  b"Lß{Sr*E\x11½\rÕ+د–X"
  b"\x19\x13Í I§­6\x19xMbÂ\x13"
  b"Lû¬w,rFö“R˜Ái.íŽ"
  b"M\rÞUþý@I…Jÿ\x12íæqï"
  b"M.\x0FO©ËO\x18ßÕˆ;^Oª"
  b"MZ&r—hKì¤+©e&u|\v"
  b"M„A&í\x15IY†d\x05ê\và\x02\x18"
  b"M¹Ü¶yùI”™`Ô–-B_ö"
  b"MÑßÂÞ»AB¡?Žx`˜\x13Î"
  b"MÞï\x16XÏ#÷Z\x07B\x12žèX"
  b"Mò`Á‹ÓLSŒ]„Hl\x1EÍ"
  b"N-HñN€L+¸ƒ\x187,ÿÜŽ"
  b"NB<\eÈK\x15€ïí…Nžâ§"
  b"N˜x\fÚߟ‚\x19_I52ÑMÏ"
  b"NÜ'\fF|@éƒÀŠŒ,ùÿÁ"
  b"\x1DìP\x13(@Æ`Ò¤ÎD÷"
  b"O\x13\x0ExUyJf˜F¹°{\x1EË6"
  b"OL´ŽõM@ùµ¯z”Ò¤ê "
  b"""
    O‚‚M\x1EÛB\n
    ––qva”¸&
    """
  b"O™O§Òÿ;QŽ)lÕô²~\x03"
  b"OŸ„f\x16pEˆ¼»”¼\x0E€å—"
  b"O§™Ô?Z‘\x16\t\e,U\x01×´¡"
  b"Oþ.rùÉJ!²\x05\tdŽ¥%¾"
  b"P:·-èºB9š\x13VNæ2•à"
  b"Pd£Ì&½§·ˆ>‚Ð!¡ØË"
  b"Peûn\x16ðHò¦ç~¹þ¢¼Ø"
  b"Pj²\x1D„A+y×G®XÝÉÊ•"
  b"Pk\x15¶†vC\x00¦Dvi”.'"
  b"Pk½h}2J\x08³‡‰Æ71vl"
  b"P~)mXMN_Žª€K¦ô÷ý"
  b"P½Ó+±çC˜ªb†\x07º)MÖ"
  b"PÇ®òY[AÍ\x02ƒÈ'Ö\tW)"
  b"Q\x13›Æ—pBø’\x1FH°i¼Ž!"
  b"""
    Q+\f\n
    F§©'q\x13€³r½^
    """
  b"Q4¸Ñ±gEâ®ö«s%½Úe"
  b"Q:éÕ\x1C¿®Zž±½\x07ëeW"
  b"QDL\x1E\v¶LF±ˆ»JœKXð"
  b"QI:XO¹A)™\x12‰þ\x1Aþd\x13"
  b"QX–Û<!K´jJºy"3à"
  b"\t\x1A%ùL\x06^}–@[‚K"
  b"Q™Ž<(6Gk·µÞU‡À6’"
  b"R/ÈðyS@$¨¤{]Eãð‚"
  b"""
    R9ák{×8\n
    ,\x1C9ÁU¯v\x02
    """
  b"R:]^ˆrD\x1C\x7F6©å³ƒ¾"
  b"R<!Øn\x16DŲ¶¾í€ˆvÅ"
  b"RLŠB®bDÔ­Jþ—NEÉY"
  b"R\ì0Z5Dz¯PZ¢?cæ"
  b"R~q›\x07ôà|€¸ã0Þ¤¼\x15"
  b"R©}^mýº°ÖµÈ6©\e\x10"
  b"RÛV}•'EƧ%ˆõâ;Š"
  b"Rí‰ÑLUJŽ…k,Џ'Èl"
  b"RøE\x13\x01þDn²2Äô§ôRI"
  b"S\x01G+‹~J[žÉ³—\eÇê•"
  "S\vA\fqgOŹ~AuR^}4"
  b"S\x1C¥w\x0E‹NÇš\x05\x0Fï³™\f"
  b"S$ï]'”G\x10œëaßEÁyO"
  b"S&_K5hAÅ¢g7rž?oÞ"
  b"S+;Ìø§FÙ«Á«?V!Ç!"
  b"S\…ûá›D[û\x1F{K\x08^"
  b"S_ó^¯\x12Nˆ¡š3¡Râ»"
  b"S‘û¶U\x03J\e¯jf ÷žÜr"
  b"SØ8\fµªFU‚g\x02®Û¶eæ"
  b"Søf\x7F\ëKŽ¢U7b«˜]™"
  b"TtQMaHB¥¡ØÑv>\x11çŒ"
  b"T«5º½tM^Ž\rh¦:h…õ"
  b"\t\rBڐêÈÄΠË2"
  b"T±ÞI\x03rI柘VGO8_T"
  b"T¹’âyÙî2×2­\x01ˆÕ"
  b"TõÍ\ré¹Mˆž0ŸÓ‹\x1F€Ç"
  b"U\x06qç(Û@\v–Ãy\x1A9\x00ó¢"
  b"U\x10¥I„ÐDo¨\x1A‚•—jQG"
  b"U\x18\t{1o\x04]ËÌŸSP.Vù"
  b"U6pL\x7FŸ\vk\x1Cï½;\x02\x1Aâ‰"
  b"U9ʽqé@~±\x16xñ$¼ Ÿ"
  b"UmYeõÝ3øºÞ6se'¼³"
  b"UsCè(iÅ#æåÃ'B\x17Ö="
  b"U˜äC=dNò¡F‚™ÎNX"
  b"U¹•\x7F-]EÀ™\x1D¹\x12ÖnO\x7F"
  b"UÐß“MÈ#5äkür3<@Í"
  b"V\x02\x15ª(\x17m'JR]”špµ¦"
  b"V0饕˜Kì’ꔚӉNÓ"
  b"V[ º\x07™Ny«.\x12\x7FpV‰*"
  b"Vt”A§>F|­ß#,ºa;\t"
  b"V‚šr•ôM†¸tg'•Ë\x08ß"
  b"""
    V’Ø ó$B\n
    ° ô`«{¾I
    """
  b"V•ܰ\x088E2‡Üûº¬\x0E¥o"
  b"\tÄü¨I.¨ºá…ÊûïÈ"
  b"W\t™ÔÑXJ\x1D½AOf¼´.\x15"
  b"WA)µµ{Coœ\x06ÏÐ¥x8´"
  b"WPý‹]PD\x1DŠŠ§mƒ\x08o…"
  b"Wdk…g"C\v’Ñ\rUH’s0"
  b"Wor\x00üÑI*¨g&ñÏšcr"
  b"Wþ\r\x15±…î\tDP\x16%&"
  b"W—Ýc@\x17\x11Æ\x1CªÔˆëAQ\x15"
  b"WƲgüÎNþ¸D\x17-\x01ú7§"
  b"X\x08ÆÂó @PžUSÍ×D’\x1C"
  b"X:n9÷\x1CBä•\x19‡ôûB…f"
  b"X;-GjLºƒŽd?Š\x11¢]"
  b"XYy3Â#TÌ®;àZ\x12G½¼"
  b"X»€ÓÕ\x00N’(\x07C±à°ö"
  b"XÓmŽÿÃÙ'—HÄ¥¹…§n"
  b"XÓt|\x12’N)¼\x7F¶xlw\tM"
  b"\x05’ I©ŽÙ ?ŒŽì"
  b"XíM\x07å6DDµ\x19”~\x12ò›Þ"
  b"Xñ¤\x16!àED¼\x18€WI)Gn"
  b"Xõ¾Tæ.OÓ¨¸¢\x12\.\x16ð"
  b"X÷¼?$‚MTº)¶ú*y¬ü"
  b"Y\fF®SE\x05¥9W0ç7ô"
  b"Y0ÚÞhòÆÄˆ}#&×\x03ù"
  b"YN\x08dxBC*šÀ\x03¥.8Ó8"
  b"Ym¹ŸOOܥʋbBGlJ"
  b"Y”,/Ì\x03B&°±|i3^¿§"
  b"Y—\x15\rløB^”`/d`­=†"
  b"YÛäÒ¦\x7F@ܲx\x1E£®`/_"
  b"Y݇ï\e×O©Ÿ'b\x15úny!"
  b"Yì†P\x10„¿yëM‘ü\x18ðe|"
  b"Y÷OÛE}J\x1E™•Ð\x1C§Î\x08@"
  b"Z\x06:~—tJܼïïô7}º›"
  b"Z\f°/œ/EŸŸ1CÜ“­U5"
  b"ZK'H¥·A^£GIÇ‹À\x17ò"
  b"ZTGÒ-A„5†\x15+—0\x19"
  b"Z]íý`ãÛ·®Ð\x0F\x10ž‡®\v"
  b"Zn^È\x1DO¢»œ­<¬\e<\x10"
  b"ZŒÇ]SÒL_¿\x06O®¹µp•"
  b"Zšxª\x04çK„®sQùôJ¬x"
  b"Z¿o`”TInª.º‘Kå,"
  b"""
    [\n
    üŠ\x12bBHˆ\x7F‚ÞQ‹­N
    """
  b"[\e\x10}ÂzO޵\x02í›^F\x144"
  b"[\x1Fõ\r_6M»“Ж\x02©Ïê"
  b"[;ñ<ÅjIñ±C\x06•…\x7F(D"
  b"[?&,™¡Oùª&\x08>¡£Ò5"
  b"[‹\x15%ºÁOP‹lY\x08#AIt"
  b"[I9\x1C\x1FB\x1E‚ã‚\x16väa~"
  b"[‘sï\\x10OÞ˜S\x07\x01ÜÝ)š"
  b"[šA\t‘QDÞŠ›[FAÑ6ä"
  b"[¨e\x03–ë@\x02¯°ßsø®½¦"
  b"[¨ÄG¤9k¹\ì\x05\x1AÄt"
  b"[û´)éSBN“‰ÇÉ\x08\x11¶5"
  b"\\rùðÓ:@€¨\x07<x\v,µ"
  b"\,åâž›JɱÞO÷ÂùT\x08"
  b"\3Ší\x1E¥Dc¡ÌJg\x1F\v"
  b"\UÖßmïLŸ¬ùnº~Zîò"
  b"\x18åîDC…„DŽ\x07\x1A/àz"
  b"\x11¼WB™\ï÷1ɰƒ ä"
  b"\ã8iŻޝ+%ë‹Ç±Fl"
  b"\ïé uLF\x12†º\x08¥…~\x12Y"
  b"\ó¡\x0F\x02\x07C\x19Ž\x06j7!ÈÙT"
  b"\ùEB\x00Ã2…Dz\x05슶3¥"
  b"""
    ]\x13\n
    øFr¢µ˜þÏ·• 
    """
  b"]Ctìê©vþØ*íÄ•½£"
  b"]T\x13¾ú’M§ Ï$`ü²ƒ}"
  b"]`1ÃZIέ_/=¨¼Û¤"
  b"]fOß’\C‚7|ð M\x1ENQ"
  b"""
    ]n¼W¬6ƒ{âd \n
    Ë)ín
    """
  b"\x1Dç\x02àM¡¶LRlv’²\x11"
  b"]–˜<\x06÷Bý©R\x10\x1Cè§,Ø"
  b"] bm\rž\f7rUÿ·_°“0"
  b"\x1E=q?Mß§\x03:v¡Dø´"
  b"]¹»ªzÀŸl\x13\x1AÝ\x07eå“"
  b"]Þg; 9Dø…pj\f¢:“\x7F"
  b"\x08ô5f\x13hŽ4×b6ñ™¿"
  b"^\x04S\x1F\e\v7ZY.@Eé\x05±"
  b"^\v"æwS+$\x04\eTŒ­¼¯"
  b"^,»v—ºIѯÜ\x0Fƒ± C7"
  b"^u—r×µ@"…ÐÛ\x16ÑWÿF"
  b"^¥UY6\x11\eI–âMdG\e"
  b"^Ã1{ýR\x10\x06¢V&Ç\vY\vœ"
  b"^âvnãjA\r¢©>-é\r,\x04"
  b"^ädIM±\x19l;eÄR_N™û"
  b"^ûùk3ºGþ¦NðuYéá\x16"
  b"_&=W7îB@»ÍȺñp¸ù"
  b"_+ÇèóºMÇ·Kêߘ“à_"
  b"_M4\x11€¶\rªøâÏ=<\t\x12y"
  b"_‚Œ\x06êÅò¿xeE‰•Ø;H"
  b"_˜µq!Ä´Xˆ¯Ýí<LÓâ"
  b"_±èr6\x1FG´´§;ž…*\t"
  b"\x06ùÄ{\x031–ª~\x12äÇZ"
  b"`\x1DÏd\x19°Hk¨¢\x12Ûû\e¼‰"
  b"`e\x15ÞØÜ ?ªÑ4\t\x07é½M"
  b"`z¶¨\x03\x17n }¤£ß\x19³­"
  b"`“F$>¥š°\x0Eí$}?{ ¶"
  b"`™¢NædN§°Giá`'¶."
  b"`ßDÝ()JѰ…ý\x1D—¦À"
  b"a\r¨\x7FXeGþƒ\x17`Œzùºö"
  b"af>'g¬F„‘\x05Ž}²˜\x14"
  b"at²Õ«˜Eˆ©\f\x04x(\eÜå"
  b"a}nˆ¿2JÊ¥¥8^½îðœ"
  b"a•Âú2\x1DO¶‹\x11a=ºDË\x01"
  b"aöEÊúËM\x1C…‹ŠÞæ\x7FÀ+"
  b"bsrÿª³†1=\x03\x17Œ¡¡o-"
  b"btˆÍPGE€µf—H\x08S&"
  b"b¾ÇjÝÞOÛ®Í\tÕÄ4,z"
  b"bÅ2Ž)‹Hë¿\x03á/Ïb­Å"
  b"bìcH\x03\x1A@6š–\x0Eò\x16!E\x10"
  b"bò©\x0Eü\x04\x1AÖ”—\x1C·Ê0\x1F¤"
  b"bý›¼\x15ßL\x1CµÒý\v„~À,"
  b"c\f\füÞQCU…èú\÷sÑÒ"
  b"c?ì»C\f-PÍü«û¦µ¬©"
  b"cYó5ß­°D åØóÿ\x03Í|"
  b"c‚b:yOB\x10¼þ\x1AìË#Få"
  b"cÎ%l ÔAà¯åHD_Ž\x00\x08"
  b"cÑ£ÑßMI\x7FŠë‹à>\x0F©Œ"
  b"cÙÒkœ‰LÙž„û-Ð\x1A¬’"
  b"d\x04³\x10Ê-K½³t Ï+…ˆ„"
  b"d\tBb`~5ØR\x19k"³ßß"
  b"d\x19 H»5E¢£ï/ ©\eΏ"
  b"dOB†‰ÁEp‹ys±Š\x12°"
  b"dZÕÙ¨\x16D‡™É5~­’\v\"
  b"dmUª\x1Cë'çÖ;\x10\x1Cs-\x7F×"
  b"dv'ŽÉF&Ÿç•±a~’Í"
  b"d“\x00CÓÄE–¾ò°8þù~v"
  b"d«`\x02äÛB\x17\x1Ewmf–"
  b"""
    d®”\x15ê\n
    qïºââ&6}·
    """
  b"d¼ršèXš-Ŗ¨K G\x0E"
  b"dÏÏ&ДHفõnÊT¸¸b"
  b"\x10¦žÝE\x1C²\x06\x7FÙ|>"
  b"dãÅúÝbIqŒÝ\3b\x7FU\x1A"
  b"dý]Ü\x01“N\x0E¹ÁV\x13±­ÝÐ"
  b"dþ\x01_ LÔ¤³ \x03µQ|l"
  b"e\t\‹röMû°¨CÃ_â5"
  b"""
    e\n
    ˜û€AN 'XÀ›†"¥
    """
  b"e*\x06ÖÕ¼÷\x00RKB6\x02Æä\x0E"
  b"e,…+\x08h’¨ÖS’íºÏ­+"
  b"eh—Ô.æ~q5š§0߈m\x11"
  b"e‚ýùÂ\x00O‡•æØ—âB£û"
  b"eÎ…rûõK[·\x05Qa\x168õ~"
  b"eÚîIl%@<µ\x1D\f‹¨—Ý1"
  b"eÛJþ¾æJ—\x05\x056QǦ”."
  b"eÞÁMhqOÑ£/ç†~Ê(«"
  b"eðvóÑûE¬™EŽüI\x1CÝÖ"
  b"eóAR6uB\x11ŸLt¡ºërÇ"
  b"eô’#—9JZ“²bk6¸‚7"
  b"eøÖ\x06\f×L)óœÇð\x13"
  b"f%•\x05ò¨Nž˜,ˆ²Ñºa\x06"
  b"f,\tzbñN\x19•,Ps\x02ƒ\x12T"
  b"""
    fEô8K-Iq¬\x02¦$\x15\n
    d
    """
  b"fƒ(ˆŠdIË’\x13Ü÷9RLë"
  b"g)K\tKé‚ÁH\r¨¸*®¢Ñ"
  b"gCtÆ\”Dñ»$)ã×7"
  b"\x18?s2G—»­ðŽï\x0Fô\v"
  b"g°5¸ÑGHñ§mkœiÌ”½"
  b"g¶‰ÕÛ¥O`‹tb7ÑêÖ)"
  b"g¿”§0âA\x07–ë\x17ˆˆÅ};"
  b"gÃlaÊc3Òü¤ëÙw©Tì"
  b"gÔ¹U}ÐHï±³[¿“\v\x14œ"
  b"gï7õЮyc¢ƒ&þMŸ\x19å"
  b"h* \x00òØ\x08FÐÍné‹\x06Œ@"
  b"h9é\x18\x04¸B彃ØËê›0P"
  b"h;òÒ!ÚFЈm\x19\x17ʬÁ"
]
30 4.84 ms
-- product-listing::property-filter::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.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 `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.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"hx,öu\x14K?°mè¯×U\´"
  b"h~p}CBÁê(¤6sk³iB"
  b"hÔÞ¥\x10O‘¬\fTɧù\vä"
  b"\x17*»QDi¢@aNç\x13¶;"
  b"i\x05yýü}I1‰F‹‚\\x11&j"
  b"i\x15[þk4O–´Äu\x1DîiI"
  b"i\x1D€Ž.˜¹á¹\x03Œà+\x18Ãþ"
  b"i7\ræ\x02/H\x1CŸ†Ÿaˆcof"
  b"iAu£”KH•‘Éü¬ò—cr"
  b"i]dλ\x15Cq¬¬ó\x08æ\x03Öý"
  b"ihߢóNHÊ\x007m"@Œó"
  b"isSR‹ìE\x02¦¢\x1D\x05W\f"
  b"iuÔÿY`N\x0F¥ãùSP\x10®\x12"
  b"i{åßÏé³¶\¶Oølu\x1E"
  b"i°L÷ÙÀB.¯F²FΣX"
  b"i¿z²Éñ@𕲲"\x02ÿƒ\x11"
  b"iÊtÃ\x01"\x0E \âÎ\x02€$ÃÖ"
  b"iÌÀ4v\t[µ¸\x0E”÷|PÈ\x12"
  b"iÍøvÁëOg°Ñ\x07PŒhj\x1E"
  b"j\x1Cb±qRBÃ¥7|? þËA"
  b"j\x1Eæïc´N\x15§5\e"‡\x1F"
  b"j0þÖJSI…€4çûϱ«p"
  b"jw²Á6\x7FLɵmú„\x08»\vL"
  b"\x04Ò=r¢îP\x17Ç@Ž’=i"
  b"jµ+\f]\x1C@Œˆ¼ô t§1Æ"
  b"jâ¿¶x±A\x18²\x12%ú5:Ýz"
  b"jêT'i:éøµÉŽGAe£j"
  b"kH£[˜\x14CãœaV\x04²þðŸ"
  b"k¦Vb%ƒNG—Y,(\x16"
  b"k³ñ÷û\x1AG÷¡ù7}C~Cy"
  b"kºé\x12lI«°îÑ¿Ð4‘Ø"
  b"kñ‘Xl}Ià˜Y2ë»43è"
  b"l\x19£Âo… ëd _‰×L"
  b"l*\t+abBúüû¥¦Õ^ö"
  b"lRýòcÖGæì2~²ˆV"
  b"\x08«ò\@Ù¡Œ¦º9¨Nf"
  b"l‘ÎȹòM9¤¹÷A'°På"
  b"lœ7\x06RIçžÐŠƒ\x16\x00"
  b"lç×%u¥K‰ß²Ã€Û±“"
  b"m\x0F\x18\x10ϝ:“ˆ’/¸z¶"
  b"m\x17×5#ÈNX«ÈšK-\x05a\x08"
  b"m:+·Z\x07Er•\r\x18\x10/è!¤"
  b"m^ŠŽ‹½S¦êh}‰Ëˆ"
  b"mg±9\x14¯OU¬Çb0ĉ`‘"
  b"mi’D\x1D\x02FØ šŸŽ\x14Ü\x10¡"
  b"m„¨–ü)LE´ˆºSIcYh"
  b"m¼:\rßwK‚šÊþ\x12ùÅè"
  b"mÃÕ!ŒƒC+©öòØhÙš\n"
  b"mɼn©@OwŸ\x1D—¢Qc*#"
  b"n\x13\x18ØE\x15F@£*kûÁ—Ì/"
  b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083"
  b"n²ªáÓuN7±9daiX\x03"
  b"\r!\vPÿQQ\x13ï^$æßl"
  b"n¸s8™»O‡·Þ¯AS\x17\x15"
  b"nä­`\x12\x01\v£G™J-Çd½>"
  b"nç®…ŸØJ¢¢D\x1A·þô,‹"
  b"o\x11iRþ«Cü¥Ü\x04\e²ýX¥"
  b"o\x14{®·Ÿ÷\x1Aµ.<¹·\x19"
  b"o"z‚ñÏG@¬@ö‹:~Ι"
  b"o/R&.hMÞ³ÃnÔ\x05|I\x16"
  b"o®‚½ˆe¨w\x01…|°buY<"
  b"o¼A\x13\x18€@\x03Ý7¼—\x10!'"
  b"oÇ6î±ñMp‡ZkŽå…7ì"
  b"\x03\x14ÜÚM¾€÷"'Kƒ”å"
  b"oÞÇ\x02ÀÓß’MòOúLž´Õ"
  b"\x13Ûãý£‹É$õ½~KÀ£"
  b"oìÀ\x0E¼mëÝ\x1Aü¼ÁJ=*,"
  b"oÿª©ªæ¶’¹*¯"M\vÆH"
  b"p\x1A"úÓ§KO£—2çP1\x046"
  b"p\x1F:?KtAD¡!vêMv©’"
  b"p3Ä\x1Ab?J\x1CºjO\x17\f¸±º"
  b"p9u¾&!\x02:\x00Dh¨\vC:"
  b"pu¯ÿÞD0¾R‘Q\x03SA˜¬"
  b"p£Ý›…Û@Ÿ©\x1CÍ!ÕÎ\x18"
  b"p½‘]\x08íL„\x17\e†ë\x11\x13Z"
  b"pÃxêÉFHs—S£õ±èב"
  b"pïù¤~kN”²Vìåsk¯ "
  b"pûé:ØsNpq\x08\x1FÚCb²ä"
  b"\x03ƒ’ߪ2vÓ:\x14]n?ˆ"
  b"qO° \x01ôL\x03¤š£y#\f\x00"
  b"qf‰2yÁM)²ÃU¬Õ\f€°"
  b"q„âLçÏb‚wÿwô=`Â\x1F"
  b"q”ïIå'D´£_hº”-\x04P"
  b"q°µ¤×öj´³\x7FÔ®¨¼c'"
  b"q»«ceÐCæ…ä,\x1C>',ß"
  b"""
    qöõñ­vBk•\x1C3Äa\n
    Ø.
    """
  b"qÿ@kTKJž,\)&Ràµ"
  b"r\x01ÀÃ\x03ND́P ”öKG‰"
  b"""
    r7fCïW\x7F\n
    =ðbèq{¨Ä
    """
  b"r†oŒÌŠÅ]ýµÁ\x1Awàr\x0F"
  b"r‡¶`¯/H\x02š'‰Î\x08r;4"
  b"rŸêÐ*‘ì`«Z'¿\\x04mp"
  b"rý°~–\fB\x1A´`®ÍqÆ™î"
  b"sw‰bäuD"‘ûÎOrü\x03A"
  b"s‹f‹IjF\x10¢Ã¹œA\eæH"
  b"sóÿ'‹\rK{½\x7FóäÄ\x11X‹"
  b"t\x0E\x0FF°”|Ñ1DƒŠ'ø"
  b"t&¯ZT\v\x05Ù¾µoøHà"
  b"t5Ò*l6•ý`¨OV¿\t”¾"
  b"t†aËA¯M\r¨ÊË\x0E\vÅ©>"
  b"t£yÅaõN½ƒða 6\x08Ï3"
  b"t°K·eã\x06µ\x03*x»ù@}"
  b"\e@€”H>‚ËË,fC(E"
  b"\x18þàÅC됴Ž)¢…oØ"
  b"tÀSÌÃÁ@Y³õèð6Ö[ú"
  b"u\x06Þq.öOnŽMZí÷°’’"
  b"u\v\x07ÎÑ(åï­\x05eM\x08I³’"
  b"u-nWÆŠB_‰\x02\x1D°\x17D)Ä"
  b"u8菢hCo ªW²xs2¬"
  b"uF¸À((I>€ÂóEˆvfô"
  b"u_È_ÿwK·'}¼¼:Ê3"
  b"ube»Uë¶\thÅëd\x068?®"
  b"u|—›Üí\x05ŸŸ-\f.è3G"
  b"u†j…y­Kñ”Ž•Uߝ\x11m"
  b"u›ôìÍvC®•ƒ\x124œŸ\x03U"
  b"u©ß‚&Kýí\x0EÊ\r\x1622"
  b"uÛ¯¿\x02ÆN:š&$\x0Ezk¸Í"
  b"v#ÖÂ\x08-‹\x1CuT“\x1C\x06õ¡"
  b"vcæ½ñ{HÞ³XM%0\eÉe"
  b"vk@®Ž+HÓ‰ÕÐWI´£t"
  b"vsE~]\tIß‹¯ía<$x]"
  b"vtµÄ¿ÆM˶x&©Á;ö"
  b"vw—MÝ|M”œÒ>öò&(‰"
  b"vx}\x05&ÜNÅ‚OÉâŒê¡h"
  b"\x05.\x08D­Žéå¦ VPà;"
  b"v£•ÿˆÒOß©dqêûë®á"
  b"vÅ­E}pJ\x08£\x16Ù+QúÃ#"
  b"\x10G†eG§´ \x13Ïù|\x01/"
  b"w\x0Eµ\x1FÿCFC°\x11OωQ_\x03"
  b"w(æŒ\x0EÒIªŒ´ö"°'?õ"
  b"wcƒŠ?\x12Zê½¼–Ébˆ è"
  b"wdIz:ƒN{­Cõh\x05idG"
  b"w‹ë´k÷L¿ºØ{C1G+n"
  b"w¡\A\x06>L¦d†‘K\x00C.ž"
  b"wì>¯<ŽCz¸\x03urøÙlU"
  b"wïé²xnOo¢€+\t)%–—"
  b"x(Ÿ`þóAN†5ìzÑé"Ò"
  b"x2š\x01ÒmM<•\x1AÖâü\f¶÷"
  b"x5\x16Çqèå\t%í]ö¡‡è—"
  b"xK¥R]ZB•ªa§¯§Š°\x1F"
  b"xLq¬xÇB€Š…€çªsf"
  b"xRãÀŽöBu¤û»€\x12Ó¼%"
  b"x]\tš!ßLŠœ\x1C\x13Ëíþ\x00+"
  b"xb8m¼>¾…ô]$¶mÄ""
  b"xÍ\x12¾˜By¥n(QÖ\x13ª‘"
  b"x’ú¿\x18ì¿E\x13F– ëªg\x7F"
  b"\x1FØÚ>Gyª±+ë|ƒ/"
  b"xÍCÔ¸\x0FG­©7}éÜ©¡U"
  b"xèH¾à^C¡žˆ×=T\x05¯ä"
  b"y\x00 h»µBM¾Þ¿ç}}yÓ"
  b"y@ÙÐZéIË’ƒß!´²Š"
  b"yXíï2!JØŸºÓ¶ªìŽß"
  b"y}¦îŠðM+¿,\x0E ÒÏb\x1E"
  b"yðhX¹YEy¢/¬<0a8\x1D"
  b"yþ³CžxIü¾w“yXCÈŽ"
  b"z\x1C\x08Ɇ‘O"—\e\x19ÃÛͲP"
  b"z#\x02\x1D¢AGN˜ŠÚR2ŠI|"
  b"z#®l\x19ó\rfaìLH”¯\x1E"
  b"z@!Ý­áC\¤¼°¿[ó’$"
  b"zg|è§=EºŠïªIvîýs"
  b"""
    zˆå3t°JX‹ü°ãU»\n
    q
    """
  b"z©–,\x17LI€Q*âœ4‰,"
  b"z¼?Æ$^K.­\x7FE\x05\x1D{Ë@"
  b"zÄÂ@P¬Ab›QÈ\x04õ¥jê"
  b"zä¡°0­Lœ±>\x06gIrÅ\x1D"
  b"zíŽê-¶H™©ßoëžx\x02:"
  b"zòœ×pa(.R\x02î\x13¤¸û"
  b"zû\x0E\tûHæ–‘\x1AJZ8ɇ"
  b"""
    {\x07­pñ·N¦¶z\x1F\n
    ™ß\x1EÜ
    """
  b"{\x0E\v64û^{\x10\v4;•µÙ"
  b"{\x1E¿%c·G"©$fTЀo`"
  b"{"Ù8‹\x19KNŸA3.\x00\x12\x11D"
  b"{$‚K'u[QE’\rsç”È\x15"
  b"{%=?vpO¨†ð÷*ï‘´á"
  b"{:ª„¹ÝAí¨ªµ!lÄU¡"
  b"{;ìÉúXC ´!žà\elï"
  b"{B"}ú…Ln¾ÊÜœ£:Æ-"
  b"{N;\t\x0E\x02BˆÎÐdÍe\x1D\x18"
  b"{V†¹üŽEL«<i\x16Äðþ\x12"
  b"{Œ÷✜NÄŽ¬ß‹Òà¬Ã"
  b"{—Žßè@Í¿«\x17\x19uÛ¢q"
  b"{¡¿Š‚£å=\x00vÍê-ã¬1"
  b"{¦¢¡'ów=,ŠÓ®N»›"
  b"{¦­ Wpqd\x1C)¬ˆìƒX€"
  b"{ãVËQ\x14Ko¬Âð‡\x00§\x19ò"
  b"""
    |\x01ü.·¹~ºi\x06\x05\n
    \x01ü«™
    """
  b"|\x17@ºšŠ´²âcy\x1A\x0F\x07"
  b"|\x19âû¸§@Û€ì7«ö6\x7Fâ"
  b"|\x1FZ“ã^A∏_+ª¡\x1AÚ"
  b"|8ÛKG'J\x10»/„ù \x1E=\e"
  b"|<L:\u¢:À™q)œ\x00\x7F\x00"
  b"|zK+fhH\x03—¢,c¸?…¶"
  b"|{öÀ@ÆIèª\rñ!½5þ´"
  b"|ÆÚô–€Dò£Ê˜±\x17\rc*"
  b"|ÔxGÜcE\tºŠB‘\x15½õ\x03"
  b"|èEõcHÓ-ÛC™XÆ[\vt"
  b"}\x0FWùõÿOh¡æ°ŒŽX2|"
  b"}\x10ÏHÏ\x07)y\x7FC\x14ÓKi8\x02"
  b"}YOþC¤B\x19Žã%ŠÕÞíÍ"
  b"}p@$…¶D$·¨î…=åR"
  b"}ÖíÉ“C@ü¡r-,Žœ*œ"
  b"\x138RÍN¹–êÙÃWa\x0Fè"
  b"}ð4ÔTÉ›-ù‰¯õ°­6Y"
  b"}ó Ü™ÁOщœBJP¨Ge"
  b"~\x1F®:€fB(­Æ\x16ˆÞÉ`n"
  b"~W帠fN²¨zÍî0“G\x00"
  b"~i›I\t`DǬ­4\x1E¹Ô\x05F"
  b"~t޶6\x06D¼&‹\x16\x11k\x1A\x04œ"
  b"\x17Š\x03ãCè†b\x17Á§{JC"
  b"~˜%¥ºî\x01<QQƆR+:»"
  b"~¦¼4T\x00KeŽ…X(I\x06A\x14"
  b"""
    ~¼û1Õ\n
    J\x08¿\x1EfCž/Ë\x06
    """
  b"~Ægõojî\x11»\x00@Å_Ýù#"
  b"~öÜ_\x17öJ…¦¨ÿˆÐ7ˆ"
  b"\x7F\x1CòR¥‘EA½z\x04µ_¡Òa"
  b"\x7F%\x1F©ˆm¿8WÒâptØÃþ"
  b"\x7F/‰ð\x1DçG°ˆD3Ùä|w>"
  b"\x7F5•_\x0FaEöŠdRð!\x12ö"
  b"\x7FÅÓ¦äÅKË”Ú-]µ†q\x04"
  b"\x7Fì\x0E\x00›¢L›ˆÁ\x08\x01™]¦^"
  b"\x14n\x04ÚÇaf“q\x0EáÙ\x11î\x11"
  b"€0*ÊÞ`Lp¯>ôÆif‡Ý"
  b"€3\x1Añ\x1F½BE¸t¹UÓîz­"
  b"€I“#&XÒ?\x0E03Ù¤‡¦r"
  b"€Kà¿\x19žJ‘ŠR\x06opé­&"
  b"€n×È,Ð\x0FxæY\x0E'$é\x0E"
  b"€{¹ŒUøC‰Ž7a^N:€¨"
  b"€”nmü\x04JW†ÐÓðÄ‹mØ"
  b"€¸$7Ù©JJ•1\fA“ÔÓ¦"
  b"€ºÆZÜSF4Vý… Gæ½"
  b"€ÄWíypIÀŽfÍzõÄŒà"
  b"€Å*ZäøGÔ±Œ°JÙÈÚƒ"
  b"€Ì\x1Cüáa×þaÍÊWŽ‹ÉH"
  b"€ÞœŸénÅÙ1˜ÿpö¼—"
  b"\x0Eꨆãn€Þ•)\x13Å;ò÷"
  b"\x13ÚúQhE\e¬\x1FgÛõd«¦"
  b".4G*‘A-“\x15\x07;\x05(\x12j"
  b"D•¯šëDûŒæŠé\f1®"
  b"gêDÍH|¾Yݳr¶àä"
  b"·GV¢iê̽3\x1Dÿd\x18Ço"
  b"ÒŠ\x1E™” ë\x1Ct\x06ü\x03ö×ã"
  b"ác7ö“D^¾®¸@;\x7F=\x08"
  b"‚%_ˆ\räÜÓדÃûÉ‚f†"
  b"‚)¸U\x7FbAi‰deçàØ¥Ô"
  b"‚V½ht\x08Kÿ¯¢\x00­\x07àË\x19"
  b"‚‡ü9,pKK¿~\x16£èC‡À"
  b"‚“^I1lî\x1EÄ#¯úVïšg"
  b"‚¤\x1ALéÿÑ:1`}\x08L\x13Õ"
  b"‚²½uh™{\x7FZá“[ò*9F"
  b"‚õ\x06óe3M=Š­[L”|ùY"
  b"ƒ\x11\x07#Á¥Gbt<ÿ®~"žp"
  b"ƒH[“\x1F\x19O2Ž»[O­ºŠš"
  b"ƒl\x14yw;H²¢ÑA¨L1J\x03"
  b"ƒwÙ6Ä>@\e¡m××S\x07½p"
  b"""
    ƒ€©\n
    \x1FJ© H½\x06™êÅØ¼
    """
  b"ƒ\x1A³NèBb°1\x17Ú~Äã"
  b"ƒ™˜žX€\x11wéKú³+ÄŒš"
  b"ƒ°\r|Ü¿@¡ƒª7Ä¥2\x1A\x0F"
  b"ƒÒÖžÿBߤR5øJ·»"
  b"ƒÛs­¸\x05MR™‚We<\x00"~"
  b"ƒåïË\r!Hì²=¡\x05Ù« "
  b"\x1DçHêïF.¥;´xS\x1D]y"
  b"„3Ö¥ÕöAÚªÚ÷ýbÚ®J"
  b"„9\x1D¾&\x19K\x1E‡ûÿ\x7FÖ…¦\x10"
  b"„Bv„\e÷_\x00\x0E™Zkå'Jv"
  b"„K\x07\óõŠŒ&ñ—òÁ£Àö"
  b"„U~ߎcBÒÅÅ¡^\r"
  b"„l[F:¬LÀ¢ƒ”\x02h?X"
  b"„}\x00&òBMé»UJí«BXŽ"
  b"„†;ªŸ4ëxC¦wâÊÉáž"
  b"„¤ÕVqhI ©YjÎzkš¿"
  b"\x02)\x1FsýH(Ž}»œ—‹~t"
  b"…!\x07™)Ï|ø'SU¨Ü&\x02Ú"
  b"…F#\x0En‚FF²¶ÚGÖQ3M"
  b"…[\x13\x14ð¤Fï–¥r«•¨\x05½"
  b"…^~&¢G\x0E¢,\x7Fg<IØe"
  b"…¡\x07ܨ\x05Dá·û\x05S–H×"
  b"…¤FOž®@Þ´×\vI)B˜™"
  b"…·#„gŠBt d,±½0Rç"
  b"…Ó\r\fS\x18Bo8‰× w\x06"
  b"…è\x19;ÂT\x04\x06ˆÎ<\x16G˜vq"
  b"\r¬\r¨GG`Èšð\x02…v0"
  b"\x13\x00÷/B|›`¸ø Î\x1C"
  b"†=\x1D"’æTj¯Òž’þÊTw"
  b"†D"âÇÐOà™À˜°]¼á‚"
  b"†¡ÝÉjEþ’2Ž£×$/@"
  b"†ÔÐ$ÅFN™š¯\x01O”\x00y:"
  b"†ì’å6öI¦˜:ÒŽéO®ï"
  b"""
    \x1A\fëB K\n
    µ¼;Npt’%
    """
  b"\x1A\x11p\x15ªN€›£©’® ü9"
  b"‡B$¾›£MɈïrÓ£tY\x10"
  b"‡h§\x19„H\f¿‰¤Ù<\x14"
  b"‡s˜ôVwED¥B·nôº\vv"
  b"‡qão‰OÁ¦4«üøØÆÎ"
  b"‡”\x07öN¢H•ŸÌ=õF,ö["
  b"‡¿GüýrA\x1E²#•\rL÷¹"
  b"‡éÜÄÑ[Ar­AØdÊ[ˆn"
  b"ˆ\x05lý3é@y¼–¬Ì¦_kî"
  b"ˆ@Hj&,2.DMüÎÅ\x06"z"
  b"ˆ~†§\x10_HÜ)š\x06pØð±"
  b"ˆ¶¬\x07¡M!6\x13µO¶ÃL%\r"
  b"ˆÝ7°ùŒEú€( Þ)\x0FЉ"
  b"\x0FæÁ\x19V)ó4¯ìg,\x12\vÎ"
  b"\x14ã@x”Kt¿Ô2^²Ñ\x02"
  b"‰.¢~ˆ0nU#"‚ŸÑý…¾"
  b"‰1U\x03ÒÅéÆn’[Þ.%4Á"
  b"‰=\x7F>|\x14ˆÜ{›’`^¤•Ï"
  b"‰M¤·K“K£¸º¥9üob{"
  b"‰[í˜FxC\v¨ œ!P+„ò"
  b"‰dLÔª©Jz½ñá|™\x17"
  b"‰˜ì(\x05“Gã¯÷¼[â–˜\r"
  b"‰™2NË 6=—3wï~NÕ1"
  b"‰È\x1F3VþCK‰-\x11Þè±Èç"
  b"‰È¬,O[F¢Œ[(ÜÆ\x1ADa"
  b"Š\x0E7ÎòM—±ÈR\x02\x03ò˜%À"
  b"ŠœÖ³Ö9BÜ€;.“W‰Õ­"
  b"ŠÚ­ÊÜisïÂÁÖüH…M"
  b"Šönâ¹¹^\x11\x01Ö©UO"jÒ"
  b"‹H‘§\x17­ÆÆ¹\x07\x10PÔ¸4\x10"
  b"\x7F¼@0~A¼½Q·"_ƨ½"
  b"‹²¬9ÖU⡽’=Fjí«"
  b"‹´Ä\të£IށŸérɹzö"
  b"‹ím\x1F\x11J\x18˜CŒ÷Žé7f}"
  b"Œ\x06’ã†;þ^\x00‚¬Âûêñ["
  b"Œ\x1C-ÌRMù…\r·Ó‚R£Ü"
  b"""
    Œ@O¯åŽE¡Ô\n
    Óa,Æ\t
    """
  b"ŒXÏ”ù`Lô“Ì\rQ7rÊŒ"
  b"Œ§ÊµBpG2¯Ž\x08%6úÕÔ"
  b"ŒÌOU3\fE¾›Ðrõ¹x+‹"
  b"Œá\vô\té¨Q)º's\v`cN"
  b"Œë\x7F|ôöJÌ–æ¯Ì25½g"
  b"Œì<k[<Dx½¤Ù!\x08®V%"
  b"Œí5Ú5úC9†õÎ\x01\x072/h"
  b"Œï˾Ñ\x08Jn‰\x07Žj¼ˆö\x1A"
  b"ŒönwS<F\v¯AjÄ)JdÁ"
  b"Ž,ÜQà†B¡¿SÆ:A̰Î"
  b"Ž1Š0¼–BÆ­\e¶OÉ5Œ|"
  b"Ž3Œ)˜£NÍ·¬)Îa›U7"
  b"Žkbǵ\r_ºO\f'ï»\x1F¦R"
  b"Žlä8ðªJy§ím\x12\vîíC"
  b"Ž\x7F\x07¯—\x16I¬7TF ”\x00Ëz"
  b"ަ\x10¯§qGº¡†îèó—\x11"
  b"ŽÍÂt’—AH‰É”Q=\x02õ|"
  b"ŽâPVV\x7FON–œ<Û}b%"
  b"Ž\x03#LÁ?E\x01°gbÛ^z\n"
  b"Ž\x16Fíqv‡á¢¬Ùl¹zû"
  b"Ž yÎöÍK<«N \x07 ]W²"
  b"Ž0²CƒB@ÉŽý\x00ˆÇ܈E"
  b"Ž7ð´s\rƒh»5ôQ\rb»Œ"
  b"Ž_(Á°·GWžÁû:ïÞ©\x14"
  b"Ž—'èÊ\rEK¾ª~ÿ\x7F\x17\x06["
  b"ŽŸž9w¥Gžœ¢ˆô³P\x00"
  b"Ž¢ÄwíáM\x12¨‡ÑÐ\x14H‚\x1E"
  b"ŽèÝ\x0F†§IT²\x16\x7F{MY¢"
  b"\x07ü,›.\x12‰û\x11rPïer"
  b"\x08ƒ‚æÎÄÑ&U\x7F\t\x04L"
  b"T\x7Fë'žC ˆTQ8Œ²ž¡"
  b"j5M˜g@_оž\ehjŽm"
  b"£\x1Eu.&C{›fCÓ\x11\x16k="
  b"èÏá­(J\x19œ!\vùÁmƒS"
  b"\x03eº=ÐC\x19‰Z\x03 î\t̰"
  b"\x1CÐþ¸ÿDˆ™šø¤¡(›\x1C"
  b"""
    p=„n4@J–\n
    ô:íª\x1DÄ
    """
  b"è \¨\x7FKüŸ\x10©ñϯ¨ù"
  b"ï¸¤ -L·»\x04¡TpQÅ%"
  b"\vO'ű\x14üTÍ\x7Fµ‘êWO"
  b"‘}âg\x1AƒOà²C“\x1C\x17Õ"
  b"‘˃\x05&\x13Bà®?ºl­vè"
  b"‘͹–ÈFꊎžöl¦3 "
  b"‘×7\f³¬H\x04ˆ09S¬6Ñu"
  b"‘ü\x14¾®øO,£¬5õ™1Qã"
  b"\x18Ï\±\rOT…ŸK`w\x08â¢"
  b"’!&\x15ÀAM—£ñCæAé¹\x07"
  b"’U\v÷Û\x05It¢\x1F‰™ÏÒFž"
  b"’zdÒ\x12#Iâ¤u\x7Fq9,åG"
  b"’ž¶W5®Gþ˜WB\x11\x1A,ž^"
  b"’°(\f94FÑ£î"\x02\x1F8"
  b"\x00\x17\tC\x10­”炵ùÙ*"
  b"“(æRž¬I󹐑-õ(L¥"
  b"“)6˜ÊìD=°ð\x0E…4ì¤"
  b"“llí-'CÛ´,\x14–4l`"
  b"“§—–S|O”¾Ä%Éh\x00Y"
  b"“Â\t*p‹DŽ…_\x06žøl\t®"
  b"""
    “ÖC\n
    ëí\n
    ŒTÈfň\t\x1E
    """
  b"“ö\x17¬öKD³6ßhì÷[Ô"
  b"“ú\x06\x08EL¤\tÙ t(è\x02"
  b"\x0FÃèxME\x7F‡ÕÏ.¶Aµ"
  b"\x1CóT\tþLù±\x11QސýŽb"
  b"""
    ”*«ló0F0­@ô>Ã\x7F\n
    º
    """
  b"”+\x0ER\x04|K—“Ò%q\{"Ç"
  b"”R\x19z@u/¹gÞ\x0E\x1Ca@l_"
  b"”]Ÿ\eqn#H—aØK—d¯Ý"
  b"”ö•7ÃR\tRIÐ<h_S‡"
  b"”‚Ú»’àJ\x7F¢²ÄbŽ\x7Fs†"
  b"”–’ô­\r\x1AÍÔ±:ÖEw"
  b"”žÞuDƦü¢ÕØ¢ÃU"
  b"”û!.5G@©»Qß©ÔjŒ"
  b"•+n›ÅèB|ŽMŒÍ#ðÿK"
  b"•`·Î\x1D\x11O}ºvÉ\x03^‰Ï¤"
  b"•p \x1F¸FHΏ-ƒ§•î*$"
  b"•„s2šI)º\x08·‚ŒG-["
  b"•„Ž\tZÒ"¼\x01\x1F;îîûC%"
  b"•†SÁ\›Gì’Õ…\x17Á\e\x14í"
  b"•‘«"¾cCŽ™\x04Õÿwò3–"
  b"•¡\vŸÿ]íÔ•ëö²ÁŽ=Ñ"
  b"•®O/àcBꁳ)Œ×Lt½"
  b"•³Ap9&@t¯hp’Î\x00Ez"
  b"•´û¢ØŸEö‚\x04K-¶·“\x1C"
  b"•ÆpëñIô{f<–×\fƒ³¡"
  b"•êXf]\x03\x14¬‹OTò6ñúˆ"
  b"•ôJ(‚˜@Řiqéïá\eŽ"
  b"–UÌGtÀG«Ò¥»Sú÷~"
  b"–™gÖuB\x17²ày@\x02ÀÙ£"
  b"–Ã\x07®ê\\x05ŽÕÿÒÄR9Fµ"
  b"–Òa¡;ŽKX‘Í¿·¹#·Y"
  b"–Ó¦ˆ\x01\x1C\x05Ì%v³\rµ”"
  b"–ìP\x1Fã„K÷Ž£"^=Ùðw"
  b"\x1CÏ·uIµ¬ÿ48±×œ:"
  b"—O£,wÁMø³T\x08&\x143uØ"
  b"—eÛ(±sD:£ÞÜ禒¦A"
  b"—”ÇpFÔE½ҵ”ƒTË¥"
  b"—Á*\x18˜—G·‚Œ¤Vz‡Õb"
  b"˜\rœð½YAØdî\x00F4%üH"
  b"˜b\x1DÐ\x10„)/\x08x'\fîTîÆ"
  b"˜–ށÃåNN€D¢ÚáªR8"
  b"˜æ\x7F]\vhÍUßeøxFúõÁ"
  b"˜ëÏèŽÜǸ•i8\x1CŸ¬!x"
  b"\x11Þ\f\x05#\x03\x19\fŽC\x04€’\r\t"
  b"™NE¿E¤\x18¨h6\x1C¹á6?V"
  b"™[Gù\x14mBŒ»\=dåôÁ¼"
  b"™gÓÞŸ¡dó¬•ï\x01\x0E¤K³"
  b"™ßN\x17~§OŸ‹ÐÅWvŽ3–"
  b"™üØ:g\x00é4\x0E3®ˆÆ<Y"
  b"š\fþ~\x1Db@å°ÖÝfš²ýZ"
  b"š\x12\x19^ÏŽIã ¨\x1Fdèºö—"
  b"š*\x07¦ÏÊIª¢7Oaï.t"
  b"š0ª„.ôB´€eÛXFG\x05á"
  b"š7M¤sÇOʐÖ\x00ªo©¸§"
  b"šx¸:\x03ÙI¼ˆ®\x14ˆrB'¶"
  b"\x05 q_”O:¥}CÕŠÍé¬"
  b"›@½Ž%\x07@¨ŽŽÌþ\rDa3"
  b"›Wê`adz\x13¹Ìæ‘:í¬"
  b"›pu<@_Bâ·\x18\x17hØÈG”"
  b"›pò(9õAϝ¸nµ‚²U\n"
  b"›vj»£\e»)\x1Aîò\x18bEõ¯"
  b"›zn¿Ö"½Q\x16Îü¬ª"¾`"
  b"›˜po\x1E·O¾~‚\x06{\x01âsH"
  b"›¾)Žî¶HŒ•%oDßUÒ,"
  b"›üÈè\x16ŒÉˆBÂ/eUV>X"
  b"œ\f~XDnCKŸÄBˆ!\x01á†"
  b"œ\x19¬ô.—F?£ÑúÔEå™G"
  b"œL3@\vÜ\x1Cd©\’¼»\x00&\"
  b"œ_°åwC\x11…¢‡^d\x04 }"
  b"œ‰Y%t\x11Cú”ƒ\x7F?´~þè"
  b"œ¸\x198'\x07\x12)g+Ÿ\x05\x055\x1E\x08"
  b"œãQíæ³D—³âÌ8\x18Ï„"
  b"\t\x0E0LOø¥Ž%F>²\D"
  b"F„޼äA£›q®¤’\r"
  b"z±\x14ðÍCš‰ÃrÑãÔFˆ"
  b"Ž\x02ÆH¡\x08#ä5æÃ2k¸"
  b"Ãˆ²ä/?œ\x0F\x04\x18\x1C0"
  b"Éîsp6iŸ®[¬ÈƒØª¢"
  b"Í6\x15f\eMø¸\x10\fƒŒ\x7F"
  b"ù1¤'\x07K`Žº“o\r\x03"
  b"""
    ž\x0Eƒ"­ðEbŽÃŽú¶\n
    X‚
    """
  b"ž\x1A§Ü׺K\x00‚E÷RR\x08e"
  b"""
    ž\eÛ˜\x05ÛE\x11‹š/>P\n
    ÷¬
    """
  b"ž-¤h!lE„ŽìŠ•3¨£ã"
  b"ž3,HãéO׉³úÂÀ­w®"
  b"ž5ž›\x7F\x16Dé»ó×Óª\x10bo"
  b"žDZ³Ò´WõºG£l\x01ãÓK"
  b"žd;Æ"pB°\x00¾\x1FÕ\x06B£¦"
  b"ž¼óØH=As®b×d\x13à\x08["
  b"ž½þO8¯F¬°Ý\x10èÈ@~ˆ"
  b"žîJ\x03‘ñM`ˆÀá´¿›ˆ\x18"
  b"""
    Ÿ\n
    í+ò\x05G\n
    §EK÷'\x07½Ý
    """
  b"Ÿ\x12­OüÎkD¹¡­\x1E\væDª"
  b"Ÿ=T‡Pãi}|Ÿ³8¡\x7F:x"
  b"Ÿp¾\x1A\x1FþEÛ…}rŠ>YVì"
  b"ŸƒÑ3›yb%k7æòzEí•"
  b"Ÿ›Ú0j5A~œkµÙ\f8Y\x08"
  b"Ÿáײ°K ixÌ(šfÚ"
  b"Ÿø»“ïUD›½¥µNøãõñ"
  b" \x10û<ž­èæÓíÌ„—\x16Œ"
  b" \x1C\x1D\vûF.¶S­ÆÖkÜc"
  b" %’ÛªÙDc¾àù©ËßÖÍ"
  b" 5\x7Fòû“àNˆoú$4µ²\x1D"
  b" H1\e±™•õÑõŸ™w†Õ¢"
  b" d=àdÞKȦ\eDØq\x01\x19"
  b" šzkХ݈¬…"vajl™"
  b" ÞFø°G맯ômû8bñ\x02"
  b" á\x06Âá½€#\x01ØTaÐÁZù"
  b"¡;:iê¹@\x1AŽô\vÕ\v˜|O"
  b"¡bvÏÇÍJñ¿†<æ`8Ô"
  b"¡jJöë@B—µJ>4žvŽ\t"
  b"¡y\x18G4rGCª0\x1D|¸ááV"
  b"¡‚Ë!‡6L,¸ŒÓŒîL Ä"
  b"¡®\x02À\x1D¶D\x1ESü‚,²ŠÑÌ"
  b"¡´pù\vßÝ“\x00Q;g\x01 \x05Ï"
  b"¡µ@ôú\x16rð•cîma´\x12,"
  b"¡Ó¢TZ}HQ ¬ä|Ñ0}Ã"
  b"¡ÿ?®ŽEú…¸Gá«|l"
  b"¢\rôé6fI\x02¦‚‰>%È`ø"
  b"¢`w3í\x17N*¨5ña¥Ã•\x19"
  b"""
    ¢µ&§\x1A\x1EG+¿\n
    &‹oÊÐ
    """
  b"¢ºÎ˜íIO\eŒù#¹\x1F*’É"
  b"¢Ç\x05á/z©9\x1F\t#‡¹£°"
  b"¢Ì€ݹDɝ±ˆã"‡ÁŸ"
  b"¢ñš(õ4¾ì*‘¾BÏÛ'"
  b"£$\x03µ\x04¤hì\x08\x11Lîu¢Ðý"
  b"£Q\x11ñ}ŸMá‰WÉþÜ·×>"
  b"£}ï6‹ÍOÜ–U)ã߈o="
  b"£†W40ÀO+˜ÎYÑœ\x03Zi"
  b"£”L¥š\eE›°xF/~\e\x16­"
  b"£šm ŸîOò¹Ã1\x13\x00Uºç"
  b"£¤býkIOT“IÜC$@\x11¿"
  b"£»Zâf‚@I€l\x17å\x16û†`"
  b"£ÅL*\vä“ÒáwCM)Ûm±"
  b"£Éx @ÚC¼‡>L\x19¤ØÔ˜"
  b"£Ö|\fE[N•®\x16/\x19î{M"
  b"¤#B´ó-H\x0EªÉÝæ^;h"
  b"¤#Yô2\x1AEç“.šÎñ\x18ËÅ"
  b"¤,²nO¡~%æ@Š\x01í\x0FÞw"
  b"¤RD\x0E\x15E\x14%ÏÀNþ¡!"
  b"¤[ðÕ½T@S '–åªÖrr"
  b"¤t„‹\x10\x1AFs°§\x10ŽÒüÎ:"
  b"¤…À:g\x1DGÊ‚.`›l“ø]"
  b"¤¦ j©E“'Ïzá:A3\r"
  b"¤ä;]¯¯Ãë]­/ =¥ÔÄ"
  b"¤é™ø\x07õ@ؼ øæ„{À\x15"
  b"¥S¡ß\x11ïK)ª¾º\x13ÁǸ:"
  b"¥\Ёœ\x1AâÙ_=ƒ$aL\x0F"
  b"¥ªæðËÿi:\x02ãç¼Tß\x1A"
  b"¥’C\x06`\x18Cw­!\x0F\x02vR^ò"
  b"¥£(RÎ0O´Œ¨.¡•!-^"
  b"¥¥\x1CÈÂ*Cqª6÷Y§è³â"
  b"¥±;\x03‡]O7„g\fÐè:\x1C¿"
  b"¥ÅÁ\x11\x07/JL±p^¬Uñ9¥"
  b"¥êUn[LK\x18†ÿÆ8O¡c‘"
  b"¦&i"^NHV€ð\x1DFNã8'"
  b"¦+Ã\x7FuM‹º½­\x14ÄçãÚ"
  b"¦[XU«ÑK؝û]2·¼+~"
  b"¦\x7F!ÌþSHЫ\x11ùR†y~d"
  b"¦ª¦ŽjyK~ž\x1F\x7F¨þŠô"
  b"§\x03®ýÈžN毃ó\x1A1\x1EÄ\f"
  b"§\x07¸\x05(ycš]\x12V×xû›û"
  b"§\e\\x066\eEÞŽ°\x15å'0P×"
  b"§%|©ÃLË£\\x14¤‚\v‹Ö"
  b"§/»9\x03bI\x14‰â\x7FÍú\x14t\x16"
  b"§D“\fŽ?H¢††¹ÚÙ4ô\x1C"
  b"§PËBé\x00Ew˜Œú¿ˆW¼à"
  b"§U\x13T‹[ÍõAØs©ê‚j"
  b"§_CF¯ŸG=˜!†\x070ïO,"
  b"§…m6f\x1ANö³¥›Å\x1A\x11"
  b"§­\x15ž\x15\x08AK’ô\x14*óÇ;n"
  b"""
    ¨\n
    ©o©›K“®2Ó“Uqkã
    """
  b"¨\x14nTušLu¯³yz3eoü"
  b"¨#\x12\x18\x7F\eAf±2M\x1A·ù–“"
  b"¨tÅ’\x01d•ƒÅ\x17\x11ýÁB\x04Å"
  b"¨w©ÁzœJÞƒ…|èˆsS£"
  b"¨\x02c§¤·ü0mz5ÈK\x02<"
  b"¨¡íGaÿI#£_ksŽéU\x17"
  b"¨­L\"WJ™Ž¶©¯#\x06Y"
  b"¨ºÅÃ,$Nû®3€®õÙû¿"
  b"¨Â7ÍFÈø4œ\x06]³ùlf\x01"
  b"©\x05®õ™êÉ\x1F°Yý措³\x10"
  b"©,’\x061I-©J–¡@é¶\x13"
  b"©x¬§éAþø0†Å,±à\x08é"
  b"©·‡^ÃoA"»\x19͐Qàô2"
  b"©Â[ËÙ·1 >ÀÂR\x03¢*‡"
  b"ª\x01ZÆQ£N"xùbKE}"
  b"ª\x01±ßiú‚\x0Fh¤<'o•ð"
  b"ª'ù®M\x16Jæ‰Ì–nÍIHY"
  b"ªNDd«ïE(…€Ëøƒk$“"
  b"ªsˆ\x07¢ÔD\x1C‹ß\x12(ÞM‚‡"
  b"ª“T6ù0E¿ /fíŽ\x08"
  b"ªŸ_m‡VÝŽË\x1Aém5\e\x1D"
  b"ªµESÓKٺ}°ÿÃ"
  b"«\x10qCü¼K›‘q¤66\vy"
  b"«\eeÌÿ\x15G1š\x08S;\x10\e"
  b"« êIÚ\x7FM™›\x05?¢6üçß"
  b"«3åÁ\x7F\x1AH\x06†íf\x14€±<ö"
  b"«¶6Q\x03›&žRó®¾$KD"
  b"«È\x02f/ï\x00àZA‚sjšKù"
  b"«ÎÑ(¡²OA£\x1E+mGÀ¿¤"
  b"""
    «Õw›‹¬.ø?U\n
    k çìÍ
    """
  b"«×@VdpM·´³§˜¤¤…"
  b"«þâÊK\x14D´³_ö:ßðD½"
  b"¬aXÀF\x19In¶½¬\x1CÜw¶¬"
  b"¬ˆ/åÓºŸRYÈfÙiõ¿"
  b"¬À:¨/Ð@g¦!Ž\x04½'’n"
  b"¬Î%i/ߎªÑϪ°…ZGÊ"
  b"¬êí@A+KjO#~ÐÕØ®"
  b"¬ÿ\x05<1ªE\x7F”6½\x19kîÖý"
  b"­\x02­.\r¸OžŽhè>ù\x01Ô:"
  b"­\x08X\x7F\x03\x18A÷Í`ÑXÀ[>"
  b"""
    ­\v)»Ë\x17F&£‡\x18H5\n
    H#
    """
  b"­\x19ÅðPŠIáµiÊßÔ%IÈ"
  b"­>S/J\x19O\x18›  ÁÐÄÛ "
  b"­t\x15¢¹ûJü…×a†.¦ª\x1D"
  b"­…FDõ.L8…ž§¤<€<V"
  b"­£žêpjF¾ˆ/ \x1Cœ­~«"
  b"­®\x06¹'¡DN§é©’¡÷_'"
  b"­Ä»„/\x15L\x15¦BŸ'tyc–"
  b"­î¨°áü@'Ÿ¦¹’¤¢µö"
  b"­ñ‘_|½Dú‹ùñ¥À: Z"
  b"®\x05³v8nFëp\x0F\x0EröA"
  b"®H»Û–ôNó€@UېN9¹"
  b"®Z„\x11¨íK\x13€DNN\x7FJ4˜"
  b"®…6È~ë@Xž\x1E×.î\x1DÙó"
  b"®¡wp®Àñ“7‘æ\x15—6ç,"
  b"®»=5"«@³©øùÌu>£"
  b"®Ï¤×¦%Bà«\e±hd쎇"
  b"®Ñ\x18\x11¥ÊDz·øï?ˆ å"
  b"®öY\x0EÚÉ\x08\x15®øpŽÆ\x04"
  b"¯$)`/™Hç…¹\rƒ;×ï "
  b"¯=~ò 7©L`ó_žÎgµq"
  b"¯X°ï`ºKX“¶2Ú\x05„wH"
  b"¯a\x18áõ/üécblp\x15þ0”"
  b"¯aC\x15âÝ@\x06˜ù\x19¨~Ù„;"
  b"¯cN\x01ÙçC8ž²Ú±rìP"
  b"¯f\x03“NÇHx‰Ï׋\x04~\x05ÿ"
  b"¯‚S\x18O˜Cx’/&0aˆ0"
  b"¯‰ \J\x19H¸”(£\x18Üe¨—"
  b"¯Ž_<\x03\x1FO€¡³¶ví\x1A˜u"
  b"¯çëÑd\x08\x7F‹½¸Ü+\x11ÈØK"
  b"¯õ@˜ýüK\r§®ã¼¢•^""
  b"°\x08\x12`³£G—e¾\x03B\x14á\x02"
  b"°Zõ\ xGÚ±“>\x07˜BÀ‹"
  b"°[\x14JT\x13EØ—ÅúÈ# Ýa"
  b"°[}^¾K)T\x031\x03\x08w•¯‰"
  b"°nMü†L ï=A\x0EnøŽ"
  b"°séØÄoBã¡V€\x1D!\8`"
  b"°ŸÅT‰ÑAʾ\v£ör\x04Ñá"
  b"°æ0kÑ÷Cº°j€\x1CÓÍt"
  b"°ïuð#ÑI)‚ÞS{®ƒœø"
  b"±\x0Eç\r”›Þ\x7F\x18ÊzÐ…º~&"
  b"±"±óqçE?ž|bRՁ“S"
  b"±%êÙÍÿF\x1F½úü`’¾Â\x11"
  b"±7üUÔÞF\x1A´(Ž éçÁL"
  b"±N\x1AN85¡¤\eävÓC ‹æ"
  b"""
    ±rôñ\n
    <K\x0EŸŽK·ZÄ›b
    """
  b"±s’íôŽA–Š3O«\ÐÎ"
  b"±›¼~5£Cêž·¸&¨º›€"
  b"±«\x03–Î\x01M©–?S\x05\x06"ÛÕ"
  b"±Ç!\x06_\vDL²ï¾“ôÁ7"
  b"±ìiÐm¦GŸ\x1EL·c>°é"
  b"±ÿ\x1CHè B\eŠ9‚cG›(\x19"
  b"²\x0EÌûŠˆO…–ºf‡;]\x02m"
  b"²\x1Df@l ÓÚÊÕ\x10[IRê%"
  b"²0iAduG6¡\rßþ?øüº"
  b"²N⊋îL«\x7FŽßÏhÛV"
  b"""
    ²Pô³™G£\n
    Y\x1C¸ã7”$
    """
  b"²nß²ÓH!¸{~\rád0ˆ"
  b"²ŠåQØ­J¼ž«Á­=6à7"
  b"²¦P"™rN‰\x18r\x18×¶âÓ"
  b"²µwu÷°M-„\x06‚5¨)bJ"
  b"³\x05a‰ÿiGÑ»2©ÚMÇ\r("
  b"³\x0Fú¿I¦Gë—»\x02iO‚\x02V"
  b"³'\x05•C1K,st\x02ù²”{"
  b"³(3âa–¥çH¦óBZ\x07<„"
  b"³AþMÙ2K\x7F LOµî¼V¸"
  b"³¯gal‡E{”AÛøK½M±"
  b"³½bUµFF/¾È‰è?Dô‡"
  b"³Änºa°Eh‚¦`×MWØç"
  b"´\x11\x03M\x04Ô©B˜Sbm"Gs4"
  b"´;0Œ\x13\x19¿{pñLýëš‚Ç"
  b"´ˆWÝ&‹E)‡ùd¡ø\x05ÑO"
  b"´âh¶æÐJ±¢\x1E:2L\x1Fú®"
  b"´ö\x06±\x1DVKèž'ãŒQ‘Äc"
  b"µ\x1FbÌó&Hd´.‰¡Î‡N"
  b"µJ‹,Ò\x17F\x1CŽ,-$ºÜ"¸"
  b"µiõû?Ü­³\x15r\v™ý?\vŸ"
  b"µÉi\r\x07\x7F£ï†xrTÈ\e"
  b"µæ´ÝY9m޽›·7>\x08"
  b"\x1Eh%TÉG*±rÖ|åÚ"Z"
  b"¶%P®’@¡›¬maFR"7"
  b"""
    ¶%ði…\x14B\n
    ‡+ÄÞdY\x1DÄ
    """
  b"¶¡c;3å@MŸy\x0E\x0FùÙÐ"
  b"¶½/¹\x19E¸Ê_|\.ÿuÿ\x04"
  b"""
    ¶á×þÕ\x10HŒ'\n
    \x02ÿµS<
    """
  b"¶â£`\eSDï·;-Š(\r…"
  b"¶ô\x02ëh»Ao¡[V^Njžö"
  b"""
    ·\n
    ªšÄ’LF“A\x19>3$;n
    """
  b"·-ò-áöNBµF(ØD&L "
  b"·CàR‘\x05M\x7F´ÒG?ÑÐhŽ"
  b"·â÷6CID\x1Cèù.êÜCW"
  b"¸V¥\x11ðþG\x03”Øé›]…Ã)"
  b"¸•ú¢¾K\x17UWÝ\x1ES•;"
  b"¸«¡qÜe»Wr2³ä5˜6("
  b"¸É&ír¶\x16;íW¾ \x08yBÑ"
  b"¸ÕìŸ\x04ÂNå³%4\x15^\v6l"
  b"¸ÞŸþž/Jª6Ú}Q_Ï`"
  b"¸÷ñ¥ûYDè "ÎO_w’\x12"
  b"¸øUóñçF¯»\f[\eKl\x11Ò"
  b"¸û¯Ï\x05H\v–rDÈ­)š|"
  b"¹\r\x16¸´¿F–§\x00¥ÙÉ-ÂO"
  b"¹\x11Àï\x07Þ:sMSóÚý­ÛÏ"
  b"¹uq¢¹ÕE\rœæ1.'\x06_‘"
  b"¹\x7F+=8d†³à9¼:ó,*"
  b"¹‘šÁ\x16\x7FL9´5ˆ$…)»õ"
  b"¹®·\x0EÄoLíŸòBn\x1E­ÕL"
  b"¹°Ë\x14)_X#/°j‘byN"
  b"¹¿Š1\x15ÿE!‡º€w \x10²"
  b"¹ÏÚUíEEž²Y1§\e\x04·‘"
  b"¹å•/@ÚŽ`\x1C‡hwü!\x13ÿ"
  b"º\x01\x1A£ÊjLi½–ÌV\\x14\f1"
  b"º\r÷|¢ÌFË… v`k³%¼"
  b"º\x19\rH+?Nâ¦øTõ\x19‘ª\x1D"
  b"ºL\x13\x11XðM[œŽ†ÀÆÃNž"
  b"ºbs¦¸þEõ²+Õï©âàR"
  b"ºu\x1FÔÿ\x08€7ì–\x1DC\x10"
  b"º¤q\x02\x0EvHx“%–ã’Rmš"
  b"""
    º¦(M\n
    ¨¤©Ó;Ÿ\x01¯yÁk
    """
  b"»\x07Mþóší÷\x0E‚L$ÐCE"
  b"»\x10\x7FfBå£>Í\x1DÍ•\x04û"
  b"»%ßL»æDj‚•Ònd‡¨6"
  b"""
    »d[5¿cÜ\n
    \f\vw\x06R^—
    """
  b"»•¶ã²9IIŠýP\eÎaú§"
  b"»Á0\x17\f\x10IÁ¢œOg\x1D]ÂD"
  b"»ë_j \x04@Ú¤\x14t\x16ö\x1Añ¿"
  b"»øRsµõN؁ÈK\x06ICF]"
  b"»úµ¥®´Ã\x07Ëž´ZŸ$r¨"
  b"¼-SŽ\x03ëMîža“\x1D\x00YDÿ"
  b"¼SqÏ£®INŒká-\x7F‘Õ„"
  b"¼Xã\v®&\x16Fç.Tß\x1A^ÐÝ"
  b"¼^%À ªO«ƒnŽË…†t\x0F"
  b"¼lPlçãCÙžÈòXçÂ|R"
  b"¼\x7FAs.à@%µƒCc\x00%(…"
  b"¼‘"\x01‘…GÅ¿«L¯sq\x1D}"
  b"¼ÚY\x1F`ÍM8”Vƒ~Ù\x06í­"
  b"¼á\x17x 9Ný‰@ûÏu™‡Ñ"
  b"¼æ¹æòßJi‹Yˆ\x1A܇âŽ"
  b"½yÆß[¤KC‘BÿÚh\vOM"
  b"½ŸR°\x12#ISžä¾Ö\x01qôN"
  b"½³÷ýÏ.N@‰ÎZ­\x04‡ƒ"
  b"½óÁKõ½I6zC9Ö.\x12""
  b"¾\x1D,›l$E¦µÂ\x7FC\x1A+4\t"
  b"¾8¹È\x7F\x1E¦ZŽH¥ñ\x01ö¥Í"
  b"¾’\e/š¿Z\x12ã,r0–EV~"
  b"¾áÝ}\x1EÑM¨•s¯Ü~”\tc"
  b"¿\x00m\™Q5ˆžÏTÐþL°I"
  b"""
    ¿K/\n
    œ»C>†§\eî“J£ì
    """
  b"¿Lgi‘Û@9\x00\x13ºôT"
  b"¿“eè…\x0EL¹¤5žR¢\x05"
  b"¿—\x04Ž\x19¹Fó“&mÞò²\x04\e"
  b"¿ˆµ\x0E=HO¢³ZAØ\x15ùb"
  b"¿ ‘îGŽD\x00ž?‘ŒY{±$"
  b"¿¥€\e‘óKb¦Ò¼\x10Vg%Å"
  b"¿§A+£ýJušˆ-“\x1Aòü\x15"
  b"""
    ¿·‰)\n
    M[µ_˜˜,\x0Fÿ/
    """
  b"¿ê\x10âêMãÁé÷ªŽ\x05ì"
  b"À] ŽÃŽ…\x12K°¡M‘¬Þ€"
  b"À`~Y†¼AãŸÊ~m¡Ó•<"
  b"ÀhFA.)Ng¦ôÍ„Ø\x11&m"
  b"Àš=…fÓ†µªá¨Ò•ù·¾"
  b"ÀžŒ…8ºMäž!Ò\x15+¾\z"
  b"ÀÌ‹šhum%ÛÈ\x7FW`‘o@"
  b"Àç\X™¬\v‹éø\x07W>HUì"
  b"Á\x0F.ç9zI⟡<¼W½—˜"
  b"Á7 O7µ»Q\x04\x0FY\x16á,f"
  b"Áx¾o°éIO¢\x07’¯™\x1FŽÌ"
  b"Á{\x0EÇôߏ¹âÞ#*Ð;_\x1D"
  b"Á¿$7•¿FÁˆ]:\x1C\x19˜³Ý"
  b"Áà\x14\x06s\x1FGR´o\x141˜œ¡Ñ"
  b"Áñ.—k#F]€ï#\x13¾RÄ\x1E"
  b"Â=G†\x0EžA1·\x01bÇXÈÝ›"
  b"ƒ\x0E\x15!TF\x13¿ža+\rMï9"
  b"ÂŽ\x14ÇÁÑIª¨J\r¿¿fÎÒ"
  b"Âê<„Õìê\x18A\rQ_ž½Ô}"
  b"Âø‡1Ü|D躾èH¬\x11Ñh"
  b"Ã"«¤DCNyºöê@\eR'7"
  b"Ãqœ²¾MJX–XT\x06"
  b"Ã’9\x02Zù.«Šppýáþ§Q"
  b"ø9Ÿ¾\x16K—’µ¬ö[È’U"
  b"øR\x18ö\x10K\x07¤\x0E\x0E³©É]¯"
  b"ÃËÏ\x11ŽCNv‡©\x19•æN¸$"
  b"ÃÚÌOãÓL\v¿¡ü"Ï!Z;"
  b"ÃàÏ[œP<1sÛÞ­°Yѝ"
  b"Ä\x04\x17ª{E"A²Ö†\x18w²ç["
  b"Ä"®“ØQLY6¬™^\x06µì5"
  b"Ä5ýµ†&J\x02£‡\x1E^oä®Ò"
  b"Ä7…,'µD<”Ó.n\x7F\x14PB"
  b"Ä;‰¿šÆF=•IÍæ\x1D/ƒ¬"
  b"Äe÷ƒuWJˆ€ZÛG|±8õ"
  b"Ä~ˆz×sBr‡†S\x1DØ4\x1F¨"
  b"ÄÂ%\x18~\x01N퓆ˆ$‘øêà"
  b"ÄØ•²ÈÙGŽ‚fòº)çtc"
  b"ÄàRvÂ(Gn€®ïkâçØc"
  b"ÄäpLf\x1Al?öŒüL«š×"
  b"""
    Å\x07ma©žC‚¸\n
    \x05ãZB
    """
  b"Å\x1FñS\x04\e{ÛI†–´x˜jx"
  b"Å “ä°¶@À‰~X0qãaý"
  b"Å*[œ1ýMÏ‘(Qÿ1qÏ»"
  b"Å ™ñNLæ¯QyÑ\x1E€×Ž"
  b"ÅÛO8“)L\x13¼\x01X›‚’³l"
  b"Æ0\x19U¦×MÓŽ›ÓԖǾ\x0F"
  b"ÆL–$\x08 Fu€ãhÝ\x08‰¼b"
  b"ÆÐûJÉìB\x06¤À‹«¡\x07‡Æ"
  b"ÆÓM2m\x02C\f\x01¤\x1E\x02\x1EÊñ"
  b"ÆÖƒ¢\x1EGNã«Ì\x05ã“\x15T&"
  b"Ç\x06Ì]Å\x07I\x03©¥E4Ž'Ü#"
  b"Ç\v\x1AáçŠJ‡Ž¼d<ÀóËF"
  b"Ç\x0E\x7F\x00èçKv—(\rô\x17\x10"
  b"Ç\x16‚Ä>½L!:aùÎ\x10ßþ"
  b"Ç4âÁŽéEý„¾¦\x7FotÊà"
  b"""
    Çl\x1E.O\n
    A\x10¦\x0Fl‰IÓ\x011
    """
  b"Ço[‡ÆYK\x1FŸo\x1AªEùD&"
  b"ÇÃÀ;(\x1FN~‰ïê·…”çŽ"
  b"Çð·*Æ0H\x16¤\t#¦¦GRí"
  b"È\x06ú4\x1Eä—.b~ÖPéœi\t"
  b"È\f\x01ñã·Eu¦‰ñ‘vÊÖ×"
  b"È\x16I@ Å{\x19¢´¥@6žæA"
  b"È#ãh‚¢IR»\x18®@\x00\x16L\x0F"
  b"È2 æg6¿I\x04\vÔ…\x1Dã¡"
  b"È]Óìß­KӦ处Á¬S\x10"
  b"ÈiX˜Ì„»S“±\x18\x13œ4vÛ"
  b"È„p†ã8H_•¢QJœ9ü2"
  b"Ș\ræû)Eʢ߽\x08àÊ\x01"
  b"È›gJÔåBE²ÃI€>·\x04"
  b"ȩꎠñOܨAÛ‘Ê2B¹"
  b"È­æðQáãø‹¸øÞ«8Ö«"
  b"Ȳb'ÓM\x1D ›2\x12]¨B1"
  b"Èø¸\x1E¤ˆ“yýD|c\x15Ò‰"
  b"É\fCƬXBðLÁÞÙµ\x17"
  b"É\x1A\x14âýÉóH]è;tgUÓÂ"
  b"""
    É:×\n
    ùëU!\x0F®Ñà&\e
    """
  b"ÉAie4—@›‚¥Iú+£w"
  b"Éaž…bîKT¶YГÔI[\x1F"
  b"Él&ÖÁŽO}°A¶v¡‚ª"
  b"ɧN¨.bÌ7ÓQÙü\x15bë÷"
  b"ɳ>ppMID%õøVì\tê"
  b"ɺý\x0E¾Öþœ5$“ÑåŒT„"
  b"ɼp†§a`,\x1Eå\r=ò]\rÁ"
  b"ɾŒ³’ZEVƒbæŸñµ\x12Ý"
  b"ÉÊ\x1AßùAA\x1E¿\x0Fð\x17\x1CÊ9i"
  b"Éß\x1E'<N€¢›¥ä•>ü3"
  b"Éú|¥CkF@†]ށ\x1Aø„"
  b"Ê/'dV¡C7‘\eø\x0E¤5¿y"
  b"ÊsŠßÕUY|‘ì_\x14¸@'¸"
  b"ÊÑÂ\t–êÞ€7\x06\x03¢™\x04Ÿ"
  b"ÊÔÌš=0Mí†\f\x18\x0F§ã"
  b"""
    ÊèYߤ\x1C\x14%oˆ\x17Ú\n
    
    """
  b"ÊüYeˆG\x14·7ër%\e\x7F3"
  b"Ë)s\x16\x05wå‹Þþ¯°¼Ùc""
  b"ËBw Ï\x13BJ’aÝ'Û‡™±"
  b"ËbÈð\x199F۲Ἁxþd~"
  b"Ëâi¾í\Mʪg“¨a\x04…>"
  b"Ëéðî\x1A@\x00ÁÈü=„˜ÿÓW"
  b"Ëê.ÇqÉN™’\x08§Ì\x05\x02\f"
  b"Ì5x<\tª4îÓ÷·Æ.ha;"
  b"Ì>ßàq–K\x08B}L•#ªÆ"
  b"ÌZë…^úD€qú\x01(R35"
  b"Ìvž?xƒEäsiÌÔö&ý"
  b"̋Ďê CB”Ç6"ÔücÉ"
  b"Ì•aËçG`…Ú]aŽ\x13ðÆj"
  b"ÌìÛ1…ŸvFúá\x16\x00»>íŒ"
  b"Í8o~3¢J¼† ºÖ?Ñç\x10"
  b"Í_\x07‚Qf›P^³¢%"Åщ"
  b"Íg|'\x08ïM?º\t¬â“Ú´\"
  b"Ís×ÙDÒHÊ’h¤–#\x16È2"
  b"Í~hC£èM\x00™¬\x0F\x07”Þ"
  b"ÍÇ\x19ú ¶L8·.ÊŠšò\x15Â"
  b"Íý¢mçCIâš`)új0¾\x1C"
  b"Î*,jwH\e¿•\x15ºÄ\x02"
  b"Î9dö¨¨ŽUP+,´š{6 "
  b"ÎOÿ’[óEq‰Š‚NvÍ¥›"
  b"Îf\x10Š\x07ÿÐש5‹ÇzŽ÷"
  b"Îs’b\x1EoBá‹öÀw\x04\v|f"
  b"""
    ΋~'ìÿO\n
    £­>˜Û=–£
    """
  b"ε•ˆ³ŽK\e¹UÈ\x0Eôб\x7F"
  b"ÎÊUÙÔ8âÖ\x11‰zÂÜ—“ñ"
  b"ÎËjki£4ßvAϲÀ¦o÷"
  b"ÎÙJq~\t'\x10pXJcV‘kû"
  b"Îêª-¾\x01IӐ¿hŠ˜ÿ¬"
  b"Îÿz¼\x01+=v\x07\x06Ó0/\x1CD3"
  b"Ï\x05Y–°Ó@Ö®Í\x00˜ž^\x1Fƒ"
  b"Ï\x05üùC£…(ѦÕÍo­LÆ"
  b"""
    ÏR\x1CžÐ\x05A\x1F¹%\n
    “°\rÛÃ
    """
  b"Ïœ—ƒ®3JžˆSÜŒt#Ü_"
  b"Ï¡&b‚•Fü¯nH\x16œ¢òŒ"
  b"ÏÐßZ\x03âN˜ƒ¥ËqGžÆá"
  b"Ð\x02–qQLM®ˆ3{mIñ'Y"
  b"""
    Ð\n
    z\x1F\n
    \fI+§¬É”\x05„¾\x01
    """
  b"ÐA¨€2lCs“|å‰ÒÃ$Q"
  b"ÐC‘•\x1AELíŠýèß‘\°1"
  b"Ðgœåò¢D€MÛ;ííS\x1D"
  b"й'2/ÃO$¨\x05mÈÅ\x16Ÿu"
  b"о1•t;F7ûqµ­\x16A\x06"
  b"Ðú0“riO¸¢»×¿\x05Ií@"
  b"Ñ\x05é¼>XV"!ñ%¥bQ¸P"
  b"Ñ\f\x06*¶ƒLñ³¬8òzuÑ"
  b"Ñ Ýù’Ž@òŽO"HßTt…"
  b"Ñ+NH j@\x15ˆÉL¯6ZÑ8"
  b"Ñ]:wSŒH·ƒ‚Z’Ú|ý"
  b"Ñ€\x02\x17BêH–¤‘ïrŒqÂ|"
  b"ÑÇ¼Ž˜Jε®×7A_\rë"
  b"Ñʪº^—§ +Uc\x04,0ys"
  b"Ñî²b7,\x13ò¢$Ù\x10\x038Ëh"
  b"Ñú]Ò…ØLµLuúª\x02G‰"
  b"Ò\v. \Œ™ó\x11O\x07"’.Ý\x0E"
  b"Ò#ÀÙYJFÅ’Ó&^Eé)w"
  b"Ò?\x06áA„Oƒ—Â\t–ž\x137:"
  b"ÒD¬³¨B¦W\«ŽØi.%ª"
  b"ÒZa\x00·ÍN™’\x15üÖ{F\tŸ"
  b"Òƒ8…IoO\r® ¯³iÏ\x06Û"
  b"Ò©\x12Ÿ\x13§FVŽÚu:AЗ¬"
  b"Ò°\x16\x1AÇêIر\x18tÛf±q"
  b"ÒìAÙCôK\x08Ž\x14O>\x1E\v\x03"
  b"ÓO`\x19W\x11J­˜T"ÿÒœ\r-"
  b"ÓV\x06\x14UlNš¥óûdiÂòá"
  b"ÓdÈ\x1C\x1EÐI{–û\x01 »ft™"
  b"Ónöl œGyž>–Tb븿"
  b"Ó¨IåTÈB±ãî#\‘ž"
  b"ÓÍY)}ÀCo‚9ãõ9\x06"
  b"ÓÓYܨŸ3W}Ê^hÂ”Ž‘"
  b"Ô\x19|g<ÈIÛ¬½·\x18\r°…\x17"
  b"Ô #§ø\x13Læ‚sð\fÏ{G×"
  b"Ô£I\fË—@ܤð'\x14\x12¸_¡"
  b"Ô¤vbW¯\x1D\x00{W–¤¨Y`·"
  b"Ô÷ÿ\x1CQ›Ó:ìÁ#|6²8"
  b"Ôû ZTK<\x01望aÒkÚ\x1C"
  b"Õ\x1Eû;ºýJ\x11¼0Ã^È»bÊ"
  b"Õ\x1F¼”J\x16L±¼\t€ž¦¯w†"
  b"Õ>l\©\x0F,\x08±í\x10í±Ê@\t"
  b"Õ‰{4C\x03\x06\x08Õ(¡7^›"
  b"Õ“5l»è§\x17²°`+‚¹–‡"
  b"Õ”RèÁRV¨\x12ÝIÊ.¤Z†"
  b"ÕµfÂ0éDD‹\x042do\x08\x08z"
  b"""
    Õ÷?åh”B<®#‹õ¬\n
    ¯
    """
  b"Ö\x04½Ð1IH­ˆ²ŽºÏ\x0FþG"
  b"Ö\x1Dxÿ\x1Faˆ»k>W\x18NB\fÚ"
  b"Ö\x1F“Í…ÈHõ¨ËwÉËc\x1D"
  b"Ö&J峎Jðl$‹MÈ\x7FÝ"
  b"""
    Ö8\n
    -r1E´ž¡I–„ã6Õ
    """
  b"Öd\võ¤ÿAW·\x10\x08w\x08\x17"
  b"֪̖“üE´«"ÁÒ\x0F8\x10«"
  b"ÖÃü\f³\x06Eѱ.Ðí?ÌbV"
  b"ÖØn\x10º×@*¤JÒ½#@:"
  b"×\x02‰³½\x1CGοÂ'*A"
  b"×N#³\x04ÖGf£C­—cI·+"
  b"×\\v=(Æ@㯟(õÕV["
  b"×fþȆVM\x12šzÙ+õQŽx"
  b"×s\tõÛCßµ5\x18\\öÎæ"
  b"×x|*#’@Ò™+\x18\x05¶hDð"
  b"׉pÑqýM•«ê\x1FH}\x00\x1D¾"
  b"׉òÏ\x1A½H¨2µj•¸t£"
  b"×¶„È"*FEZ¶/\x07 \x1EÉ"
  b"×óvVDtI\x00³8]¿Á®B"
  b"×ýT\x1DètE~ï¶6œÉG5"
  b"Ø\x12ÁdWîOÕ»ßÇD0™»Ú"
  b"ØD™\x05ÚõO©Ž+\tàÊ@?Ž"
  b"Ø^ÜGN÷G …\x1FŒN)òx„"
  b"Ø`žé‹öe¬Ð^D\x02îË\tÈ"
  b"ØŒ*óh\x03D¿¡ê#v\x13-–ì"
  b"ت\x1DƒŽ\fHŽ·EÈ%\x0FT4â"
  b"ز*”Q\x1EI»ˆlðñÇm\x17£"
  b"ØË*ýç†K¢…\vBT\x01¹W‰"
  b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+"
  b"Øá•A9£EM¨™`À¶Å?z"
  b"ØñMm™n¤\x06¤:ØÜ\x1DžO\t"
  b"""
    Øü\n
    »\x10ãÇ\x1D÷%Ûê‡Ñú_
    """
  b"Ù\x14¾\x7FPLD\x13¯#ÆÜz\x1D\x00A"
  b"Ù-)vN=AŒ PKnÞ’X«"
  b"Ù4Dã\x11øK˃\x10ûB$\x1Ah7"
  b"Ù[\x11©¾2J\x1E„#+\x7FB'í|"
  b"ÙÑ‹ÎkÇL׃núe£\x03Ï\x0E"
  b"Ùáß"/â@А\tQûÇf\x07\v"
  b"ÙâÅ{\x07I\x15®…#“êÌ|p"
  b"Ú\f\x1DsüðMŽ˜Ú\eÍ\x11²‘ê"
  b"Ú!_ìÑM¼•ð\v›Ô†\x069"
  b"Ú+\x12«òEJü´\x1E\f\x15\x14eg"
  b"ÚEÜZw8‡MýÏËAH¤@\x05"
  b"ÚaD\x0FàôFÆ”ˆÔ+2¶ý\r"
  b"Úa—Ð\mOÞ¨x·'q»8Ž"
  b"Úg˜J§À@ˆþL\x03\r\x16¸§"
  b"Ú’¤è®…O,®¹Ñ…NG4"
  b"Ú˜\x0Fé°ïO#¯­·Ê\x19…ðÈ"
  b"Ú§·\x10Â\x1EM»¾\x15á/\x07-N "
  b"Ú¬Ž~<œG\fº€9¦¦rn”"
  b"Ú¯\x15Ò8\fK^ƒ,ëè×Ã\x02N"
  b"Ú⿏\x17ãL!™ÔEÓq\x1C"
  b"""
    Û\n
    H'MƒM1¯d)[õ\x13
    """
  b"Û\x111{\x0FWI •F&¾p:ø\t"
  b"Û\e”uTÊLµ­^˜7ú\x7F\x0Eå"
  b"ÛÏ\x1C’¬Ìí3\x01\tç\x11õ nÎ"
  b"ÛÙÉOß©M躄k\e– Ú!"
  b"Ûæ}÷oƒK®¿ÉtU9)\x1E±"
  b"ÜetjT­N¦¸"?Oû‘\x12ë"
  b"Ük\x10›áÉJ\x1DªòH\x0E92Þ…"
  b"܇¤ÉHÑVÕÏø\x16·Ì\x17}\v"
  b"ܝR\x06kÛJ5«p\x0E~ùjÅ\e"
  b"ÜŸ\x14σ¿@»˜&\x18A]ú¦„"
  b"Üüm\r›ÏFސüúL$ø\x10"
  b"""
    Ý8awÂ\x15M?\n
    ,äü!\vø
    """
  b"Ý`y\x1F¶]A4¼B.‰\x1AïÓ\x0F"
  b"ݏ¤\elEA¸ˆŽÒ\x04óè\x19'"
  b"Ý••1\vPF*§cµÙ\x08\x088"
  b"Þ\x0EÀÁÆ-O¬·®\x03؆K£¡"
  b"Þ#áߐbIKŸ~jH|Ú"
]
31 1.73 ms
-- product-listing::property-filter::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.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 `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.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"Þ'êÅ$ÛF\x1F˜ÐÉH[\x17"
  b"Þ]4ã6\eB}Žiʘ1_0\x01"
  b"Þ`Z©uæŽëD6»\x0EªÕPú"
  b"Þxõ­¤òÝ\x03šÏc7ô¬î\x07"
  b"Þ–Ê—è.\VP“‹ÀµåÙv"
  b"ÞšÅë_à>T?MÍ;B>\x11ˆ"
  b"ޝº^U4GÙ’dàt\x1D\x00\x1AB"
  b"ÞúÞÇ‹F¾«æÑÍÚ»dY"
  b"ß\x13\x02à\x10*|åF8UB²/@"
  b"ßo\x7FƒpŒ@#¤òE2Ü™ªà"
  b"ßpñÏóԏG8K\x16wž#«\n"
  b"ßþ¦C\x02\r܈5$ÑFx¢ã@"
  b"""
    à\x14­ao:AϺl\n
    ¥p<ßÎ
    """
  b"à\x18röÛÄKx\x01ö X\x1Ar\x7F"
  b"àKÛ¡Ñ\x11M„ˆ@yò!¸<Ë"
  b"àUBýT#\x19݁,„¡ Ý{\x19"
  b"à_y©)}LЭ\x7FéTOî\x19_"
  b"àk³\x15m>L„•\x0FH%úcfø"
  b"àr-oLAK\x1D…ÉÁÚÌ\x01"
  b"à³¶’çò@ì®5\x16 %Ê¯"
  b"àÈý¡.×HžŠXÆ\x04"ø¼e"
  b"àÛ¬: ÀL¦†tJOÐA\rÄ"
  b"àø–ÆP\x00H\x01¯.ì›èUœ"
  b"á(Ç\rv¬I\x08¥\x18[W\x13ž)§"
  b"""
    á1\n
    äV^ÃxRéâ/B\tmS
    """
  b"áZçó¹1HÊ‚£ÔÐ\x0E£\t\x04"
  b"á^Ê€\x7F\x103GÛ¾„ŸC‹V"
  b"áŽ|ƒˆ}JÝ£\x1Ft.ˆòÿµ"
  b"áçòËA]J €þ½K݆…ý"
  b"âO~cÕiJQ |YDîéa—"
  b"âa¸\x00ðZ:Ú1\rvS\x01žE´"
  b"""
    âkvj°óD>´\x16¤’$¼\n
    9
    """
  b"â”A"RŠK\t»ÑÁ<íÝU"
  b"⟺\x17W\x05\e{y¶‹ú\x04öf“"
  b"âÙS²µãN««\eü²&Ä\eb"
  b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ"
  b"""
    âîœ=Á¹Gä•\x12\n
    m6¨Ù
    """
  b"âîý`\ffG9R¿Ûé"ãâ"
  b"âü€ÄÜÊFª‡t3ÃÑ–¤v"
  b"âÿí\x02¦ü×G\x0E8\x08µY\x06ìU"
  b"ã\x01/³£¬üPsïŽe¡¼ô"
  b"ã\x10…!ưÝ\x06j\x06l½ù&v\x02"
  b"ã\x12Žó¢V’—h•\x06•î\x1AÀõ"
  b"ã^ù“«3Mq€;yM!Q³Ó"
  b"ãf”\x02*ãG}±\x1AÞ r\x1A"
  b"ã›Ý“ˆ´@5¯eÜ‘¨–\x19Ú"
  b"ã¢\x0E§­êFgŸiÒ`OË\x1A9"
  b"ãÌ\x1D†b±Eቬ\x10XlÕDœ"
  b"ãÔ•CµùLߎ‡ø¼Š\x07µ\x1D"
  b"ã×µâ\x05\kk\fEc»(W¡Z"
  b"ãê6xÀ©\x02Sï÷oè^¤XC"
  b"ä-ßèósAM®f®ï\x06k ¬"
  b"ä2pú?bOS†ÜWt`+\eø"
  b"äX_:ƒGCF‚ëV1Wó\x18\x1C"
  b"ä^{2m<Ií£\x16ìÏOø©""
  b"ä{a•¦K\x19¾•TºäëË\x0F"
  b"""
    ä}·õ¿¢%r\x06\n
    ›xþ¥=ä
    """
  b"""
    ä³Í\t¥ÍE\n
    ¥/\x1CÌ&‡\x04ç
    """
  b"äñ \x06\x1FzHñ®\x1Eº†<!<Z"
  b"å\x0E?=‡e‘³™Xø\x1DQ¸?Ç"
  b"å-ýnFÙ’ }\x05\x7F\x10%öù-"
  b"å_Ñ×m\x03MÅ–- nö†#°"
  b"åŸÊÁ@\x04Bæ­ûŠ\x1A\x03žÃ°"
  b"幺Gà0EP…:CŽ«\x08=E"
  b"æ,ÓGÂ[»-f0óQj÷>ß"
  b"æA땉oMƐɦu\x02ôì®"
  b"æSxvòŸLï·\x01U\f°\x08Á="
  b"æYw\x14N‚I~½ñ\vä€|c6"
  b"æv\x00=ÐC ˜y6àÏôFn"
  b"æ\x7F\x19?ÑôFà©\x16;†NU."
  b"æ\x7F³½©ØVd\x06à\x12ý²\\x00ƒ"
  b"æ–#ÂRZ$DÔPÃ\x06[ˆq\x7F"
  b"æÏVí55ÛÀät\x17y¯Ê\t\x1D"
  b"æîÓŸTMDd€º;¯^êöu"
  b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç"
  b"æõ•¨u’rR—^Vë“2„´"
  b"ç\vHB\ÙI$œ@{\x15\x16"
  b"ç\x1AÝ\x1CÙëDt›HÊû¶ \x10ì"
  b"ç/~mbgNœ¿¸óþ¨\x0Fô"
  b"çNˆmªÊ"¸ÎR6ÉT~Š\x16"
  b"ç±K‰Ä¤@Ò«Ê\x1A\x12\x7F{lÛ"
  b"çºJÚY(H\nŠ,¨\x00\x04$gð"
  b"çó¿„@*ÂúJzHh¾sá"
  b"çÙsüjE>ñ•´}Öםxc"
  b"è\x157&FuH\r”`ŽÑVê'7"
  b"èP\x1EH´Iá€5@‹&p\x1F="
  b"ènFAa®LEº¿\x01‡A´?°"
  b"è¦);ä\HO¥O4]ŸÊ7Ž"
  b"èÞf<„¼I;¬€üÕ˜0_P"
  b"é\x07:$pˆF\x05¨1VAôÅb""
  b"é\tJèÏ\x0EI¸‡¥|h¢ª”\x06"
  b"é#\x1D¶9\x05O\x16…oF\tB\x1EO|"
  b"""
    éKE¹hŒJñŽo\n
    Ú\¨[8
    """
  b"éN°OÁ=KÆ»-8Ê1N(¾"
  b"éS£t™ºNl“á{<~C’á"
  b"éb ƒ{C³Ÿ„\x18\x1C¢\x14}D"
  b"él¹$#&Kh°ü\x7FƉ?µ¼"
  b"é„O\x00uÐ@\x05˜\ePÈ.÷\x02f"
  b"é‹\f§ÁO\x1D•l¥ù·\t\x11¢"
  b"é‹•Œœ\x15K\øú^_!iæ"
  b"颕€iyD_¥BƆ{HóV"
  b"éÑ"þÉÌMòšÊ”•\x1Ctè¥"
  b"éê&¯M†M £DÿWO\x03B"
  b"ê]]H«\x02ìÝ)DUbñÜÉ\x14"
  b"ê`\x10Ä\x02E‘¢9©Þ\x1Eîƒ,"
  b"ê{¾ÆÇWD7—⺙CFú "
  b"""
    ê|÷éÜmM\n
    Ž×ÉqBl£)
    """
  b"ꀿäP¿2Jà9m\x1F’(\x1EU"
  b"ë%à.È`JȳplÙ¹6äî"
  b"ëB&sûÆJ¬‰ïì}žëeì"
  b"ëCS\x0F‚9‚ÊwFùü£TDV"
  b"ë­–$\x7FÿH,©`\x1CÞŽ·ôˆ"
  b"ëòZʶËMiŠÞ÷º_‹gá"
  b"ì\x10±åãÃÏO²>Å.¾Å,"
  b"ìD®z®"áÕÕþ€¹\x1C\x12"
  b"ìvÏ»\x1A´L_„ö¯+Ÿ{N\x13"
  b"ì}Ü­ŽáAÓ™\x7FÓïc\e\x1E "
  b"ì¾!\x1CՁ@ĐÝÖ’\x06ÐÜ1"
  b"ìÈIÌù EÇ®ñƒ“/á\x19³"
  b"ìå‹Zj\x17G—€\x17é\r“cïw"
  b"ìðé±(<¾ð€ô\x0E\x18+Èêú"
  b"ìúà™|B\x19¢RY»6¥,¨"
  b"í\tŸGŠaBS¢\x1A\x00$nžšj"
  b"í!¼\x01ÐóOúÑELDðºs"
  b"í*§±dODx‡‘\x1D+‹Ú[¾"
  b"í/µéÇâGvš\x0EKSTŠ.±"
  b"""
    íaÇ&Ò\x07BWaî§\n
    n Ã
    """
  b"íª±øbÒO¶¥Äì\x16t˜wc"
  b"íÉ\x04v"ÐI⥏ †Ò‰[\"
  b"""
    íú×\n
    ¬ìå\x05òyÙ\x1C{Žób
    """
  b"î\vxAÿ‰A)§\x06flÉuçƒ"
  b"î*•\x7Fd\x04B(¨¹\x1FŽá÷%f"
  b"îNÃ{žôGøŒõpXrË\x04¤"
  b"î\lL0OJÄ‹0õ`ˆõÜk"
  b"î]FhÙçH.¼¤R1›ÿöø"
  b"îc«G¹ÉM+Š¡#Œ0\x12Ö\v"
  b"î€ËޝyJ\x13­ŠKÜ\x04ú’Ò"
  b"î‘+DÀ-ág\f¢2¼¸\x07Û\x1E"
  b"îÀ¥\r¥:GH„LÉ\x00{\x05\x13Å"
  b"îÖ~/‘1Ca™ãH’xîL"
  b"ï5ôP\x1EýD®¹Ä<z \x0E"
  b"ïZù·”E\x1F¯“xª\x1Ej\U"
  b"""
    ï¹\~\x04óC\n
    ¥…4,³tAO
    """
  b"ïÈc´™’\ß+5gê\x08¦|>"
  b"ïí_Ú\x15jGv’Àeb€üTf"
  b"ð\x0E{ôé7M\x04¹è4åác\x0Fì"
  b"ð\x12Ù*\x1F¼Aý¿J@¨nºŸR"
  b"ð!×\x03¾•H=§B0Èæ‘£ "
  b"ð0´A7\x0FCò®ë¼!O-Ö\x16"
  b"ð62>„îC…±Ò%ó’Fì"
  b"ð?\x12åê"ýQÊ3¬Õ“ žÍ"
  b"ðjËB4AJ¬˜·D}PJÏq"
  b"ðp3 \x13ÉETÕmjÞkœð"
  b"ð™E˜¡ÜML€!kU¹1P"
  b"ð°\x05ü¾·M2ªb?)\x04vþ*"
  b"ð·<ºyŸ\x1C"}Ñ’O|6h)"
  b"ðÇæVÅšAvŽ‹\vÏS\tÄ\n"
  b"ñ\v\fÀžZü·Ì”\x13YøÛ,d"
  b"ñ\x16Z¢ðqJ\x00ޏ·<ãÆ:Ã"
  b"ñKúÅ\x17ÎE\x01š—ií\v»*\x0F"
  b"ñQ £\x11íÛ¾F\x0Fâg©á³3"
  b"ñaÈùFŒK\x16’Ù½\x19³…ñU"
  b"""
    ñm˜ð)°@\n
    ¨{x\x08\x1D\x03\e-
    """
  b"ño\x04\x18éŽ\x0F-‹Çz\x00O|,¸"
  b"ñŽÂ‹“»”Ý\x0EðÓ<\vW{3"
  b"""
    ñ˜\x0Eö\n
    YF&\x01Ÿ°\x16DV"
    """
  b"ñ¢\tœ\x00£Hß§\x06F&ä»\x08Û"
  b"ñÚCæ‹‹FHƒ\x17‡È\x04"
  b"òP–\x03|hGªªÊ£\x08Ýï¢Û"
  b"òô÷FËÂOf¦”\x0EÖPLxã"
  b"ó)ˆUŸ\x01Mp·žUŒ\x00C´û"
  b"óQœ\x11;œElƒl\x1E|ë¡^è"
  b"ób&õ'õG¾’àÂ'\x1DÛ\x17ö"
  b"óƒ@\x07U4jz¡DøÎ ñ[•"
  b"ó˜.IMÛ@ÍŽ»g?êƒ="
  b"ó©””ÛiC·¤oòWº!ch"
  b"óÇž ž4M)—Ã,Ð9\x12§\x15"
  b"óÏB‹|zDé¾j 4ÔCK\x1D"
  b"ô\x07*€dªp\x14Ê~cy¸Î#^"
  b"ô\rNh\x7FºOæŒb\x17\x1D"
  b"ô\x1AY,\x17ÆFoŸ€/UÖËðd"
  b"ôA·NdìA¶©²RäÍ8!"
  b"ôn8ˆ\x1DˆL>‚\í›I\x0137"
  b"""
    ôw\n
    _\x19bDر~\x0F,Íéá¡
    """
  b"""
    ô…\x08ÿΑA¨ª\n
    qú¯âG”
    """
  b"""
    ô†4\x02\n
    \x1DIÎЋ•Ïð;\x08
    """
  b"ôŽÞJ3O7ƒêW?øEŽ\x02"
  b"ô“”0DGNRº\x7F‰Ôyærµ"
  b"ôÄ}ü]æJû£ÉÓŸæf÷?"
  b"ô×_“]9]ý¡«ØÎ\x13\x16ÍA"
  b"ôâÅxIZWZ–\x7FGêgüY­"
  b"õ\x11\x03²‚°M'´JöÞšbÞò"
  b"õNÄ:º“A“›.Tò\x13Bj"
  b"õaý¢Ë£F‡\x1F$8n+t "
  b"õ~Ľö@°¾ü€+9Â'"
  b"õ´! uÌ@B¹O¿R\x056Žì"
  b"õÁ‡¯y§Oz”õü)\x01ƒ¹³"
  b"õðCó˜\x1C.6DÈ,¯¦-o_"
  b"ö\x03s‰\fÒF‹ž\x03\x02·gáœ"
  b"ö\x16ÝzýÆAëº)µ_6\x05"
  b"ö\x1E%®¹ÌC\x19‰/91–e¬["
  b"ö,Rûç¹N/†²¤ZÌ`°¢"
  b"ö:\x0F£Â3G”…D\x1E%qm|"
  b"ö|Wh†hC\x7F…y-¼m3©L"
  b"ö¥ûíC\x074\x0EC“© \tGë%"
  b"öÈ\x1A#6ØOG§ÉÖ¾÷ÿò\x14"
  b"öä•\x15êßM蝄jdÔBÞ;"
  b"öæå/%öLq¨Wqœ®‘\x1F<"
  b"÷\x1A õ\x17RLŽŸD\x03\x1AT1½Ø"
  b"""
    ÷C@Pc\exGY0½X\n
    ”]¡
    """
  b"÷YÕŒ‘oDN’d'&Ö\x04É"
  b"÷hW#‡ÜLü­øwñî\x13¬‹"
  b"÷n\x0EÌuÔG&²Þ¤xS’®Ø"
  b"÷uzXŒÊK\x13¥o\x1DùtÓLË"
  b"÷\x7F<ÿ\x1AWK »¬q>\x06¶{6"
  b"÷Ÿe\x14Ê\x1AOâ“Î+í–\x1FÜS"
  b"÷£[\r\rû류´”ˆ\x1E‚«ï"
  b"÷«)Ñ^ÏHY«œ\TÔx\x073"
  b"÷Æ,•\f\x14C„«§‡’‚'œ_"
  b"÷Ò\x12~áª@S¼`E³zAø]"
  b"÷ØÇ\x14!\x1E@‡•ûÙ¬U5\x00"
  b"÷èÐcLãÜy!\x1EL@I\x13ø"
  b"÷ë‡b£‰GÅ®UÎŽ‰º\x02"
  b"÷÷ô\x00w°GU›Ñã"slfK"
  b"ø\f¼\x04Gò‚¸Ö»\f€°#&"
  b"ø\x10\îÇ5BA«¦É³\x10\x18§×"
  b"ø\x16<\x128,˜Õ=à \x14=´¿ú"
  b"øo¿k°Ö¯ö˜ùÌéƒ\x13\tn"
  b"øÖ‡]<ÈM{½1ló×\eË–"
  b"ù\vI¤ŸÃCú´¿1â€'\x03¼"
  b"ù\x19\x00Ÿ0@D‘„V@HŽ…%Ø"
  b"ù*˜}ÖJɵí(´»Å~þ"
  b"ùAEÛSôIÿ¿$QËi \x05"
  b"ùC_®ß@\x1E¸OaÒP5zI"
  b"ùCÆ—‡=K\x06¡|\rÛ7ÃI"
  b"ùG·6v{I\x12»OžúÙVžÑ"
  b"ùGǧ\x18ÉÁÝãŠ_¹öcL˜"
  b"ùrgäá½AC¸–+Û¼\x02Àx"
  b"ù~\x11›ÿC˜Žå\x10\e¬Öë"
  b"ùš\x06péôh¹¼¤õˆÈg%"
  b"ù»éɇí@'ŠO­þÙÇf¢"
  b"ùá¤\enöFV˜<÷¬ß\x11fE"
  b"ùó"\x05\ræ\x16äì2¤\x1E\x07é—"
  b"ú#\e+—-E~\x075zT¦\x03*"
  b"ú6\x07¿¦çO(»¡*\x02\x15cˆ‚"
  b"úP¤›°§FDz§ü5Zœ©ë"
  b"ú}«d™Î[Ä*½Íùý.~"
  b"ú¶ðãˆH䨨ŒMÙ8“`"
  b"ú¢\x03¼ÃpK`’ìh„4Ï^ˆ"
  b"úÛe:Oyyû"2Þ\x1FïÿÀY"
  b"û\x15é\x12ÃS>|\x06yÔ‹\x7F"
  b"û-¸íÿòF%Š€\e«¨<”B"
  b"û›\x08E²Cœp°“:¾\x7F<|©"
  b"û²œ\x1E¤"›ÿu;¡×þù\x10"
  b"ûÂXùg¬%¸ÿ*\x13Iµ;\x02ì"
  b"ûÞ½s儐¥¸†i0wn²í"
  b"üB×£qðã¾\x03@ÞýëÜÑ"
  b"üD™Y.àO%ŽÚÉÛØ‹.—"
  b"ü^X=‡JL‰”–.Ù…ƒèM"
  b"üwƒ•<KF%¿{ù£ž¾\fú"
  b"üxîàê˜Ã*|·üJ¦Ñ¹"
  b"ý\x02ó\vxÝA«Žh\e`ú• ›"
  b"ý\x12/;\x1F;G©‡´;7n-;"
  b"ý\eØÅÊ\x17FÒ†2Ó\x11Ê`3m"
  b"ý,¼´úEA’usO­-\x15="
  b"ý.ˆó¼?CȨ°Ôsp\rÌZ"
  b"ýHeH‘“ 8#ÚûöE"(Ü"
  b"ýJ9Ê\x05ôa\x0F\x17Œ¡\x0F\x1E£Ž'"
  b"ý`_¬\x17KkLÖ\x17ǯ\x06ãM>"
  b"""
    ý—)…u«uÉJ\x14x'\x7F\n
    
    """
  b"ý­Y#±{¾†—@—ƝZ4"
  b"ýÕÒK•¦D‘¤ô}¯ÙåÔÕ"
  b"ýô\x14\x01|_J:‰FËú\x16·±0"
  b"þ\x08(Ý»AƒÃÒ¡¯ÃîBì‚"
  b"þ\x10Ùže%@Ɲ¨\x1A\x0F\x13"
  b"þ,‡Éµ\x00FA¦\x04Ž5\x0E4c"
  b"þ8\x1CøµIV¼LÐïç„ì\rý"
  b"þ•¥çÓ…¯ðp\x0ELþÀ}SÖ"
  b"þ¤"²iŠ@\äéÜq-¹5"
  b"þ¦ÚODi†‘\x1Fó=ezÅ"
  b"þ¹n\t®¥J\x1D€Ç"`’¯På"
  b"þÅ\r±ÙÿH££›[´<hXf"
  b"þÌÙö\x07\x13II¨;\x00\x1EêÆ%^"
  b"þáZÌ\8OD¡ŸŽj:—ÊŽ"
  b"þé\fÄ5\x18HJ±{\x00MÇT•x"
  b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&"
  b"ÿ3\x04Qk³M\x7F®l”Þw \x01±"
  b"ÿ>üùšF\x182ÞB.º.¶Öp"
  b"ÿQ1æÿÝG9Ÿ®ð\rûª\x1E\e"
  b"ÿ¼*Çåöà?Uõͤ½\t•{"
  b"ÿÈ'©\x13NÒ¦|Õ o\x0E"
  b"ÿô\x01`k-JSŒƒm\x0FËr:,"
  b"""
    ÿý\n
    ­ËCMƒ½å]\v\täÌš
    """
]
32 0.36 ms
-- product-listing::property-group-filter::read
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE ((`property_group`.`filterable` = ?)) AND (`property_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"‘éÚ\x1EìŒEÙ€H÷‹\fFb«"
  b"År\x13žG©HH¨˜ú\x01i¥N®"
  b"÷W\x15\x02¯@ŸŽÑaà(~ÆÁ"
  b"Á¸R´ñûO›ªÌV™›;94"
  b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²"
  b"Í\x0E`]m\x1FG…š•U}£/½"
  b"]ŽÃd0\x05MaH-Ž2\x14¿÷"
  b"A»I_\x16KB)ŠT›"<3›W"
  b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó"
  b"\x08\t8Eê·Ö,«ŽÉùŒ"
  b"•Êð²\x144KU¤+ztl\³;"
  b"\x15'þÿFL¡,ÆÊ’\x0E5m"
  b"\rÒPü8•EÖ…Ôi“Ø’Ÿl"
  b"O÷Ô(ï®H_»»ùŸ\x16ˆér"
  b"7¹“ñ\x1AÂCj·Ž»(»]\"
]
33 0.19 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
  b"w¹YÏfÞL\x15Çù·Ú9‚ó"
]
34 0.15 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
35 0.13 ms
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `technical_name` = ?
Parameters:
[
  "Storefront"
]
36 0.18 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:
[]
37 0.10 ms
SELECT DISTINCT `technical_name`
    FROM `theme_runtime_config`
    WHERE `technical_name` IS NOT NULL
Parameters:
[]
38 0.10 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
39 0.08 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
40 0.30 ms
-- theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01›1{Aõpµ·ñ:C‹u\x10È"
  b"\x01›1{AüqU¢Ý}ìë(D}"
]
41 0.11 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
42 0.31 ms
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"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
43 0.27 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"ãyüÀ–óCVŽË\x1E)MEÉ1"
]
44 1.04 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:
[
  "/navigation/e379fcc096f343568dcb1e294d45c931"
  "/navigation/19ca405790ff4f07aac8c599d4317868"
  "/navigation/48f97f432fd041388b2630184139cf0e"
  "/navigation/bb22b05bff9140f3808b1cff975b75eb"
  "/navigation/06f5dda360c04112937601574122c515"
  "/navigation/c3057bb031634c669cd6dfb0d4acbb15"
  "/navigation/5d6b1f54e92c42bf89b512baf3b79e08"
  "/navigation/d60d60f6a5e044adbca44cbb25c3125b"
  "/navigation/bbc91f8512f3476697f0e9d4fd97483f"
  "/navigation/7356bb41f6fc4b168cc34fc7d92d7110"
  "/navigation/4924c22225644deea3a54c3ba6396c85"
  "/navigation/3bb3274a57f04bc9970c795f2dfddbe5"
  "/navigation/9d89181620be42dcb7e440ce0cd27456"
  "/navigation/e5fbe1167d8443fa95804dd5bbc6ba2e"
  "/detail/d33f423491f74f81879c3b9a5b389f55"
  "/detail/84a0bfeafa5f4697b7de3adbf4c917c5"
  "/detail/8927926cc07f41799ed01e39d35852c9"
  "/detail/a1ab5590777f4b5a80a1caffe461aa9f"
  "/detail/415139bc4dda46de85294bf2db672248"
  "/detail/f943f521f7ba4f438aabece78afc9b81"
  "/detail/0fd9d4bd4ac14b07a474478a475d17df"
  "/detail/9737c602f02848e7832df4ff74463fd1"
  "/detail/604d4c00413a469babc8312eba18453f"
  "/detail/453c7f376f6d452a8e55e239dedc0765"
  "/detail/62a71ba9ab0b4dd3a750fb320abdd379"
  "/detail/020435ebc04f48fe9abb1b36f00ddd79"
  "/detail/24f41c955ffd4735bb904b33c72fee0e"
  "/detail/086f039e58c64e90b728803cfae27dca"
  "/detail/358e3243aba942fb8a4cb2ee140fa8f4"
  "/detail/7b7cf27359884ce781cd21185fd15e73"
  "/detail/3243d39764844b9e9ac0176ddf7d4c24"
  "/detail/91f929203af14bdda8c9e280d2eba809"
  "/detail/06ab3c48f2e64098b5fed656e2dc0c3e"
  "/detail/c51939e5665a4837b68c16b43bce1d03"
  "/detail/5d4e8ef27098424791588e080a568294"
  "/detail/d0f7bb096efe43a6bc85f10217d057a9"
  "/detail/f77947d1663b40eca937379c7b262a9c"
  "/detail/15af92e3321b4f3dbc38869e87f1c602"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
]
45 0.26 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"""
    \x17\n
    C\x7F6ø@²—-ûrøæ¿b
    """
  b"\x1E›mÉ\vRG|·'÷ïeÆ]Ö"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"¸Rs=·eO;‚°T•Ë!ÚW"
  b"Ð[4\ÛyIgƒ\x12\x17[ÄLKL"
  b"á7Ž·€ŠG‘ž\rt\r]l\x1A"
  b"ï\x7FÙ.®S@I’\x06\x12¨.’‹"
]
46 0.14 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "BLHIci9pPZDftrWuKlW2ELw7CD4txGoC"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.