GET https://shop.devmsa.sharpness.de/navigation/e8a8269008a540938b0fe5c9f5ddda80?p=16

Query Metrics

45 Database Queries
44 Different statements
335.75 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.30 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"
  "Rohrverbindungen/Verschraubungen"
  "Rohrverbindungen/Verschraubungen/"
]
5 0.14 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  "yquKY2XdPXMGtW3FWBvUAoO2eMZzLblp"
]
6 0.11 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "yquKY2XdPXMGtW3FWBvUAoO2eMZzLblp"
]
7 0.16 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.49 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
9 0.17 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
10 0.25 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.29 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.24 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.21 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.12 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.19 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.12 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
19 14.49 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 OFFSET 360
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
  null
  true
  false
]
20 10.43 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
  null
  true
  false
]
21 38.43 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
  null
  true
  false
]
22 10.29 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
  null
  true
  false
]
23 0.51 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"d\x18™iM÷E\x1F•¬m\x11©nè,"
  b">Þ6ž:ÔJ¯\x143&\x10è\x12·"
  b"´©`êÊÆN‡›\x18R(¾å‘x"
  b"n”\x14o‡àB›½>¯\x0796žn"
  b"_ávªKEGu²³ó÷«a\x1F"
  b"NA\t\r]ïM*œ?ëïôÝRý"
  b"¨&ÿø\x132O¼£e§²L*¾¥"
  b"£Ü¾BŠÒJ0«b\e÷|0Væ"
  b"d\x7Fφ7dI2¤Œ\x03€Ý£þû"
  b"ùò5»\x16OAà©\x05‡²âm©q"
  b"§6“úÿ@h„¢-\fu¾mÏ"
  b"Ô¨1aº[Ea¤@ýö0\x0F÷ "
  b"Ô}û‰½òDS­\x1F°¢Þ±æ‰"
  b"šDþéá±DÔ»Á\x1C™¡\x17*Y"
  b"\x12ÁÆú¶äOx†ì^#tÍ=‚"
  b"˜Å\x07þ„(F;\x1EÍWUçI†"
  b"ïKÁxkQE\x7F•I—vS°m"
  b"Yi€|\x1AOoƒ¸\x7F4#‹ID"
  b"El4Û©ÒDf©\x03çH)\x15¶^"
  b"ZHz{ÕÙB2¥ž\x08jWïÉ,"
  b"/Wß\tl\x1EEG³™\x13\e3Í…©"
  b"…ÛÁ”Æ‹G©ƒÀ%Àuåû_"
  b"ÐƒƒB#Ol‚ú\x17\x10í#\x1DÛ"
  b"\x0Eg£ÖnG¡¤„úùuýÌá"
]
24 0.65 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"d\x18™iM÷E\x1F•¬m\x11©nè,"
  b">Þ6ž:ÔJ¯\x143&\x10è\x12·"
  b"´©`êÊÆN‡›\x18R(¾å‘x"
  b"n”\x14o‡àB›½>¯\x0796žn"
  b"_ávªKEGu²³ó÷«a\x1F"
  b"NA\t\r]ïM*œ?ëïôÝRý"
  b"¨&ÿø\x132O¼£e§²L*¾¥"
  b"£Ü¾BŠÒJ0«b\e÷|0Væ"
  b"d\x7Fφ7dI2¤Œ\x03€Ý£þû"
  b"ùò5»\x16OAà©\x05‡²âm©q"
  b"§6“úÿ@h„¢-\fu¾mÏ"
  b"Ô¨1aº[Ea¤@ýö0\x0F÷ "
  b"Ô}û‰½òDS­\x1F°¢Þ±æ‰"
  b"šDþéá±DÔ»Á\x1C™¡\x17*Y"
  b"\x12ÁÆú¶äOx†ì^#tÍ=‚"
  b"˜Å\x07þ„(F;\x1EÍWUçI†"
  b"ïKÁxkQE\x7F•I—vS°m"
  b"Yi€|\x1AOoƒ¸\x7F4#‹ID"
  b"El4Û©ÒDf©\x03çH)\x15¶^"
  b"ZHz{ÕÙB2¥ž\x08jWïÉ,"
  b"/Wß\tl\x1EEG³™\x13\e3Í…©"
  b"…ÛÁ”Æ‹G©ƒÀ%Àuåû_"
  b"ÐƒƒB#Ol‚ú\x17\x10í#\x1DÛ"
  b"\x0Eg£ÖnG¡¤„úùuýÌá"
]
25 85.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"d\x18™iM÷E\x1F•¬m\x11©nè,"
  b">Þ6ž:ÔJ¯\x143&\x10è\x12·"
  b"´©`êÊÆN‡›\x18R(¾å‘x"
  b"n”\x14o‡àB›½>¯\x0796žn"
  b"_ávªKEGu²³ó÷«a\x1F"
  b"NA\t\r]ïM*œ?ëïôÝRý"
  b"¨&ÿø\x132O¼£e§²L*¾¥"
  b"£Ü¾BŠÒJ0«b\e÷|0Væ"
  b"d\x7Fφ7dI2¤Œ\x03€Ý£þû"
  b"ùò5»\x16OAà©\x05‡²âm©q"
  b"§6“úÿ@h„¢-\fu¾mÏ"
  b"Ô¨1aº[Ea¤@ýö0\x0F÷ "
  b"Ô}û‰½òDS­\x1F°¢Þ±æ‰"
  b"šDþéá±DÔ»Á\x1C™¡\x17*Y"
  b"\x12ÁÆú¶äOx†ì^#tÍ=‚"
  b"˜Å\x07þ„(F;\x1EÍWUçI†"
  b"ïKÁxkQE\x7F•I—vS°m"
  b"Yi€|\x1AOoƒ¸\x7F4#‹ID"
  b"El4Û©ÒDf©\x03çH)\x15¶^"
  b"ZHz{ÕÙB2¥ž\x08jWïÉ,"
  b"/Wß\tl\x1EEG³™\x13\e3Í…©"
  b"…ÛÁ”Æ‹G©ƒÀ%Àuåû_"
  b"ÐƒƒB#Ol‚ú\x17\x10í#\x1DÛ"
  b"\x0Eg£ÖnG¡¤„úùuýÌá"
]
26 0.24 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
27 158.12 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"\x12ÁÆú¶äOx†ì^#tÍ=‚"
  b"/Wß\tl\x1EEG³™\x13\e3Í…©"
  b">Þ6ž:ÔJ¯\x143&\x10è\x12·"
  b"El4Û©ÒDf©\x03çH)\x15¶^"
  b"NA\t\r]ïM*œ?ëïôÝRý"
  b"Yi€|\x1AOoƒ¸\x7F4#‹ID"
  b"ZHz{ÕÙB2¥ž\x08jWïÉ,"
  b"_ávªKEGu²³ó÷«a\x1F"
  b"d\x18™iM÷E\x1F•¬m\x11©nè,"
  b"d\x7Fφ7dI2¤Œ\x03€Ý£þû"
  b"n”\x14o‡àB›½>¯\x0796žn"
  b"\x0Eg£ÖnG¡¤„úùuýÌá"
  b"…ÛÁ”Æ‹G©ƒÀ%Àuåû_"
  b"ÐƒƒB#Ol‚ú\x17\x10í#\x1DÛ"
  b"˜Å\x07þ„(F;\x1EÍWUçI†"
  b"šDþéá±DÔ»Á\x1C™¡\x17*Y"
  b"£Ü¾BŠÒJ0«b\e÷|0Væ"
  b"§6“úÿ@h„¢-\fu¾mÏ"
  b"¨&ÿø\x132O¼£e§²L*¾¥"
  b"´©`êÊÆN‡›\x18R(¾å‘x"
  b"Ô}û‰½òDS­\x1F°¢Þ±æ‰"
  b"Ô¨1aº[Ea¤@ýö0\x0F÷ "
  b"ïKÁxkQE\x7F•I—vS°m"
  b"ùò5»\x16OAà©\x05‡²âm©q"
]
28 0.41 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.97 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"\x00h^ûß\x07ع\x17¯9œ\x1A ="
  b"\x00n˜S\x1AÆMº³c®[~\\x15"
  b"\x00~\x16ÉÞ6O†…fúbÅ\x13œv"
  b"\x00ÔËêRK2«"[Ŭ\x0Fõ\x1E"
  b"\x00Ÿ½ûAÑ§\x10Åe^:\x18\x15Ð"
  b"\x00Ó\x04 »0M:½Ä‘†S¨Ëv"
  b"\x00ã{öùJH!`ˆ*ôܾÁ"
  b"\x00äUþKøIþŠ\x06ùSx’nï"
  b"\x00çÃÓáFIQ¡\½õóÞeÒ"
  b"\x01\x00i€»\x15ˆ†éqJ,wF"
  b"""
    \x01G\n
    Ý\x1DýLJªw\x10\x1E1rMÎ
    """
  b"\x01S\x17FO\x06IÂ\v´-btDM"
  b"\x01Y&\x1EЮC\x05©\x14\e¸ÆÔŽ—"
  b"\x01m W¼\fOL¦êòŠ:_\x16"
  b"\x01\x01\e\x15¡Eóž­+œ\x1A)¦q"
  b"\x01Æé-Fú1oÏ3žw+\x03\x04\x16"
  b"\x01Ìvæúù¹Ö\x10f7H㱉"
  b"\x01ÓATÙ(HÑž…²|\x10\x7FV/"
  b"\x01ß\\x14>eë@‚#\x18j¶ëR"
  b"\x02\x06Õ\x01\x13èä-}Œ)¦ô½\x16@"
  b"""
    \x02\n
    ï.¨iOA‰µÁõt\x03
    """
  b"\x02\föèg\x18Ch†ÉAnÖNû‹"
  b"\x02\x16ÏTÓÂN¦Ê8ÌV±nð"
  b"\x02'L’\rbH¥ª\vß!€\fâã"
  b"\x02)Àw#|FW¿Ñ\x14\x00Ô;\x0F¢"
  b"\x02-/Ö\x06<HR±\x01\x12‡%¹Õ“"
  b"\x02<æ ‘\tî+ÈÕ&Wë¤.;"
  b"\x02G\x03¯«aE·¤øA§dÌæÌ"
  b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø"
  b"\x02µÀø'JÝ‹k«3ûó="
  b"\x02͹l÷\fF%”\x0F\f§\x04§ù›"
  b"""
    \x02ýÑH{eèÃÝ\v\n
    nâM
    """
  b"\x03\t\x07ô+€ÞUbìy–\x07ðë"
  b"\x03*q±\x04—J¹»ÖÛ\x03Zq\x16>"
  b"\x03-=Á¿Ê$|slN\x0EÞT§i"
  b"\x03e熑ymšîÞ\eF@š\x15\t"
  b"""
    \x03uI\x0E+ÿq\n
    ™Ž7\x7F¼¡DÎ
    """
  b"\x03wðqs\x1D4ƒ×xMñuA\x06-"
  b"\x03¦¼\x03òQ¼òáâÒà^Î\x02 "
  b"\x03Ò\VݰL­ pÀAZÆ"
  b"\x03ÒŒ\x05Ž^ûáå‚Ô6ˆÒ>A"
  b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë"
  b"\x04\x02G…JTLÞ°¢n PM\x05æ"
  b"\x04\x1DHe…UAB†Ç@û5Ž£¼"
  b"\x04KZÅ\x15˜òMáì\x12`c\x1D"
  b"\x04L6à\x1EÉK\x00Ó<ô’£GÕ"
  b"\x04ivßäxD„ˆ(áûþxO€"
  b"""
    \x04k™z\n
    cA\t¢ÞQýÀ)8ˆ
    """
  b"\x04“„ÿw«Cý†Û8óWC(ñ"
  b"\x04³ºKóAy‘qì‹Xî#¸"
  b"\x04ڏ!qWJ\f‚ß\x7F´ûB\x14"
  b"\x04á=\x06\x0FõO1‚Fõý\x00Kì”"
  b"\x04㱞ОAքЦ”›Õ\f"
  b"\x04û&‚\x15Óu\ò/ò[ƒ]Št"
  b"\x05,; 5Z%%Ã‰ýy\x1E"
  b"\x057%\x1C:ñGU¹û\x14p®gõ\r"
  b"\x05J°rþ‰BE¦\x19ð¾ZÃxq"
  b"\x05MHw†xMæ“\x06v…¹†»\r"
  b"\x05YzJ„eJ–°)½¤ˆ\x04\x0FM"
  b"\x05…ÄX8¢EpŠÎâ ò£‹8"
  b"\x05¯»æ\x11DÃÕ»à (öˆ*õ"
  b"\x05Ìaˆ\vã ,žgƒ&Ò™ge"
  b"\x06#|ƒŽYBÉ¥X¶Ñª\x05Ýò"
  b"\x064Ò•EÒï$\x15í½4ö§y’"
  b"\x06k€\x10FMÁ¸äzÏø«w"
  b"\x06ƒ;øˆÂÁ¥t,q²ÿ–ù "
  b"\x06š\\x04)@-”ÏßDW\x06ÈJ"
  b"\x06¹Ðô€Ñ€>G¶\x18\x1F"
  b"\x06Ñé¼H+ñæ¸ÊGÇj‘ºN"
  b"\x06éS8ŽðO‘©R\rÛRÛ“"
  b"\x06ìªP8µH\x12£$îU‡s\x1F"
  b"""
    \x07>ûñ™ø`NgdÝ\x17\x01\n
    
    """
  b"\x07G,\x16©'IùœÍžüì(òÓ"
  b"\x07hôF(\eeUùš¯ñ^ÎRÚ"
  b"\x07lìÂQçC`­ÖÒ\x18D\Â\x1F"
  b"\x07‰{Ù±I¼Œ\x0FÍk¾mæY"
  b"\x07\x1F¯)\x00L”'ì©?ä;W"
  b"\x07𿝀ôN3Æp\x139˜&s"
  b"\x07ÐÓâÉKD洛¯\v”5íL"
  b"\x07ÖË.•¯Gÿ®ÂÈ\x13.ž8d"
  b"\x07ákCnަö–Z\x02¯u\x1Cº"
  b"\x08\x13=ÝÝ¢3\ê^ß~òšüv"
  b"\x08/¿gÀÅqâùs4Z-\x07›9"
  b"\x089\x02ɶvC‡˜\x07M\x16¾ø\x0Fv"
  b"\x08®F\x13˜¹FDŽƒÝ0ªÑÏÙ"
  b"\x08åC€êŠEš Ô€Õwî\x11\x1C"
  b"\t\tG\t`„1Ç\x1A\x07šZLhE\x07"
  b"\t\v\x1F£ú\eJ\r˜¿‰©6\x1Aö…"
  b"\t\rÌõÍùæ½ù“ä\x1FL“-®"
  b"\t+ÝEðÿ#íœ\x1DRk0vK"
  b"\tEœq)\x16Gw|\x16\x1Fœ"ÕD—"
  b"\ts äNMA\t±d¬m-vÏ"
  b"\t‚Ñ›ý„IA¹þÖ\x03\x03›ó"
  b"\tˆ$œœ.M°œ7C!,(\x15Y"
  b"\t­\x1Dð\x1A€´Ë\x07¿zíè\x0Fc"
  b"\t­×O±\eJ\x1D3JƒóQµ^"
  b"\tß»y,ÓLᆉA»j9wâ"
  b"\tãïÄu›—iq™gº MϪ"
  b"""
    \n
    \x0EQ\x15\x07ÕO’’g¥fW$3’
    """
  b"""
    \n
    \e©c1¶\x03ÎuR/(»\x16ÓD
    """
  b"""
    \n
    ?\x1CE4cCó™…|(v'Øþ
    """
  b"""
    \n
    n|©faA9¥_ß\e\x1A“PÕ
    """
  b"""
    \n
    qõ6NŒ\x11ék\x15\\vjJä*
    """
  b"""
    \n
    ƒK¨n÷B–ŒcCòÂ>65
    """
  b"""
    \n
    Ü—&\eXɽ\x01‰èúþßî
    """
  b"""
    \n
    åîebÜIsŠŽ\x18d\x10ýê¼
    """
  b"""
    \n
    õ\x1CU³½@”²Ï\x10“Ä‘W¥
    """
  b"\v\x17õ\x08\x06±Oø“ÆÏ1\x1C!Ãc"
  b"\v\x19Œ”\x13P7•y=°“È4W÷"
  b"\v\x1C%!˜ØOªõ\x10eåÿº&"
  b"\v\x1EüÆä–MD«¿â\vÒ,>%"
  b"\v)⢠ Aä»\e,.p-ÿ\x1F"
  b"\v7}Bè’M=™Œ!«—ºkà"
  b"\v?ȘŸ‘BÒ…\x11é<ààZ²"
  b"\vh"Ґ™ø•„@‘Ùõö¾~"
  b"\vÇdÖ4\x1F£\x1D\r:îrœþµx"
  b"\vÌš\e\x14A'Áí\x13ž†›ƒm"
  b"\vÏÚÛ¢âÍÄ‚àÁ0ê?ûÔ"
  b"\vÙZÙç\x1ALÓ¿‘!à\x1Dípw"
  b"\váM—Ò.O<…\x11„}\eç\r÷"
  b"""
    \f/ìCt\x10Iå¨ï\n
    k/ÂÖÿ
    """
  b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·"
  b"\f_ç½b\x02¬¬Ü˜.\x04\x16\x1Eè"
  b"\f®{¦ÜÕFQŽækª\x05§}ß"
  b"\f¹0\x1C‹BÜõâxj%ß¼.Ã"
  b"\fÁ¿Ê\x105l&Œ,\x06©K×õ\x19"
  b"\få‘q˜ÌA.‹‚wðÆª…\x12"
  b"""
    \r-%W™çC]‹z\n
    ]K”ݹ
    """
  b"\r\x1A\vZK=¿OøëÆ«;ú"
  b"\r`•—×òH“œžg¡<Ðð¯"
  b"\r¯Âé÷†CˆœÇXH—O3÷"
  b"\r±Ø!-@YšzyF:|JÀ"
  b"\rÁ]\x04n·Da·ö?ŸD%z="
  b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH"
  b"\rÚ\x02©<ÿ$$•\rñ{\x1E"
  b"\x0E\x0E„½‹\x19Jh¡Æ‘k÷±Xd"
  b"\x0E\x0Fþ–i2Ié®úo2\x02:\rR"
  b"\x0E\x18¸5Š4BBŽ\ªt#é<¬"
  b"\x0E6®q±¶K\x0F—[¸ò\x15 ˆ"
  b"\x0E>˜€ŽâÖÔŒ‘Î\x00çØv*"
  b"\x0EL~v\x18Mo\x15-<t¤Á\v»Ó"
  b"""
    \x0ENCf°U\x08ºÑ¡\x11á\n
    #­Ó
    """
  b"\x0Eg—]³ÖD;»Øé\x18ñÇzŒ"
  b"\x0E€¤fÌ,C’¢LQ\x13²ºŸ—"
  b"\x0EßÄ%Øí‘Þ£‡pÏ®\x06"
  b"\x0F\x08\x08„S=B…¼—©W‘\x19ð¿"
  b"\x0F\eFe$\x1EI\x1CŽÊÕãežù."
  b"\x0F\x11AùM\f…Çc\t‹t\x17ˆ"
  b"\x0FSëJŸ+X*3eG¨gÿcE"
  b"\x0FeuêD\rEo¶t*eè\r"
  b"\x0FØS8A/Jë¬nD¢.JŠ»"
  b"\x10$¶‹òß³¿#å«\rh¥à"
  b"\x10_óEORJü¸‰B+ÙóÕ\x13"
  b"\x10{Õðy/Cd…4J\x10Ù\x02"
  b"\x10}…•Ê4x‚"û‚\x162ÑÍ\x03"
  b"\x10²ü¦¼©_èJip©Ù\x15Wu"
  b"\x10¾{\x11íE[‰iî\x06\x11\fz‰"
  b"\x10Ö+\eb‚Ï\’¹Fʏ@Ë"
  b"\x10ØV•6sJb–V†\x1Aظú¶"
  b"\x10Ý*À‘ñ§šQ[ì!/_ªò"
  b"\x10à}5&\x048Ó§\x08DãG\x06äí"
  b"\x11\x06XóåIpþ\t¨6óñ|‚"
  b"\x11\tô‹\fzD\x1F–ã¨\x17.›8l"
  b"\x11\x14œâ\x15¢Mr•ã³@\x1A_ï¹"
  b"\x11y¢UuõO¹ÿªY\x19™\x07"
  b"\x11–¯OÐ\x1D©×TmÛšnŒ8ß"
  b"\x11žŽŽ;JÔ›OsW\x06·SB“"
  b"\x11ÂãÃ\x0FäßÖ)ê2ñöŒ\x08U"
  b"\x12'àïNÏN#²)Ð\x1EIš¦Ã"
  b"\x12(ÓÈ1\x10D‰·Q}®\v3M"
  b"\x12*ï7\ráM!ƒ³0¨aSL"
  b"\x12D½iˆ¥=Ùí˜k\x1FÂØÆ¯"
  b"\x12‡Ó\t\x14\rÌÌ¡n"L¦¼YÔ"
  b"\x12Ž\x0F¸Q¡G_ˆ\x0E9\t(~Å"
  b"\x12¢™Å—Ü\x1E*j\x12\x00ûù‚´‚"
  b"\x13\x18\x01ÓUOH‰³¯áïÂŽ®{"
  b"\x13&N:\x1CÑg]E®®=*ƒÓ¿"
  b"\x13R!äìtLg…†¦ÙÚ"ÖL"
  b"\x13ww²;o.9çÒ;ÀÙÕû"
  b"\x13æ‚“"êèz‰¸ñ\x1E»­ÂÈ"
  b"\x14\x07ÊW´ƒN\x08ˆ²\x1D³¼qyÍ"
  b"\x14\x12#\x1E®\x12EhškQèÜ€A\x1E"
  b"\x14!fx÷\x00FHªˆ÷·"&\x02i"
  b"\x14'\x06€7äDõš·×=uçŽÑ"
  b"\x14\x00Êxا(§Î©\x19\x13B"
  b"\x14¥¯'œO;5¢º{?bUç"
  b"\x14¦TÊ\tÃ÷§D¯ç½Wm±A"
  b"\x14µ¼D\x07Y¢Ôš\x00Šáâl_ç"
  b"\x14ÔôUŒLFæ±tÂ]0{«³"
  b"\x15\x13Á{ÞsW@\x1E\x04þv¹¨3Ø"
  b"\x15$󰈨uD\x00†…¿\x04ªµ"
  b"\x15P™Ž\x14gF\x03o÷Æ××Ìd\x16"
  b"\x15Q'‰†ŽGô‡*ûÖ€}iÅ"
  b"\x15`Å‘ý2BâŒ\fÜë\x0F€'è"
  b"\x15\x18\x18\x13&Ь”\x04^zEÝï<"
  b"\x15Š\£0lD\x17ƒ\x05Lhdî\x0FÉ"
  b"\x15–¯ë‡\x15B\x00žÉÏŽˆ\x1F/†"
  b"\x15¦ÝÒ`/H\x15­†K£ªÜùŽ"
  b"\x15©;e\x0EÆJóœ„2ËÙ\r…Ò"
  b"\x15¶d1äTŒqNß‘+wËQØ"
  b"\x15¹¡‰ åG>¤ªšÓ±Kí"
  b"\x15Øh\x12\x10\x18@\e¤³ÜH"å¨Ù"
  b"\x15뇐ÛñG;¸È¡¢{€³\x19"
  b"\x16\r¬f1¿C\x19ºáÄ\x183—Hp"
  b"\x16\x1Dñªw„CS®“èÀÇ\eD"
  b"\x16@%OàÍDå¿iÇNÁU\x1A\x04"
  b"\x16CW\x16½NªŸ\x19ê¤C¡êH^"
  b"\x16l+(ÜšºÎÄÃu~•\x1AK)"
  b"\x16rÅ"\x17ÇG~€\x15\–s„¤"
  b"\x16xàGCù6¡Lš\x04åñ‚Žô"
  b"\x16|9Í\x11S\x04\x1Fm“ñ\x13£]®H"
  b"\x16˜Rg\råC~¾\x1EX\x17 h–1"
  b"\x16º’¾dAD\x03½Tg\x06Ë\x1E\x04\x7F"
  b"\x16ÇGªz6Á‚²xêÑ\x18ã6r"
  b"\x170»>úÚwJ|×»TÀßrR"
  b"\x17bß?Ž}á:\x08_\&\x1Cc\x17ˆ"
  b"\x17e\x18â\x02ƒLå­\x01J˸¼|Ø"
  b"\x17lGòŸ^ ¶¬\x08…É-]×Þ"
  b"\x17sT\e´\x16E‰˜Í[©?[äÚ"
  b"\x17ïƒer\x08¶‰¤Bq¦Ç˜Ï‹"
  b"\x17õ\x05´38ÓŸwì\x01ãš‹\x06ƒ"
  b"\x18&Ù÷\x12¥H<§\r\x7F¹Ùx1|"
  b"\x182¦YP¦C*\e\x03b‡_&"
  b"\x185.ËkI@ú„‡ÕÊW1øª"
  b"\x18^Ž|•ñJŠ«%µ³Tœ8È"
  b"\x18}xfíõNŽ¿ôÁú ë\e"
  b"\x18Š%úæ\x06Eì¥â·xQƒ_="
  b"\x18¬‡²I<"SèÏlBwèZÍ"
  b"\x18ÐU\x12ÚÐJ¨¸Äýۯ߬’"
  b"\x18ÑŽŒ\x12r–v4#\x19¸ÆªÜ†"
  b"\x18è4÷ÙRŠ\x0F´Q—ƒ\vw\x14a"
  b"\x19:¿è¢ë@«°w7ßЋ{<"
  b"\x19PûaM¨¾æô³º/$\x12"
  b"\x19{#\füLI\x16¯^¿ùP\x7F\x05b"
  b"\x19u«¦¡26I<\x16ŒÑ—Ö}"
  b"\x19¡º;¤ký\x08&ãðäé’Ñ"
  b"\x19©äUW\x12\x13a’\x15\x14"
  b"\x19³×¾Ö)N—\x05'd‹xÓ¹"
  b"\x19ïŠÑK³\J¸\x05Eì=’\x7F*"
  b"\x1A†iyå`O4¸´ê\x02NÚ™ "
  b"\e\x19¯í¶ºŽƒü8î\x16‚Ué"
  b"\eDdˆ•ÀC%©¹q®sº\vC"
  b"\ew›µ?CÎ\x12LÅ{U½ö~ã"
  b"\e§\x0FgÈN"Ž×&Ù訪™"
  b"\x1C3ã»”‹¬\x01\x19nÿ\x10#ör>"
  b"\x1Ct:Ó``CxªC«‚¥?Ç÷"
  b"\x1C„uÍfí»¤=Ú`\x0Fðë\x03"
  b"\x1CŽ\x08œPzB\x03\x01Þ½è˜õ\x7FQ"
  b"\x1C¿Öb¡IJ?‰­¯â‘˜\x00T"
  b"\x1CÜ(õjUKÄ­Eß\v@ÀÓh"
  b"\x1CèüÓÄ/%\x15z\x7FN'\x06ì5©"
  b"\x1D\x15Ÿå\x15V4K…†›˜=ÃIÎ"
  b"\x1D‡¢l`UK\x11”7ëŒÆ\x1C"
  b"\x1D§q<ŒâX³“\x08±¢`Õ\x11\x0F"
  b"\x1Dª¬Mâ:Mfˆ§\fj¨V\x07¹"
  b"\x1Dë¾\f»SqêdŸì{$FDä"
  b"\x1Dö»¥ó(AǾɚ\x1Ep…\x01 "
  b"\x1EQD»iIB\x12šñ\x00¹9\x15&"
  b"\x1EmBœ\x7FžYƒÉ\x1D BN‰ùÔ"
  b"\x1Eq\rA*¡\x17\x03ˆÃÛîí9#b"
  b"\x1Eˆ8¾f§E>†\x08Cïtß”H"
  b"\x1E©&\x1F¼,IQ“ýϐµB…W"
  b"\x1F\x05ß[kb}zèìhkŠVø"
  b"\x1F\r£\x00»\x0EJ/ÑDü|Q\x7FQ"
  b"\x1F\x134L̤E–›6¢Ÿ\x1A”ˆ"
  b"\x1F"J\x1E_Lõ\x1F†A1å\e³\tâ"
  b"\x1F‚kxâ6GÛ¹\x06Àd¼Ð¹\x7F"
  b"\x1F™ÁÌݾ\x0F^%ŸÒC¹$ž"
  b"\x1F£xv\x7FH˾\x10Y\x10\x02«WÞ"
  b"\x1F§(\f1†JŸ¿CV0\x0Fà®s"
  b"\x1F¯\x133_hÚr\fÞ´S¦£þë"
  b"""
     \n
    ²\x15ŽP²©Ù\v¶ÕÔÐ|\x7F
    """
  b" (ùÛþ]Dp±Ú;`ibÉY"
  b" T%\x1F\x01íGè«×ÇÄO9WÅ"
  b" åäc;g@$§\x13uÀY˜é\x1E"
  b"!\x07aÿ\r_*‚ŸYÈ>©Qâù"
  b"!F3:_\x16\x13ÊÜId\rÕŽ3<"
  b"!]À\x07ý1\x0E‚ª\x07m\x18i×"
  b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y"
  b"\x0E©†nLæŒ\fNy÷\x10€Ë"
  b"!•¹;\x08E׳ݻ\x11X išÊ"
  b"!¿¨\x01\x06M0“b(}–ü'ù"
  b"!Ô®Hã*J&¯5nÛ\x0Fˆ \x12"
  b"!ׂĬ\x10HQ’4q×Tf„Ü"
  b"!è•P¾‹Fó®‹`úݲ›"
  b"!ë~\vçG5¼Á\x7F3¥wGü"
  b""\x03|·£\x03N\t±\x00³,ÔŽŠ"
  b""\raH\x0FÿLé\\x11\x7Fƒ“¾­"
  b""1—æ4\x16²Ã}ÌÄ`\x06uj»"
  b"""
    "g÷YVÉLl‹\n
    ´7\x07ºä]
    """
  b""§5£þ\x05OǶîÿbʁäZ"
  b""«âü½ªH‹’z!(’Îç0"
  b"#@\x0ECd\x05TƒHnª\x17\r\x17…e"
  b"#T?á&|0ZkD“%SGL"
  b"#q<oîÆNîê¶0$ÝΔ9"
  b"#åÒÆò²DmŽ~õ10[¯Ú"
  b"$\x03†'Œö_ÑOxYˆ(ZbŒ"
  b"$XHœ›TI­°\x14ÖØpn×,"
  b"$fªûç[H„–§\x02Ð-'âf"
  b"$|‡>×`A´ˆõ¸”+#ì‹"
  b"$œÄ7_ÌKå‰\x1FöEÞèOf"
  b"$åQl >¦Œ‡ïÃZ­`\tu"
  b"$õ>\t¨\tJb•~¼ÒÄ”ÁC"
  b"%ʦ°ÇæI_¾¿ñŽ»}ó–"
  b"%âNèŸ2LƁòÓÏ:™Þ¶"
  b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®"
  b"&\x18\x12_ Ž\x12¤Ðdv.ßÖt»"
  b"& ùÅÓÌA°¾{bÌ„H÷#"
  b"&OÎw]vGXªË> Þ„è*"
  b"&Sý€è\fŠ[¦\x1C€ÖÀIÀv"
  b"&xÄv §ºcýUõÂú\x16³Ô"
  b"&\x7Fw¢Y…Jc—q\x07%\eþ§ó"
  b"&•\x1Dâžè‘|+kxð¦ì¿„"
  b"&™]îæPKF\x18\x1C8Hp\x18x)"
  b"&›?\fµÉ\x1CØÉ-æUvÒ±\x06"
  b"&ºãÿ¤ZY¯6®+°j\x0F"
  b"&Ñ]0ù0I#¨\x02¹ŒŒFã×"
  b"&ó·=k•¬\x00~ã»\n iÓ„"
  b"'\x01öÉ4ÑM†š=\vÈau$"
  b"'\x0F|§…øF@†½?Êï¶Z×"
  b"'-—Œ¨çEÇ‹RŠÏÚ|fv"
  b"'GMl\x15¡K«©\v2ýõxÆÀ"
  b"'hîï”\fAÝ›,[¾9üš-"
  b"'v>\x03q®Jj¸ÿ””j-­´"
  b"'¶7§\x14—êL\x0Eߣ\r\e:\x01\x13"
  b"'»Œ!t§Êdi\x02¾¤f\x17"
  b"((K.Lj\x13?‚Oó!SàBÉ"
  b"(*@Ò&>Cr¬òÞZ5[À="
  b"(1t¸vaIÝ¢pÊº•Rõ"
  b"(9o§Ô˜\x0Fl7 ¥±Ö}¨²"
  b"(M‰Ë\¯Cd©ÅIjq_N$"
  b"(˜¸e-\x00@\x1F”Øqßt׬]"
  b"(ÜîM.…I­¢",;ª_\x04'"
  b")7\x1C\x1A,rNB¿6£Ù/–\vH"
  b")U<ù\x03|N“«EW™O_:"
  b")eBN¼µAi¿õÕw\x0E…¦ª"
  b"\x13áêMV€ºs­˜<Æ\x12"
  b")ÎZøJWDCŽÊ&í±ƒGÏ"
  b"*\x0F½jÄGJ\v­Ñy‡€4Tø"
  b"*m\x05Y–õxzxC"WÒa“"
  b"*p/ù˜zI#Ž\x08±-\x02\x0Eƒv"
  b"*­…\x19ÀÓN6ž Ü…¯\x1D"
  b"*ãöm\x00ƒÌ.­¾}+Äi±\x10"
  b"+\x07mÒ¹kL\x14Õ¨z\x05(N#"
  b"+"úD€ÐAï›fw¨’¤TZ"
  b"+'Ýd’<Jæ‘ßMsRK\x08"
  b"+aÅ·ÛíL\r’ÆÛÜl ñ"
  b"+}y6/B™»Û5:ó€¹#‹"
  b"\e´Ùåõ\x7FžÝâä\x16ÌH\x10"
  b"+Ì~\x7FæþA­Î¬Fïm\x17Z"
  b",\x12)öREd¶iY“‚kN0Á"
  b",\x1CrîåÝ0\x06‘§ÈÂcØ\t"
  b",}|.f1N5¡²©zÛ¯\x14"
  b",~\x18/T\x1EG\x13—£TŸÿ÷pÚ"
  b",è¬\t§•@ ©\x00XÈTWÕÛ"
  b",ýK-ç2O\x1A³”)\x1El\x10üƒ"
  b"-\x17LlÒ\x1A@ӏæ qZÏœÞ"
  b"-\e¬èJÚIZ‘/}•Õï¶<"
  b"-0G1£@CÞ¯ÿ•$\x13¡Ä@"
  b"-3 øü©I™§œ\x18û“\x7FÛ±"
  b"-9\x04;g\x02Kų¢ƒ™\x11ÛÏ‚"
  b"-<\x16*HþO$…Ίƒ\x03\r\eÒ"
  b"-H¯q©‘D̺\e}P¢OøF"
  b"-S\f˜s¾FN‰^\x16EIòº"
  b"-y2\Y)D¦¤æ»5üA\x12)"
  b"-ˆæ`ÐìKØ–(èÛ€\x02á\x01"
  b"-˜|­\¦|þtì!¥="
  b"-ÕVi”\x08¢‚J¦V”ïQ“"
  b".n‡÷sBôG`+\x1EF‘6Ð~"
  b".oŽ\x07ŵ@Lº>´P’áƒÌ"
  b"""
    .på–\x1F\t$ù&g†ý\n
    \x07Å+
    """
  b".¸Âmù‘{3ì½x‹•Í7\r"
  b"""
    /\t\x10\x1C…áL\e\x0EôA\x19\x0E\n
    
    """
  b"/\f·¸\x109Ý–k\x10\x19Ÿ°u#E"
  b"/™q²m\x17Fަ1à1£Žë"
  b"/Õ4’}Ƀ§\x12)êûˆá8³"
  b"0O]\x07îÁEö¨&iÒ¤D6<"
  b"0ƒÉu^îO‘”øZô¤Š?Ý"
  b"1j\x17;ýƒ\x1DõÛ\x16°bŲ‡á"
  b"\x02\x02EŒ¦È:IŸÁnF"
  b"1—o\t¼ßKaä\x01\x11[ž¯"
  b"\x13­ø$\x04\x1Aµ\x05Cÿ\f÷\x1F8"
  b"1³Ú¸ß‚Jªœi™¦.Fb\x18"
  b"1Ħ!<ªB¸ºÙ÷À!µºD"
  b"2\x066cû•Nxˆ¸ pŽÒº—"
  b"27¢\x7FY‚NÛ™\x1D˜¦×ãG-"
  b"\x17×I‡BPЇÛg@ï|Æ"
  b"\x18¶*pLï•3Tƒ#anÆ"
  b"2û)ß ï…W=~!\x14 W·ñ"
  b"3\x16\x17¤+_b³Y\x15\x11ï ç"
  b"3=³,&<J¶–L\x06àt»“\x13"
  b"3sâo!¬5ÁÈuâñ\x10òúº"
  b"4mà\x07hÆI‘€8›½¤ÑfB"
  b"4­' á\fBö1[å\x07Ú—+{"
  b"5\x1FJ§Ï§C´4\x16IZ)s”"
  b"5>àmÑÝDð²gQo¥™;¢"
  b"5[ìÇÃ=A'¹AërK“ê\x19"
  b"5…¸èÄy\x020/¥‰î=Ã7W"
  b"5Ž|æ`\x04Gæ”g´0\x1E®DŽ"
  b"5C]ZdN-ªNzm\x17C»H"
  b"5ß{Qk\x18M4¿€YŽƒÆ"i"
  b"5ë#&¨SLç±÷\vé\x1E\r¨Í"
  b"6SOot¢OÁ®ú\x13k,”#Â"
  b"6W\rž§v6/rÇIù†Á$d"
  b"6XLçuw°úX†óíÁÍ»-"
  b"6ŠIdÇzFû–Xݾ¤·U"
  b"6šU¡ÂÇM;\x1Fî«o:Ñv"
  b"6žchôèD\x18Ž\x02É\x17·\x03\x01"
  b"6­®½W\x7FI7‡`¥§ùœ¹="
  b"7\x02`ÝUF;—‚fΓ\x0EÓ=Ö"
  b"7)çQ×\x1AiTt ÂcŽÊ;\x1D"
  b"7=D\x08d\rE^•£šá\x11M¶Ý"
  b"7>«5ŽÌÄ‘\x040¼¼Ù1n\x11"
  b"7­«\x1Cÿ5\x04e.k ,OEøË"
  b"7ÃUšk2»¶y@Ãö\x13lÑ'"
  b"7Ìw"ÈÑoN~h¦¾\x1FüP·"
  b"7Ï&0#˜I£¢Ö¶Þ\x11~\x00."
  b"""
    7ãþ\x01\eÎ\n
    \x07S½½3™ÚÍ©
    """
  b"8XAš¾R5š {H‰O·ìï"
  b"8\\r\x13Oj­¯q'ÏOcx"
  b"8kÏmµÚL>¯1¯ö8Øe›"
  b"8‰!\x11Õ×Aý¤\x00\x03ô+—"
  b"8Žÿ?8cB)—ÓéRæ€w¨"
  b"\eC9‘B®”auHÃäËß"
  b"8ÌÊìi’Dܸ¾Á\x14­GV¾"
  b"9V¡V\x19¢K]ïîJhñí\x05"
  b"9‘\x0FÌu.KZ Á{µ)¿~\x1E"
  b"9ÌË(üÆDzûÚÔ&ˆ\x1Dó"
  b"9ù®\x17®\x18@JŽÒo\x00\x07!\va"
  b"9üs™È\x10F—µCRF´\x12¥\x14"
  b":£­vÄÓIi‚M'ÂUm\ï"
  b":³ ZãÓKP{\x07­ÎìY’"
  b":À‡cCJN\x0F§ì(#™÷Yl"
  b":Ä7…^¹@ˆ…nån’g\x10r"
  b":Ï~V\x08\x12m›\x1CUuF:\x14¾¯"
  b":죑\x11ûºÙK’UEË˳Æ"
  b";\x0E—¸+f\x04ñ8h\x1Añ¤\x18"
  b";AŽ\x04¼œ‚\x17pKÿ’Oêex"
  b"""
    ;dí\n
    \x16]Eª™³¥Ê\x08\x18ÆD
    """
  b";eµ¡×\fu΋\x15˜{§}U""
  b";fÂ\x02\x17M‹!DšÂµ\x02£²\x10"
  b";g\x08¸Ü\x19é\f\x10ûá?N¼"
  b";i\x1Eì|@BäžBå_Ï›Áë"
  b";§·ó³úD‚”÷jžã\rÜ"
  b"<&ê©\x0E!Lë’?aþ(\x01\x1E¿"
  b"<2Qè\fõCî«JFš~t†•"
  b"<7SÐO\r\ÐËœ\x14bÃ@\x15è"
  b"<­wÐPx­n\x1CZh‘ƒ€ès"
  b"<¿î[úaBõžê;Lè%Ïœ"
  b"\x00=\x192I¤·à¤Þ\x18ín™"
  b"<êH#2±E\x08–. ´ÅÙ\x0E]"
  b"<íoZ\x05\x15C¨½DQ8ü&›‰"
  b"""
    =\x08\x04g`út\x14þ\x0EÏϧÞ\n
    \x05
    """
  b"=\x1D\x15µ§É5ŒÉ“}JÈ‘"
  b"=&\x1FϼQAvªµkdž d"
  b"=_ô0™fJb··…_T|š["
  b"=‚~RXÓM磢qÕ$Gä“"
  b"=ÍÕÉ\x18\x08HÊ—\x04fþ[`²k"
  b">\x03\x03³ÚMOð¢EfÑÕ©ÃN"
  b">\rì},™-&_2\x06oV‘ùÌ"
  b">#BÑ¿`F²‚jS×…À”ÿ"
  b">‹˜]“:M¶“ˆ2œBAˆ·"
  b">“ªª\x19Z) fÈÒÜøZƒ5"
  b"\x14\x1F’JÒ‚¥ì@\x18–“}&"
  b">ÜäÓH£3ùÔé³T*ÁÈn"
  b"\x1Eli\x10IDÖÉ•®+Mæ"
  b"?\x18Ñ\e¶“Á\x00°@ŠhÕ[Ä}"
  b"?~óúÞ띰å7ß³?{¦´"
  b"""
    ?ƒ-;¹5CŸ§o–\n
    òŸùò
    """
  b"?ŽEÇQè\x1C«Ð’JEºü8ì"
  b"?ý’´Ã”E‹µ&›ÌÐRˆ\f"
  b"@z—\vÓS@øº%á³´BlÍ"
  b"\x17vہ+JãE\x17dÀÄU9"
  b"@m\x1FOLJ\x08\x14ŸLôøj"
  b"@tî\x19¨àÎ\e\x0FQûV"
  b"@ö¡…\x07SLY¤úŒ?\x03áèt"
  b"A\x1DB()*L2ŸL·êÅì4%"
  b"A(\x05MŽ£r뀱Ǽg\x1E8h"
  b"AKĹ\x07×FZ¤\x04žÓ/OÑ"
  b"A¦Íõv3K‚¿âý1<yzD"
  b"\x1D™ùœn1Ÿgg•­§ ""
  b"""
    B\v3A±jJ0‡\n
    »…ln§¹
    """
  b"B\x0EϏÜΐHÔF_É5\x12§\e"
  b"B\x15B#»9Df i\x01·šŒ}©"
  b"B\x1Eí7Ÿ;A™šñÀ\rî\ßã"
  b"BfB–H%V\x1Eÿŝ!HoÜv"
  b"Bfk5°ÅG€­&¢Í“u¢—"
  b"B“\x12îâ¬GÊݥT=tìƒ"
  b"""
    B­,­aKA½p\n
    
    """
  b"B­Ó‚\x00ðFV„É<TÆS»é"
  b"C>ªÕPc2–8ù\x06eqôv:"
  b"CYJ¢õïÐ7-nëß?‹þ~"
  b"""
    Cn\n
    ÞPñgûèìôËJR‚
    """
  b"CnOVÄ?^4&3JAô¸ù\x1F"
  b"CÌ5è\x06>H\x19œ81Qj\x1F¿—"
  b"\x031\x1F<$ÀDÇUuñ7•"
  b"Cö.ë\x1F³\tëL~¹–—’ȧ"
  b"D#S]JZI‹\86¼-\x04»o"
  b"D_þFd—Lö‰ðÒåc]\x0F "
  b"D·“ÕÝAEõ½`…Æ\x16qFZ"
  b"Dóf*{J·kcä@1º\x14\x06m"
  b"Dõ5MâdOy²\x05ä9à÷|:"
  b"Dú¬¾\x0Fª›­\tlÚf—bJ\x06"
  b"E\x19ÝÉyúDêªùÈvñóâ¹"
  b"E‚/d\x0FÿKϲ:.Mˆò\x0E"
  b"E™‡°ÍØJt©j1ø<rQØ"
  b"E³L¤-¢K\x0E»  +N\x03B$"
  b"EÀ¸VÈ®“w…\x15q6¯[‡¼"
  b"EÒæ8P/µ·\x04¼˜Ó݉"
  b"F\x07‚ë\x04ÍDŽ‹©\x7F\x13âì®Z"
  b"""
    F\n
    ¼¾šËM{jÂçh|Šê
    """
  b"F\e[¨¸t]{£\x04¤ì0!A}"
  b"""
    F:y%q\x10•2{\n
    v–“¬K
    """
  b"Fx[5T»N"ªŒfÐ\x1D'Œ@"
  b"F“Õ:ó1L¾þ²I¡a0-_"
  b"FµùæØòGn•þclAÄý\x1E"
  b"Fø‘ÑØãD$¡…^™\x1D\x0E"
  b"G(H‹4ØÙmþ±@ß²ø”³"
  b"G:"|éBÝÄ»‘H\x1C\x1F\x10"
  b"G>Ü\x167ŠY½î\x11¾|á—\x16"
  b"GH*àõ¼Eåšîì\x15Q1˜³"
  b"Gm"X\x1C¶^C]f¥6¯4‰d"
  b"G~·3>ÙJ¥‘zàDëx7a"
  b"""
    GR›-TLt¡\v´-\n
    i@Z
    """
  b"GÁ²¶ÂwIa•C>\x05\x01ììÇ"
  b"\x05ºíÑ\x05^b·\x1C=T>\"
  b"GæÐ\x0E =¸œ…¥™\rä\x07¼á"
  b"""
    GîçdV¦E\vµÄÒ\n
    8ï©Ê
    """
  b"Gó=àÄ£\x16\x14a1V¬‚\x11ûD"
  b"G÷š\fM…7­~Jé¢Ô¤Ç÷"
  b"H9˜4}/¸¨cª\rÈÞ\x14?"
  b"Hód¿ç@_¸%¯$£Â\x03\x00"
  b"H÷H¢wiða/Ø/&”¬.ð"
  b"IjjŽYýEUƒu÷´Î\x10£\x01"
  b"Ipj\x05\x05âJrª@B\x1AggöY"
  b"Iw¤4‰’HK¨Šúè\x1Eö»\x1E"
  b"I£Œ\x1E-˜Nl™\x06\tCJ\x1FXE"
  b"I¸v¼6¯NX²‰ÛØ|Õ¤ó"
  b"J1\x12ða ŒëÒU<8•«ó±"
  b"JFer\x08´Iµ˜ Z9¡±Ä\x1C"
  b"Jrfëè.G޹&Ž\x0Frƒ»"
  b"""
    J–ÿù\n
    êN8„›ìøìÞý_
    """
  b"J»©¹IäKíŽ.†âÙƒšN"
  b"Jßµ\x14S GŒí¬¢R\x19l;"
  b"Jÿ|“3NJ\x1F”#4º1fðk"
  b"K\x040FÍ0åKÆöŽcÎ`n"
  b"KzÎ;°hC\x1E—Ž,‘A;sº"
  b"KŸPþ’\x16J+ºj\x1E:‹.u\x02"
  b"KÌ£+™²Ddˆˆ›X”ác¸"
  b"L\x04Óº|9Ë'†ËªP6T¸N"
  b"L?͘3BHn•J3ÁMÍóÀ"
  b"\rHMß&Ü\x136ÉF²þè<"
  b"M\x08ôIµ¼E’›¸zÚP¥¦N"
  b"M:ê\x1C9.\x17\x17\t–">\x00¶4"
  b"M<bE}\t)Ÿ¥zœ7xâŽj"
  b"MAæ|\x1F\x19L?<µ\x12\x1A»f&"
  b"Mw¯©ü¡\eRtÑê;„\x7Fz3"
  b"MÄÄÒðuEœš\e\x0Fè󃩅"
  b"\x0EÕšPFÄ‹ã\x19äï·Ö®"
  b"""
    N,\n
    ÈDE‹šTMHbò¼V
    """
  b"NC‡(!:Gº·P¿[@õ¸ê"
  b"N§¸öú?B§´G&\tó‘*1"
  b"N±NÑ_[B)¤è\x05Œ\ey.Ž"
  b"N¹øeŸ\x07ºÉE3‰\x16‹fiŸ"
  b"\x1DìP\x13(@Æ`Ò¤ÎD÷"
  b"O(F‡ \x10I\x04ž®.\fR7¨"
  b"OG6HbìGЊ{Ü‹\v–{p"
  b"Ob½ôú\x1CC:’"\rG\x15†Ó„"
  b"Os¥J\x16ã¸y<Çâ\x0E\x08\x05/H"
  b"O}50<šK݃r7éÝ-¬Ž"
  b"OœxaÈ\x08 —ÔlBùEmß÷"
  b"""
    O¨î¸\x0FzCn¶5³\n
    Ž\x1Arz
    """
  b"\eŸéÉ@q®\x1AóXÅU¾A"
  b"""
    OÓ ‘xÏA$Ž8<\n
    '¾…%
    """
  b"OþŠóØ÷õ™òáV\x07\x03w\fã"
  b"P\x04ÒË͐B!‰¿Gn+šDÓ"
  b"""
    P\n
    \s>‚‡¦–.\n
    \x06\x17H
    """
  b"P\x16È6\JGŸJö¢qEr²"
  b"Pd£Ì&½§·ˆ>‚Ð!¡ØË"
  b"Pm÷dèDf&¬UlþAlvg"
  b"\x19»?€F8Õ25•‘É‹\x18"
  b"PÉ¡6,G­»\x01܁În\vñ"
  b"PÒø\x00£+O†¶¢@\x7F“‘˜"
  b"Q\x13›Æ—pBø’\x1FH°i¼Ž!"
  b"""
    Q+\f\n
    F§©'q\x13€³r½^
    """
  b"Q0\x1AØ\x01\x16I{ ¹\x1E©Õ\x05\f"
  b"Q:éÕ\x1C¿®Zž±½\x07ëeW"
  b"QDL\x1E\v¶LF±ˆ»JœKXð"
  b"R\x18á\x14N³E\x08ÜðÎ\x19°\x0F"
  b"ROE\x02}tPA8Ãë:6’Cª"
  b"""
    R…+Ñ"”Ó7Ð\n
    N(H¸
    """
  b"R÷î¡Ù‚ï‹ß0X·8‡ol"
  b"S\r\tÿ‡*ŸºÃ\x15°\x1FÕ36Â"
  b"S\x1C¥w\x0E‹NÇš\x05\x0Fï³™\f"
  b"SdmÛÖ3FÕŒ9NîòÇ(C"
  b"Sk\x04 \x1CËB\x02€æ< è\x15¦h"
  b"SØ8\fµªFU‚g\x02®Û¶eæ"
  b"T\v²‡Æ Oã‡á3\x07e‚y\x0E"
  b"T\x0Eå¾s\x12E´©´Á\x12S<\x08÷"
  b"TÙ8sÆ‹Â\x13.àÁ±\x08?Ν"
  b"U6û)‰N)¥„Pi›ç'7"
  b"UR$ï õNgž’¶¯%E¸Œ"
  b"UmYeõÝ3øºÞ6se'¼³"
  b"U¹•\x7F-]EÀ™\x1D¹\x12ÖnO\x7F"
  b"UÀ¦\م郸”o• ýÄû"
  b"UãºÇ\rWK\x19²\x1CßF0ö\x00×"
  b"UëøÇI˺•×¥\tá—%È|"
  b"V\x02\x15ª(\x17m'JR]”špµ¦"
  b"V\x0ELηúGw¸û…\t $¨e"
  b"V_õ^QTJŠ®9¶„6–ûP"
  b"VxÛx\x10GOäµý\fº$GGŠ"
  b"V¥G»ÿ˜Cô‡öä\x07\x03±"
  b"VãŽÐ\x01\x16M:ŠWWð—â\x1EZ"
  b"\x03å¾\x10L"ˆÈÐé(*‡R"
  b"W\x10ØÝ¢$ï]\x1A}íM‡°Zš"
  b"W,c“aË@кyáÝ'ˆýØ"
  b"W^<ºçÒÍESÅyÏöˆš"
  b"Wþ\r\x15±…î\tDP\x16%&"
  b"Wæb<LæK\tÙâ²J(}®"
  b"X5Aëa_Fµ°¥V2\x0E\x13àÿ"
  b"XD\x13ÆÝvFJ§\x14ˆ*ÞˆÓ"
  b"XGø5À¸Ã‚}ëç=<J‘A"
  b"X»€ÓÕ\x00N’(\x07C±à°ö"
  b"XÓmŽÿÃÙ'—HÄ¥¹…§n"
  b"Y\x0Eî\x02é8A¼–|¡ë¡P\x0E("
  b"Y'\x13£›BYxœçŽ\x12P¦F\x16"
  b"Yf}­>ÂMr¶¸Wxù\x18Ú"
  b"""
    Yhé\x13UIHÆ‹ct—ž¸\n
    !
    """
  b"Y|ΠÑTJ¿½\x1DM2w鯇"
  b"Y}éºpeD\x11‘úk\x1DP¬Ðx"
  b"YT9}Ï\x7F?0e\x16êÜroÓ"
  b"\r¨\x15ULÇ·Ûj©Š·†x"
  b"YâÌq“+"üâ|\x01jÕ9\x17F"
  b"Yö;„–²`Øö³™þ5\x1Aû9"
  b"Y÷OÛE}J\x1E™•Ð\x1C§Î\x08@"
  b"Z\x06Í^\x03ÍDªŠ¶€\x14\x16O.["
  b"Z\x17\x10›°å\x07 ä\x02ì\x01“?x"
  b"Z@°ÎBA\fV$ÙØ–*/"
  b"Z¦–}Ý¢\x07 ÍRÄeø‚Œ`"
  b"ZÅâ@\rJB\x00\nÊÑg¹‰S"
  b"ZæPÉA×w½Ÿ)2¥U¾ZA"
  b"[\x12¶·|Lü Cl%:‹Úô"
  b"[4‰†*•D\x7F‚<gpzüV<"
  b"[‘sï\\x10OÞ˜S\x07\x01ÜÝ)š"
  b"[¬6\x05§ôO·š“2xþ‡z"
  b"\x17|u°¶:”\x18¹\x1EŠ\x07B"
  b"\x18)Á{J`j'AÊ:“Ž"
  b"\\x1Cé69< ¢_·÷\x13îŒËŸ"
  b"\oFxN¸M¥Ã{»•¼d."
  b"\u\x1EŒ´ïKŠž\x13ÇhÕ\v\e"
  b"\|*izƒD¶‡ËŽh-Ñ”\x00"
  b"\x11¼WB™\ï÷1ɰƒ ä"
  b"\ÛßdºÙBŒ¢RO{¤Ÿ—i"
  b"\ànÎ¥C@¾½®k\x1FòâäL"
  b"]\x04Ë\x01,Æ(©ý„”\x18H\x1Fã"
  b"](RÆy7Få·ø­QÚÀa}"
  b"]<¯þüSH»°r¦H§Ù^ˆ"
  b"]Ctìê©vþØ*íÄ•½£"
  b"""
    ]n¼W¬6ƒ{âd \n
    Ë)ín
    """
  b"]/ÛY\rF@‚£RwÙi`\x0F"
  b"] bm\rž\f7rUÿ·_°“0"
  b"]ÀzÛ=\x12CW˜tJ\x7F\x08Î\x1Eu"
  b"]ɏ\x0ERGM†³ÒÙqk’\x05ä"
  b"]ÉÅ\x08ÑJ–¤¶j*)O\x06I"
  b"^\t„'¿ŸN?ºs¶\x15ƒœ\x1E"
  b"^\v"æwS+$\x04\eTŒ­¼¯"
  b"^\x12™Â\x7F›DU‡<z\x061NôË"
  b"^(\x14et`ë©õ®’/ã\x17gJ"
  b"^35š%K®Mç‘"I#-ÀÕ"
  b"^C=WÒkLž­ÉÇ>£zå"
  b"^–ã2=eKí¬\x11•2‘Ý\x07"
  b"^¥UY6\x11\eI–âMdG\e"
  b"^«rWV«L¦ñt·\x04è\x05ö"
  b"^õ“C˜èJ\x1C­´i ÎÎóÉ"
  b"""
    _\n
    \x03žÎGZˆWú/ü-ž
    """
  b"_‚Œ\x06êÅò¿xeE‰•Ø;H"
  b"_…"rà‡ð\x19\x1C2U\x01½ùËw"
  b"""
    _Š+0›–GÖ€’}\x04\n
    \x19
    """
  b"`[pvF©BH•£%[\vЍ)"
  b"`z¶¨\x03\x17n }¤£ß\x19³­"
  b"`ˆ4pv¬F[­¤Sƒlqý"
  b"`™¢NædN§°Giá`'¶."
  b"`°»PèB½ª‰òï'›ƒM"
  b"`»Œ\x7Fð<J\x14†™9\týhGê"
  b"`˱ң7\x04ƒÿHU\x1C¾c«"
  b"`å®|Rݦ.\x1EÖÿ\e>F3\x01"
  b"a\x1D$\x1A\x0FéJ\x12Š#Û¯xQ¥["
  b"a+ãÓ`\x1C®Û›”Ð\x15\x0F\x01L"
  b"aEÇÑæUH)©ˆÙ—\e_Ru"
  b"a¹´M¡@ÄŽX]^súD"
  b"aÌÆ]èéO•‘Ý\x00Q4eø¶"
  b"aÝí?,\x02J̧“ðà2׺"
  b"añ/@KëçÒ\x14KT\x1E¬\å\x04"
  b"b3\x07d\x02›øcp\x01˜F6eŒ\x1F"
  b"b8ÕŒv‚N\x13³Y´Fø\vÔ"
  b"bw\x1C±²lLЛ\x10àöw›ùA"
  b"b˜6ÌU’D˜’‹¨=:6Š¡"
  b"bò©\x0Eü\x04\x1AÖ”—\x1C·Ê0\x1F¤"
  b"bý›¼\x15ßL\x1CµÒý\v„~À,"
  b"c?ì»C\f-PÍü«û¦µ¬©"
  b"cYó5ß­°D åØóÿ\x03Í|"
  b"cZºa@Ýjj\tJk×\x13\x00¬\x16"
  b"c„\x1Eó¡HIi±YäÌÃYã"
  b"d\tBb`~5ØR\x19k"³ßß"
  b"dmUª\x1Cë'çÖ;\x10\x1Cs-\x7F×"
  b"d\x7FÓø„G/åÚ'¶¿az½\x04"
  b"d’§ìý¹F¤ˆYÕ@)#.Ÿ"
  b"dË*h\x0FœRFNqû\eä\x07ÆS"
  b"e*\x06ÖÕ¼÷\x00RKB6\x02Æä\x0E"
  b"ef¼\f®Á@=‚W“JÆ=“µ"
  b"eh—Ô.æ~q5š§0߈m\x11"
  b"e“’UœèJsSõïz΋d"
  b"eÖ§m­×I}ŸùÚð\x7FLÔ`"
  b"eì@Æ"\x04Kk™`ã÷%Í1."
  b"eôí|°óL\x07¾E؏“Z8²"
  b"f\x13c\x0Eó˜D©¬Õ\x10\x11\x10t"
  b"fIÑjÅ€^P4çóåSéœ("
  b"fbáp\x06ÉF„¦æ\x18Ðf\x05\x11"
  b"f\x7F'"–\x07@‡Œ\x03!'—8\x02"
  b"fíãIDÁ„5ÚO60¢Jª«"
  b"g)K\tKé‚ÁH\r¨¸*®¢Ñ"
  b"g-À\x0E\x06Ú³%ð]e ¦X\x1E¦"
  b"gF§ÕôV\rEIªç\eïé"
  b"gŸ–gfâM;†zº¡Ø92 "
  b"g¿”§0âA\x07–ë\x17ˆˆÅ};"
  b"gׄ„SGC™­€¹\x13î­uï"
  b"gï7õЮyc¢ƒ&þMŸ\x19å"
  b"gúfõHâprüé(#îÛ\fÜ"
  b"h(cÙ÷OÝ™aÙÝCøMa"
  b"h* \x00òØ\x08FÐÍné‹\x06Œ@"
  b"h?l'ýì@ž\x1ASת”õÇ"
  b"ha\x0F%܉Lѱ®¨}y g\x08"
  b"h~p}CBÁê(¤6sk³iB"
  b"hª!EH²AŠ·óÐb‰¤Ø"
  b"i\x1D€Ž.˜¹á¹\x03Œà+\x18Ãþ"
  b"ic_ÁßceÎèØ¿•ôYMÇ"
  b"i{åßÏé³¶\¶Oølu\x1E"
  b"i—¥Íè@°™m…BÒ;°å"
  b"iŸvù\reE\x08žFÆÎ/Aú÷"
  b"iÌÀ4v\t[µ¸\x0E”÷|PÈ\x12"
  b"iÏy\x06{†CާK\x1E|àx©\r"
  b"j\x0F‘÷¬hA“´Î~•¶\x06\x05è"
  b"j1ë=¬rL\x19½~Ž#o@ƒ="
  b"jZ½\x06\x02hU£ð:GÏð‡ØF"
  b"j‚\x02ç£Ðu¬‡LFq+¤Æ£"
  b"j‡Œ~S³EÍ„@7AÞdª="
  b"""
    j #¹B¦¢\n
    ú}$ã™V
    """
  b"jÍ'*\x1C\x1E\x19O˜ºÎúÒp=\x16"
  b"""
    jÕ2²±$E½‘\n
    \eWÖû3œ
    """
  b"jêT'i:éøµÉŽGAe£j"
  b"""
    k\x02q9‹g@\n
    Ÿõ߯\rˆ\G
    """
  b"kAŠ£w\x1FD\­ÐY\x12IJí’"
  b"""
    knÆb™Ž\n
    4&|ºÙ\x15MÞ´
    """
  b"k™\x10&O]A’†£ž\x02û¢\x02|"
  b"k¥¯f\x06†HT˜‹ÿ”5pšù"
  b"k¹õ\x0E¯˜@ˆ»¿%wÚäøZ"
  b"kߊ%•÷Cê™ô\x0FC í€x"
  b"kë[â~\x16H* ÉÏqg\r;\x14"
  b"kòÈ@bR\x1F ¡Ð`Á­5@Ž"
  b"kúVâ—µ@\x1CŒÃ\x01Ótñ¼ê"
  b"l\x19£Âo… ëd _‰×L"
  b"l2\vB†ƒü\ˆ[u’Á©¹ "
  b"l^\x15qd½Ó\x19]>]ÙŒ¸"
  b"l„3\x1AU¯JF±½\x04>|/"
  b"l–ÒlR#Iq‰©¶©ý¼È\x1F"
  b"l 'C‰¦K\x01š¤|r=Ò]Ÿ"
  b"l¶Öh&ÁC\x05´€¿éµ\x7F\x1DF"
  b"lçÓ¿²_F%œ0(¡HŽÍ›"
  b"\x1CŽwÃÕgr5Fqª›û"
  b"m\x10\x1E\B¾Lƒ­\v]%Ù¾´Ô"
  b"m:+·Z\x07Er•\r\x18\x10/è!¤"
  b"m?ßR§\x13G–¨Z„47\x00ëî"
  b"mSë®È×E3¼\x12ö¨¼µ\x19¼"
  b"m^ŠŽ‹½S¦êh}‰Ëˆ"
  b"m„¨–ü)LE´ˆºSIcYh"
  b"mÃ6X&“Šj/ˆ\x04ç\(*ý"
  b"n\x07Ë¤ÿuÈæf\x12Ûj¦_"
  b"n\tŠ\x7FCAO\x04žžŽ†áÄ\x16"
  b"""
    n\n
    »ák8JK§Æ\x17®¢Àñ¬
    """
  b"nšo~²"‹`¾Ä\x0E…Üh\x02`"
  b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083"
  b"n«X¢‘\x1ETΦâ”\x044Ȱ™"
  b"nä­`\x12\x01\v£G™J-Çd½>"
  b"nï0_\el@ó—\x12¶!Gî\x00@"
  b"o\x11iRþ«Cü¥Ü\x04\e²ýX¥"
  b"o\x12I\x0F:¡H|¥\x03ˆ\x0F\x10U"
  b"o\x14{®·Ÿ÷\x1Aµ.<¹·\x19"
  b"o&ú\x0E{I\x13Œå—ú¸QþÙ\x05"
  b"o*SáòÛH…¬\x009Å~Jnš"
  b"or”\x18t,L¼¡5\x1FN‘Ù3\x03"
  b"o\x7F±ˆ¿\x0FO2ŽÃ½\x06«\x1Aq‚"
  b"o®‚½ˆe¨w\x01…|°buY<"
  b"oÉ”žÞ\OŒ¿‰³!P2*±"
  b"oÞÇ\x02ÀÓß’MòOúLž´Õ"
  b"oìÀ\x0E¼mëÝ\x1Aü¼ÁJ=*,"
  b"\x04Ýi&N%‘\x1D¢¬s4dã"
  b"oÿª©ªæ¶’¹*¯"M\vÆH"
  b"p:\eæmjJ\x15®~î_\x1D.\x1Fš"
  b"p[_Òˆ›L4‘(ý¡@ƒÐ"
  b"pdæÏ¸ü\x00lœ`’̇Ë_E"
  b"pÉÓ* G¬ƒ¨@ôYòÝÇ"
  b"q7!@\x00îLÿް\x19\x17þá†]"
  b"\x16\e\r¦¨´ó\rX¾ò"
  b"q”ïIå'D´£_hº”-\x04P"
  b"q•°\x1AƒŽ&\x0E\x06\x03aKJž^»"
  b"q°µ¤×öj´³\x7FÔ®¨¼c'"
  b"""
    qÔVt\x0E®GB¦¨›\x17\n
    \x7FÅ
    """
  b"qâ×\tdã¨Ìm…äöÒ^\x19È"
  b"""
    r7fCïW\x7F\n
    =ðbèq{¨Ä
    """
  b"rbº¢po«ÏÃ)NœCT\x7F"
  b"rz*èCBä—»\x14ǯ\x15îp"
  b"r†oŒÌŠÅ]ýµÁ\x1Awàr\x0F"
  b"rŸêÐ*‘ì`«Z'¿\\x04mp"
  b"r²vÐÇ–\x17Ã\x7F¨,bˆ8€‘"
  b"rÇŽÂð7!õó\x1Eç8Ò꺪"
  b"\e¹$@FN©]ÅŒ\x153\x1D%"
  b"s2Ξ"$I#šªk\x12z\x12bz"
  b"sP=±‘²\x1Aÿ#NV¿!û\x12¸"
  b"sq”ôU=O‰®\x05<y\x1A†‹Z"
  b"sw‰bäuD"‘ûÎOrü\x03A"
  b"sŽh…»Qî er\x1C1h/·\x0F"
  b"s¨@¿dXJ;\x10\x13\x12¯\x03"
  b"sÒÂN¦ÂCB‚¬\tœlnÎ4"
  b"såÇou B†¬wÖ„—¾,<"
  b"tSÑà&FEg¶T\x1F]\x06\x01"
  b"t–#ÿ÷‚N\x03§Š˜\x19Ø ƒÅ"
  b"tšçç~{C<­õ\x17²F\x1EÉ"
  b"t°K·eã\x06µ\x03*x»ù@}"
  b"tÅŒ¥§<e«:\Zã Æiò"
  b"uF¸À((I>€ÂóEˆvfô"
  b"""
    u›–n\x01\n
    M~fç;³MØð
    """
  b"u¹Šs÷´GÅ$\x0E»sÑÔ%¯"
  b"u¼dùôU@\x14Kì§7·Ýø5"
  b"v%\v‰ŽD\x0E°\x19ê\x07\x0EÛòº"
  b"v:m‹‚\x15J=\x15ÙÆƒ‹\x03x"
  b"vD<šREฏ,Õ\x7F~óò"
  b"vk@®Ž+HÓ‰ÕÐWI´£t"
  b"vsE~]\tIß‹¯ía<$x]"
  b"vˆÆŽ•eÈØp>õM‚,úH"
  b"\x10G†eG§´ \x13Ïù|\x01/"
  b"\x1D\x0F\x18Ó#ÒY&G—?›"
  b"vþ±+ˆºé¸£*\x12KN\x07ž¹"
  b"w\x12²\x03\x195b>;\x0FÛºaH^œ"
  b"w.EѶC éÕãDÄßÞ‡"
  b"w7Ò\x07²Hã˜IeÌêÏ–|"
  b"wD[\x07¼BM쵄§Þq3©k"
  b"wQZÿ\x17¶MîŽì\v*hy²£"
  b"wcƒŠ?\x12Zê½¼–Ébˆ è"
  b"wœC‹¹Z¥WHre½®{""
  b"xb8m¼>¾…ô]$¶mÄ""
  b"xÀ3ãQ©CԝµC4\x15µÜ\x1F"
  b"\x19¸Äñe¨ßŒ2\x04E€§á"
  b"xÞÐ\x1A.JDÔB\x07Òõ5"
  b"y;è‡_Ùå\x14mò=ƒ'¶\x7Fc"
  b"yCá•~rEŸß¸Wÿ\FŽ"
  b"yD\x1FF¯ŽB;šr¤P’Ùrê"
  b"ypMÂR(IW„ÏÖBÃ^\x08<"
  b"yˆ¢ýófD㉫=&G[&Á"
  b"z\x04Y¨(f6ì³0„ÒàŽÔ\f"
  b"z\x19‹J0gN#±\x12³{\x04©n"
  b"z#®l\x19ó\rfaìLH”¯\x1E"
  b"zQpBèiBÓˆuçq-ÛøT"
  b"zžšÐÓwOら=BS_ý."
  b"zÒp]N®Ù\v,\\x1E{Ó/Ù\x16"
  b"zòœ×pa(.R\x02î\x13¤¸û"
  b"{\x01z\\x06ŽO\x04¡¹Š\x15nÊ_."
  b"""
    {\x07\n
    \x02\x16ãJ4œœDÇ\x04
    """
  b"{$‚K'u[QE’\rsç”È\x15"
  b"{DîHÐ%Gx¡›å\x19\rŒ6T"
  b"{wS\x1E¢IÕ©ÅLå\x16Ãçõ¼"
  b"{|¨\x7FýÁFù´«³OFƒ:–"
  b"{’É´q·U0Úëg†NS\tÜ"
  b"{¦¢¡'ów=,ŠÓ®N»›"
  b"{ÂqE~\x1ECcºùÞL?l•&"
  b"{Ðõ¹\tžuåÍ«‡b²/QG"
  b"""
    |\x01ü.·¹~ºi\x06\x05\n
    \x01ü«™
    """
  b"|\x17@ºšŠ´²âcy\x1A\x0F\x07"
  b"|<L:\u¢:À™q)œ\x00\x7F\x00"
  b"|B}ŸE§˜/ø6%\r\r¤'Ò"
  b"|[ðÅ)6ª\x01¸¾\x04T\x18:0›"
  b"|„IþzÓÿµo\x1D\x10sç""
  b"|··\x12Î\x12Eê¹Ö»çãš×"
  b"\x07üBGw²\x02\x05À›°R"
  b"|ì2·r(I(˜Eü´ÿDN`"
  b"}\f4Ç$¸3¼~³B\x11\x14cŠÁ"
  b"}\r§KM\x1E@™¼B†\rÍ2ç\x06"
  b"}8ëy\x16×Mà¼ÚQ­ZµÔh"
  b"}“9\x14ì\x00E¡\rœˆŽ\x1AM3"
  b"}¶mb‡\x16Awµ­ÊÒ2‚d\x07"
  b"}ÒV M³JÄ®T`ãÆÙR\x1D"
  b"}ìÐÍ\x14\x07î¦)Âb'uô*\x1A"
  b"~\x05¥@{+Eo®t™îÀpiò"
  b"~+\x11\x1A\x1F\x00Oפ€Ý\x01À­)N"
  b"~<v´”˜Oú¹\vŽ\x1Dis›)"
  b"~†G\x7FމOûìåž76G\x7F"
  b"\x7F\x1CòR¥‘EA½z\x04µ_¡Òa"
  b"\x7Fsμg"G\x19\ti\x18å§áS"
  b"\x7Fš‡ç6ZGŪ\x1Eä‰ÿTÏo"
  b"\x7Fšž\x16ÈsO•·Ñ‚ÍÍC̏"
  b"\x7FÒ_d¦&O\x05¸\x01›¥ðéˉ"
  b"\x7Fì\x0E\x00›¢L›ˆÁ\x08\x01™]¦^"
  b"€cTþÈ×åz¢xî‡\x00éOk"
  b"€n×È,Ð\x0FxæY\x0E'$é\x0E"
  b"€y2¦6—\x1DoÕ-ÿ­\x18D+b"
  b"€ºÆZÜSF4Vý… Gæ½"
  b"#ôD\rRHõ¬›Ð|¸y7\x15"
  b",õ=j)MF°ws\x11\vJ?"
  b"D•¯šëDûŒæŠé\f1®"
  b"K¹\v¥qL¶·5êþIùƒÀ"
  b"[k> áO«æ—ÌœX¾ý"
  b"gêDÍH|¾Yݳr¶àä"
  b"®Í\x7FùfF\x01¹SðãŽ\x1E Ø"
  b"ÒŠ\x1E™” ë\x1Ct\x06ü\x03ö×ã"
  b"‚WT…>pIðÒ°\x0F‰`Ìåú"
  b"‚¤\x1ALéÿÑ:1`}\x08L\x13Õ"
  b"‚ÕŽûþIª‘ËÀ½û$ŠÁ"
  b"ƒ\x02#\fÅ™D²±¥ØŠuS)”"
  b"ƒˆùF·§ApŸÖöb\x10üùl"
  b"ƒ¼M„Û÷JQ±Öð\x1C\x1Ar6"
  b"„H'g¹Ðúl\x00\x06Š¡.sÆ"
  b"„HŸ>\x0ENLÙ¸vÃ3AK"†"
  b"""
    „N[-\x16a\x12\n
    Ð$¯G%9\x7F³
    """
  b"„U~ߎcBÒÅÅ¡^\r"
  b"„n¸\x1C¾ÒLlµ\x05ÇúŒià)"
  b"""
    „§l\n
    \x0ESΦ\x11·<Ÿc\x11ˆV
    """
  b"„Õðp¯/Oᔐª%˜ü–Â"
  b"„ÜBOEðO««9¤R%DË÷"
  b"…!\x07™)Ï|ø'SU¨Ü&\x02Ú"
  b"""
    ….N¹›\x7FM\n
    c«"ãs9ä
    """
  b"…_Lí™vG¯±•ÒáA\x11wm"
  b"…p­6£rKOžC\x14î\x04Éš\x1D"
  b"…Ž\vbéwÐ\x1C~ÈZûFˆ\x06\x1A"
  b"…ØŽÚ’\x01A>žc\tßi9×"
  b"…â@ùn¥V?÷Ñ9·–ÈFS"
  b"\x13\x00÷/B|›`¸ø Î\x1C"
  b"††¥\x16ÍÝIпgÙ49MM¢"
  b"†ÔÐ$ÅFN™š¯\x01O”\x00y:"
  b"†Ý•âTÄ#ªŠ)¯FÞ©I¡"
  b"‡B\x06‰»\x08Ib€9È<ô\x14"
  b"‡G^ûH\x04Fb¶%¶|EC&q"
  b"‡Kyü†›E[§ºÌn\x06\x16\x1A"
  b"‡q­)¬ç@ñ³Æh!\x16\x04„·"
  b"‡„–\x0Eö?¼\x06”ë/«y\x00Ï"
  b"‡”\x07öN¢H•ŸÌ=õF,ö["
  b"‡•(ft“Gê¥Q ÕO6 X"
  b"‡¿GüýrA\x1E²#•\rL÷¹"
  b"ˆEï+Ö²ál‘A;½^Éý¨"
  b"ˆgŸìsɉg¶JÅ\x18\x17ã\x03"
  b"ˆ‘\x19\x02§XEê“N\x1C-ä~À2"
  b"ˆ¶¬\x07¡M!6\x13µO¶ÃL%\r"
  b"""
    ˆÑ‰\n
    ñ²›,ŒÅ¨ ý\x16›˜
    """
  b"\x0FæÁ\x19V)ó4¯ìg,\x12\vÎ"
  b"‰.¢~ˆ0nU#"‚ŸÑý…¾"
  b"‰9ê\x17>³OÆŒV*˜ŠØðY"
  b"‰`+ú°@J6¶sDæÝÇÏ$"
  b"‰vÜÉà\x05Aršº`ùlÏ\x1C"
  b"‰Œ›af\x05O¼®òU ¶Ç\x16$"
  b"‰™2NË 6=—3wï~NÕ1"
  b"Š;NÝ,(s(:\eâ™q£°ÿ"
  b"Іc>5Ž@Ð¥ÿG¸¼X\x1Dw"
  b"""
    ŠŠ\x18e\n
    \x06Iþ§KÓí/ݤä
    """
  b"Š¡G©¤\x08Ž„èvçn¤ñù\x04"
  b"Š¿¡]Ì0Cx»-î\x10å\x10"
  b"ŠÓÙA"ÿI\x02\x16ˆ«#Øèj"
  b"ŠÚ­ÊÜisïÂÁÖüH…M"
  b"Šönâ¹¹^\x11\x01Ö©UO"jÒ"
  b"‹+oGÀòN[«¬^ê{S\x00­"
  b"‹v-Y\x0EtM\x00ƒˆ_¬YÅTÃ"
  b"‹Š¸FeŽA]Œ7N­\x04,<@"
  b"‹²¬9ÖU⡽’=Fjí«"
  b"‹ºö÷ØrDcœƒ¬§¢Á¥\r"
  b"‹àÄrÌý@\x00\x1E“U’}¤~"
  b"Œ\x06’ã†;þ^\x00‚¬Âûêñ["
  b"Œ+c\x00â©Mެ\x11Èû[\x00¥©"
  b"Œ?\f\x08N.Hu¯9‚u)B\x7F""
  b"""
    Œ@O¯åŽE¡Ô\n
    Óa,Æ\t
    """
  b"Œ[\x12ž'ÀL›ªªx\x1C]‡e@"
  b"Œqéó\x0003¯"®W \t¦Êi"
  b"""
    Œ„ì>C\n
    F“¯6¾ºPìiù
    """
  b"Œ˜ê&‘²^¸Ž^ˆà\x11\x11"
  b"""
    Œ¦®Æª0R\x05ÞN\n
    A\v\x0FIS
    """
  b"Œí5Ú5úC9†õÎ\x01\x072/h"
  b"ŒönwS<F\v¯AjÄ)JdÁ"
  b"Ž\t? Ñh77Åo2\x07Ö@¸'"
  b"Ž\x18¦\x16ÛåO¿Šj›þ¯áН"
  b"Ž0‡²\x15ÑCs“ðD4†é\x16d"
  b"Ž\x7F\x07¯—\x16I¬7TF ”\x00Ëz"
  b"Ž,Y[–ÎHgžÅ\x1FE"8Éê"
  b"Ž2Ö½\x17ºKޏÿÿЗ\x07Ód"
  b"""
    ŽUAyÑtC¢½Ÿ\n
    $dí\x1D&
    """
  b"Ž[\x0Eï­\v\x15͉Ô3IÊ{ðä"
  b"Žh`ù\vhl¹Z³á\x06†¬@"
  b"Ž‚z›˜RBv“ßÛSn\x1DÃ@"
  b"ŽâpÓ”V\vJ"o‹¹\e8\x16"
  b"Žÿ\x00†p†Cü¶{›ñÇì`Y"
  b"\x08ƒ‚æÎÄÑ&U\x7F\t\x04L"
  b"ván‰®\tÖ(¤¦CWÑ"
  b"\x19Ø)@ÞŠw­m—Ïê"
  b"µ\x14,ƾN®’%ðƒX\x03Êx"
  b"À\x08ý5øL)œBø•‚…Uê"
]
30 3.69 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"Ý³\v÷O–—Ie+ÿpO\x06Û"
  b"èÏá­(J\x19œ!\vùÁmƒS"
  b"\x01¶<Þ\x06M€‰=Ô&å«ÓÖ"
  b"1\x12B’@@¥ª¶nœs\x17"
  b"=u'\­n ‘®“&èUŸö"
  b"¨\x10´\x0E=Hò(~\f\x17:èà"
  b"è \¨\x7FKüŸ\x10©ñϯ¨ù"
  b"""
    ‘:ÇÃÖ6Lö\n
    e~.îŽÂT
    """
  b"‘wñ¡TÁE–œv\x1D'Ò¹­¦"
  b"‘ì¤Ç\x1AzDþ•\x12-äøQKv"
  b"‘ô%0\x13ŽMá¡\x14ÉpëkÕa"
  b"’Q§îÐ=“XêNœŸ•\x01\x07"
  b"’õ©÷‡AM•¥KÓTÿf›È"
  b"“Grº\fŽmìÙ\f"’³rÒ"
  b"“Ll'¦À¿\x01ÛBO\x07…vn·"
  b"“¿f@ÂL™•/ÅZVjC“"
  b"""
    “ÖC\n
    ëí\n
    ŒTÈfň\t\x1E
    """
  b"”]Ÿ\eqn#H—aØK—d¯Ý"
  b"”f¨!\x04¥`C’רSV§ß""
  b"”’<\x18£zDÂ’Ø`À¹çÕ·"
  b"”È‹ï–#´7¢(ñy†#U\x08"
  b"”ϰÇs—@{½’r6+’Ñ"
  b"\x00èŠ\x08\x11ºGi¿#€¢Ù\x1E"
  b"\x04J^—\x07\x0F¨è\x1C”’„¶"
  b"•O\x10~\x195NŠ”¥À»K¡©"
  b"•^\x0E^_\x1ABG¡7é”üñ›¾"
  b"•„Ž\tZÒ"¼\x01\x1F;îîûC%"
  b"•¡\vŸÿ]íÔ•ëö²ÁŽ=Ñ"
  b"•¤«ôÝôO)°°\x08Ž“«(\e"
  b"•êXf]\x03\x14¬‹OTò6ñúˆ"
  b"–4fòÕ\x01J\x07ƒÌ±Ó\x10ò"
  b"–­5O\x03\x12_ÿÐQE\x1F\x1Ey~Ú"
  b"–Ó¦ˆ\x01\x1C\x05Ì%v³\rµ”"
  b"–âlB†l£"ü{G\x7F\x1F¿eM"
  b"—?Œ\x01\x12çˆÖÌ\f4éGV‹\x1D"
  b"—Uð\x1DI\x10\x05Q³ŽSlÓ’ÌO"
  b"—šºþòdE­€˜äï«tù\x1A"
  b"—¢da-$¯M©ÙL§Ž/ ˆ"
  b"—¹œ<`qGÚ¡lõN)B\x12¡"
  b"—ôoùJ\x14Hú—Ÿ^Û:æ\x1F}"
  b"˜\x18ÏéãÙNh¢D\x07óFä("
  b"˜(5#÷‹C¨•¦¼•d¢;"
  b"˜kÓ\x07g€A-¦éó€¡M²‡"
  b"˜|Wd=*NÌ h2IÓìÈ:"
  b"˜‡v—ªyNdƒKfq\x06¦™d"
  b"˜Þ•_Ç»6`t±Fmº{‰"
  b"˜íêøÄ˜G†¶z;ÜËÑx+"
  b"™gÓÞŸ¡dó¬•ï\x01\x0E¤K³"
  b"™’@\x10Z@ÞÄ\x1D\x15Á\x02\x1Dh{"
  b"™Ç‘Ö`ŸN¬‘o væ4*P"
  b"š*\x07¦ÏÊIª¢7Oaï.t"
  b"šO\x7F\x11ƒ(aìq<kaek•€"
  b"š”¤˜©\f¥öFÓÚö\x13\x12ã\x01"
  b"šžºŠjkI\x08¬ƒ\x01¨h=¥"
  b"šÖ\x13„óGN/1¬‚'(ìÆ"
  b"\x05{ø8•Iì¶Ø\x19I…\x19¢£"
  b"›@½Ž%\x07@¨ŽŽÌþ\rDa3"
  b"›vj»£\e»)\x1Aîò\x18bEõ¯"
  b"›üÈè\x16ŒÉˆBÂ/eUV>X"
  b"œ ÄžJ\x02JIŸ\x04IÖü^I"
  b"œ¸\x198'\x07\x12)g+Ÿ\x05\x055\x1E\x08"
  b"œ»Î¢w¼I\x12…Ïò‘\x08¢("
  b"\x07í´ôFMƒ¸\rr\g<LÞ"
  b"ZŽ—Âm»É:ÅB\x1Ed\v4"
  b"Ž\x02ÆH¡\x08#ä5æÃ2k¸"
  b"«”2kLo©šG……eZú"
  b"³c1[…ž¿µëj\x08•Ån"
  b"Éîsp6iŸ®[¬ÈƒØª¢"
  b"Ð>1D\x10E‚ìx|Tè\f\x00"
  b"ØÃ¸¼\x02Dã”\x10”nJÁUG"
  b"ž4©¸\x1C—Ôo_ŒXð>;ý\x10"
  b"ž5ž›\x7F\x16Dé»ó×Óª\x10bo"
  b"žDZ³Ò´WõºG£l\x01ãÓK"
  b"žN¡RÒ\x1E†[\x14´£\x08\rN"P"
  b"žaá;4³DÂWšCÔÈŒ\f"
  b"žd;Æ"pB°\x00¾\x1FÕ\x06B£¦"
  b"žãÍ.[g_ŒªU`\x164\x17Ëú"
  b"žîJ\x03‘ñM`ˆÀá´¿›ˆ\x18"
  b"Ÿ=T‡Pãi}|Ÿ³8¡\x7F:x"
  b"Ÿ]\x12š\x19qB\x1E6ñœ\x18J1Y"
  b" \x10û<ž­èæÓíÌ„—\x16Œ"
  b" \x19I\x16Û)OõŸ\x17±\x0F\x16Ý“ø"
  b" /´´qåD`´¬¥´ÝÆ?Æ"
  b" H1\e±™•õÑõŸ™w†Õ¢"
  b" kñ_»f­” øk»ï "
  b" mæ×“ŠLã¿[¯Éçǝ\x07"
  b" ¢‹\x1D-o@8¾#”\x06r\x14÷"
  b" ÷%¾U®F\x1D¦ed´[[1á"
  b"¡?¢@=iIÈ©ó\e ·Kê)"
  b"¡I6âùŸ@™¸.ˆŒÃ\x05"
  b"¡`Áõ®^Hh\x1C(G¦Yfv"
  b"¡©Ì¸L-³~Ø€×!€'ÈË"
  b"¡µ@ôú\x16rð•cîma´\x12,"
  b"¡Ó¢TZ}HQ ¬ä|Ñ0}Ã"
  b"¡Úbâ§þDÚ®Ÿ\x07T{G—Ÿ"
  b"¢\x07!—vNÊ©\x10ÐðMeS\x11"
  b"¢K"\x0527¼#0%’TO³\x17"
  b"¢„è¯<í¥®ÃED¹žrwâ"
  b"¢Ø™8qÒO&œpÑ¥\x1Dƒ~—"
  b"¢Ûc`ìô¨“\x0E\x1F\x14\x03;¹»"
  b"£\x01\x1F!Ò|Î:¡¯nœ"ö2L"
  b"£\x10T]¤£\eF¤"Ø~\x02 "
  b"£$\x03µ\x04¤hì\x08\x11Lîu¢Ðý"
  b"£*%aŽ3O\x1F¤9À×\fŠV*"
  b"£<™–q‰Dr¸ú°¢¾Ac"
  b"£ŠP\x00˜†@e‰Bì»fÎÅ»"
  b"£ºo\x07\x19ÝF'¼K\x0F\x02y\x7F"
  b"£ÅL*\vä“ÒáwCM)Ûm±"
  b"£ø£ƒÖ\x00BvŽ|´Ú\x11\x01Ä\x06"
  b"¤\x1A>\x03óƒdPkÅÚ"~Àï."
  b"¤tÚ‹\x12äÓ\e|Ÿù\x1C:j®\x1D"
  b"¤´SÒs½`0Ч!5(\e"
  b"¥\x07²"Ì~Dä«m\vvv\x01¸ˆ"
  b"¥'ðÜSÊG]¤<Ž^s2ò"
  b"¥\Ёœ\x1AâÙ_=ƒ$aL\x0F"
  b"¥zn¯«³ähnù~O?]fû"
  b"¥ªæðËÿi:\x02ãç¼Tß\x1A"
  b"¥’C\x06`\x18Cw­!\x0F\x02vR^ò"
  b"¥ëClP«@%¼´yz¾PÞg"
  b"¦+Ã\x7FuM‹º½­\x14ÄçãÚ"
  b"¦X¶„x›O\x05š\x1Eì™ÒV®ƒ"
  b"¦£M~³ÖNý›«ß4i¬6}"
  b"¦Ê‚˜š‘J&½\x03‰ÆÈëPž"
  b"¦ÿÓ\x13\x17NA¥ˆ—#c5 \x00x"
  b"§<™  aE¤¨Øå•ˆ’È8"
  b"§](­]šO$™?JÅX‚m"
  b"§†ðt\x1A"ûS>ë*V0\x18\v³"
  b"¨\x06D„@AAM–j¯"\x06\x0E"
  b"¨QöŸzýLR¿×8Tâ=¿D"
  b"¨r\x08)‡\v’ë}ñ0ÏÀÿa›"
  b"¨tÅ’\x01d•ƒÅ\x17\x11ýÁB\x04Å"
  b"¨\x7F'$\x03@n9'–À\("
  b"¨ Üpà‡L—i\x1C'Ê÷×G"
  b"¨¾íUZgÕ©AŸ±áo>\x18Ô"
  b"¨ÄÞì5ïM6©¦\x17\x1F"
  b"¨å\x7FòžÐNܶ‚]¹Ý—\x18\n"
  b"©\x05®õ™êÉ\x1F°Yý措³\x10"
  b"©\x15ݏ\x17BK>©i­/[#\x1Ay"
  b"©+hpG\x01KÔ”kÕó&Ô܏"
  b"©,’\x061I-©J–¡@é¶\x13"
  b"©C7&×/E̯Ü\x01LÛ¿„Ë"
  b"©x¬§éAþø0†Å,±à\x08é"
  b"©\x7FãltbE1«\x14;u±‘³¥"
  b"©ˆt´{³Gò®•¾\x13 x0 "
  b"©¡S­þæC"‡O¥£Òšþy"
  b"""
    ª\n
    —ë¥fC‚›¿ÔïtAþg
    """
  b"ªpì¸,¹G ÞÔu<Mg¶‡"
  b"ªÕ’¢ÄÂLß–…‰\x1E¹]\x13Ð"
  b"«\t ¾º±N!æxDo\x0E\t¤"
  b"«\x1Fê½ ¢@¨½\x04c^\x12Œ‹)"
  b"«È\x02f/ï\x00àZA‚sjšKù"
  b"""
    «Õw›‹¬.ø?U\n
    k çìÍ
    """
  b"¬Qî\x13\x17ÈC¦ŠSÿ·¢ìºè"
  b"""
    ¬R\n
    \x193\x19LNµ~'#Î%Êb
    """
  b"¬[‡–œ\x08É\v_¦Ü€a‹ä¹"
  b"¬kYí\x04¾M†¦û´\x03Ž\x13Í6"
  b"¬\x7FGÑkØ\x10Æbä'\x05oÔ"
  b"¬ˆ/åÓºŸRYÈfÙiõ¿"
  b"¬š#•\x17>Hv•\x15¢Ç\x05°à@"
  b"¬žÚâœ/Gi‘¾\x7FœŠÞ(Ó"
  b"¬Èo¸ÃEE’­\x02qvUdnÖ"
  b"¬á=Ø\eiJÜ ï¾`úYƒô"
  b"­\f2TŒšÂ:b³(Á_Þ#Í"
  b"­(QŸæiD\x0Fœ*g…KÂW\x13"
  b"­>S/J\x19O\x18›  ÁÐÄÛ "
  b"­t\x15¢¹ûJü…×a†.¦ª\x1D"
  b"­®\x06¹'¡DN§é©’¡÷_'"
  b"­¼ËÐ!1O\x05¶-—z=åÚ\x07"
  b"­ÉrŒ\x00KO9¥@¥`Î|l¸"
  b"­è,šOo¼ü1?\x0EÒŒ\x17EL"
  b"­ú³«nßA‹˜\x07/m½\x1Fu"
  b"®\x18À^¸ƒ—¥¥Ñ}³\x04æÙ"
  b"®K©\©\x0EKÙ‰\x1Cê€å,+A"
  b"®P\x147r\x04DÁ‡\x07Á‹ž\x08õ4"
  b"®‚ZTÆIŽZ§ßT…!¢B¢"
  b"¯\x05õ«|`NZ +G5ó{\x00ã"
  b"¯wß\x15IYªË‘Lä–D¸"
  b"¯Šð¼)\x01K‘«¨ü¶\x04‹¢?"
  b"¯¾Ã¯ùˆ.x\e3{ëž\x18¾¢"
  b"°\r‰Ç‹3J꼐|÷ê“Û\x10"
  b"°'¸©Ù!JîŠÖ\x1DïBÒÜ*"
  b"""
    °íȦZE.š\n
    2zàt\x18
    """
  b"° ¤œ+Ep^\x11Ý;T‚F\x00"
  b"°èͬ\x0EŸ­Q¸KüU¯Ïa§"
  b"±N\x1AN85¡¤\eävÓC ‹æ"
  b"²cŽŠ¾+HÚ§€\e@\e#$•"
  b"²«oô~‘\eeÁÿ!9<Ø>H"
  b"²Â\x190\x1E—Mõ“ù1çÚ\x18¾ø"
  b"²÷`<ø³L°©ÍAj6ÄD^"
  b"³'\x05•C1K,st\x02ù²”{"
  b"³(3âa–¥çH¦óBZ\x07<„"
  b"³3\x15Ìþ\x17E ¯Ô\x10\x1Dã©"
  b"³u\x16Ái‰¯>QP)¼-V`L"
  b"³¹¯?ÆE3i»Š×m\x10å6•"
  b"³Ã\x0F)‡-H¾žc\x7F¯>:»?"
  b"³Ç’@C5½\x15ÃC\x0EÏÏ&E"
  b"³à\x1EŒ¶«BÉ”mbI:Ĉ""
  b"´\x11\x03M\x04Ô©B˜Sbm"Gs4"
  b"´;0Œ\x13\x19¿{pñLýëš‚Ç"
  b"´L¬ø¾¢dÒJVþtOÇ®\f"
  b"´Œ»ÒøUD¿[œèW\x7F’V"
  b"´¸šSË\x06Dʱ¬ž¥µö(O"
  b"´åé7ùèJ/šÖ›ý£¯¹ü"
  b"µ\x073\x1D¥‡<Æbâ<²â\x1A\x01Â"
  b"µiõû?Ü­³\x15r\v™ý?\vŸ"
  b"µˆ§è8÷“Ÿ²\x00†ÉGµ´-"
  b"µÉi\r\x07\x7F£ï†xrTÈ\e"
  b"µæ´ÝY9m޽›·7>\x08"
  b"\x15%nˆyúö\x01éf@C5¤"
  b"¶"úrÁ¿Hb¾Þó@\x1FH{œ"
  b"¶y>l.ßβÀ¤mú½YŸ-"
  b"¶‚µ4£]\\x05Õ塸À‡)9"
  b"¶¦Ì  =Fl¡5\r÷¦Ìp:"
  b"¶·öµ™õE5Žôe%·Wê–"
  b"·J\x1A*Xm\fDÃn\x19GÈH+\x03"
  b"·NOŒyï=å\x16èCèƒ\x12"
  b"·rÖ—\x16ˆÖ­xÄ\x03T\fUS"
  b"·w\vSÏLAòˆX„\x06¬Ü!‡"
  b"·†²¶³…Ay–\ev&øZ;k"
  b"¸3Vðø°OÇ…`WÀ\x04¬:"
  b"¸>t_\e€Cj¢q\x11à\x173c¢"
  b"¸UýJ\fzÅ9æ)y¡™JÆ"
  b"¸lH\x1F«ÁCT©òc\x14h"
  b"¸zyùfZ@ÁmæfÅöÄv"
  b"¸Œmx‡ÎJp’îÌL‚ü,“"
  b"¸•ú¢¾K\x17UWÝ\x1ES•;"
  b"¸É&ír¶\x16;íW¾ \x08yBÑ"
  b"¹\x1DJ\ešŒ;\x18ÿ±ƒ\x10J+úš"
  b"¹}Ó ÐþID“Ú¿·cë£\x08"
  b"¹¬KE»’IO£AgMÞþ=p"
  b"ºL\x13\x11XðM[œŽ†ÀÆÃNž"
  b"ºcZ\x19û‹E•šŠý£\x13€Þ¯"
  b"ºküµ4Ä\x18Dœ­òð[³Ÿ0"
  b"º„ A\x1C\x19Dݬ ‡\e\x7F\x05"
  b"""
    º¦(M\n
    ¨¤©Ó;Ÿ\x01¯yÁk
    """
  b"º«>øW“M\x0FŠËoü–ˆ\x16"
  b"º®ƒñ\eI„”V”ø„Bm…"
  b"ºÙu;…ÔK¥š¦½:\x03S–\x14"
  b"ºßŒÁq—¡o,Y¹ê<ûŒê"
  b"ºësb\rpCi¯\v׎\x11jÁp"
  b"º÷—Y\f.Ó}>R\x19Ž\x02#Wø"
  b"ºþE!èg‡{q…I†(Dð—"
  b"»\x11\x0E%8â\vIzÜ?•\x02À5t"
  b"»1Íç^>Ad‚ÜÑýÁW&t"
  b"»7˜C.nO\x16¹¬Úç’"ˆÊ"
  b"»C܁ÄON—¤H­ùg\x07"
  b"»Ÿàÿ²Úâ8ä1\x14\x02\fFÎb"
  b"»¶BP\x00üB„‚tbqb†CÃ"
  b"»üú¹¬Kº©ò‰‰ˆù"
  b"¼\x00Å„üGѹ1Úœ€røn"
  b"¼@j¸ÿBÓº]\x02˜\x03\x12"
  b"¼æ¹æòßJi‹Yˆ\x1A܇âŽ"
  b"½‹'\x0EÒBA•¬:å\x05\x10\x19ÇÕ"
  b"½â\x01}E¼D”Ÿ|\t®Á\x1DÝÈ"
  b"½è‚‰ñ=\x15\eoˆ÷4\x02çQ"
  b"½óÁKõ½I6zC9Ö.\x12""
  b"¾\x01šðÿ\x01I-`%-Ô*\eì`"
  b"""
    ¾\n
    _Ù@Þ@íˆW\x1CE\x042"k
    """
  b"¾\e9¾WRBÙ¦¶\x0F!(ùf³"
  b"¾\x1Dǐ$'Lèn`9˜ßå2"
  b"¾(‘¡FcC½ž\x14ÉÇa´\x1ET"
  b"¾Z™¤SÞ\x17\€!tgµ6wœ"
  b"¾}÷>m‘\x1EØ’_ŠÒ\tW¹Ì"
  b"¾åsÅO3íªà\x00­8FÏÆ"
  b"""
    ¿#ÁìÌ\n
    xoˆ\x13¬±éYßÖ
    """
  b"¿]pÕ“{gXZ1ÅsÖh\x0Eú"
  b"¿…L\f\èçs÷}\x12\x14ë\x19"
  b"¿Š¸.иMʝ´N\9Ø@^"
  b"¿ª6&^\x01JX‚ì†ÞáóEÙ"
  b"¿¿\eJá7S\MõK[únˆø"
  b"¿Ìo<·nG=’åIrabÓÚ"
  b"À\x10\x19&b]Lº¡\eÕ'E8m="
  b"À,¢/\\x00X8:E”;\x12ðûš"
  b"ÀCÉ‚†ˆŽ’ÜéÚT˜\x7FÍ"
  b"Àa8±\x12¥L=·êxõpý8G"
  b"Àq\f4˜N³‰‚]ú\x0E=Qs"
  b"À˜Æ\x0FÎC‘³ž\x10€Æ\x07³\x04"
  b"ÀËùƾ\x08Eì¤ô˾A(ši"
  b"ÀÌ‹šhum%ÛÈ\x7FW`‘o@"
  b"Àç\X™¬\v‹éø\x07W>HUì"
  b"Á\x02@\x01Ž\x13C\x11µ\vK\x05ž\c"
  b"Á7 O7µ»Q\x04\x0FY\x16á,f"
  b"ÁU#;ߟJ$¦\vk\x1A(>\x1FÖ"
  b"Áe»VéuKÌ¡CÛ\x0Eõt½³"
  b"Áx\x08L\v¦K‡¼N\x06¼žºÞ©"
  b"ÁÕ'â›p\x14l.¡íÁj\x11™µ"
  b"Á×á“™mBÿµaœ¾UZý\x18"
  b"ÁÛþ‘m¦NʨÊÇÏmôŸ¶"
  b"Â\x1CÅsŸfMT¿vj\x1F*¡©S"
  b"Â"åÅ×íFp†ÙokJÄ\x1C¬"
  b"""
    ÂÔES;Hæ©ëÑ6\x02\t\n
    \x18
    """
  b"Âü5*êGL‡½$ÛŽö1”¼"
  b"Ã@ëØÜ—^)F!寸²n÷"
  b"""
    ÃT2Ζ0AÕ¯•Y^\f\n
    Œ¾
    """
  b"ؘeÌJO\x13"àê²ÔÞDß"
  b"ø9Ÿ¾\x16K—’µ¬ö[È’U"
  b"ÿ-zœo‚ãÔÐæ7`"("
  b"ÃÄš\x18‚HGƦ‘(k\x01O<"
  b"Ä"®“ØQLY6¬™^\x06µì5"
  b"Ä¥r…çÄM\x19—_†èBבÃ"
  b"ĦÑJíÌNø³ú²"£l–¹"
  b"ÄÂ%\x18~\x01N퓆ˆ$‘øêà"
  b"Äîjm9¼D¢ɬ-8\x01"
  b"Å<[b¶ŸN:˜ÜÝÿذ3"
  b"ÅYÆ\x04<O¸˜¤\x0FÈ!h““"
  b"Åšã¨\f&G²‡z¿µ/\x02à§"
  b"ÅÜ¿Æèªåã\f\x00³ƒÔM^©"
  b"Æ\x16\x1F*ô7Mé¸Ù¾}@ÈÚç"
  b"Æ/}¸øH;…t\f\x03\x02\x17GU"
  b"ÆFÿÜ„W÷ƒŠ˜Iõhé\x15ñ"
  b"Æq÷úz\eEïK—œ’\x06\x18"
  b"Ætû1c\x15@v’,“Ñ\eä$Õ"
  b"ÆÖƒ¢\x1EGNã«Ì\x05ã“\x15T&"
  b"Æþ2@TMJç¨ÐO6Kƒ¶"
  b"Ç\x0E\x10ÈæTJ€µéW£Îmºz"
  b"Ç\x14x\x084ÓA\x13ëÓR³U2é"
  b"Ç+\r(8Oëpãl¢\e¦6´B"
  b"È\x04\x14BàV›B˜\x1D\x1E\x1A\x01Bª¡"
  b"È\x10l‚}êB-\x01¼6# ™ù¡"
  b"È\x15JîæYø/ZÔŽkÙF±Ù"
  b"È\x16I@ Å{\x19¢´¥@6žæA"
  b"È#ãh‚¢IR»\x18®@\x00\x16L\x0F"
  b"È&£ytz\x02¤['²¦ÿt¢º"
  b"È2 æg6¿I\x04\vÔ…\x1Dã¡"
  b"ÈT’ƒ®>NÙ£¨À\e\x1Eae\x0F"
  b"ÈŸ±Þ®‡óaxEÊçUz\x1Dó"
  b"Ȩz\x06µ\x08@ï¿ÔÂ>¨Å–¶"
  b"È­æðQáãø‹¸øÞ«8Ö«"
  b"Ȳb'ÓM\x1D ›2\x12]¨B1"
  b"ÈæzÀ]¿ÍFZÓ½‰x»"
  b"É\x14p§œjHm¨øY\x02…½Šw"
  b"É)\x02Ì\x08³þ"©œoýó›€÷"
  b"""
    É3ÛÍ\x160\x1A\n
    ­ž\x07Éb‹\e
    """
  b"""
    É:×\n
    ùëU!\x0F®Ñà&\e
    """
  b"Éaž…bîKT¶YГÔI[\x1F"
  b"ɪx#ËhI\x1C“2|Íä@üð"
  b"É®!>0üHšòœóï/ÇY‹"
  b"ɺý\x0E¾Öþœ5$“ÑåŒT„"
  b"ɼp†§a`,\x1Eå\r=ò]\rÁ"
  b"Éå­‡\ruH×¶‹‚´ž¸\x13ý"
  b"Éûƒ\x00,·A\x11€’z~ƒ]N\v"
  b"Ê\x12lëö\x16FŒü¿´‡R»1"
  b"Ê\x1C.ICˆCý²ÿ—\x15­\x02Dp"
  b"Ê$³n«—S—‚v=`Îòí$"
  b"ÊsŠßÕUY|‘ì_\x14¸@'¸"
  b"Ê•ûûIpI࢑x*lŸ¯\x1A"
  b"Ê®ÅØ\x0E•–¼n<\x0EµU½™z"
  b"ÊÕ¯H#ÃuªÄÒ8ðî†î¶"
  b"Êâ2ˆÃ\x02NNŸ)Õ3™Á¹U"
  b"ÊäwÌà¸J;®\v)z'bé\x13"
  b"""
    ÊèYߤ\x1C\x14%oˆ\x17Ú\n
    
    """
  b"Ë\x01ÜP\x18c6»ÕWÕË"ܦŸ"
  b"Ë\x12Æ¿ƒ¤C¦¯{ц\x19t\x1D\v"
  b"Ë,Ð>\x13)IK‰Š´JŽ.W¹"
  b"Ë9¾M?ÀLψ_½»|¹ë["
  b"Ë@¦Û¼þéÙòÁ\vè\x07\x12âô"
  b"ËfªPu<dÊP\x15¨3årÎ\x13"
  b"ËËD_\x13SFÍÛÙMË\e®Yz"
  b"Ëâi¾í\Mʪg“¨a\x04…>"
  b"Ëê…èûöO±ÇÑ~0ŸÔ°"
  b"Ì$ó¶FqL‚¬¥|¶ÙI¡"
  b"ÌŸ—ŠÍ³O}«¯ÿþC\x02„5"
  b"Í\x04\x10ô¹\x02@¼»®ƒ\tAé†ô"
  b"Í/>^¡û³‹méH\x13†U•»"
  b"Í@SìzjJL££˜ÄšôM\x1C"
  b"ÍLÔM94½a\x05%”\x01Âáðª"
  b"ÍX~\x13àî@{‰\x16`j\—\x14õ"
  b"Í_\x07‚Qf›P^³¢%"Åщ"
  b"Íqnp—‰B¿¼7Ãð¢¡Âî"
  b"ÍvU ‡JT‡ùf\x15O›§í"
  b"Î(·\g5K•†£\x18øÛ·úà"
  b"Î9dö¨¨ŽUP+,´š{6 "
  b"ÎV,ŽhbC\x08•ÖO]Çæ;®"
  b"ÎÈá+)·Nµ¢\x120OŽêþÑ"
  b"Ï\x05üùC£…(ѦÕÍo­LÆ"
  b"Ï\x10ü<H¬‰È\x11p{¢³æ"
  b"Ï)q"O0A\v–ž‘\x05ØŸl"
  b"Ï?\x15ç)»‹U\fQÛJ2­\x07ß"
  b"Ï\Çøõœ(½ý¡mƒT\x7F"
  b"Ï«¿lãòCi¢iQ9îx±\x1E"
  b"Ïý$ÒTFƒ½\x15Kj@'zÖ"
  b"Ð\x07ƒ\x16o\x11N$¼ƒyEKû\x01î"
  b"Ð5jŒWSá-}áiCŸy€Y"
  b"Ð\x7F¾IÆÖ¢6Cm¯]¨!E"
  b"ÐÐD\’\x18g¯Ä9PGœ\x10ÿ“"
  b"ÑS+/\exM7Ša|>Úäý—"
  b"""
    ÑVãfRpºÊ¾\n
    í&Š\x1E\x16\x18
    """
  b"ÑW…8—‚@º½¥Ú#aÖE¤"
  b"Ñî²b7,\x13ò¢$Ù\x10\x038Ëh"
  b"Ò\x17ü&kðIr»Á0l§$ãÜ"
  b"Ò&\x03ïͰN_»æ\x1C¾JÅä\x0E"
  b"Ò&Q§Ñgηl8¥~R\x1DM"
  b"Ò^¥Ó1™F ¬wÕ\f®ía"
  b"Òfùvµ\x11ɤñuã™Æ‰Ç"
  b"ҁ:â³5E ˜ ï\x04Fg€©"
  b"Òƒ8…IoO\r® ¯³iÏ\x06Û"
  b"ÒâßEX_K„½’2]uãüË"
  b"ÒææûÆ@iAmr$TÎa;¼"
  b"ÒòV¡à+EŽ­½\x14¶»¸}="
  b"Ó\x05ŽcŒ‡E˜‰ñ¤ÍV\f\x7F`"
  b"Ó\e§¿jîBq·HBÜ\x167£›"
  b"Ó\x1CP\vñùDï©\x10´a¾}\x13"
  b"ÓJå/\x1F\x0F@6‡SÓ\x0FŽ\x05¡¹"
  b"ÓV\x06\x14UlNš¥óûdiÂòá"
  b"Ó^×\x1C\euFƒ¿ýmèÜű*"
  b"ÓÜ\x07ôjžA\tŽðC÷\x08\x08"
  b"Ô1˜ÀLµA¦¡˜M\x15\v[}"
  b"ÔRÓ\x14YÀAˆªïdÂ\f’ŠÆ"
  b"Ô¤vbW¯\x1D\x00{W–¤¨Y`·"
  b"Ô©\x05G\x18B×µhpó÷ô~A"
  b"Ô±“BöÏC\x08§\x13\x14}%ΑŽ"
  b"Ôû ZTK<\x01望aÒkÚ\x1C"
  b"Õ\t¬\x07’)Hw§V—‹âmðƒ"
  b"Õ>l\©\x0F,\x08±í\x10í±Ê@\t"
  b"Õt\x00\vÐBȰ\x1FÆ1QtûÅ"
  b"Õ…2¦¼nH\x17¿&‘¸m<#Ã"
  b"Õ‰{4C\x03\x06\x08Õ(¡7^›"
  b"Õ”RèÁRV¨\x12ÝIÊ.¤Z†"
  b"ÖAJZMéBˆ¥éìË‹†û9"
  b"ÖO\x12ˆ,šcÖœ'£§œ e¥"
  b"ÖíOnp·H£\x04ñ4=ަ"
  b"×\x1A\f\x06î?B\x1A¼è;\x04Ä“¡L"
  b"×h_Ð(WBÛ“a,u”–Qh"
  b"×}üîhðK7 ÊQŽØÁâÏ"
  b"×\x7Fî!îb–àýÈ!Έã´}"
  b"Ø^ÜGN÷G …\x1FŒN)òx„"
  b"Ø_Ç~xñ„†\x02ðOøåwÔr"
  b"Ø`žé‹öe¬Ð^D\x02îË\tÈ"
  b"Øo}ý"KH–² ‹b«cƒ\x06"
  b"Øu·›=rB5®\x05\x01îŸe\x04ö"
  b"""
    Øy\x02>¹ƒ—µjJ\n
    ú"\x04G
    """
  b"Ø›\x11¾š2 ÁF¿( ìl™~"
  b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+"
  b"""
    ØäÔ#B™O²~æÍŠFK\n
    0
    """
  b"ØðîÃÓyJǯ„¢åñ}éÜ"
  b"""
    Øü\n
    »\x10ãÇ\x1D÷%Ûê‡Ñú_
    """
  b"Ù\x05ƒz†¡ù,º}uª~Ñ\x07"
  b"Ù\x12‡†(ûN'£¨á_\x18´ùv"
  b"Ùv¥î\x15ÞJ§—óFŽQ2QE"
  b"""
    Ùû8ÆÛ\x1D\n
    $1ȱîÁêý
    """
  b"Úv¤³ÍÚÃd|ˆ;²dT£¢"
  b"Ú§¹]]Ð\x17\x19\x00,R4\x08\n±"
  b"Û\x06[ní=C\x1F¥¹‹V\x16rH["
  b"Û\x111{\x0FWI •F&¾p:ø\t"
  b"Û ¾Þ ÷HªŽ¸÷Ÿ.ǤÁ"
  b"ÛG)²$Ê\x18çcŽ%)v{S"
  b"Û„q<ÿ¾¿w®Oïózà6\x00"
  b"Ü\va\x03e6Fø¤ôzRž‡Œ´"
  b"Ü)Hå²O*©O”#\x1F.IÐü"
  b"ÜKþŸœ$HF·}ÕÞ—ç1ç"
  b"ܝR\x06kÛJ5«p\x0E~ùjÅ\e"
  b"ÜÌpkøöMdŠêç\x0FÒÕyÚ"
  b"Üáí£@šM\f¸Y\x0E­c¨â}"
  b"Ý,l<6\x17FÌžþ©+S¥=·"
  b"ÝAÅÑ\x0F`£÷Z¼ö@&ŽÙ\e"
  b"ÝGRz\x0E\x0EHÀU]œ.>e¸T"
  b"""
    ÝaX\x16™‡DÓ‡&ÿ±\r\n
    °%
    """
  b"Ý••1\vPF*§cµÙ\x08\x088"
  b"""
    ݾ‘ú‘%Îû• ½Tõ\v\n
    Û
    """
  b"""
    Ýñe\n
    G\x1C|ŽÎt@÷KÁ\f
    """
  b"Þ`Z©uæŽëD6»\x0EªÕPú"
  b"Þ–Ê—è.\VP“‹ÀµåÙv"
  b"ÞšÅë_à>T?MÍ;B>\x11ˆ"
  b"ÞÅ%®\x08Ì’L\x19ð^€\\x11Æ\x17"
  b"Þÿì¢\x11¬Õ¶f\x12ø\x17\x0EÄÀ\x08"
  b"ß\x13\x02à\x10*|åF8UB²/@"
  b"ßS\x10´Á™nÕ\x1FÌÓŠCk\x10Š"
  b"ßo\x7FƒpŒ@#¤òE2Ü™ªà"
  b"ßpñÏóԏG8K\x16wž#«\n"
  b"ߤ\x16¶±H"€z{\x15A\x0EÎ!"
  b"ß±\x15ì*¡L;’‹ª¤Šît\x03"
  b"à\x18röÛÄKx\x01ö X\x1Ar\x7F"
  b"à2ÐÉN½þˆž‹ùFâGr’"
  b"à<+S\x03x–Ž&e—vÈ}ñ"
  b"à@³ßlä©õM“$L\x7FÇÐâ"
  b"àBn\x14CØÝ—{ëq?‹¾W"
  b"àQ’ö–“Ir›\x13ÉFÆU\x067"
  b"àUBýT#\x19݁,„¡ Ý{\x19"
  b"àº{xBzEdšd\x07—†L @"
  b"àÛ¬: ÀL¦†tJOÐA\rÄ"
  b"àãĶŸxDžšQ\x12O\x11^Òâ"
  b"""
    á\n
    Ìãx-Dº¶¬ì+Xþš
    """
  b"á+•ëÈ¸@ÇúÃÙd\x12™Ï"
  b"á6ÆqµãLÁxå8„‘\x07,\e"
  b"árð¡ìTO«QÌXp\x16ç“x"
  b"ᐿ[m\x07H•ü§\x03\x16ÔyÀ"
  b"â\x03¢OäöL}€FVE\x7FTù“"
  b"â+1±\x15\rOb…ã\x030ƒpû\x01"
  b"â7›ÃŽ\fL!•Þ–iÂG?ß"
  b"âsù‰·ôþ™C\x18{—c\x07|–"
  b"âÙS²µãN««\eü²&Ä\eb"
  b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ"
  b"ã6£¸%ÂF[˜Û¦&Š\f\x01B"
  b"ãh&sRúFÊ‘4vS\x13Íù\x16"
  b"ãmy•løMS‚ہ\x05ºÓ‡?"
  b"ã–»_™GŸ¡É\x7F¤pvH\x0E"
  b"ã»\r-‡‘BÏ­Æ\n²Å\x00"
  b"ãзĮÀL"‘•×ËhËœ\x17"
  b"ãæ*‹4+Iå ž\x1Es€ÑÝ"
  b"ãí,j\x1FŒS¶tì‚Ñ~lj-"
  b"ãîÿÂ[)L\x01œŽ6”\f\x13"
  b"ä=•\x11jöO\x12¿û¬Î™µ”T"
  b"äX_:ƒGCF‚ëV1Wó\x18\x1C"
  b"""
    ä}·õ¿¢%r\x06\n
    ›xþ¥=ä
    """
  b"äŽh¤Z/NAŸuv~⤜\x01"
  b"äŽô€4fOh¶¬m\x18®^°Ù"
  b"ä·\x1F-\~Bà—\fØŒ·;`\x01"
  b"åSÐq¸·OO´8¬•äùü6"
  b"åYç\tkG„¿\t\x15‡Él=Ä"
  b"åcÜ•QšIà;D²ÃÞnm"
  b"åÒ<¢U!Nå«~L•\x1D+?ä"
  b"åÖ|•Ý7Ðÿë“á½ë”q÷"
  b"åÜ0i= {:¥Œ\x08\x05wïÛÿ"
  b"æ\x02æâ\x15‡LX¿7âÞ1«ïý"
  b"æ\x18̲à”HŽ \x16T\x10w³oJ"
  b"æA땉oMƐɦu\x02ôì®"
  b"""
    æD3†dO\n
    ³C\x1C]>1ƒ\x12
    """
  b"æj:H{IIZ£\x06ĵ©$\x18"
  b"æw,v¿\x0EL\x00¥SÚ>Þ#½˜"
  b"æ\x7F\x19?ÑôFà©\x16;†NU."
  b"æÇñ%ƒ„ôih¨®éʾ#¯"
  b"æÏVí55ÛÀät\x17y¯Ê\t\x1D"
  b"æÓ}cau@Ç‚\x0F£\x1F\x05D–‹"
  b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç"
  b"æõ•¨u’rR—^Vë“2„´"
  b"ç\x1AÝ\x1CÙëDt›HÊû¶ \x10ì"
  b"ç9¡‡vòJa¸÷\x1AŸ£!È…"
  b"çNˆmªÊ"¸ÎR6ÉT~Š\x16"
  b"礱\x10èÀCƒÃ)ŸÅáUN)"
  b"ç®\x07½ÿ\x1D­\x1Anɸ­\x06a‚É"
  b"çó¿„@*ÂúJzHh¾sá"
  b"çÐ\x12§5ƒ@…Òó\x11OÐl¾"
  b"çÙsüjE>ñ•´}Öםxc"
  b"çó¸ë@òÑ\x0F\x03'˜“µã¹Î"
  b"è\vrª;ôN\x00¥lA;Ê!o¯"
  b"è\fÈkc¡FH¦E\x11S\x1D\q2"
  b"è\x18j¨—AÅ„¼£\x12§u\x10"
  b"è]\tZ\x00c×KN\x0E÷=£g|è"
  b"èe\x18+\x01¯JB°*&Þ¼9Œ"
  b"è›\x00˜ø)O\x07§Ý¼N™÷Ÿ°"
  b"èÞú%Ö\x17Dí­&TÁS\x01_>"
  b"èüp=3ëÓdŒz§ú!µÔ"
  b"éEÖ6\x15\x04@\x1AŠG\x16\x0F7ƒ€3"
  b"éRdM\x1DtI¶’nJ²†R3f"
  b"靀ù?:C®… ‹gj\x06Žö"
  b"ê\x08¯Á’1CŽ®™¾{qáÇ\x07"
  b"""
    ê )¥·ºOQ‰\n
    €ÀR\fv\x0F
    """
  b"ê$讫QMò€BßÍÀ7C‹"
  b"êªì]ä-O‰ $!ª‡Ñÿ5"
  b"êë4\x00ÞyD¢ž\x13Þ4;€¦\x05"
  b"ë\táF|\x1D›0ß@D:~exA"
  b"ë\x14µî\x18°¢ÈI@\x1Eù\x10Á\x15÷"
  b"ë"ìaörG)©<ªß\v»´Ä"
  b"ëÙ‰~ÿ[H\x17­úüm9åŒå"
  b"ìD®z®"áÕÕþ€¹\x1C\x12"
  b"ìU2bu0D¥–\x08!f\x19p?a"
  b"컢\x0F§M@ƒ‘Ëv‰°£c<"
  b"ì¾!\x1CՁ@ĐÝÖ’\x06ÐÜ1"
  b"ìÁ'ôÈ\x06O7»\x12ýŽY\x06"
  b"ìðé±(<¾ð€ô\x0E\x18+Èêú"
  b"ìý\x17›7pKˆºC\x17Ò=èqŒ"
  b"í*YeKçE@\x129ÿ[d\rm"
  b"í*§±dODx‡‘\x1D+‹Ú[¾"
  b"í4+á¸Ûä\x13’ù\x15}ÎàS-"
  b"íbäÞYðJô+€I[)J\n"
  b"í¬²Ã¬cœZ™l\x08\fV\x15ƒ‹"
  b"íÂ\eË›DJ:©£±V\x0Ee[."
  b"íË AqG\x0E\x04\x14öj¶›"
  b"íÞ?\x17f§Cv>iÞ\x12è̏"
  b"""
    íú×\n
    ¬ìå\x05òyÙ\x1C{Žób
    """
  b"""
    î.\x7F\n
    …žEAš\x17\x13[ìÒ9 
    """
  b"ï=4„ؽI¹º\x10’9°í©n"
  b"ïd¼ÆÉW@a»e\f\x12†Ç"
  b"ïÙ\x16ðO\x04Nw½\x15Ù…Å`Ài"
  b"ðJ\v÷É×Ió˜%€_XTÆQ"
  b"ðn–hn\x05J\x1C—’èëw\x08\x07Ä"
  b"ðpØÅèôAҁɆ²\x04Ôw«"
  b"ð·<ºyŸ\x1C"}Ñ’O|6h)"
  b"ñ\x11H\x0F¯¢NSÝÚYi\e´R"
  b"ñB9j\x1E)Û ›:&h\x1DÚ""
  b"ñJ\x04\vgsK\tœ¨»î»hÛU"
  b"ñQ £\x11íÛ¾F\x0Fâg©á³3"
  b"ñ™8N\x1DÎ1Þ\f+ c˜ÿ42"
  b"ñ«.?ïä·Zê\x19KìV->û"
  b"ò^¶$ÏgEë•\x08¹©\ez~<"
  b"òrõÞ©'\x15ûKdÐ\x04úÝ®ì"
  b"òê\\x1Fdt(§/sä<Dtl…"
  b"ó\x03I<T'CǏͯ¿ZȨû"
  b"óW¸¦9 Ú"Þ98é!\x02"
  b"óZ\f\vA\x18í(ûtËëN›|Ö"
  b"óƒ@\x07U4jz¡DøÎ ñ[•"
  b"ó޵\x03¤± zѰ£Þ¢ß6:"
  b"ô\x07*€dªp\x14Ê~cy¸Î#^"
  b"ô\x15Û‘˜-J÷³CÖqkX\e;"
  b"ô6ûnÑýCã´Ý²aý¾¯B"
  b"ô6þÃø\x19–ü׺³äŠÔ¯"
  b"ôK3²ÉŽDí€Ë\x19Ž[¢a,"
  b"ôuã¼1‡vQ²Þ\x15èÞš\x17"
  b"ôŠ *)\x15D$ŸáxÂÜ\x11Î "
  b"ôŽÞJ3O7ƒêW?øEŽ\x02"
  b"ôÀwšLäB8˜£hY@djÄ"
  b"õA9y¸¥LB¿\x16z\x1A\x1APvc"
  b"õdõ\¡îO¦¢ŒZï4\f>"
  b"õðCó˜\x1C.6DÈ,¯¦-o_"
  b"ö5p\f¨(Jñ…FIAG¤Õ6"
  b"ö:\x0F£Â3G”…D\x1E%qm|"
  b"öž„p_U‡ÏäïW·+é¹F"
  b"öª*”ðO!\x1EsuŠ\x0FÃýÆ"
  b"öªVú™\x1E‡<w\x022Jü#s¶"
  b"ö¾†Ú`ÄH”§°iGS»sH"
  b"öÃfÚ\x08ÖãE(tÔ´\x0FääQ"
  b"öä•\x15êßM蝄jdÔBÞ;"
  b"öñ\x0F¬ú,O)\x11¡ÀéÕ†n"
  b"÷èÐcLãÜy!\x1EL@I\x13ø"
  b"ø\x16<\x128,˜Õ=à \x14=´¿ú"
  b"ø# å}/J6©ƒmÑ@\x04áb"
  b"ø(>c\t°˜?\x16N|:y2Š›"
  b"ø0k3¹€ÆRµÔA„¶”Ê…"
  b"ø7\x16\x16bÏC¥±õë_&ïp"
  b"øb¥ã£Ð*Å\x1FFÙ)bTó±"
  b"øÖ‡]<ÈM{½1ló×\eË–"
  b"ù\rB3\x1CE‚µ—·bæ»'\f"
  b"ù)Kòµ»M7…F}˜*­|"
  b"ù-ŽÙQÂ7…ÉŽ~$dûíˆ"
  b"ùGǧ\x18ÉÁÝãŠ_¹öcL˜"
  b"ùw`\r.ðñp¾M› ]îú*"
  b"ùzz!Q°O,\x10ÉÅòú\x1A\x00"
  b"ù<`V‚Aà¡€\x12}㟨ú"
  b"ù³ÿ©)àcqDÞ\x01\f}«"
  b"ùó"\x05\ræ\x16äì2¤\x1E\x07é—"
  b"ùú¯—\x07n@`ší—õˇ¡:"
  b"ú\x16G\x04R|Mn¨ä<ÒÀb²}"
  b"ú#\e+—-E~\x075zT¦\x03*"
  b"ú}«d™Î[Ä*½Íùý.~"
  b"ú•ÓB'RêÈ8¹ÝxÞn&Ù"
  b"úÎA<&!Ó?X_\x03\1v˜–"
  b"úÐÀ+\x1EÜM£±Y¢t \x14˜7"
  b"úÛe:Oyyû"2Þ\x1FïÿÀY"
  b"ûVOö\x03íb\x15«m¹²–\x1FÕÿ"
  b"ûy(<Q|B±žÜ½&!EKý"
  b"ûšÕ…—!\x16¾\x1F\x1Aµ·m²í\x13"
  b"û²Œ˜Ù\x01G¡¡°ä\x14ŽÇ¥¨"
  b"û²œ\x1E¤"›ÿu;¡×þù\x10"
  b"û¶1ñ³ÅGi½êàù\r×Ô9"
  b"ûÞ<Ôâ\x03™âýr‰Ð\x05Ùª"
  b"ûæ‘A4±\x06¨\x03­vÉçS˜ö"
  b"""
    ûö%™Ú¦8òði \n
    \x10m\x02¦
    """
  b"ü>¯Vh¸CXˆ8X¡}ºó"
  b"""
    üD\x08û¤Á˜M\n
    1«±0Û ö
    """
  b"üfi\NÙ;¢M›ôRÍT\î"
  b"üxîàê˜Ã*|·üJ¦Ñ¹"
  b"üû’à†—I_¼€oË'õ‰;"
  b"ý\x12/;\x1F;G©‡´;7n-;"
  b"ý8'’ÏŸø\x08\x12¥ª~`v\x1AÐ"
  b"ýL›"(ˆÊ€¶N‹\x150ßs<"
  b"""
    ý—)…u«uÉJ\x14x'\x7F\n
    
    """
  b"ýRGAßD¬µh<üXu+ô"
  b"ýý\x1D޼öFBðŽÏö\x18\x15Ó"
  b"þ^ôŸs,_a!R_bX>vB"
  b"þªŠZ¡\r¡!ØpoËÔ\x00”j"
  b"þÀ˜€m$@8Š\x1Dø…jÊœ‰"
  b"þß \x01§\x0EAk¡Ï¦V"\x07K"
  b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&"
  b"ÿ;å\x13÷O+ŠåLù½S¶ÞF"
  b"ÿ<EŠÈ\x02v›/Ž.—\e$·à"
  b"ÿVîk!\x19D&šî_V4aúÿ"
  b"ÿlRjm\x12uÇm\x17\x1AÜôÉ^"
  b"ÿ†\x07ëà˜Jã¬W0._î¢\x17"
  b"ÿŽ"mK>]\x1F\x03ºû^\x07"
  b"ÿ’á'„çF\e†X€j«l±“"
  b"ÿ \e±¼ÊF…TŒ™‚^æ\x15ç"
  b"ÿ¼*Çåöà?Uõͤ½\t•{"
  b"ÿÏ\r³&¬E6šj×âô·Ði"
  b"ÿçjZ•\x01NÅ•¿è\x19¿g…^"
  b"ÿ뎃¸sOˆ”è µxú\x7F\x1E"
  b"ÿÿE\x12\x02c‚ÕÐ\x1DÆÖ(å±j"
]
31 0.35 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"]ŽÃd0\x05MaH-Ž2\x14¿÷"
  b"\x08\t8Eê·Ö,«ŽÉùŒ"
  b"‘éÚ\x1EìŒEÙ€H÷‹\fFb«"
  b"÷W\x15\x02¯@ŸŽÑaà(~ÆÁ"
  b"Á¸R´ñûO›ªÌV™›;94"
  b"År\x13žG©HH¨˜ú\x01i¥N®"
  b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²"
  b"Í\x0E`]m\x1FG…š•U}£/½"
  b"A»I_\x16KB)ŠT›"<3›W"
  b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó"
  b"7¹“ñ\x1AÂCj·Ž»(»]\"
  b"\rÒPü8•EÖ…Ôi“Ø’Ÿl"
  b"\x15'þÿFL¡,ÆÊ’\x0E5m"
  b"O÷Ô(ï®H_»»ùŸ\x16ˆér"
]
32 0.16 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
  b"w¹YÏfÞL\x15Çù·Ú9‚ó"
]
33 0.13 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
34 0.12 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"
]
35 0.16 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:
[]
36 0.09 ms
SELECT DISTINCT `technical_name`
    FROM `theme_runtime_config`
    WHERE `technical_name` IS NOT NULL
Parameters:
[]
37 0.10 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
38 0.08 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
39 0.31 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}"
]
40 0.11 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
41 0.34 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"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
42 0.29 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"\x19Ê@WÿO\x07ªÈÅ™Ô1xh"
  b"è¨&\x08¥@“‹\x0FåÉõÝÚ€"
]
43 2.18 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/e8a8269008a540938b0fe5c9f5ddda80"
  "/navigation/19ca405790ff4f07aac8c599d4317868"
  "/navigation/44cf99695e964def895a2f2938c049e9"
  "/navigation/656bf6338d194c4c86f26735fb442233"
  "/navigation/2a10ddb190174f688f9bc1d14697c06c"
  "/navigation/6db7ddbb1c764ed38b1b8718f1e4c6db"
  "/navigation/48f97f432fd041388b2630184139cf0e"
  "/navigation/bb22b05bff9140f3808b1cff975b75eb"
  "/navigation/06f5dda360c04112937601574122c515"
  "/navigation/c3057bb031634c669cd6dfb0d4acbb15"
  "/navigation/e379fcc096f343568dcb1e294d45c931"
  "/detail/641899694df7451f95ac6d11a96ee82c"
  "/detail/3ede369e3ad44aaf9d14332610e812b7"
  "/detail/b4a960eacac64e879b185228bee59178"
  "/detail/6e94146f87e0429bbd3eaf0739369e6e"
  "/detail/5fe176aa4b454775b2b3f3f7ab611f90"
  "/detail/4e41090d5def4d2a9c3febeff4dd52fd"
  "/detail/a826fff813324fbca365a7b24c2abea5"
  "/detail/a3dcbe428ad24a30ab621bf77c3056e6"
  "/detail/647fcf8637644932a48c0380dda3fefb"
  "/detail/f9f235bb164f41e0a90587b2e26da971"
  "/detail/a73693fa81ff406884a22d0c75be6dcf"
  "/detail/d4a83161ba5b4561a440fdf6300ff7a0"
  "/detail/d47dfb89bdf24453ad1fb0a2deb1e689"
  "/detail/9a44fee9e1b144d4bbc11c99a1172a59"
  "/detail/12c1c6fab6e44f7886ec5e2374cd3d82"
  "/detail/98c507fe8428463b901ecd5755e74986"
  "/detail/ef4bc1786b51457f9549977653b0816d"
  "/detail/5969807c8f1a4f6f83b87f34238b4944"
  "/detail/456c34dba9d24466a903e7482915b65e"
  "/detail/5a487a7bd5d94232a59e086a57efc92c"
  "/detail/2f57df096c1e4547b399131b33cd85a9"
  "/detail/85dbc194c68b47a983c025c075e5fb5f"
  "/detail/90d0838342234f6c82fa1710ed231ddb"
  "/detail/850e67a3d66e47a1a484faf975fdcce1"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
]
44 0.32 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¨.’‹"
]
45 0.10 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "yquKY2XdPXMGtW3FWBvUAoO2eMZzLblp"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.