GET https://shop.devmsa.sharpness.de/navigation/48f97f432fd041388b2630184139cf0e?p=12

Query Metrics

45 Database Queries
44 Different statements
403.52 ms Query time

Queries

Group similar statements

# Time Info
1 0.23 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.31 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"
  "Rohrformstuecke"
  "Rohrformstuecke/"
]
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"
  "FPVgd76RFbCXwoX1WkOYX9J07vn6sgnd"
]
6 0.12 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "FPVgd76RFbCXwoX1WkOYX9J07vn6sgnd"
]
7 0.14 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
9 0.16 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
10 0.27 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.29 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.23 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.11 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
19 24.22 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 264
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
  true
  b"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  null
  true
  false
]
20 17.29 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  null
  true
  false
]
21 73.38 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  null
  true
  false
]
22 16.94 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  null
  true
  false
]
23 0.56 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"""
    ‰ =\n
    À+O`¬Õ31\x13Ap(
    """
  b"®ú“u\vItŸQ›¹\x04ÿéG"
  b"\x01\x1CÓF Œ»§;2º\x1Fð"
  b"®%Ï\vÏÄ@M0iÑ®+šÒ"
  b"\rd¯‘\x1DG×…|r^‘Y )"
  b"\x11³TÉ]ÞGg‚+-6¡…®°"
  b"\x14ü›9åÙJÙ†ï8RìÍ\x18D"
  b"""
    €Õ´ï\x7F¥I\n
    Ž~¦\x1EÌ(1Ð
    """
  b"jU-–\x13€J|šš \x17Ÿ€aÌ"
  b"\x1FFuëp\x18MÙödªÍ…\x1DR"
  b"""
    `Z\x7F\x13]ñEF®šÿ\x0F\n
    _Á»
    """
  b"Õܤñþ…I­±.Hš€0F¥"
  b"Ãé%gz4Cˆ§Ð\x1DVkê\x0E\x17"
  b"\x048¤'M.¹ˆ”<z¨/"
  b"¨Ã= à|L>ž8h됚\x12õ"
  b"^s \x08‹ŠEË ‹\f\x018WP¸"
  b"Ú?\e\x18KÿAIºcÏ\x02\x12›ï"
  b"êßu™_H@û©¤Ë§ŒÍ\x08"
  b"\x05î^‘oÍJ¹”ûh%Åfau"
  b"n-Ñ‚5$N Ÿ¸˜ÕÿœÑº"
  b"£ŽÀuµJJ͵eë"Äó÷\x13"
  b"*ÛÁ¤ŒëKiˆ»{¤\v﵊"
  b"É\x19ûá´&Kð¦Kâ3V§ôX"
  b"l„\x1CÌšÉ@û¥‰Òû­j[Ð"
]
24 0.74 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"""
    ‰ =\n
    À+O`¬Õ31\x13Ap(
    """
  b"®ú“u\vItŸQ›¹\x04ÿéG"
  b"\x01\x1CÓF Œ»§;2º\x1Fð"
  b"®%Ï\vÏÄ@M0iÑ®+šÒ"
  b"\rd¯‘\x1DG×…|r^‘Y )"
  b"\x11³TÉ]ÞGg‚+-6¡…®°"
  b"\x14ü›9åÙJÙ†ï8RìÍ\x18D"
  b"""
    €Õ´ï\x7F¥I\n
    Ž~¦\x1EÌ(1Ð
    """
  b"jU-–\x13€J|šš \x17Ÿ€aÌ"
  b"\x1FFuëp\x18MÙödªÍ…\x1DR"
  b"""
    `Z\x7F\x13]ñEF®šÿ\x0F\n
    _Á»
    """
  b"Õܤñþ…I­±.Hš€0F¥"
  b"Ãé%gz4Cˆ§Ð\x1DVkê\x0E\x17"
  b"\x048¤'M.¹ˆ”<z¨/"
  b"¨Ã= à|L>ž8h됚\x12õ"
  b"^s \x08‹ŠEË ‹\f\x018WP¸"
  b"Ú?\e\x18KÿAIºcÏ\x02\x12›ï"
  b"êßu™_H@û©¤Ë§ŒÍ\x08"
  b"\x05î^‘oÍJ¹”ûh%Åfau"
  b"n-Ñ‚5$N Ÿ¸˜ÕÿœÑº"
  b"£ŽÀuµJJ͵eë"Äó÷\x13"
  b"*ÛÁ¤ŒëKiˆ»{¤\v﵊"
  b"É\x19ûá´&Kð¦Kâ3V§ôX"
  b"l„\x1CÌšÉ@û¥‰Òû­j[Ð"
]
25 83.41 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"""
    ‰ =\n
    À+O`¬Õ31\x13Ap(
    """
  b"®ú“u\vItŸQ›¹\x04ÿéG"
  b"\x01\x1CÓF Œ»§;2º\x1Fð"
  b"®%Ï\vÏÄ@M0iÑ®+šÒ"
  b"\rd¯‘\x1DG×…|r^‘Y )"
  b"\x11³TÉ]ÞGg‚+-6¡…®°"
  b"\x14ü›9åÙJÙ†ï8RìÍ\x18D"
  b"""
    €Õ´ï\x7F¥I\n
    Ž~¦\x1EÌ(1Ð
    """
  b"jU-–\x13€J|šš \x17Ÿ€aÌ"
  b"\x1FFuëp\x18MÙödªÍ…\x1DR"
  b"""
    `Z\x7F\x13]ñEF®šÿ\x0F\n
    _Á»
    """
  b"Õܤñþ…I­±.Hš€0F¥"
  b"Ãé%gz4Cˆ§Ð\x1DVkê\x0E\x17"
  b"\x048¤'M.¹ˆ”<z¨/"
  b"¨Ã= à|L>ž8h됚\x12õ"
  b"^s \x08‹ŠEË ‹\f\x018WP¸"
  b"Ú?\e\x18KÿAIºcÏ\x02\x12›ï"
  b"êßu™_H@û©¤Ë§ŒÍ\x08"
  b"\x05î^‘oÍJ¹”ûh%Åfau"
  b"n-Ñ‚5$N Ÿ¸˜ÕÿœÑº"
  b"£ŽÀuµJJ͵eë"Äó÷\x13"
  b"*ÛÁ¤ŒëKiˆ»{¤\v﵊"
  b"É\x19ûá´&Kð¦Kâ3V§ôX"
  b"l„\x1CÌšÉ@û¥‰Òû­j[Ð"
]
26 0.22 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
27 169.34 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"\x05î^‘oÍJ¹”ûh%Åfau"
  b"\x11³TÉ]ÞGg‚+-6¡…®°"
  b"\x14ü›9åÙJÙ†ï8RìÍ\x18D"
  b"\x1FFuëp\x18MÙödªÍ…\x1DR"
  b"*ÛÁ¤ŒëKiˆ»{¤\v﵊"
  b"\x01\x1CÓF Œ»§;2º\x1Fð"
  b"^s \x08‹ŠEË ‹\f\x018WP¸"
  b"""
    `Z\x7F\x13]ñEF®šÿ\x0F\n
    _Á»
    """
  b"jU-–\x13€J|šš \x17Ÿ€aÌ"
  b"l„\x1CÌšÉ@û¥‰Òû­j[Ð"
  b"n-Ñ‚5$N Ÿ¸˜ÕÿœÑº"
  b"""
    €Õ´ï\x7F¥I\n
    Ž~¦\x1EÌ(1Ð
    """
  b"""
    ‰ =\n
    À+O`¬Õ31\x13Ap(
    """
  b"\x048¤'M.¹ˆ”<z¨/"
  b"£ŽÀuµJJ͵eë"Äó÷\x13"
  b"¨Ã= à|L>ž8h됚\x12õ"
  b"®%Ï\vÏÄ@M0iÑ®+šÒ"
  b"®ú“u\vItŸQ›¹\x04ÿéG"
  b"\rd¯‘\x1DG×…|r^‘Y )"
  b"Ãé%gz4Cˆ§Ð\x1DVkê\x0E\x17"
  b"É\x19ûá´&Kð¦Kâ3V§ôX"
  b"Õܤñþ…I­±.Hš€0F¥"
  b"Ú?\e\x18KÿAIºcÏ\x02\x12›ï"
  b"êßu™_H@û©¤Ë§ŒÍ\x08"
]
28 0.43 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.96 ms
-- product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`file_hash` as `property_group_option.media.fileHash`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00\x06œO¢¸@:¸Ô\t¼'ðäƒ"
  b"\x003ŠÜqOKSXáâã42j"
  b"\x00?\rýÎÄI±œÊ\x032]Ò\x0Ej"
  b"\x00?Ýà\x02;ݬâCn]êĪg"
  b"\x00H\x03©½$"ôè\n€|Øšw¡"
  b"\x00^j_R¿Eƒ¡Ü\n¿hÇüQ"
  b"\x00›"'SþA\x7F¦GÍ\n\vK¨Û"
  b"\x00Ô­@w‚Gó¶ –üd\x7F\x16¦"
  b"\x00î¸hÞúJשŒØZ[9Í`"
  b"\x00ïfIÅúB\x13…~/FÓÜk“"
  b"\x00õ\x10²ŸŽB5˜§w7Y5 "
  b"\x01\x1Då+\x107N2¾\x0F¶¬‚l2‡"
  b"\x01\x1F\x19F·ùA%¿WqeÆŒ81"
  b"\x01"ÙMà}C7’ç^ÎLÍJ "
  b"\x01(wVrÇH»šŽ`Éþ\x08`N"
  b"\x01-Ù(X/CÌÈÈM„T<h€"
  b"\x01\x00i€»\x15ˆ†éqJ,wF"
  b"\x01f÷ÉàïF\x1E·Tœï¬³\x11"
  b"\x01m#k\x1F\x17/¨kí 3J*O"
  b"\x01n\x18Å”¥E½ªÌÉÌ™gÙŽ"
  b"\x01ˆã’m³eñb\x16²_÷’x"
  b"\x01µÖ´\x08ìBX‘ÓúᗝBî"
  b"\x01Æé-Fú1oÏ3žw+\x03\x04\x16"
  b"\x01Ñ‹p¯€C¥&®ž“)y<"
  b"\x01ß\\x14>eë@‚#\x18j¶ëR"
  b"\x01âHš•Soü^'›ó\x1F‹Ï\x06"
  b"\x01è¯Ûð3K\x16¨\x14ÅÆ¼©„="
  b"\x02{(\x17\x06lN\x1C¡¾wæ–Ÿ\x03\x00"
  b"\x02‘çxP¼\x16ÅeÔ«E‘>\r"
  b"\x02œ \÷óýo\t6\x1E%X\rbX"
  b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø"
  b"\x03\rà¯\eKNe›BÙ¥õ\x19Ýl"
  b"\x03\e\x04[OìHkŸ´XE\x08Isñ"
  b"\x03-=Á¿Ê$|slN\x0EÞT§i"
  b"\x03wðqs\x1D4ƒ×xMñuA\x06-"
  b"\x03Þ֞ŊF‹ŸfÀ¼Ø³Ô7"
  b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë"
  b"\x04\x1A\x05T@yèßÁ<tw/FÜ,"
  b"\x04\x1C8íyf\x11(ÁF¨$Ê \x06"
  b"\x04$%§déA7Œ\x02î…¨¥ïi"
  b"\x049¥\4J@h¤{2ÆFµÙ¿"
  b"\x04C¤žRÖEʾ¤ÔÝ?z0\x18"
  b"\x04KZÅ\x15˜òMáì\x12`c\x1D"
  b"\x04VtÓØÑ@rºúÚó»Hȁ"
  b"\x04_†,ÍC@¯¤±öbZ4‹"
  b"\x04T©\x059IT”<©Yr\x11½E"
  b"\x04¦lk[`Dø±!5(3ÿ·Ì"
  b"\x04Ã&Œ=G\x0F–0nhú\x0El\x1F"
  b"\x04Îht$-‹ýæÉQƒÓ1ª"
  b"\x04ó=”6\tzX\x1E\x06«”®³ˆ"
  b"\x05\rœî,\x17GùŽŒ³R®\x1Dsv"
  b"\x05I¼øÄ·AšÑ+e~\x1C"
  b"\x05uü.ßüCä†wOQ¦­-S"
  b"\x05¨\x10_LCu˜Í*Uށ7E"
  b"\x05¨W³.žB¦ŸÁÒaJ\x17"
  b"\x05Ì»j:†A\r©áH\e\x18\x19"
  b"\x05ÖösØòE\x12–“\x05¯Èq¯œ"
  b"\x05ñGU׎–.„Lˆ|QÀðZ"
  b"\x05ôª–\x00zG眨ó\x0F_T×x"
  b"\x06\x06\x18„¸K0ŽUv |Éd³"
  b"\x06\x12»‚ûÒDÂŽ||^×Ë”€"
  b"\x062Exþ/E0®^f\x18\r\tÜ¿"
  b"\x064Ò•EÒï$\x15í½4ö§y’"
  b"\x06:v\x13àO÷\x01öDÑ\v°Ê’ò"
  b"\x06B\r\x08•PI2¾Â#-ª…#þ"
  b"\x06rç8ØŽDQ…6dÞæn-"
  b"\x06xÊGÏC@J§Í\tœ—Ó"
  b"\x06\x7F*«Ú{Pr\x1D\x10\rͺVs\x01"
  b"\x06ƒ;øˆÂÁ¥t,q²ÿ–ù "
  b"\x06‹Ô”-¯F}›·\x02èoÕ\x12I"
  b"\x06°]fþøFλ\x04y9N…50"
  b"\x06ÎFÑkûLý¤OŒ\te†Â\x1E"
  b"\x06Ñé¼H+ñæ¸ÊGÇj‘ºN"
  b"""
    \x06åi÷\n
    \x1AFˆºøT\vF¹…\x19
    """
  b"""
    \x07>ûñ™ø`NgdÝ\x17\x01\n
    
    """
  b"\x07\x06üWG•¨\x18°Þ4®W‹"
  b"\x07hôF(\eeUùš¯ñ^ÎRÚ"
  b"\x07äS»)õC*¦ù˜âx櫊"
  b"\x07ý•¦"ñA™™¸î“†xl\x1D"
  b"""
    \x08\n
    “éý\vNü¢s³w\x1EµÙê
    """
  b"\x08\x13=ÝÝ¢3\ê^ß~òšüv"
  b"\x08D‚<R}I\x0E”`˜OŽ*–2"
  b"\x08†oæÆíj³ßÊj«x\x1EYR"
  b"\x08¶ŸÈ©OŽ‚ý^¾^mo²"
  b"\x08œÌ[bVCº·ÀÉߘ8¨c"
  b"\x08¼¤\x14WÆG£¯Ÿú„§nŠ"
  b"\t\tG\t`„1Ç\x1A\x07šZLhE\x07"
  b"\t\rÌõÍùæ½ù“ä\x1FL“-®"
  b"\t\x16\x1DßZŸCMœR[UÝ‡l"
  b"\t"Ävï\x01Nˆ¬\x11&\x1E]TÊç"
  b"\t$㏖;D\x02¶â–fî£Uµ"
  b"""
    \to«ý3\tH\v·¬™Ñ\x13\n
    \x07g
    """
  b"\t×N$¯ol¦±‰n\x1C¼ë«d"
  b"""
    \n
    \x0EQ\x15\x07ÕO’’g¥fW$3’
    """
  b"\n]x¾Ý A\x00”h‹õé#ëò"
  b"""
    \n
    ­}–-\x0F²\x1A¿\x0EMx‰Pü6
    """
  b"""
    \n
    ÄÆ\x06МCX¡ˆL<e!8ò
    """
  b"""
    \n
    ÓõÃD\t\x12<ê½´\0aáØ
    """
  b"""
    \n
    ùÁ˜èçIb·\t¼6L\x07í¦
    """
  b"""
    \n
    ý¿\x032þIˆŒ÷Ïß\x19(&ô
    """
  b"\v\x064mÁÎE\x10¬Y<½‰ŸŠ'"
  b"\v\x16)é=\x18B陎~‘øªÖØ"
  b"\v\x1C%!˜ØOªõ\x10eåÿº&"
  b"\v7nÝc\eK0©ï\x04àëäiÓ"
  b"\v¶±ŽÞEDI½\eçd£\x17[<"
  b"\vÌš\e\x14A'Áí\x13ž†›ƒm"
  b"\f\x14±I!\x11D>›\t6k>Ä\x11d"
  b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·"
  b"\f]Á¼\x07’Kd·¼òêˆ\tb\x08"
  b"\f_ç½b\x02¬¬Ü˜.\x04\x16\x1Eè"
  b"\fb-H{:N(’@\x18\x05 ª>\x17"
  b"\fgÎXŸvGb³é\x18'‰^Hé"
  b"\f‹4K!I¿€£ÿgx\x7Fˆ5"
  b"\r1EblO7›Ýˉžþ½Ý"
  b"\rVü€<öGb¹³Æ\x11é7ÄK"
  b"\rvm.í×*ß\x17Œ\x1EOQ¼­\x0F"
  b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH"
  b"\rÍ'\x02e„E\x1A¹\x0EÞt4dÇÕ"
  b"\rÚ\x02©<ÿ$$•\rñ{\x1E"
  b"\rûaI\f¾ò?î¨gÃfÑlÎ"
  b"""
    \x0E\n
    ¯\x13\x0E†@\šM«;]é\x1EY
    """
  b"\x0E>˜€ŽâÖÔŒ‘Î\x00çØv*"
  b"""
    \x0EkM¹\x1E\n
    M/A\fí°\x06A@
    """
  b"\x0E\x7F”+C@²uŒÌ×\x0E"
  b"\x0E‡ó:ˆg”\x12\fúÆ‚J\x7FW"
  b"\x0E”î\(QF·¢ì‰¼\r,H´"
  b"\x0EÂ1,ËÔNÕ«ós\x0E‘X”"
  b"\x0EÜÿ¸\x00’MRŸÖÀNÙt8="
  b"\x0Eê"nJÑF¢¹X£3\x14Mÿ\x02"
  b"\x0F\x12|yQÂO³†"0Qz\x0E\x14"
  b"\x0F\x15Ê”ú~F¼Ž™ø®?pkæ"
  b"\x0F\eFe$\x1EI\x1CŽÊÕãežù."
  b"\x0F\x1C½s\x06pF*´^'‰èT¸U"
  b"\x0FŠÛ”\tŠ,z`óR\x08·þë<"
  b"\x0F\x18l\x13;Iͤ(j\x16\x11ãÆ"
  b"\x10\x0E.ýÕ°K…¡†âá\x19\x08e\x10"
  b"\x10(Ë?ë°F‰œ\x07h—i(úÅ"
  b"\x10+Ö¦[Ρ&PŽ¢ÆýLÑZ"
  b"\x10,Bi\x17ÒK\x05©¬.¦M\x0F±ö"
  b"""
    \x10/Š©Ž1 ðÄŒ\x07W\n
    ’Ž\x1F
    """
  b"\x10;\x06|P\x17O\x10´A&T\x1EŠ´P"
  b"\x10uBúô~Må‰jøOíø–\x06"
  b"\x10{$EK\x11N\x0E•Ñ=Ç;%|m"
  b"\x10¾\x02"ÞEH؇‘â‡\x19;:4"
  b"\x10ÚtŸœé¼5:ˆUü!4\x1F­"
  b"\x10ã¢CŽÝA¶§Æ­Ê­oYò"
  b"\x11\x04£\x1AšüET=ï4v\x19¶ë"
  b"""
    \x11\t\x1E¨âK…æ\t\n
    Ò«'K\x19`
    """
  b"\x11\x1A;»+sÂ\x1FÖYàVaósé"
  b"\x11D‹@ÀGJ笫•‡±þ‡â"
  b"\x11bù¸cZM¾ŽÔ³zP{·\x07"
  b"\x11yäîÉÀ@³«®Ö0ÞŒl|"
  b"\x11–¯OÐ\x1D©×TmÛšnŒ8ß"
  b"\x11ÂãÃ\x0FäßÖ)ê2ñöŒ\x08U"
  b"\x11Í\x1E\x7F1tNÇ”Q©Y\RKå"
  b"\x11äx¦KýHSŠ\x10Y‚š]Ï]"
  b"\x12\x10\x1E\x12™€Lí¹Ü„¶—>ÇÚ"
  b"\x12\x12¢è5ù2‡ÂÀH3KØ\x1E"
  b"\x120y…¾^I͘¤šbw\tè’"
  b"\x12vl¼M‰Efžá!³³'VX"
  b"\x12‡Ó\t\x14\rÌÌ¡n"L¦¼YÔ"
  b"\x12 ­\x00Þçuf·¦\x11x‰Œ£\x15"
  b"\x12¦¦mî‘KØŽ\x0F°m\Vˆ"
  b"""
    \x12Ú,±\x14ÞOJ¦.W7ú\n
    É)
    """
  b"\x12ôµ]’}Aȸžºxrߎ¿"
  b"\x13&N:\x1CÑg]E®®=*ƒÓ¿"
  b"\x13.\x07\x16Òý°J™‰\x16>Dâ×X"
  b"\x13i˜%\x08…F¶„ï\x1D\x1D³áê\v"
  b"\x13mÌâ\x1E\x04O·JZìP\x06+\t¡"
  b"\x13˜à\x19S2E\x01£¤o\x04Œç\x7F"
  b"\x13ww²;o.9çÒ;ÀÙÕû"
  b"\x13¬4\x04°\x10È8's&°ìïn"
  b"\x13¿1¯„\x0E\r—!d\x08s͝¶f"
  b"\x13èV}bñ@ù¡²¢3"ƒ\x10¥"
  b"""
    \x14\n
    Ùˆ·ÂE¿¯û*VÿÒ\x04
    """
  b"\x14"gÃ%ûK\x1F¸9$Òtž\ej"
  b"\x14%šk<ÉB±§¬€óç#çe"
  b"\x14v\x14xÓáC;Žc¤»­ÄU‘"
  b"\x14~\x00¶O\x05F£›×°\eñ”óE"
  b"\x14‹j+|ÂKZ®Ô\x0F9²´o"
  b"\x14“Œt>–@ô‘ä0âqŽG\x0E"
  b"\x14µ¼D\x07Y¢Ôš\x00Šáâl_ç"
  b"\x14·ÞŸàæJªžžtJÏ÷&¡"
  b"\x15l ‘‰Ÿ@'—\eؐàö”J"
  b"\x15p\x17\x0EYƒV\e½WÑY¯\x1Fä`"
  b"\x15–¯ë‡\x15B\x00žÉÏŽˆ\x1F/†"
  b"\x15Øh\x12\x10\x18@\e¤³ÜH"å¨Ù"
  b"\x16$+¿ý¡B7’ìÓ:a\x11/P"
  b"\x16)2¬\x12ÔU\x0FÚÍ‚ÛnLÔÐ"
  b"\x16@%OàÍDå¿iÇNÁU\x1A\x04"
  b"\x16]9QOL\fŽó\x05\v¹ ×~"
  b"\x16xàGCù6¡Lš\x04åñ‚Žô"
  b"\x16Ë06—:H÷ަr acE"
  b"\x17\t¥²ÿ!NOÆö·We˜>"
  b"""
    \x17\n
    »0o}Lù„Dñ?/ŽWþ
    """
  b"\x174V«ìÞB¿°\x04®uÿ£¹\x06"
  b"\x17a\x1C¹7\x1C@v³™\x15›á8!«"
  b"\x17bß?Ž}á:\x08_\&\x1Cc\x17ˆ"
  b"\x17…Xz­Aó¨Ïþž\x02Yx±"
  b"\x17§›Žu\x02C;¦ïvbyìË@"
  b"\x17¶\óñÈL‰¤"\x1E€ÐÆŽh"
  b"\x17Ƽv…ôò \x19¯ðP\x0EŸŒ'"
  b"\x17ïƒer\x08¶‰¤Bq¦Ç˜Ï‹"
  b"\x17õ\x05´38ÓŸwì\x01ãš‹\x06ƒ"
  b"\x18\x12çuĨJ‘¾lì\x16ÌOÖ"
  b"\x18&‡K^\x1F@…Ž3´¥Î\x13\x0Eo"
  b"\x188³_Í¥A6¿‹dòQ^\v\x12"
  b"\x18\x0FõMNS¿\x13÷.‹ïåO"
  b"\x18|«ÜMMèÊ\x0E1U4Z¡§e"
  b"\x18\x03Q,°A@ìÜeÍpîÂ\x02"
  b"\x18¢@¡NvF\x13‡œ€Û¾©\x1A3"
  b"\x18ÙµóðÎLÞ¢B\x05e/¯Q""
  b"\x18û\x16õ\f"F'ŽOíçLÏȃ"
  b"\x19{´zHCM—£ü\x136\x18°à…"
  b"\x19°ƒ‹Ð%Jû¶¯‚—?Y\x13"
  b"\x19ÖïGÆËY”bLF®¤‘ Í"
  b"\x1Au}‚ԝ\tØo‰!`¢\x1Cž\x1A"
  b"\x1A¸6\x1Cí)L\x08‚³]úIï;q"
  b"\x1Aºé|ÿ‰FJº/\x06%\x07ùy\x7F"
  b"\x1AËN>n\x00\x08ý\Áj—˜r"
  b"\e\x0E²$óL8‡lT)Î1*a"
  b"\e.å"öYJFº¥a¿ÆåXÅ"
  b"\e2ó´\x04ŸEg¼\x1F\v\x1E\x18°°\x1C"
  b"\e4…Ô ZI’¯†ùÕ´?D—"
  b"\ebòÙ}.E\x0F•XÇFy¶R("
  b"\eúÁ`ä›aL2CÁ\x1A\r\x18îÓ"
  b"\x1C­TõG&H'–=*îLq@'"
  b"\x1Câà=`\x10G\x0Eš¡#&¼˜–\x7F"
  b"\x1D6ŸÆÿÎB£¯xî\x07-—\x16Å"
  b"\x1D§\x00éÛá\x172[W\x04»V\x05«¦"
  b"\x1D¨±S\e$EŠ—õ\x00ÛÀø\x1C\x14"
  b"\x1DÛU`(eIg¬2üà\x10¿Ä"
  b"\x1Dõ%Ø‘-ëß/?Ü\x00®77J"
  b"\x1DöBñ\x18ÜHú¡¼GŸZ¶·"
  b"\x1Dý{‡¯\x04BfŽL+¤´…ÒO"
  b"\x1E.6߉/G\x15¡©°ê\x1D²*l"
  b"\x1Eq\rA*¡\x17\x03ˆÃÛîí9#b"
  b"\x1E†Üri½\rÉ\x1ER@ýŽ.\t¹"
  b"\x1E­Ðz¥”Aÿ¾Mž’rfT\x05"
  b"\x1F\x01€Ö—Hú¾a\x03\x10³v¤\n"
  b"\x1F\x05ß[kb}zèìhkŠVø"
  b"\x1F)öÐd·K³ \x02uFcà’\"
  b"\x1FB\\x001W\x0Eg1; ¹¨‰\x04M"
  b"\x1FX=MûMEZY$!*|¸›"
  b"\x1Ffay`ÚOz¥Àñ;¬ºž]"
  b"\x1Fg–ßýòOîƒ\x00”ËÀ\x12™-"
  b"\x1Fq\x08pü{OÑ’L7ÍAy‘\x07"
  b"\x1F§(\f1†JŸ¿CV0\x0Fà®s"
  b"\x1F¯à†=gK/›´ñÆÈ°¡H"
  b"\x1Fìà RkN¡†“{\x05ůua"
  b" ,Ⳇ\x15C£X‹p›8)"
  b" 9§ "\x1CŽ‘sK^\x0EíU`û"
  b" TО‹šA\x04°*æífÎ\x07\x1F"
  b" sŽŽ³7—ƒÎÈQ‰\x02õZ¥"
  b" \x7Fž¶)ŒK\x12¤‚M>iE*½"
  b" –¼ú\x1AHf™Ð\x04Ð|ø‚\x1FÊ"
  b"!\x03„PuöC–©ßyÎp¹ÒQ"
  b"!Pc>y\x1E;ç97bWUý¸‹"
  b"!Sø%¾YJÛ‘ÅʾL\x0FL¿"
  b"!h:­MÖH·´‘£—MKÒò"
  b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y"
  b"!oy¿™ò@~|³O\x11™-Ç"
  b"!•¹;\x08E׳ݻ\x11X išÊ"
  b"!Ë&|3ÄY\x12\x1EÉø‹XS"
  b""\v0\x7F~ýCP¡\x1EÓÂLýÔR"
  b""1—æ4\x16²Ã}ÌÄ`\x06uj»"
  b""HL:=ŽOː¯ó”X„\x08V"
  b""JWD“£JŠ£»FØË¼YÞ"
  b"\x7F*P‹H\e˜\x06W\x1D-O<~"
  b"#-ž)\x1EW4Žì\trUP;.t"
  b"#@\x0ECd\x05TƒHnª\x17\r\x17…e"
  b"#HpèEêDéŠhUQ2=Ê"
  b"#T?á&|0ZkD“%SGL"
  b"#TCbÛ\rO´‹ØÊ’åj4\x0F"
  b"#q<oîÆNîê¶0$ÝΔ9"
  b"#ÄPZ)cKA¸ñë(\x02͈"
  b"$\x03†'Œö_ÑOxYˆ(ZbŒ"
  b"$\x0F\ê$bMµ°î:›0 éS"
  b"$1#²WüMïƒ\x0Fq?°«("
  b"$†Ãqì¦N—ž¨ö\x1D\x1Chvü"
  b"$’5\x05Ó¨@Z\r[( ìÉÏ"
  b"$µ2»lŽFÛŠ³zî*ª\x0E²"
  b"$¶Ë\x0E¿|Gˆ»QŽ£¸Õ«\e"
  b"%g\fýGGÞHp…€\x0FH¿ ï"
  b"%j:W\x06FD®bÙšfñ(É"
  b"%sÆÒ$úCY€‚üÜð=£\x14"
  b"%–‡š¬›C¢˜ÖšÜa¶"
  b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®"
  b"&\x13Žt^GDǨF/ÝÐ1Ï`"
  b"&\x14<uR’B\x05 8±’¹¡.\x0E"
  b"&;:\x10sêH⊤Buz\x1C¯Ù"
  b"&dŽŒtƒCY ÓWÓnõ¾"
  b"&xÄv §ºcýUõÂú\x16³Ô"
  b"&¦7ð‘M*˜|”þÒvÂb"
  b"&´Öx{ŒB߈ŸI­\voj©"
  b"&ºãÿ¤ZY¯6®+°j\x0F"
  b"&ó·=k•¬\x00~ã»\n iÓ„"
  b"""
    &ýuj\x173Në¨`±\n
    ÌT{ƒ
    """
  b"'\x01öÉ4ÑM†š=\vÈau$"
  b"'\x12£yÓÒO’›7ålðñe"
  b"'\x18ÈWÕóNs„wT1ž’}@"
  b"'G’>­BMغùž§\x18\x06"
  b"'G·BW°Bá5ó‚\x1EçÖê"
  b"'IŸ£¿aJ-›ÿI2Wë`"
  b"'SxpM”H•…ôúŠº%4ß"
  b"'ruÌnàA{„qœÀa˜™\x1D"
  b"'Žjxù»NÕ±$Aö\x07íÌ"
  b"'»Œ!t§Êdi\x02¾¤f\x17"
  b"'ß! ŽG²wÏïIöÆÄcû"
  b"((K.Lj\x13?‚Oó!SàBÉ"
  b"(r¤.AäE@Ÿ&¨\x19¾<\x00Ž"
  b"(Þ¡\x1E¼Jö¢øT5üª§X"
  b"""
    )\n
    F)ð²EN€'àX:\f\x19
    """
  b")iu\x04P‹\x08ϝ¾‚Hø…êƒ"
  b")zئ\x02öOüžÖ‚ÝÊò"š"
  b")Üä\x0F{ÍM9‹Ùµcû\x01­I"
  b"*!\x0F↹ 7%‹~AY`GÍ"
  b"*/Ž\x1F;G\x11¨íRNÂ\x03¸\x04"
  b"*.3!„D&—jà'Q\¡8"
  b"*™³Cw¬L½\x19m'ú|J\x08"
  b"*½:\x11\x1DUt\x11qIû…8–\x05"
  b"""
    +\x19Ô’\x17F\n
    ¡à\x1Aöî;•n
    """
  b"+€1j/\x11Hõ²ÿ§œpñqf"
  b"+„:î\x1E•Jôš›\x00oÿà\t&"
  b"\e´Ùåõ\x7FžÝâä\x16ÌH\x10"
  b",\x12)öREd¶iY“‚kN0Á"
  b",\x1A£‹ (£_ç½\x0EíÙ²—à"
  b",\x1CrîåÝ0\x06‘§ÈÂcØ\t"
  b",\x1FB)‰òB[¡ç\x02ÛŽ2ùŠ"
  b",\x7Fü#\x1FçKâ¶.l\x02²•0"
  b",¶-÷7ØDÀ·\x1D¡%q¥‹J"
  b"""
    ,ö[€×\x11‡5\n
    Jl\x07Æù\x03(
    """
  b"\x19›nÛB\ºŠÔ'\x14‘²¤"
  b"-\x17LlÒ\x1A@ӏæ qZÏœÞ"
  b"-8žà=9C\x18ށ\x05;Ü;(\x1E"
  b"-G:\x7F\x0F7DE™Û\e¾3\x03"
  b"-V9‘õžD]«šqS}Zj7"
  b"-jãqÖÖ@‘ˆå8<EÌ\x0EB"
  b"-ÅoÏÚjâ[ܝ»®,]\x15\x1A"
  b"-Ú]­_øJR˜#î\x1DN\x14ë¨"
  b"-â'oŒŠA\x01½^Hq¤Þ.ô"
  b".#<ýܧR-Š\x11¤glƒBÅ"
  b".@\x11DÄÑCŒM°í·–\x03ó"
  b".kÜ/q4G즮Ýúy#ª_"
  b".„™ë÷\x02N$Š!ÞH4²ºï"
  b".ˆL±¶\x13HŽÝ?-Y\x1CGíþ"
  b".ç±Æ‹zFùŽ»^w·Ì(¤"
  b".é'X\x06TKÿ)?’€\x1F¤-"
  b"/\f·¸\x109Ý–k\x10\x19Ÿ°u#E"
  b"/*5\}Í&\vÉ\x1EÎ¥ré2ù"
  b"/,ÿQ`¹G.¤`\x06\x0E\x023"
  b"/F+]\x1F\t ó\x17ИÉåËÂx"
  b"/ßH\x07fé¥\x0Fëíÿ»ì/F"
  b"\r<ùúL׋\x14¸x¸=âÎ"
  b"0\x16æã妬±ÝqÓ*–P«\v"
  b"0\x18Q—éãM“¹Ï­îQZ¼³"
  b"0)\e­…xM:šß;Yme+"
  b"0m*gµýKœ|·¹Þbeì"
  b"0o]ÕL'ÚÍ=¡´l\v·Ó€"
  b"0|3@\x16³NÀ¢!ŽŽ#³/‚"
  b"0†·b‚(F5¶´¿\vD èQ"
  b"0åÞ²hõCЏ.ؘ½/C\x7F"
  b"1\v´z)ÞD ­x\x1AZÿj@ÿ"
  b"1'üæØ›D€¿\x7FVo\x175˜’"
  b"1Bc\x03ñ/IO®\x05›Ë/\vE4"
  b"1“+õMßL–„\rrïㇼ\x15"
  b"\x13­ø$\x04\x1Aµ\x05Cÿ\f÷\x1F8"
  b"1À@¤ø\x10L^„\x05øcú¿àŒ"
  b"2 ׋kºM’ƒ7<ŒîÒK="
  b"2vãx®AL@®\x18Ž—&|Ã|"
  b"2¦AÕX‘Nýª*\x1Cè\x14¦¿0"
  b"""
    3\n
    \x05Ýì6B­ÍtÒKÍ\e«
    """
  b"3\x14\x19ªg;N®¯\x01\x0FÓ\x06\x1D\v×"
  b"3\x16\x17¤+_b³Y\x15\x11ï ç"
  b"37Bç=$C"•Ë3 |»z’"
  b"39ßx5\x14MŸ¿½q\x1AP\x7FÉ"
  b"3=³,&<J¶–L\x06àt»“\x13"
  b"""
    3E>´~'N`°#Ó\n
    ~Š¾
    """
  b"""
    3_\n
    ?¿GIP¯ss9\x08XÉá
    """
  b"3i«1~V@ˆ§K™©¢ø\vt"
  b"3jiB§\x1AK±®YÑí<ä1\x02"
  b"3y”Òœ´G•¥¢´tR³Þ)"
  b"3À}\t*ÄI®¼ÅÀ5ü&#\x14"
  b"\x00š\x19\x16D\x07„¦ËSp'þ­"
  b"3ô<@ØýD€*\x00LZú¼"
  b"4!肇ÚC;‚\x04Þú†PHi"
  b"4%…õ}ÃK[ŽÚQi\\v4\x7F"
  b"4*\x07Ï9šL\x7F‰Œé£fù\x1DU"
  b"4MÀ°ªH\x12¹\e\x02mUÊ"
  b"4_'\fõ\fK²©;\x17…ã@=S"
  b"\v?6Ar”^MÌ‘µw½"
  b"4Ÿ9ÅïB@2€OBâ\fªþ\x16"
  b"4¤cpd"I9 g¡.•u+"
  b"4¿å›>-LŠœŽãö¿J…é"
  b"4È¥‹ç\x1F@\x05£×ƒ¯D%8£"
  b"4Óx´WpO~¢ Ø\x00AD¯"
  b"4ß™ìç4CÒµ\x1FHF¥í’œ"
  b"4åêCÇfN„¨(J¯\x07°Õ"
  b"4ôhŽêüG\e‚îêþ\x1EQ8”"
  b"5%çܨNMÌ›\x1A÷\x04N\x03\x1A"
  b"""
    5?p\n
    ¿0O\x08šB\x1AdI¹-%
    """
  b"5] ´\x11\rNñŒ¾\x176'6Þ."
  b"""
    5^{uÛ(B\n
    ˆ’ñg\x1E:\e<
    """
  b"5^›\x15ÜKRã'_˜Ðô\x05"
  b"5Ž|æ`\x04Gæ”g´0\x1E®DŽ"
  b"5C]ZdN-ªNzm\x17C»H"
  b"5˜(\x12þ#Ez¬\x01Ž\x1A\x11²\x19½"
  b"5òâÓ \x10M/˜]ù™ùj\x1E"
  b"5ùP4\çOŽp±ü¿[}î"
  b"6"4@V‹HÞ•jœïY[\x15"
  b"6h½\x19û¶JÌ‚}\tu†Õr3"
  b"6…SݬýKy„·æÍŒ\x00Il"
  b"6šU¡ÂÇM;\x1Fî«o:Ñv"
  b"6¥š7uaë+_¦ls‰w„\x00"
  b"6æÈÈXc@©›bì'a‚߯"
  b"7)ӝÆr¿ð\x1A‰fmŽxî\x14"
  b"7CÈ\tSl@p¶Ç‡¦žûiŽ"
  b"7\x7FÍÒ÷¬A”°¬BU¥\x17ÃÖ"
  b"7„vãþÓH\x14§j–½ÔCyÙ"
  b"7ž€5îsDË‹JOtZt~"
  b"7­«\x1Cÿ5\x04e.k ,OEøË"
  b"7­´\x1Ee÷BÕ¶R!¿^p¾Œ"
  b"7¹qÌçA\x11¼'z={Qæ<"
  b"""
    7ãþ\x01\eÎ\n
    \x07S½½3™ÚÍ©
    """
  b"7ù<%`¾K¶¢åSàÙÈ‹b"
  b"8\x19u¢ççB¦‘™uÅ\x00¢\x11j"
  b"8XAš¾R5š {H‰O·ìï"
  b"8h+ 2\x1EÕqP4;ª:Vâ"
  b"8ŠDø\x03úD#¬6”\x08Jæ½>"
  b"8ÐÌŽYAD|¶›Àð¬à€I"
  b"9\x01ð\x1E\x06³Ne“J¶«\x10.û0"
  b"9,ž\x03d@ü²áÎÕ’\x19\H"
  b"9OސP_H»£\tÀ\x07øy\x18s"
  b"9P£–cTO؇Ë\x7FWÁ‹(·"
  b"9SÌË–Cìªx~upk\x1A\v"
  b"9¢ÈÛËME7¡6\x12ÙQ»Ä›"
  b"9þâß!Žº€?èë\x17´pœþ"
  b":&\x11q:ÉF¡³‘„šÊt[ö"
  b":\ˆú„à@Ÿ¨_}>¶ùï\x01"
  b":`…‡\x05¤NA“¹A\x00˜ÊCz"
  b":`®sX ô¯D\x1Fæ^"àÙ‘"
  b":Ï~V\x08\x12m›\x1CUuF:\x14¾¯"
  b":죑\x11ûºÙK’UEË˳Æ"
  b";\vµN¼\x15Z?·-\x04\x06\x1At"
  b";(º2ñ\x14‰š§N„û‰\x19B~"
  b";AŽ\x04¼œ‚\x17pKÿ’Oêex"
  b";G½p”\x15@H¹mŽ`Ų\¯"
  b";g\x08¸Ü\x19é\f\x10ûá?N¼"
  b";¹´a°ÕFù³½™‘MYÑ/"
  b";ß=-,‰F‰”éí\r諆z"
  b"<LB爵Í&Cú[÷M/U•"
  b"\x10îÇ\x1Ep5AL\x7F¬‹ö±â"
  b"<­wÐPx­n\x1CZh‘ƒ€ès"
  b"<çÏ/¢ÓM¥„SFí§íí×"
  b"=\x14Hé×®Iª™[\x19¥'É\x04c"
  b"=\x1D\x15µ§É5ŒÉ“}JÈ‘"
  b"""
    =(L‘9öLßµ¢\n
    íè¦0ê
    """
  b"=2†G­ëFJ¦ÀÚˆ\x1FÂÖ»"
  b"=>{\x18E.¿¼\x0Fi>1C\x07•h"
  b"=T®0øú:_3Gû\x13î.^à"
  b">\x10ò —\x12MzƒTpÖ<ôµà"
  b">\eoö<‹NŸ†eG¡Ž:Š"
  b">P]_±œK¡ž—J\x06µo8ô"
  b">TËúôäL[¾&IqOyÈÐ"
  b">pЮ#ÑO3žÀŽ‘±U‡\"
  b">“ªª\x19Z) fÈÒÜøZƒ5"
  b">´õØ\x17DÓ•ÇŠú}ÈUN"
  b"\x14\x1F’JÒ‚¥ì@\x18–“}&"
  b">´¶¢\x0ELô—áf\x08\v½\x1CÚ"
  b"\x17*pk\x16jöDÓ\x19Ý‚Cï"
  b"?8–CÆîE™µs±&\rŽè"
  b"?D†ÖPK¯­\tŽ&ÚôIë"
  b"?Y¸?=Mô‰´M怂‡0"
  b"?b·ãJ¥Dœµü™·vD8\x05"
  b"?h <R†J\x18·4Ñ.qQô‰"
  b"?ŽEÇQè\x1C«Ð’JEºü8ì"
  b"?´;°EÉJ|Š\x7F\f°qƒþª"
  b"?ǦWrõL¢¹É\x12ÀŸ-("
  b"?æ£i3¡}¼m"î\x02Ž/s="
  b"?÷P÷\x00\x10GZ«e’¿_mvø"
  b"?ý’´Ã”E‹µ&›ÌÐRˆ\f"
  b"@0I\x0E\r|Gi‚ŽÏX2ŒÐà"
  b"@‡ƒ\fï*Æq²ÊM\x17¡Ø\x1AÙ"
  b"@ŽÊ\x1C8\x1AFŸ§ÑQ—>«•w"
  b"\x1F\x04I°—*ø—–\e£6"
  b"@·XÝ™\x0EFÒŒo(wéY(\x1E"
  b"@¼O4\x18÷Iγ,φž4\x12B"
  b"@˃ Ž¥NïŸòs\x11ùk(…"
  b"A\x08oºlfIù•\x05»K¦\r"
  b"A\x1C\x08ZÖ¬H¬­5¼2=W,\"
  b"A(\x05MŽ£r뀱Ǽg\x1E8h"
  b"A9üõ\x06qGÓ©«4³P¢_®"
  b"AJè\x1C&nA“+ñ\x01à^n\x05x"
  b"A€o\x16^šL™¾½“>ÀIÏ~"
  b"AŒQ„ó$EЪ½¯ZY*in"
  b"A‘{¶3Ý%j\x1F£ë‚¢pQ"
  b"AšÖŽR\Mó»\’b\x02ïÊ›"
  b"Aµ@**^Ki¼þB:^¢\x01\x01"
  b"B\x0EϏÜΐHÔF_É5\x12§\e"
  b"B\x1CÃj°ÜM\x1A¶@—ÎçsM"
  b"B\x1F\x0ET_Aìèø  \x12}èæ\x10"
  b"BW6f\x16rG…‡³Fd‰6=\x03"
  b"B“\x12îâ¬GÊݥT=tìƒ"
  b"BÈ|^ƐLÄ­E¨íµýw"
  b"BÐ1(+ÜNÞŠ\x7Fÿ•ä³™>"
  b"BíBÊÅŽ@9»—Ld˾>f"
  b"Bõù¬¥J\x18¹©\f£©Dlº"
  b"C4\x07·:>™—e XíQEX\x06"
  b"CP#“ÍœF*ŠO˹EïÓ£"
  b"CYJ¢õïÐ7-nëß?‹þ~"
  b"""
    Cn\n
    ÞPñgûèìôËJR‚
    """
  b"CŽqDguLf±Ÿâ´„¾\x1Cä"
  b"\fW\x00›OÀ¨\x0Fá5ú\x04”!"
  b"Cíu\x0EcÑCLºé0qýÀ8\x00"
  b"DM]î“6^ŽR¨¤\t\x10S”="
  b"DO;ºsnE㢓ÿWÅÃzÝ"
  b"DyÔÚuøÒ#JØ\x17õ®êë"
  b"""
    D÷\x18þGF\x1Cš\n
    Ã\x13\eÜ.I
    """
  b"DCI?\x1CÚŠ\x1E\x00Ço-"ãV"
  b"D“þ˜\x08H*•ËÖZ?\e\v^"
  b"D±\ôÕ{Hp‰;¸3ÎéÛ+"
  b"Dóf*{J·kcä@1º\x14\x06m"
  b"Dú¬¾\x0Fª›­\tlÚf—bJ\x06"
  b"E\x17Ùp\¬Af –—I§x\x1F×"
  b"E”"\x1DÃ\x05]‰äs7êJ“„í"
  b"E¯Z^š¹IÊ’Û\f\x07U{\x02J"
  b"E³L¤-¢K\x0E»  +N\x03B$"
  b"EÀ¸VÈ®“w…\x15q6¯[‡¼"
  b"EÎQ\v×\x18F¹›ë‘_‘ø\x0Ff"
  b"F\x17\x01…}:L£žo¶\x1C~¹¹\x05"
  b"F\e[¨¸t]{£\x04¤ì0!A}"
  b"F)\x15Ó\x04ˆH\x1D¶iù!Æ,Ë\x1C"
  b"F¼^”ÓÒ†‹X=ÕœJSæÌ"
  b"\rÄCÊJ)½ÿUV8\x1DøZ"
  b"FÂZWd Gì˜þˆô“‡ú"
  b"Gm"X\x1C¶^C]f¥6¯4‰d"
  b"G€t‘‚FF]£\x0F÷ÆÁ<2Ç"
  b"G…w.ã´EŸ¼·O•»Ï{â"
  b"GŸZ(KËG¶º\3\x00ú;¸&"
  b"GØn„³'H\x16¥\x0FÓ/å'ˆ"
  b"G÷š\fM…7­~Jé¢Ô¤Ç÷"
  b"H\x1A\r¥¼|N<‹Pó»”*ùû"
  b"H~\x06ŒiýCf·§è´¾\x02Òã"
  b"H„U\x08¾°H\x07§P5NQhEŸ"
  b"H ©\x00O߃Ÿ€ÞÇ?\\x0F"
  b"HÄi\x18ÈœFl¸‰¡rRh\x07¬"
  b"I$ ïþ2úÑ£©æ\x11ù{Y"
  b"IG¾ü<ÍE³µ!èó\x08¶A²"
  b"Ie=åU¸J\x12ªõ€~Q\x10"
  b"IŽS0J„FŠ˜ä¥\x19\x18z\\x11"
  b"IŸœÒ‘Hº¿ÖŠTŸe¤Î"
  b"I£Œ\x1E-˜Nl™\x06\tCJ\x1FXE"
  b"""
    Iæ~ˆ¿IJŒ¦<š\x16;+\n
    ý
    """
  b"Jh"ÂNÉA\x11¾¼1¤=! \r"
  b"J\x7FŽWÁF…¤h~t>¸àO"
  b"JÒÐ^ìµ@¡ ž”#©;pç"
  b"Jßµ\x14S GŒí¬¢R\x19l;"
  b"JäÂ\róIJ³’©o'\x00\x11"
  b"K\x040FÍ0åKÆöŽcÎ`n"
  b"K\x17&.S@G\x11˜uÓ˜\x04Õ¬t"
  b"""
    K•M¦Ñ\x1EF\n
    ¢ºæâJ•þZ
    """
  b"K­âé”#O€ª›:éÖ’ñ¾"
  b"KГ\e5‚ÊÉ—Ó‘\x1F–.°"
  b"L\x03?OºXA8º^=Ìm/âò"
  b"L\x0E\x05¦.ƒA¶=£3šÖXô"
  b"L\x15Êh8-L\v˜™3àBsE¹"
  b"L\e"gà²FÁ¹>¤D3»’Þ"
  b"L\x1E:G¦(N6²y\x0E\x1A[’\x0F\x1F"
  b"LEo݇Oj«>’c¾|]P"
  b"Lw¡\x16ÙfJ(‡+Ã'*\(!"
  b"L\x7F3'«@Q¸Ò!Ú]:Üø"
  b"\rHMß&Ü\x136ÉF²þè<"
  b"M\x1D\x0FônŽAE¿uµ÷\x1DµGD"
  b"MQ`zЙLl­…º½Î\v¦<"
  b"""
    M§8@vê\e§\vm²UÅ.\n
    Ý
    """
  b"\x10—ÉJE~®!âЬ³i­"
  b"N\x1A´—öWJJ¹ž\x00Ž\x11œÕV"
  b"Nd\v—O~L­¾@Qf"Ñ®€"
  b"Ng¹×ŒuJu¡\x15³ëug7‰"
  b"N¹øeŸ\x07ºÉE3‰\x16‹fiŸ"
  b"\x18F ¿@¯\x19bž¬«ñ"
  b"O\x06áÌÈ\x0FOŽ·\x08}QæÒòo"
  b"O(± ×âDÆœƒþ"\x0E·\x7Fù"
  b"O6ï¹MÀJ\x18¨®ç\f©(Þü"
  b"Os¥J\x16ã¸y<Çâ\x0E\x08\x05/H"
  b"O„\x04šæNJ6·EÅ*…CÅR"
  b"OŽŽAÄ‚\x1Cõi5]ü¹®\x1AD"
  b"O–øÄ®ùK[¢ŒÛÌë»äû"
  b"O™O§Òÿ;QŽ)lÕô²~\x03"
  b"Oœ6$*NW¿Ž|í˜+P&"
  b"""
    \x16ÑÀMIE >Ùг\n
    ©:
    """
  b"OþŠóØ÷õ™òáV\x07\x03w\fã"
  b"""
    P\n
    \s>‚‡¦–.\n
    \x06\x17H
    """
  b"PGY†?Ú_Ó1ôŽáãµzv"
  b"Pd£Ì&½§·ˆ>‚Ð!¡ØË"
  b"PxGÙï0Ip¢¦4áÓׂ»"
  b"PÛç í\fE¢›"×\x1FåÎÇ\x06"
  b"""
    Q\tX\x15)’\x1Fâ—07È\x17J\n
    ž
    """
  b"Q"͵²‹L‚ŠTwõ7=4ú"
  b"Q&›ËˆüGŒ¸Í\x00üq\x15íË"
  b"""
    Q+\f\n
    F§©'q\x13€³r½^
    """
  b"Q:éÕ\x1C¿®Zž±½\x07ëeW"
  b"""
    QL¥I»\n
    O@Š\x195¯’âêì
    """
  b"QaKå`ÇHµœÂw„¿e™¡"
  b"\x1Dþ\x08—CÈ \x07h›Ê óa"
  b"\t\x1A%ùL\x06^}–@[‚K"
  b"R\x05³GÒÝJl•ïÁ3ªàD\x17"
  b"R\x18á\x14N³E\x08ÜðÎ\x19°\x0F"
  b"Ru\x18\f9ÓL\v°Ï®ð\v\x01"
  b"RŽÇ$¾ÍOgŸÞùÈÅ;­¸"
  b"Rí‰ÑLUJŽ…k,Џ'Èl"
  b"S\x01Ì}ðãF#²«·I„ͤ"
  b"S\x1C¥w\x0E‹NÇš\x05\x0Fï³™\f"
  b"S*®‰íºÅ=ßxv‚\\x00¸Â"
  b"SŸ‰Ë¯}NƸª5›¼äÔ\r"
  b"SÒñ‰\x14`A\tµ°·\x1A\x03÷"ó"
  b"SׯO\x10ºDë¡KÊe\x1C1\x11\x02"
  b"SØ8\fµªFU‚g\x02®Û¶eæ"
  b"T\x08\x11Ó¦WI\x16ŽÐBl&í|Å"
  b"T7p+PÁ°Ö\r;QàÖ‹ðJ"
  b"\x06Û\x00IO\x12Š\9\x1EÓvÔã"
  b"TÙ8sÆ‹Â\x13.àÁ±\x08?Ν"
  b"U\x08”,\x00ÝCѲ„;ëðT‹‹"
  b"U=©o\x10¥OwµÜþd\x19V\r\x1A"
  b"UIædn\x16C§—n\x0FüÊíBå"
  b"UsCè(iÅ#æåÃ'B\x17Ö="
  b"\x01\x10£4OV¥æáDË%'"
  b"U­_”º¿J`’ø¥p\\x01Ë*"
  b"UÀ¦\م郸”o• ýÄû"
  b"UîhÔî;K¡°_¢Ü©®\ræ"
  b"V\x02\x15ª(\x17m'JR]”špµ¦"
  b"V#¯¾ßÂ,M,³Rú\x12·ŸH"
  b"VdñCòåeÂöS Ô\x05‹W"
  b"V’gÑño©ná\tà³È¤¯\t"
  b"V“­\x05\x04ÃL¸…;´\x1F\v"
  b"V¤3N\x1A8A‰§å\vÑŽáx\x14"
  b"Wrù\x0FsHL‹µ=yBBuï;"
  b"Wþ\r\x15±…î\tDP\x16%&"
  b"W—Ýc@\x17\x11Æ\x1CªÔˆëAQ\x15"
  b"WæüUL¿K$™Ä¼mÉKÕü"
  b"X\x02\x0E\r@û‹2Vã\x11}aç"
  b"XYy3Â#TÌ®;àZ\x12G½¼"
  b"XuÆ­ÃzE\v­‹h €BYŽ"
  b"XÓmŽÿÃÙ'—HÄ¥¹…§n"
  b"Xú§\x10\x10\x06G%£Œø_þ7$"
  b"Y5~õN’B)ŸüAb\x1AÈ'+"
  b"YoÒÑ?ZEi‚"-¸k=ð\x0F"
  b"YT9}Ï\x7F?0e\x16êÜroÓ"
  b"YÍGô‘ÀI\x15vVZ×—\x7F."
  b"Yö;„–²`Øö³™þ5\x1Aû9"
  b"Zˆ7RÿfFº¦iwtµ\\x1EM"
  b"ZÝ“æ\v˜Fì±M=`z4Uð"
  b"ZæPÉA×w½Ÿ)2¥U¾ZA"
  b"[*!ON°.ƒ`ñ¹Mþ·D]"
  b"[,\x1Eã`NG*¹ê‰=£[¥C"
  b"[Cm+ØàCv™»\x05z’»{¼"
  b"[‘sï\\x10OÞ˜S\x07\x01ÜÝ)š"
  b"[Àì|\vÿëÀs¥¡ÿ\x1Cý´c"
  b"\#×Ý UD\x13¨“ò'ì¢\x12µ"
  b"\[E£IOIâ~T\x08PWD"
  b"\e+²=ýLo’ÿ}{h/\x13"
  b"\x11¼WB™\ï÷1ɰƒ ä"
  b"\•³?“ôFÛ«,Á›ƒýÈ"
  b"\ó¡\x0F\x02\x07C\x19Ž\x06j7!ÈÙT"
  b"],¯ðijO\x13“ò\tkࠁ»"
  b"]<t•ªRGoµÓ\rH8¶?\x03"
  b"]GrBonGå‹û\x08Ùzq?\x08"
  b"]†Î£n¯\x7Fás\r]îB—}m"
  b"]šHŸûºA¹ˆZÕƒúLþü"
  b"]œìº¨3@•Ÿ™ðE.\x0Eæg"
  b"] bm\rž\f7rUÿ·_°“0"
  b"]®t,Ž;EƤn¼\x12L´ñÍ"
  b"]ݨ´ÿØ\x1Fÿ­š«µx ñ\"
  b"\x08ô5f\x13hŽ4×b6ñ™¿"
  b"^\x02?>C¦b04ÿÌ.F\x1D¤N"
  b"^\x04S\x1F\e\v7ZY.@Eé\x05±"
  b"^35š%K®Mç‘"I#-ÀÕ"
  b"^Cì\rýÔC™­¿«…ƒ\x16ó\x0F"
  b"^‡æÔÑ-E&¾O„êЀ\x03«"
  b"^©¾²@•G»—¼\t\x05\x02lt"
  b"^Ã1{ýR\x10\x06¢V&Ç\vY\vœ"
  b"^öû 8¥BH´\x13LýVÝ\x1Et"
  b"_‚Œ\x06êÅò¿xeE‰•Ø;H"
  b"_˜µq!Ä´Xˆ¯Ýí<LÓâ"
  b"_¨;\x04ob@\x0F˜Ž´a•´ÍÚ"
  b"_îëÆ«?Iœ„öuüs«—#"
  b"`\r‹p•MÄ•\x17­†\x16EZQ*"
  b"`\x15Ç\x19\KEݦP®)潟*"
  b"`5ø8t°K¯’¼4˜]\x1Cùè"
  b"`<t<iTF\x7Fª\x02”A^:/P"
  b"`H`\x14iZCe´žhôÈð¼"
  b"`e\x15ÞØÜ ?ªÑ4\t\x07é½M"
  b"""
    `rݤð¸O\n
    œuŠVç­K`
    """
  b"`z¶¨\x03\x17n }¤£ß\x19³­"
  b"`“F$>¥š°\x0Eí$}?{ ¶"
  b"`™¢NædN§°Giá`'¶."
  b"`¾'W§\x1EJÝ®\x14ü\x17\x0Eï›Å"
  b"`È.\v[\x1FG\x1E®xPj*\x1E"
  b"`˱ң7\x04ƒÿHU\x1C¾c«"
  b"a\x15™Œ'\x1EFº½\e¡p]±k\x06"
  b"a;\x07(+UAh‰\x11™%Œd5“"
  b"aOã\x03½›C}¹É\rcñ6-º"
  b"abpŒãsBÝ»i\x0E6ÕsÌw"
  b"af>'g¬F„‘\x05Ž}²˜\x14"
  b"as”¦ßº\x11\x0E\t\x19\x0FÚw]"
  b"a›z±¡×LŸ¶’²ô™´¯‘"
  b"a›û\x03\x00H\v§9’Î\x121m]"
  b"a½‡b€LΚ&\x13+TŽî5"
  b"aÃà‚ÔžDë’ªwc9I½}"
  b"aÕÞ…áÒEÇŒ\x08Ž«Í$ÆT"
  b"añ/@KëçÒ\x14KT\x1E¬\å\x04"
  b"b\x0EV&\x0EéJê–ÌtÙ÷òÁu"
  b"b\x1DEÀÉ?CÞ´\x12øEoD.x"
  b"b3\x07d\x02›øcp\x01˜F6eŒ\x1F"
  b"b]+ÕŒ\x01Ka‹Ø\x16\e$•\t"
  b"btˆÍPGE€µf—H\x08S&"
  b"b†¤Z\fˆEÒ¸½íY'\x0E¾í"
  b"bÅ2Ž)‹Hë¿\x03á/Ïb­Å"
  b"c?ì»C\f-PÍü«û¦µ¬©"
  b"cC_GÏÈD{®ü\·‡Ê"`"
  b"c‰sçb´Kñ…ÚÀ\x19™á¸æ"
  b"d\tBb`~5ØR\x19k"³ßß"
  b"dT "dÏJÛ­v\x104ð;?û"
  b"""
    ddãB\vÎNÄ·{Á$\n
    ø O
    """
  b"dmUª\x1Cë'çÖ;\x10\x1Cs-\x7F×"
  b"dn{Jª³Fõ³8\x12è\x14\x05Št"
  b"dq„ÄCJB]¶c‘£÷ˆžˆ"
  b"dÄØ\x1A‹\M‡«iͤHp4C"
  b"dý]Ü\x01“N\x0E¹ÁV\x13±­ÝÐ"
  b"e'F\x07F.I1¶…:D›Ôž)"
  b"e*\x06ÖÕ¼÷\x00RKB6\x02Æä\x0E"
  b"e,…+\x08h’¨ÖS’íºÏ­+"
  b"eZ2Mâ?M\x12ž3¾\x03|™Añ"
  b"e_ç¦\x1A¿Eªžª€õ^ŸÕ\x1A"
  b"eh—Ô.æ~q5š§0߈m\x11"
  b"eÎ…rûõK[·\x05Qa\x168õ~"
  b"f\x10ÀðUÂK¦£Í¤\x15Ú½wþ"
  b"fÖB¸Ÿtœ#¢á;\x1D=“”U"
  b"fÝ5spoE\x01ŸdvQ\x01œóï"
  b"f䦫Ô/H†Ÿ­ƒP—\x157w"
  b"g\x1CS¥Ï>B\x1D¼ŽWÙ‚a\x18\x08"
  b"g-À\x0E\x06Ú³%ð]e ¦X\x1E¦"
  b"gB…œÓ°N]‚c»\x12÷?¯,"
  b"gF§ÕôV\rEIªç\eïé"
  b"g¿”§0âA\x07–ë\x17ˆˆÅ};"
  b"h&à}\x13\x18B\x02«‡°\x19\x01«\x0F"
  b"h* \x00òØ\x08FÐÍné‹\x06Œ@"
  b"hA_àzaC§®I\x0FŠŽÃ±v"
  b"h~p}CBÁê(¤6sk³iB"
  b"\x05M¹E²¯\x06ùêsàkû"
  b"h¤a\vfXKA½Vʉ\x12\x06ˆ°"
  b"i\x1D€Ž.˜¹á¹\x03Œà+\x18Ãþ"
  b"i\x1DޤPþK#¤K`:)µÐ"
  b"i~gòÿ\x12þ\x00ž`aÓ\x05½-\x1C"
  b"i€ˆßu4G{–íU\x14-P¦\"
  b"iŒZ]\x17ÝC\x05œ„i²gK\x02"
  b"i»¸u[B=‹.¥ +Æ“\x1A"
  b"iÊtÃ\x01"\x0E \âÎ\x02€$ÃÖ"
  b"iË¿ëR\x1EB€\t­Ì¸9\x18"
  b"iÌÀ4v\t[µ¸\x0E”÷|PÈ\x12"
  b"\x04;©ÜO\£»Ã7œ\x13äM"
  b"j&”\x03HgFCŸ\x14½õ\x04†b±"
  b"j>a\x13y\x10E:ž\x15cåI>¾Y"
  b"ji﬊—J\vŸ'¬´ÜFÝZ"
  b"j~c\eœaHµ‹ïqÉã¯ùQ"
  b"j‚\x02ç£Ðu¬‡LFq+¤Æ£"
  b"j‹¯;—\x1DD\x17‡Ü\x0FÅ\e\x14Ö"
  b"jæQ«×NGÍ°:ë\x14Å"
  b"jêT'i:éøµÉŽGAe£j"
  b"júëó1WF#‚ÓÔD|rµ¥"
  b"kbˆñ8pB"™7[õ\x1C¢r\n"
  b"""
    k‡ÙŒº\x7FJS†¸\n
    §ZR„k
    """
  b"k”½/\x1FåE\r·\x1DÑssAì`"
  b"k¹Ùð\x19ÙKN±ltr€ó\x06"
  b"k»ò¥!×Dô¤»\v…§Ñú¶"
  b"kÿ½484B\x1A•~R¤e* #"
  b"l\x19£Âo… ëd _‰×L"
  b"l2\vB†ƒü\ˆ[u’Á©¹ "
  b"lváU®×@\x1FµÍ|\x06ëHèu"
  b"l«“‰\x16øH2›\rC¯ÌØ=c"
  b"\x1CŽwÃÕgr5Fqª›û"
  b"""
    l÷½.ÒKCð‚Y?\n
    \e†I£
    """
  b"m\x11°’U‚LŒ‰°!-\x0EŽâ"
  b"m:+·Z\x07Er•\r\x18\x10/è!¤"
  b"m`½ù!!D\x04‚¦õ¯ÕŽÉ™"
  b"mdŒ–U'I\f\x16Ím\x03Bnœ"
  b"mvpΊ4INµ¨w›Ðl­¿"
  b"m„¨–ü)LE´ˆºSIcYh"
  b"mîL.ÏÚH߁Úò.”¤\x16Å"
  b"n\x03Ìk>©D,…öý\x01\x11Æ‹\x1C"
  b"n\x06ÞÓo‡CD« ,×à\x0F"
  b"n~€\x15Ú±H\˜O\x05&kãÇ“"
  b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083"
  b"nÂm|IÏFY¨¾ÃY¢´]\x07"
  b"nê«ar1@±¬²¿Ë³þŸÐ"
  b"nöß\x7F]\x06B\x1C\x15P2£ŽDz"
  b"núCç|ÙC‘½MŽH\x03´ƒÛ"
  b"o\x00íäD\tNä¤ÑA\x7F½[÷ý"
  b"o\x14{®·Ÿ÷\x1Aµ.<¹·\x19"
  b"o4!&Øáb™·6ò;sv\x16"
  b"oj*A·(Cr¨±\x1FÙøË›r"
  b"oŽmf‘YH³µþÿë­Ü¬î"
  b"oÞÇ\x02ÀÓß’MòOúLž´Õ"
  b"oìÀ\x0E¼mëÝ\x1Aü¼ÁJ=*,"
  b"oÿª©ªæ¶’¹*¯"M\vÆH"
  b"p\fx¢Ýİs‰ÉjPo›y‡"
  b"p\x1A\x12xytE+²\f²\x1D#-D0"
  b"p3(¬ŽèMëŒ\x1CöŒ„)ÇÐ"
  b"paL =Íê²û\x19ýÐË\x14t{"
  b"""
    pû½æ·¼E\x10¢ÿ¤‹\n
    á)²
    """
  b"q\x16 \x00YåCÚŸ,aÐF<Ѳ"
  b"qf‰2yÁM)²ÃU¬Õ\f€°"
  b"q„âLçÏb‚wÿwô=`Â\x1F"
  b"\x16\e\r¦¨´ó\rX¾ò"
  b"q°µ¤×öj´³\x7FÔ®¨¼c'"
  b"q·•_\x02\x0EKh©S»…\fýhË"
  b"q»«ceÐCæ…ä,\x1C>',ß"
  b"""
    \x12ó,¤Cyª°k\n
    ^D¶Å
    """
  b"qߎºÑÍOÔ²%jÙ\x04FÝê"
  b"qç3\x1Fá{L¹¾C¦</áõ"
  b"rL¥o.*G|·\x1E/”­¹Vô"
  b"r†oŒÌŠÅ]ýµÁ\x1Awàr\x0F"
  b"r`öx€B\x16¡\x7FLr\x1CÂe\f"
  b"r–\x7FîXÄBg•í+òàI„%"
  b"rŸêÐ*‘ì`«Z'¿\\x04mp"
  b"rÌì¤\x01ïL™ŠÌ?ÅÈz\x1D3"
  b"\x01\tA$ªÖZFrÁìÆ"
  b"sH)ÅǧA´®<¬¦\x1Eå©."
  b"""
    sS»\n
    ÄUM'ˆßÂ%¹\v\x07Ê
    """
  b"sbk²?/L∼\x19Tҁ˜ "
  b"sw‰bäuD"‘ûÎOrü\x03A"
  b"s°/%“6@•…6m\x1A\x00²ÝÀ"
  b"t\x11ìSbÀ\x15Ú0"•þz\vÓÚ"
  b"tC„ÿß Dè Öioán'å"
  b"tEIÿ xB\x03œ±‹øàùhÉ"
  b"t‰`áKU¸ü\x18šÛ…SåŸý"
  b"t°K·eã\x06µ\x03*x»ù@}"
  b"tà6\x02+AZ˜œ/ËÇ[\x1C+"
  b"tú™^\x16ÉDi™±Ž±ˆoÝÇ"
  b"u\x06Þq.öOnŽMZí÷°’’"
  b"u\v\x07ÎÑ(åï­\x05eM\x08I³’"
  b"""
    u-ýX¸{J\e¤>£:\n
    Ê\x11ß
    """
  b"u>Ã8²bG¶¾7«Ó\x14þ•\x17"
  b"uF¸À((I>€ÂóEˆvfô"
  b"u¡èxn›K–¨¡OÔQˆÌë"
  b"u¯ÔSª4Eq¡ÐÆê2QÚl"
  b"uþ¦ÆÿFJ©Q\x0EÄ4yp¼"
  b"""
    v\n
    tóù\x03@Í’Ð \x13cH–
    """
  b"v\x16íÃLåri'%\x04\x00ôwž_"
  b"v\x18l‚“&\x00à\x18\x15ñíÍ6\x1F"
  b"vLq\x1E¤\x08LT¶v\x1F\x06Î;"
  b"vsE~]\tIß‹¯ía<$x]"
  b"vŽËõóóF\x1C˜ŽR˜×§×X"
  b"v’àÀfBDÔ¾y\x01J:\fàq"
  b"\x05.\x08D­Žéå¦ VPà;"
  b"\x10G†eG§´ \x13Ïù|\x01/"
  b"vΆæ²óL\x12¼å“ÐGþQÛ"
  b"vþ±+ˆºé¸£*\x12KN\x07ž¹"
  b"w.EѶC éÕãDÄßÞ‡"
  b"w?~\x08›FJ}™\x18(žiÒ\x10"
  b"wcƒŠ?\x12Zê½¼–Ébˆ è"
  b"wœC‹¹Z¥WHre½®{""
  b"wªÀq^*év˜Ô¸Ž˜â\x1E"
  b"wßêNøêDô€\x00éèh~\x11"
  b"wôó5úÖL"²·ÃSÙ®\x02¯"
  b"xxn\x05¦uOµ©vGñzÛKZ"
  b"x}”\x00y\x12MÔ¾\x15\x17²|Ïr\x1D"
  b"xΏh\x13ØOö˜\x13‰¦Ç)–™"
  b"xÞÐ\x1A.JDÔB\x07Òõ5"
  b"\x17ÍÓ’G]²FݵpC\x12\x07"
  b"y\x16.‘ª’C}–îôT^ÛȨ"
  b"y*SI¾Nım\x15ÿb'3ƒ"
  b"yr3,)(Lƒƒ]W#!\x05\x132"
  b"yz0\x05t7D6µ¢©a~\x06\x03ò"
  b"""
    yŽïÇÔ+M¸M”N£\n
    J
    """
  b"\x08ï;\x16Bö©=·EåÓ\x13 "
  b"yŸv‹\ff@%·vpê\x18·n«"
  b"\x1F‚ú$Eà±)7À–ã±Ç"
  b"y²ÁUüÏZEGø9g\x19ÎùU"
  b"yÝ%\x16'6J\x15½á„mŠuY°"
  b"yô>„L™H¢­Ÿƒ\x02b´Kñ"
  b"z\x05¦o=jŠ‚ÆÖz"\x10`ýr"
  b"z\x1ET"Ñ9@@š³\x00ЋlER"
  b"z#®l\x19ó\rfaìLH”¯\x1E"
  b"zFõ]"×M¹¢‘_0\x01×4¶"
  b"zQ\tWreD\x04¢JlÓ\x13"
  b"zòœ×pa(.R\x02î\x13¤¸û"
  b"zô»\e­VMÓž¤PðÏ"\x01¨"
  b"{$‚K'u[QE’\rsç”È\x15"
  b"{<\x057ÿ¾AP‰}=e!›\x07Ç"
  b"{›ØQ7\x16M\x1F‰+\x00\x17§0VN"
  b"{¦¢¡'ów=,ŠÓ®N»›"
  b"{ûøÀS{D{˜‡t\x0Eª˜s\x1E"
  b"""
    |\x01ü.·¹~ºi\x06\x05\n
    \x01ü«™
    """
  b"|\x17@ºšŠ´²âcy\x1A\x0F\x07"
  b"|<L:\u¢:À™q)œ\x00\x7F\x00"
  b"|„IþzÓÿµo\x1D\x10sç""
  b"|óM '¶M“…¨s\x1D\Í‹K"
  b"}\x1AF»0ÉNÒ†zº`¡<g\x7F"
  b"}S\x017-ûE\f\x1Fè”qÝ>†"
  b"}d\x07n\x1F«KƒƒÖÿË„Æ\"
  b"}w\x11\x00Ö[L"–7Å\x11\fîy*"
  b"}·sE°.Dk¦×ù BÕ/\x03"
  b"\x138RÍN¹–êÙÃWa\x0Fè"
  b"~)\r\x02ÃãIŒ‘ÿE,ÝÉæP"
  b"~J¥|+»JïŸÛÐ]¹c˜º"
  b"\e@J’Jˆ¼W‹¹\x18)¢"
  b"~áˆuž‡Nû¤q\eÃ[Ø'&"
  b"~è-gÌpBç“\x07-v\x0E2,7"
  b"\x7F\x1CòR¥‘EA½z\x04µ_¡Òa"
  b"\x7Fm\x0F\x1Eê\x0FL\x18œl½Ú0ž\fÕ"
  b"\x7F f-\x7F†K»ª,Í$<\x15Íh"
  b"€QPšŽiDCC\x10@¶ÚC"
  b"€n×È,Ð\x0FxæY\x0E'$é\x0E"
  b"€u |\x16ŽN\x14ŠAäŽt\x07½l"
  b"€Ð³©çô\x04p³À\x1A\tZÂzÂ"
  b"\x0Eꨆãn€Þ•)\x13Å;ò÷"
  b"jŠþB_FĵïâM\x1E„zc"
  b"¯\x1Az´pCL”\x05½º;\r\x02"
  b"""
    Ç\x1AŸÓÍw\n
    \f.b\eý‘,7
    """
  b"‚U˜ªÊøíTê)\x05KÖÍ 3"
  b"‚€yv”™DqŠœJA\x15`æ?"
  b"‚¤\x1ALéÿÑ:1`}\x08L\x13Õ"
  b"ƒ\x03Û±}}I¾ƒ¡\v2|Ë\x05Ð"
  b"ƒ\x05ƒP)zŇՀÅà”\x11\x11"
  b"ƒ\t”f \x19Iঐ n\x06"
  b"ƒ\x1D)\f\x07 AÖžm2”ý+X“"
  b"ƒ\x1DìØ\x1C\x1DAϪŸ¹ÇóDg,"
  b"ƒSjC\x14\x13Fƒ·\x00:)\x19A\x11,"
  b"ƒXmpúeývô)ÀóŠ3ö”"
  b"ƒmº&ûÅ@®¼]\x18÷;\x10i$"
  b"ƒqªìK n\x1Félº=–\x16¹+"
  b"ƒqÎ=\x14èB–ªñÿA¶‹:3"
  b"ƒ—\x1F{VƒLø‰ã\x7FžÇlF—"
  b"ƒ¥Ü8;ùAu±Ô\x01cÍÊ\v"
  b"ƒ§Ž\x14NÏKk‹1\x18ã!E¬\x1F"
  b"ƒå\rz8JÛ³\x077›"ëÜÁ"
  b"ƒúóöQÎOÔŽ\x18Ñ5\x08õèg"
  b"\x04Ò:luEE¸S\x1A|°´OC"
  b"„9\x1D¾&\x19K\x1E‡ûÿ\x7FÖ…¦\x10"
  b"„H'g¹Ðúl\x00\x06Š¡.sÆ"
  b"„U~ߎcBÒÅÅ¡^\r"
  b"„¤ÕVqhI ©YjÎzkš¿"
  b"„¬ðœvÎB„±Ëz\x7F\rd"
  b"\tz\x0F\x17‘‹Y&­Ý·‹Þö¡"
  b"\vú¶Fï\fÑd‡Ê\x10\x19\x19"
  b"\x1Eße\x13³B¥œf\vÐå$ö["
  b"…:=)k+KÄö\x14S\x05±Éï"
  b"…bÀÐ\x1CÑHD³"R·÷‘–õ"
  b"\r¬\r¨GG`Èšð\x02…v0"
  b"\x13\x00÷/B|›`¸ø Î\x1C"
  b"†5™4ÌÔMÀ£•ÍÆ†+,d"
  b"†9î&óöAã¿\x1FÐÝ\x1E‹²…"
  b"†=\x1D"’æTj¯Òž’þÊTw"
  b"†~ºgèöDˆŽ•mr‰F?"
  b"†’;ÒÕ\x06–‚áë/0šWþÓ"
  b"†þ£§Õ÷Kr±\x12ª(P\x13\x13³"
  b"\x07±ì·eH¥¹OR@vv\x08À"
  b"\x15p=\x1CšB v±’#hnc"
  b"‡Hß&˜…Iò£E\x1DÛy\x1A\x0F"
  b"‡l%T@cBс½4ûÒrB\x00"
  b"‡¢ Zo A\x02¿ß±y…D}\x13"
  b"‡Éªî÷V@+¸2|e \x17W"
  b"‡ÑSp*^O‡¬@´84ü˜›"
  b"ˆ\x17°&\x12MCs¾S\vŇî(’"
  b"ˆ¶¬\x07¡M!6\x13µO¶ÃL%\r"
  b"ˆèor~ÇEKˆÜÚôwMJ±"
  b"\x06ª˜‘\Hß™}\x15dúºµÈ"
  b"‰.¢~ˆ0nU#"‚ŸÑý…¾"
  b"""
    ‰H¨\rÆ£C\n
    ¥ÂS™\v\t
    """
  b"‰^‘\t D\x08¤l~‚1ÞA«"
  b"‰‰o­³äAƒ“\x0F'ÞHtùÊ"
  b"‰™2NË 6=—3wï~NÕ1"
  b"‰ûKY\x01h&L\x12ó\x1C\x17"
  b"Š\x19é\x19ñËF –Mú͐ZŽb"
  b"Š;NÝ,(s(:\eâ™q£°ÿ"
  b"Ё[BÔ\x00Dû„’‹À\x1C÷\x1D"
  b"Š‚\x07[zéBe‹ jb˜†Iä"
  b"бQ¬ÇÒ¿û\v\x08Ñx:"ŽÃ"
  b"ŠÁÜt.KD†\x05˜ï4E\x00"
  b"ŠÚ­ÊÜisïÂÁÖüH…M"
  b"Šönâ¹¹^\x11\x01Ö©UO"jÒ"
  b"Šþ\x13(\x1E¯J7ŽßQÑ$3ô<"
  b"\x10ú&iGIº¸v\x04o\x07'§æ"
  b"\x1A,*é­@Z˜\x07\x01„93ª0"
  b"‹.?êj{HB‹\x11(\x03mį̀"
  b"‹;\x06àÍnLe´šch¤¾&Ù"
  b"‹A\ºMzNe«ò\v0\x18éÔ4"
  b"‹MFZ\f—EP›.[Ê<×äª"
  b"‹W™oYM@ÆšÔþä\x03»\x16õ"
  b"‹‰ß…/àL>ˆ8\x07ÕN\e&"
  b"‹ŒÃ\x13s”Kp£uú3èBzX"
  b"‹²¬9ÖU⡽’=Fjí«"
  b"Œ\x06’ã†;þ^\x00‚¬Âûêñ["
  b"Œ% §_\x19@’ÌíP\x01ér\x19"
  b"Œ;s«o3Af§\ro`£ÎH‘"
  b"""
    Œ@O¯åŽE¡Ô\n
    Óa,Æ\t
    """
  b"ŒFvš^ÞL~º¹´¸H¹oy"
  b"ŒRêÕ\x1A\x02BE©o½|˜bq`"
  b"Œ[\x13LGÛHŸ‰~ÇF#ŸÁ"
]
30 3.75 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"Œqéó\x0003¯"®W \t¦Êi"
  b"Œ¥da\x1E\v2!\x01\x7F¹zþ«\x18R"
  b"Œí5Ú5úC9†õÎ\x01\x072/h"
  b"Œï7á-*A-…¨\x0F¹,\t£Ã"
  b"ŒönwS<F\v¯AjÄ)JdÁ"
  b"ŒøQe}®B¿»ŠÅ£ÉD6@"
  b"Žb\x00äå\x01O¾¤òÜ\x1D\\x1Fmf"
  b"Žkbǵ\r_ºO\f'ï»\x1F¦R"
  b"Ž\x7F\x07¯—\x16I¬7TF ”\x00Ëz"
  b"ސ\x01B`\x14H`†\x7F"p®\e"
  b"ŽÐ¼‡÷ûN\x02³¢óÚ\x1CiLâ"
  b"""
    Žù\n
    $’eAòœº÷°bgƒ>
    """
  b"Ž\x16Fíqv‡á¢¬Ùl¹zû"
  b"Ž\x16¼™UƒI\x1E—'…Ìr3ÆÈ"
  b"Ž\e”IÿÌMóŒTå•\x10\x11þQ"
  b"Ž!N¹ŽK\“K§?áŸ\f<"
  b"Ž.VªÿG\x07»¶d]“Ž[\f"
  b"ŽCàä‰vN:žYµ\x07Œ€U{"
  b"Žh`ù\vhl¹Z³á\x06†¬@"
  b"ŽrÏ'kBOF´¾Œ·Éwë."
  b"Žzðא\x1EKŒ—M&’×rƒç"
  b"ŽˆU½|ÇHG€V}IÉ;À"
  b"ŽŠfÚ¿âHS„}+\x02üó\x0F³"
  b"Ž¡rì|ÜF—i[\x19Ö\v„o"
  b"\x08ƒ‚æÎÄÑ&U\x7F\t\x04L"
  b"\x19b¼c\x1CM¾‚d¢ù6ø»D"
  b"\x1CüÜ\x01AIk¾\x1D\x04šcX:W"
  b"!õÀ\rÄI»»Ç\f\x0FÄa®¯"
  b"Fà0¼\fHâ˜ÆÄ‘¸Ô]%"
  b"g¯5\tãAÈŸ#~\t¡‚Šæ"
  b"xy¼\v\x12A³°–º¿ŠåþŠ"
  b"«R\f\x03ÆHÞ‘ª¥–\x19\x03wA"
  b"½\x19Ñç\x1D÷…È\x10)h´c_£"
  b"Êe†,¥F‡¿\x00\x7F§ßÖä"
  b"""
    Ò\x05\x1Aþž& \n
    1´QžÒ\x16
    """
  b"è5_Þ\x0E×#È\x02âj\x14õ®B"
  b"èÏá­(J\x19œ!\vùÁmƒS"
  b"êƒ@HßA*”êÝí³·_b"
  b"þ«µÂžH™¸[ƒ\e\x12“pÁ"
  b"\x00­¸ÒE2¯Ñ\x06_\f¿ÀŠ"
  b"‰RÌ*\x1ADe‘`&4Ë‹·"
  b"Â”)<FG´·õß«šÚÁ"
  b"Ì6‡h¿H…œ#ÿþj@…k"
  b"è \¨\x7FKüŸ\x10©ñϯ¨ù"
  b"îÒÎy\x1C@S„ÔJð°Á\x1Cº"
  b"\x03\x19Pò—†Ÿl>5›H!%\x05"
  b"‘3\x18~Ç!Bé…Y9\tÁòd_"
  b"‘uÔ¸hñE©“Žö­á\x1F"
  b"’Q§îÐ=“XêNœŸ•\x01\x07"
  b"’\ŒôH\x16ImŸs\v\x1CEXËÉ"
  b"’^4Í8wñz^ˆŒ~tFÞr"
  b"’¢\x1F8\x1DìGüžÆ¾`·\x06·"
  b"’ªKÿÔwH´€š„2Ž<\x0E"
  b"\eäYn9Kb’ªêæh¬cª"
  b"“Grº\fŽmìÙ\f"’³rÒ"
  b"“³Œ\x17\x15hL±µ>\t’[Û°\x1C"
  b"“¿\x00¡­?M\x01¤¦9„²¥`i"
  b"“ÎêLç\tN\x7F©µ–µÿ^ò—"
  b"“Ñb\x0E{žL•ªO\x00\x05^å¡="
  b"""
    “ÖC\n
    ëí\n
    ŒTÈfň\t\x1E
    """
  b"”È‹ï–#´7¢(ñy†#U\x08"
  b"”÷m 1ZDŽ‚Ç{uªD}¤"
  b"\x04J^—\x07\x0F¨è\x1C”’„¶"
  b"\fJeJÌCT¬´JŠbhT"
  b"\x13Ò¾ÊöIÒ˜±\x1Ayd\x00\x1C"
  b"\x18;Ä}ÏGJ“´Çº­¶¼h"
  b"•'¤ÂjœF® ÷ê;ÅÂü\x11"
  b"•`·Î\x1D\x11O}ºvÉ\x03^‰Ï¤"
  b"•¡\vŸÿ]íÔ•ëö²ÁŽ=Ñ"
  b"•ÍOª©½O3ŒŒY\x16ØÄŒÉ"
  b"•ÏÒ‚ëÔHZ’ÂC*\x0E¡Õ«"
  b"–4rctH\x06´K¨CT•}ò"
  b"–T& ³@«½\fȏâÁ\j"
  b"–§\t°ì\x04A±ôôÓÎjg"
  b"–Ó¦ˆ\x01\x1C\x05Ì%v³\rµ”"
  b"–âfÀï“Nu¿Ž1Ð\x11"
  b"–âlB†l£"ü{G\x7F\x1F¿eM"
  b"–õ6k6¥J\x15¢ |ò!å D"
  b"\x1CÏ·uIµ¬ÿ48±×œ:"
  b"—9»-\t…Š6dóÆ)uê¶«"
  b"—]šC¶”K˨ø\x19(ž!MÕ"
  b"""
    —>ç\x10\n
    Fš™tS7\x10SœA
    """
  b"—¢da-$¯M©ÙL§Ž/ ˆ"
  b"—ÈC€ÓóL؁ö‘˜#\x01±\x18"
  b"—Ìÿ„+@OÃ½ÌæFLcªI"
  b"—ö?CÔs.\x11ÛMyÃñ·5\x08"
  b"""
    ˜3bÉ\x100C…®L\n
    È\x19W\x1C¾
    """
  b"˜]\x18¤¯*AŽ˜ü\r Ù\x1Dè "
  b"˜_-\rÛ>Føºoø%\x11\x01JV"
  b"˜±<zººBô™Ì¦þkNþp"
  b"˜Ê‡¢l,NѶç]å\x19n\x1EJ"
  b"˜ã\v`ÐAì¹Ä9U¿\x13\r7"
  b"˜ëÏèŽÜǸ•i8\x1CŸ¬!x"
  b"˜øÅüÓëD^“8I\x12gQûË"
  b"˜û\x1A‚ÝžCP«±Ü\x0F\tôJq"
  b"™1\v\x15Dh—¿½U\x0Eî$ƒ"
  b"™1¯p\x0FÏBÍ‹¼æf·qˆj"
  b"™5K\x1EºŸC,‡L\x16\x18âSÐ\x0E"
  b"™báåw¡@z¹_\x0E0ex¹s"
  b"™gÓÞŸ¡dó¬•ï\x01\x0E¤K³"
  b"™haý¬.H¾»Ü—%\e0‹ç"
  b"™kqx‹´GÁdcÓENÐ8"
  b"™l7-ì9M}©ÔÚ{À½·x"
  b"™çV©ÔO&¸["\x18Uª’±"
  b"™ÓC¯Ò\x1EG.·M>å\x15£µG"
  b"™×ÉŽuºB\e\x07eO'Ž–\x7F"
  b"™åue†«C¹¬QfÙw*|\x13"
  b"™ð)\vDZ~#¸Dëúû¨MÆ"
  b"ši(Ÿ\x01®AÆ¿ªz\_¹E\"
  b"š”¤˜©\f¥öFÓÚö\x13\x12ã\x01"
  b"šë¡>F‡@À´…ÔHþ@"4"
  b"›3&ûˆhEͽ\x165¼@WÛ{"
  b"›@½Ž%\x07@¨ŽŽÌþ\rDa3"
  b"›V„\x18¯ÈCÞ¶ØÄ.Ь\f""
  b"›vj»£\e»)\x1Aîò\x18bEõ¯"
  b"›zn¿Ö"½Q\x16Îü¬ª"¾`"
  b"›’S0¬ÃC·(ÿòZc÷k"
  b"›˜po\x1E·O¾~‚\x06{\x01âsH"
  b"›ü\Z)ª\x13Ø"\x1E\tŽu¤ \x0E"
  b"›üÈè\x16ŒÉˆBÂ/eUV>X"
  b"›ý`L/NId²â!\x00®[ðÀ"
  b"œ‡b\e+Y@L‹Àœ\x10ÙeÞ\x10"
  b"œ’\ðn¿Nîp„Zþ³\x03I"
  b"œ·Æ\x10ÄóHĶS÷ºÆs£I"
  b"œ»¦øŽåLNŽýkþä‘Ux"
  b"œ¿2Ùª¯'*z\x00Ô\rɏ\x0F="
  b"ZŽ—Âm»É:ÅB\x1Ed\v4"
  b"yhìÞdL\x01šÈ‰\x1810=ª"
  b"Ž\x02ÆH¡\x08#ä5æÃ2k¸"
  b"ãÜ\x17hL §}»dâI\x17ë"
  b"ž3~\x15™«D%™}`eGÊ\x13]"
  b"ž5ž›\x7F\x16Dé»ó×Óª\x10bo"
  b"žDZ³Ò´WõºG£l\x01ãÓK"
  b"žN¡RÒ\x1E†[\x14´£\x08\rN"P"
  b"žd;Æ"pB°\x00¾\x1FÕ\x06B£¦"
  b"ž~5“Å\x07H~¬¹[‚ gÝ{"
  b"ž“”ÐìC™¡+º\x0E,„¶3"
  b"žž£þÁûDºŒW¤¸Óýx\x06"
  b"ž·UL\x06€H÷¤xR?Ç?ZÌ"
  b"žãÍ.[g_ŒªU`\x164\x17Ëú"
  b"žó•æ\x03vÔŸ¹`nQÇmD<"
  b"Ÿ\x03R5\x1A\tV:fŒñbp™+“"
  b"Ÿ\x12­OüÎkD¹¡­\x1E\væDª"
  b"Ÿ\x14A$òæGû†ÁhxÀ[ab"
  b"Ÿ=T‡Pãi}|Ÿ³8¡\x7F:x"
  b"Ÿpªos7E¤²\x15Ôí&\x1C1:"
  b"Ÿ„\f…Æv\x15Ó!UÈónž£"
  b"Ÿ¯\x08Eá¢A_¶È^¥ØQ\x07M"
  b"Ÿ³Ð\x7FY¸M+³;0CÚ\x1F\x1D¸"
  b" \x02Âë4\x08\x11o(ˆ¶yü¿G"
  b" \x10û<ž­èæÓíÌ„—\x16Œ"
  b" \x1DÌ\x00—Läd¥ý\Tnr"ê"
  b" g¼›fEJߣ\x1F¢â÷a""
  b" šzkХ݈¬…"vajl™"
  b" µ\x02Ô¾\x03@$‰áÖ~\x06Õ\v¤"
  b" ËUãK\x03Bm»´h8M¶1"
  b" ÞFø°G맯ômû8bñ\x02"
  b" òb7RuEKˆ(òðÞÄð’"
  b"¡œŽ†’7@\x0Eµ>m1\ÏC="
  b"¡§uo8¤C+©Æl@ßU\x14þ"
  b"¡©Ì¸L-³~Ø€×!€'ÈË"
  b"¡µ@ôú\x16rð•cîma´\x12,"
  b"¡Ó¢TZ}HQ ¬ä|Ñ0}Ã"
  b"¡Óì\x10X G\x04¶Àª»ÇëÈç"
  b"¢*[^?;öø¡áØÝ÷ZÜí"
  b"¢1ç‡u\x0FCU—¾yåØÙ€z"
  b"¢m\x1E^ϵK\?™ ƒ+\x1Fø"
  b"¢yÌè˜;H7€µgª'ÕÀ"
  b"¢„è¯<í¥®ÃED¹žrwâ"
  b"¢Ç\x05á/z©9\x1F\t#‡¹£°"
  b"¢Ú$A>ED¤¬&«–œÆ¸l"
  b"¢ñš(õ4¾ì*‘¾BÏÛ'"
  b"£$\x03µ\x04¤hì\x08\x11Lîu¢Ðý"
  b"£\(âªTIÛ¸u5\x02_ÑÃ\x13"
  b"""
    £a\x12†3„J\n
    ©X$Á¹\x06i\f
    """
  b"£¥vÇ\x0F²O\x14€ZE1±iÙ<"
  b"£ÅL*\vä“ÒáwCM)Ûm±"
  b"£ÆÈíëö/£÷_v0 å‰D"
  b"£ùL\x0F¤\eNZ­xRº‘x\x1F"
  b"¤_æ\x1FVçM“®yа$\x12ë˜"
  b"¤u–à‹«LbƒŒõ\x03\x13\x0F"
  b"¤\x7FŽÅ´ÚLϵP\x01ôªÞ±©"
  b"¤ä;]¯¯Ãë]­/ =¥ÔÄ"
  b"¥R)õv\x14DlŒ‚GCv:\v"
  b"¥\Ёœ\x1AâÙ_=ƒ$aL\x0F"
  b"¥ªæðËÿi:\x02ãç¼Tß\x1A"
  b"¥’C\x06`\x18Cw­!\x0F\x02vR^ò"
  b"¥™…É‚dFæ€áRïv±ÞB"
  b"¥·ÍMz‘ZjeúåFÄ2Th"
  b"¥ÅÊl\x17Ó\x03\x00†vEo\n÷X"
  b"¦\x18Ž»ï9FNŽ‹ôð^ô²í"
  b"¦\e\eã¯ÉN—ƒ\t6§{Ľ\x1A"
  b"¦’µ¾dHþ†î‚\x12xš!t"
  b"¦Ò8Gj…M=™¼âª½ÊÄq"
  b"¦ÚE—œDMy¥‘Œ8@…Mb"
  b"¦æ!3¼ÇK³¶½®)Û˜9à"
  b"¦ýuø>ËO8´\fJ©á2]U"
  b"§\x07¸\x05(ycš]\x12V×xû›û"
  b"§\x15ƒÖ\ÉNhªÂø®SJµo"
  b"§v\t('+F\x1A›¢ë\x05\x08*\x1A¹"
  b"§†ðt\x1A"ûS>ë*V0\x18\v³"
  b"§¢…áÕ\x05IÅ„wÝw\r\x18\x0Eø"
  b"§Í±ê×&\x1C\x08ÌÏé\x0E\x1E厩"
  b"§×A5eqI\x0EÈY•ÖþF¡"
  b"¨r\x08)‡\v’ë}ñ0ÏÀÿa›"
  b"¨tÅ’\x01d•ƒÅ\x17\x11ýÁB\x04Å"
  b"¨‡¶6oNJKª\x7F9c\v.ùö"
  b"¨’ýbú\x1ENߺ¾<µcHó#"
  b"¨ÝÆ\x1E¢ªHg”×\x043\x1C®Wž"
  b"©\x05®õ™êÉ\x1F°Yý措³\x10"
  b"©,’\x061I-©J–¡@é¶\x13"
  b"©<\x01º¨\x7FJ\x00¢RŽ…g\t&a"
  b"©`\öXûF…Œöƒ\x11úœ\f"
  b"©x¬§éAþø0†Å,±à\x08é"
  b"©žÕiƒûG_©)!`˜§~R"
  b"©¼7QɶGæˆm,ñ¬B\x17Ð"
  b"©Â[ËÙ·1 >ÀÂR\x03¢*‡"
  b"©Æ£/\x12NNŸ«Hv—¹?v÷"
  b"©ìíÓéÚ2Ôê\x1D6CXy‚é"
  b"ª\x01±ßiú‚\x0Fh¤<'o•ð"
  b"ªJ®1\x11ÑDv\x0F|ÇesÙãŸ"
  b"""
    ªT°*º†BN…\x08\n
    µ\x07\x1D
    """
  b"ªVœò»Ec¹Ux²“\t¿"
  b"ª‹]ç`\x02I™¦äýC^ÍÖC"
  b"ª¢QÓ ÊãuØÁ„‚&â¡"
  b"ªµESÓKٺ}°ÿÃ"
  b"ªû\0\x1DŠOÇ·H\t·*Š$="
  b"«1\x03:åuKU¯\x10dA\x1F÷\x14¬"
  b"«=³?[$M¸™ë‘A‚|‚&"
  b"«ÃT\x05*Fi ‹Hÿ¿D®ø"
  b"«›Tˆu„ä»/6\x12i2†?†"
  b"«›ÅÇrÀJ恦êNô(P?"
  b"«È\x02f/ï\x00àZA‚sjšKù"
  b"""
    «Õw›‹¬.ø?U\n
    k çìÍ
    """
  b"«þâÊK\x14D´³_ö:ßðD½"
  b"¬$ÄqCöH0¯M\e´.Aá¥"
  b"¬bô™M\x08B3“ÇWV*}£}"
  b"¬x*@£éOj¨™•Fä^`N"
  b"¬Áï'«$A\x00–¼÷\x19ôk™"
  b"­\x08íS\x17½I³€é\x17ê\x06œ°S"
  b"­`¶A+º@ж¢·0å\x1Dò"
  b"­l'É1mEIŽ\x1D\x10Wv‘O^"
  b"­t\x15¢¹ûJü…×a†.¦ª\x1D"
  b"­¢ÚÇ\x18<\x17Mì0_ýÁ>hª"
  b"­´\x0Fv_\x12G¬Žžvß\x0E#\x1A\x12"
  b"­¹a\x1EÛ\x05GJ¾²³Ù*þ\t."
  b"­Æ5!”¸D¢‰;†\tVxü "
  b"®\x18\e^MÐyýÎË€gnp\x13é"
  b"®\x18¯ÑI\x11B÷‡ž*«XÔ\x1Dì"
  b"®M,”Ñò@=’¿¬PÎ&•"
  b"®‚ZTÆIŽZ§ßT…!¢B¢"
  b"®øâ^ãšI\x08™W,\x18Y|øž"
  b"¯=~ò 7©L`ó_žÎgµq"
  b"¯Fˆ®\x02EDNl™\x1Fr\x7F×ñ\x00"
  b"¯„æ6¾ûLQ·d\x19\x19<Üqq"
  b"¯Œ!…<öM\x1E¶÷èÿ&ðä"
  b"¯¬ÍÜ´\x15Ep©o\x07¯c¤\x07\x1E"
  b"¯¾Ã¯ùˆ.x\e3{ëž\x18¾¢"
  b"°?ÿZ$`Oa¶¾Ã¿–å²i"
  b"°[}^¾K)T\x031\x03\x08w•¯‰"
  b"°šÎMk®N*´*£vô.\x0E¤"
  b"°£"LR\x07O\x02›ätýï¡–á"
  b"°¹¹f.ÁLœÚ¶y:Z<˜"
  b"±\x15Ÿ,ƒ¿D>·#&ÛMoKU"
  b"±N\x1AN85¡¤\eävÓC ‹æ"
  b"±XÎ\x1A÷µBù§ÑÖçãG%Æ"
  b"±ªà›Õ\x1CAi¡4j¸QGâà"
  b"±ÍfB\x17ŽK²¹¦ŽW´Uuü"
  b"±ôže­ÔN½±ÎÀj\x08ìÚè"
  b"±øŽ.¯ëBЫÅ\x142\x00öb\x01"
  b"²\tQ)\x04\x02GM†µiÝÄè›\x07"
  b"²\x11\t;—ðNI°™Ïò¦ÃÖ>"
  b"²\x11Æ„ÍÖO—¿Ð2˜Ê48"
  b"²\x1Df@l ÓÚÊÕ\x10[IRê%"
  b"²sIæ¥òA[—€”âû\x19£("
  b"²¤%k__H”†ö\x12\x03 X\x10œ"
  b"²Ó†»±ýHô”\x17žOnÀ\x1Aä"
  b"³\x00P)(yJ\£'§¦[Œ‹´"
  b"³\x13ã@ lM߸Àï÷ò$iy"
  b"³(3âa–¥çH¦óBZ\x07<„"
  b"³<\x00꼿F«µZ\x1AÑ\nŽœŸ"
  b"³>m\x12±\eI¶’\x0F\x19o#÷}L"
  b"³¸>ÿ˜MGRƒC¼\x07\eDA?"
  b"³Ç’@C5½\x15ÃC\x0EÏÏ&E"
  b"³ê×O*3@à€'+¹ùò\x15n"
  b"³õ¥BØG³´\x12D}zõE "
  b"³ùõýÁ/M½€‰\x13dãÂ\x07;"
  b"´\x0E[*HèŽ\x06­ˆšÒÈ\x08"
  b"´\x11\x03M\x04Ô©B˜Sbm"Gs4"
  b"´;0Œ\x13\x19¿{pñLýëš‚Ç"
  b"´IÞàf8B\x07¢8\x11ÁPªÊ”"
  b"µ\x02\x1CûE.ME‹•-j\x0F\x1ET"
  b"µcì3´‘M\x19”%žÅ"ÜU"
  b"µÉi\r\x07\x7F£ï†xrTÈ\e"
  b"µæ´ÝY9m޽›·7>\x08"
  b"µü‹td~KQ‰€Æ Xú‹c"
  b"¶y>l.ßβÀ¤mú½YŸ-"
  b"¶½mLp@“ƒÚ[v9Xµï"
  b"¶ì3š¬þHú¦ÉR!’Ž­×"
  b"¶ùS¯@Ó@à>©ÞF¬\x04×"
  b"·\x17¥1Æ–C¨±ê¯g4ëÞ\x1F"
  b"·"\x02öf.CO $\x02ù–„¶§"
  b"·,Ä\x16\x18GFÌž\x19°½\x1Cr0("
  b"·NOŒyï=å\x16èCèƒ\x12"
  b"·o\x04$˜”á7æ:Gå\x07#þÀ"
  b"·rÖ—\x16ˆÖ­xÄ\x03T\fUS"
  b"·Ç¦äiÞ;•%q\x11¡~o²"
  b"¸@Tйå@{¢ÛÍLkŒ) "
  b"¸Q\\x03¬ÁC4€ët#ÐëÕ/"
  b"¸WñEñQBþ¬*”\x1AýЯ/"
  b"¸g?Ù\x1EBAk­/ã\f:¬Ék"
  b"¸•ú¢¾K\x17UWÝ\x1ES•;"
  b"¸Ÿ\v~ÕûEà€À¥<õÁ¨â"
  b"¸ºàf‘\x10G!ªÈ_ö\vHýo"
  b"¸ÄκېA캄Ré}x\t\x0F"
  b"¸Ê¤z>GI\x03‰v¬¿èùÅß"
  b"¹¯—XI\x06\x1FCŽÖ5T{ú"
  b"º\fþÎüÌETІ¯ÎûtRŽ"
  b"""
    º3”2áAõ±\n
    \x1A—¸aU
    """
  b"º7Ù_\x03\x15è„dr'–þ­Èâ"
  b"""
    º¦(M\n
    ¨¤©Ó;Ÿ\x01¯yÁk
    """
  b"ºýjÐhüGG•Oµ.\t|è#"
  b"»v\x1AjkÊN˜\x19\x1CŸ„ña3"
  b"»zšü\x07»FÒ€ÃÎu!!\x7Fd"
  b"""
    »¦ÓΈA\n
    ¥„©)’Þ\ù
    """
  b"»ˆ®\x19Q¦LIžÇf½û[&ž"
  b"»×\rÇÒÊF½/¨àY"9Œ"
  b"¼Î7TæL¤€h¾‹ÆÓÒú"
  b"¼ß\x1CxŽOC\t«L\x16‘&\x11¥Ù"
  b"¼æ¹æòßJi‹Yˆ\x1A܇âŽ"
  b"½\x14¶í“Á@²‚+}ºÁ\eÿÍ"
  b"½*ZáWOD¤”Ä\x0F\x01XÎj4"
  b"½^­QËtDö¯m\x15\x1EhtÔ-"
  b"½‘É\x16£\x1D5€„d\x11ëY\x1CFM"
  b"½²7\x03rÄA³Š\x7FœŠ@„¶i"
  b"½áŠeqæI̘3`\x06€£T-"
  b"¾\x1C.Ù¶ÂJ\x06§\eŠ:ýL\x08ü"
  b"¾\x1EÂÖ‚/G…v±cVùJ\x0Fo"
  b"¾}÷>m‘\x1EØ’_ŠÒ\tW¹Ì"
  b"¾æY¢2N\x16„–\x05ñöہ\x06"
  b"¿y\x14m²ŒE]±Y¢&¯1ûú"
  b"¿³.-3B\x16•†Ëym{\x14^"
  b"¿µï+»S‡\x07ï}MŽ'U{"
  b"¿Èê”xqO\x11ï¨$˜ô¢ž"
  b"À!HdP‡Fܼ%¦{\x12\x07¬î"
  b"À:ã\x02x\tKµ„Ñ?Jk,*V"
  b"À\îÚø\x1E1g„X?\v\x16\"
  b"ÀÃ\x03IŠÎL´tíÛà(Ñl"
  b"Àç\X™¬\v‹éø\x07W>HUì"
  b"Á\x105FÌåL©°î?\ù?õ`"
  b"Á7 O7µ»Q\x04\x0FY\x16á,f"
  b"Áa¶\x0F«\x12F*´:ëòfZàÔ"
  b"Á{\x0EÇôߏ¹âÞ#*Ð;_\x1D"
  b"‘ OQ!B–¿\x00î ¿i\x1Eµ"
  b"‘}*ç\x13J‡°¾9ÝGé™Ç"
  b"Â¥;¤’NJ\x14º·XT×êOd"
  b"Âú­\tÅvGn„Y÷Šô¥_‘"
  b"Ã2_eŽïN›œ¶j׊Ð\x01S"
  b"ÃZàbÐ’D\x01¢\x19š§•\x18"
  b"Ã[B1¤pDP–B\x13êÜ2è˜"
  b"ÃR2zdMð‘ÁŒË}q— "
  b"Ã’9\x02Zù.«Šppýáþ§Q"
  b"ø9Ÿ¾\x16K—’µ¬ö[È’U"
  b"ÃÍC~ã¼@A´„ãXÌòó€"
  b"Ä\x14Ie²\x19\f0®Û@*u)ë""
  b"Ä!Ö\x18¯\x16Dˆ²”ȵïÆ)"
  b"Ä"®“ØQLY6¬™^\x06µì5"
  b"ÄgùÕMU´ø\x1E9Ò’Y&Á"
  b"ÄqÁÏÖiB\x14º8z\x12ìóa"
  b"Äy‹ ”tAŠ·\x0E.#"Å\x14"
  b"Ä­aÜV;H]¨”p¿ÚQlý"
  b"ÄÂ%\x18~\x01N퓆ˆ$‘øêà"
  b"ÄÈ…£­×I½\x16\x0EâÒ8R£"
  b"ÄÛ}xYsOç4\x11­\x1CÆS\x02"
  b"ÄäpLf\x1Al?öŒüL«š×"
  b"Å-<šM,CxšÌÆ'ª<e˜"
  b"Å{th¸ŽJ%˜\x12”uÍõ}z"
  b"Å}\x07î\x1F \x19£##­œŽä\x7F6"
  b"Åý\x11C¯‚HƼÃ@kô‹•\e"
  b"Æ\x03C\x06¶ÐE5ï+¢Þõä-"
  b"Æ-õÉ\x08lI׎¯s8ÁdE¬"
  b"Æ0\x19U¦×MÓŽ›ÓԖǾ\x0F"
  b"Æ5Ä–]¬IL¨%É6\x07\x18"
  b"Æ6\x1CË ÓCœªKËìiž†Ê"
  b"ÆbŽ@‹ŒA½ª\x08ÿçÖYkÌ"
  b"Æh¯\x17+ÞKÿ‘Üm§\x05¿\x1Aþ"
  b"ÆìsÕ« OøŸÍÅåx}V\e"
  b"Ç\x0E\x7F\x00èçKv—(\rô\x17\x10"
  b"Çkšä³O7l\x1E\x045(¶üxx"
  b"ÇŠ2Nd\x1CE/»^Hb/\x1Fý"
  b"ÇŒ%XœêO\x04ªËA\x04:†žG"
  b"ÇǮ̛9N\v¼Ä7%\x11ú¦3"
  b"Çã$mkœFà¼\tðÑÍИô"
  b"Çú\x0EaBäJÀ¢\x08‰÷P¬fê"
  b"È\rœ¡ÁõBq–y\x11ó!z\x03A"
  b"È\x16I@ Å{\x19¢´¥@6žæA"
  b"È/c«\t´Eb«âe\x17`gw"
  b"ÈG\x137?@N²›ªJ§ï\x15„*"
  b"ÈQ@ßuC\x01DLÿê\x15\x0Eµ\e6"
  b"ÈiX˜Ì„»S“±\x18\x13œ4vÛ"
  b"È­æðQáãø‹¸øÞ«8Ö«"
  b"Ȳb'ÓM\x1D ›2\x12]¨B1"
  b"Èïhø%NIÌ¥üuu¢¨A°"
  b"Èø¸\x1E¤ˆ“yýD|c\x15Ò‰"
  b"É)\x02Ì\x08³þ"©œoýó›€÷"
  b"""
    ÉLœß´ðNK²CAþ6\n
    Y@
    """
  b"Éaž…bîKT¶YГÔI[\x1F"
  b"ɺý\x0E¾Öþœ5$“ÑåŒT„"
  b"ɼp†§a`,\x1Eå\r=ò]\rÁ"
  b"ÉÚ¥’%èMš“0ŽM-ޝ\x1F"
  b"Ê^sÊIG [J“†ÊHfD3"
  b"ÊsŠßÕUY|‘ì_\x14¸@'¸"
  b"ʤËëÃuHøcެ„æ[Ñ"
  b"ÊóÃ<X\x01F(ŸÝ?w\x1C5Êò"
  b"Ë@¦Û¼þéÙòÁ\vè\x07\x12âô"
  b"ˆ8u[ßF„°\e\x7Fh·n"
  b"""
    ˏ—\t\x16'K>€XÒÓ¹\n
    
    """
  b"ː’H†ªE2÷Ûü\x0F’ °"
  b"Ë£Q§°ÒM\x1A‹°\x1E qõ‚="
  b"Ëâi¾í\Mʪg“¨a\x04…>"
  b"Ì>"ØjéG¨¼1Á,9K\x07³"
  b"Ì^çÌ»üKÆŸ\x0F¤ŽPŠœ\x12"
  b"ÍLÔM94½a\x05%”\x01Âáðª"
  b"Í_\x07‚Qf›P^³¢%"Åщ"
  b"ÍvU ‡JT‡ùf\x15O›§í"
  b"Íæ\x06\x16|„L\x1A”ç–Ð_\x08Ö?"
  b"Î\x0E\x1E¾/­Dôªú\eÆ\x07ý8"
  b"Î,ŽÏ$VW\t…L9d“ßæß"
  b"Î9dö¨¨ŽUP+,´š{6 "
  b"ε\e±‚£A/âêWâ(Ô\x08"
  b"Îô#¼\tJOMƒ„-Û¡Â`\x06"
  b"Î÷q .E¦…Ç»ÉPþeE"
  b"ÎüÈù\x08$A\x7F”"ê6j^\x1A"
  b"Ï\x02ƒ†m­Jµ·)"ñè}v¿"
  b"Ï\x05üùC£…(ѦÕÍo­LÆ"
  b"Ï\eu7†Q×'¬èØ…è4\x10"
  b"ÏÇT¹Ö·@‹‡vrZ~×eð"
  b"Ð\x02–qQLM®ˆ3{mIñ'Y"
  b"Ð\x07n\x00\x7FrJ*•ç V$rÁD"
  b"Ð5jŒWSá-}áiCŸy€Y"
  b"Ð@\f³]9Fc²Ì\x1A\x17c¤¸Û"
  b"Ð\x7F¾IÆÖ¢6Cm¯]¨!E"
  b"Ж©qÎÝ’Ð’¶A)pj\rw"
  b"з\x11‘Ÿ¹M¼Ž:á\x163’("
  b"о1•t;F7ûqµ­\x16A\x06"
  b"ÐÐD\’\x18g¯Ä9PGœ\x10ÿ“"
  b"ÐÐãóÃHDž \x14\x11û»"
  b"""
    Ñ\x14\x1E³\x1Aý)\n
    \v\x01¶Ç“\x13
    """
  b"Ñ\x14bT1ðA,žyuõ]åÎw"
  b"Ñ Ýù’Ž@òŽO"HßTt…"
  b"Ñeð»EÒDw²îñ$³zÃ\t"
  b"Ñq×\x12KéOŽ¢{\vy\x0Fòõ5"
  b"ÑšÿpKª@ ¢¡ÌtIÆi\x04"
  b"ѽ\x13\x08£1LœˆVœíváY¥"
  b"ÑØ\x15€OtIÿrCC\x18`=ë"
  b"""
    ÑÙ\x7F„ó\n
    K&£Ã•´É(_û
    """
  b"Ñß!Ý8TI\œ\v¾ê8¡™K"
  b"Ñî²b7,\x13ò¢$Ù\x10\x038Ëh"
  b"Ò#(Hr\x10HϤ;#‰™ßL/"
  b"ÒD¬³¨B¦W\«ŽØi.%ª"
  b"Ò…\e\x13áIMã„AOAmÚc""
  b"Ò¨d6\v[I\x1F¿Ï¥lH\vSE"
  b"Òûëþà\x15K¡‡æq±Êq\vò"
  b"Ó"­1›WEp²ÔN\x19\x11–\x17"
  b"Ó,¸t\x03ÐAȯ\x00\x01³6š®P"
  b"Ó4\x19¼§nGf‘€q8Ϊ>."
  b"Ó<\x05#\x18I:™¼3R^¨"
  b"Ó=SÏ\x08\x04\x7F\x12\x0E¹€CàÖÁw"
  b"ÓNUØßÃEp²\x07‘‹mw‡ž"
  b"ÓQŸð‹¿EzºýÒ\x13¤êQ…"
  b"ÓV\x06\x14UlNš¥óûdiÂòá"
  b"Ó·¤¶ë\x05Ö\e¦Œ\x08Þ¨AA–"
  b"Óºå˜á–/2ÿ×yÀ€Ø*t"
  b"ÓÖÅ£µòCV»$e\x1A\x12f\x0Eˆ"
  b"Ô\x19%t³\x02\t{棯ƒð=¨9"
  b"Ô8XTö°@k…Ö+Ò£@€\x00"
  b"Ôr=Ÿ¡âz"Ξñ[´Z\x00\x19"
  b"Ôw3\x1Dê6N6¬ý[n¨:\x03\x1C"
  b"ÔâÏn\x14*NE­ÃOa Ma\t"
  b"ÔíªÚ)8,’v\x07Ȉԩª»"
  b"Ôû ZTK<\x01望aÒkÚ\x1C"
  b"Õ‰{4C\x03\x06\x08Õ(¡7^›"
  b"ÕŽí\f»\x01I¹ƒØcÊó}pÉ"
  b"Õ‘^þ—€ùºú¬~\x14¨&Wæ"
  b"Õ“5l»è§\x17²°`+‚¹–‡"
  b"ÕªÈñ®\vB²¶±½£í\x1F"
  b"ÕãÑÂÖ\x08@¬¦ãèíç\x16² "
  b"""
    Ö\x1AÛ\\x02Õ\n
    Ä›e,a[ÐáÁ
    """
  b"Ö$qùq\x1CI€¯\r,Zn=[°"
  b"ÖaóW\x154GXªF~ŸÔûjt"
  b"Öh¬\x04\x08ñt»¾Êîgû;\x05"
  b"ÖnÈÑãVM/‹K¾CÚø«w"
  b"Ö‹K\x12ÉøA·•~Á!B\x19nH"
  b"ÖÏ%ÖЏMåŽS>ŽË…"
  b"×\x182ÅD\e™çÒ­€íš\x14"
  b"×1OûTcBלÕ.ø¡?§z"
  b"×G©šóo‡¢%d—:Æä>®"
  b"׆s¢…QI=ž#\x1C\x17 öÇ2"
  b"""
    ×¥\x1F\n
    \x05G\x1C¿W\vc\x11d&;
    """
  b"×Âí\x14àEJôr†çå±{G"
  b"×ÿÜG\x12±Kü­\vº\x18Ø\x12m,"
  b"ØQ}öÚ#LÀ†\x15 \x12dv\x01ô"
  b"Ø^ÜGN÷G …\x1FŒN)òx„"
  b"Ø«ný–¢L\x04¯!\x1E\x0FÍ¡Ìb"
  b"Ø»øË\x18ÀO‡›Æ†õ‹\x1F"
  b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+"
  b"""
    ØäÔ#B™O²~æÍŠFK\n
    0
    """
  b"ØñMm™n¤\x06¤:ØÜ\x1DžO\t"
  b"""
    Øü\n
    »\x10ãÇ\x1D÷%Ûê‡Ñú_
    """
  b"Ù\x14¾\x7FPLD\x13¯#ÆÜz\x1D\x00A"
  b"Ù(šÃ\x10²G\x1Dµ!|©œÛ¤Ü"
  b"ÙW”_\voC‚›Á\x7F\x18¿\f"
  b"Ùwœ\x05š×F\x11¾\x05¼ú¥'ÂY"
  b"Ù}™OÙ3Bâª(I\t[¢wL"
  b"ÙŸ ¨a#OKަjXH·¢¢"
  b"Ù¹\x12\x03ïF䜃»’éW®%"
  b"""
    Ùû8ÆÛ\x1D\n
    $1ȱîÁêý
    """
  b"Ùü"!q{J7Ž_‡‚cS\x12"
  b"ÚP3ne´L¥ƒ`ÈE9/}‚"
  b"Úíà\x18žÔC\x1F‚ýŸ¶\x04J†\x00"
  b"Úû)L…xG?¡k;{\x19Äæ"
  b"Û\t{6¬Kÿ®¼Ëyixž¦"
  b"ÛG)²$Ê\x18çcŽ%)v{S"
  b"ېÁ‘xÎH—Ž‰5û[É–"
  b"Ü\x17½ßoõJT¹×€ }¯Ï"
  b"Ü\x1EŽvE²£À’™–½\f÷H"
  b"Ü'\x1Fq”¾È»e'Ðs¨Àõ#"
  b"Ü6\x1E$\x10RJ‹±ü[\x1E\x059‹Y"
  b"܇¤ÉHÑVÕÏø\x16·Ì\x17}\v"
  b"ܲ*[´rKbœÖoï\x00=e¢"
  b"ܺõË\x0E1F<Ë~\x7FÚ‹SÖ"
  b"Ü»\x0FªžíCõ‡âÔÜS¯Gõ"
  b"Ý\x01­\v"¡OË™%r\x01<m—Ž"
  b"""
    Ý\x12³x$\x15D\x1Ežë\x1C"s\n
    ùÀ
    """
  b"ÝTkÞTŠA\x1F¹×V©?H‰¹"
  b"Ý••1\vPF*§cµÙ\x08\x088"
  b"ÞF\x03@£¢OG”˜†š\x16`\x0E\x16"
  b"ÞHÿïð C”^\x17Þç\x1D‡"
  b"Þ`Z©uæŽëD6»\x0EªÕPú"
  b"Þ”xxO8JK°ÇôH\rÃä@"
  b"ÞšÅë_à>T?MÍ;B>\x11ˆ"
  b"""
    ÞÜMÿ\n
    -OªŽ\e[V"²^
    """
  b"Þåo ó°F§¬tMax¡W¡"
  b"ß\x1DÖVce×oW%§Or;C•"
  b"ß2I¢RÏA©ª5¹\x7FLv~‚"
  b"ß9Úš\x7F\x019T_ðj™\x07Þ\x1D\x03"
  b"ß:ämp\x1DOG…‘Â\x04Œ\x10Á3"
  b"ß@bë\fO`Ýäueq]´"
  b"ßS\x10´Á™nÕ\x1FÌÓŠCk\x10Š"
  b"ßeñ~.˜G0Ž×gÍzAmä"
  b"ßo\x7FƒpŒ@#¤òE2Ü™ªà"
  b"ß~aH¼ßF?§ \x0Erª³æŒ"
  b"ß‘Ì\v-àEŒ²œNí\x1A{P‚"
  b"ߣ|ZÜGD]µM¯\x1D\fA"
  b"ßµ¼\x13˜}KΗhÿhfŒbÈ"
  b"ßüz¾Æ+Ft¦<"œj\x08;Y"
  b"ßþ¦C\x02\r܈5$ÑFx¢ã@"
  b"à\x18röÛÄKx\x01ö X\x1Ar\x7F"
  b"à<E‚ææO¶‘#EkMÕp\e"
  b"à=þÄgXI¹’\x17ˆôÈŒŽ"
  b"à`Ë(\eåA\x12¥\x17öBç\x04n"
  b"àƒÝi\x19¸Dܯ{!|oçz¿"
  b"àÛ¬: ÀL¦†tJOÐA\rÄ"
  b"àå\x08\x04¼I®›]iQµOdƒ"
  b"á\x00V®Û\x1CF„˜ÈBSþÅ\x0F\x00"
  b"á!:.œE²¼gq\víb°["
  b"áŠîÆí M\x01€¨£gPn0˜"
  b"áñ;~ðgN¦›\x1E/CjH)\x1D"
  b"â+þ͘TJûž9Xô`étW"
  b"""
    âkvj°óD>´\x16¤’$¼\n
    9
    """
  b"âsù‰·ôþ™C\x18{—c\x07|–"
  b"â\x7F\x06Có§M“Ÿz$Óg\x0F§\x05"
  b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ"
  b"âÿí\x02¦ü×G\x0E8\x08µY\x06ìU"
  b"ãë#HBÃN_…Ñ\x03°+tu’"
  b"ãí,j\x1FŒS¶tì‚Ñ~lj-"
  b"ãòÝK§ÿCÿŽ–×ôvyQ"
  b"ä0\x01eV¿J\x04‚ž£Â]Š Ô"
  b"äX_:ƒGCF‚ëV1Wó\x18\x1C"
  b"ä^{2m<Ií£\x16ìÏOø©""
  b"""
    ä}·õ¿¢%r\x06\n
    ›xþ¥=ä
    """
  b"äÅ=œEBЀ¡ôkïÆã\x18"
  b"ä·'N4çLТùŸ‚$þÆ»"
  b"äÄ ÇpÅDЪ\x13‘CÌ¢ñD"
  b"äÖ¶ˆHY¨;=Tv7ìL\x11I"
  b"äÛ¼û8\x07BmµæøJl\x1F†¶"
  b"å-ýnFÙ’ }\x05\x7F\x10%öù-"
  b"å[ßçõ§NŸ¿Â\x1AÙ‡nÐ\x08"
  b"åƒ~\x01èÆNgœ”í)ù5t*"
  b"åœÚ5å[FY”Ñ9®uªÈ¤"
  b"åÖ|•Ý7Ðÿë“á½ë”q÷"
  b"æ6‚ú©Y@õ‘ Mù?æÁÅ"
  b"æ>ÚDUœIH´SEEZ\x10Ö="
  b"æ\x7F\x19?ÑôFà©\x16;†NU."
  b"æÏVí55ÛÀät\x17y¯Ê\t\x1D"
  b"æîÓŸTMDd€º;¯^êöu"
  b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç"
  b"æõ•¨u’rR—^Vë“2„´"
  b"æý1·Ï\x1F@ ³“Mr?3B\x1C"
  b"ç\x16`ÿ½\eC£€²…\x05ûk’è"
  b"çNˆmªÊ"¸ÎR6ÉT~Š\x16"
  b"çkË\x01úÝEΙ\x06È':€)í"
  b"ç©•\x1E¸\x1EO¾¦áé›'ÙËÜ"
  b"çó¿„@*ÂúJzHh¾sá"
  b"çÐÔùHoD\x14©\x02“èø\x046\x11"
  b"è\x18j¨—AÅ„¼£\x12§u\x10"
  b"è†Â\x10#Nɳë\x16ޱ¡±\x1F"
  b"èˆúÙ…´O2¯„\x11­S6ƒ^"
  b"è˜hÓ4°C“°\x01lÖÀ‰¬"
  b"è zRÕ\x10F›µ£>0•v8¤"
  b"èÆŒ%#âIô½éÕ=²åØf"
  b"èÉB\x10[ŽMÕ·$¼\x05\x19ÑŠ\x0E"
  b"é\sˆ°\x05K{°¯=ŸyÌ\rX"
  b"éËrEB\x1ALà·çh\x06÷s_³"
  b"ê]•¯ƒsÌØZÛ¤b3~"
  b"ë\táF|\x1D›0ß@D:~exA"
  b"ëd4º+sNfµ‡\\f»·~ü"
  b"ë~Šï\x0FCf¶å$ îá'Â"
  b"ë’ÅżdKf±'\x07bB8ëÿ"
  b"ë·…\x05\x15¼H\x1Eg‹äúom<"
  b"ëÌThCûM\x16ñåc7\ew\x03"
  b"ëç‚‘¿%D/‡vä8¶ž!º"
  b"ëîZÓ\x1FÎMÁ®¢“@Â#@/"
  b"ìp:¤LÍqÖÌÄCe®ÕË"
  b"ì£ÂÑÓ A\e $5 ,~ïM"
  b"ì¾!\x1CՁ@ĐÝÖ’\x06ÐÜ1"
  b"ìÄÖIÿ0ŽìÂE\x10LÂ2›"
  b"í*§±dODx‡‘\x1D+‹Ú[¾"
  b"í¦{)öNl“í?\teœë"
  b"í¿e{ÿÊL—¾ÍcYÒúN{"
  b"íäXAg F2“ÙýÁÚ!\ä"
  b"""
    íú×\n
    ¬ìå\x05òyÙ\x1C{Žób
    """
  b"î>Ÿ}W×CܺmKQXØ›í"
  b"î›ÒD‰¢C™’íæ?ó\r"
  b"ïµÂŒ\x15B2Š’ú>/{$¨"
  b"ï¹Ï\x14\x07t³Â¹qäÖGŠ\x05/"
  b"ïÈc´™’\ß+5gê\x08¦|>"
  b"ïø\x01H­¿J±\x08´v{\kr"
  b"ðFd”à¦C;™ˆÓï\v®eó"
  b"ð¡\x18>'Hª®N;Ý6”\f±"
  b"""
    ð¯ð\n
    =MY²?š«ÄT\x17R
    """
  b"ð·<ºyŸ\x1C"}Ñ’O|6h)"
  b"ð¹\x1D°ÆHD#‘O\x10%ëo®Ó"
  b"ñ)àW•BQ\eáL¦},ŽH"
  b"ñ;0Gê-@Äž\eÞÂl<¯ô"
  b"ñB9j\x1E)Û ›:&h\x1DÚ""
  b"ñs·\x12J\x03M;´Â—\rÛE²Ú"
  b"ñäõʽ\x0F@®jÈ+íÉ\x08="
  b"ñùÃ\x10v¿I\x08 ˆ(ÄbÒwK"
  b"""
    ñûÅ¡‹\n
    D}¥Õ`ýNËR\x06
    """
  b"ò\x1CŽIn\x0E\x1Aj«n\x19¹d§"
  b"ò3f¤\\x07L¢›Úúhÿås\x11"
  b"ò=BŽÙÎOË\x04É\cèe\x10"
  b"òcëÔŽœMt“#í“èBÊž"
  b"òwËé\x06‚N1¦ùÚ\x13Ó›oâ"
  b"òô÷FËÂOf¦”\x0EÖPLxã"
  b"ó>aÓï¯L’§Å|Ðx\x17\\x1E"
  b"ómVOïJC¼¥´|6oߝi"
  b"óƒ@\x07U4jz¡DøÎ ñ[•"
  b"óƒ_Ø…"J,¹‡¡6ú—ª\e"
  b"ó\x16tk¦M\x0E¾\x19€»J8•L"
  b"óŸ5PÕCò¦uBá¬íËt"
  b"ó¢ÍIq·JИŕŸ¹nçH"
  b"óý1²¥GA¦¨Z\x03å\x16/\rs"
  b"ô\rãxV!MUœDÜòü6NÆ"
  b"ôOõ\x1DhéLZ•°Ëa.Œ!á"
  b"ôuã¼1‡vQ²Þ\x15èÞš\x17"
  b"ôŽÞJ3O7ƒêW?øEŽ\x02"
  b"ô·N`H®O]¶”\x05Ѳ5§“"
  b"ôÅs½\x12xHmŽÛŽU•…Íþ"
  b"ôίß>ûN^©Ééç,U B"
  b"ôÏúǁJ7Š‚ÛIè®Æ¥"
  b"""
    ôâ·Ø‚4A¬¯G\n
    </=Q·
    """
  b"ôâÅxIZWZ–\x7FGêgüY­"
  b"ôâÛy*îN¯ª¡b†÷\x16ì“"
  b"õ\x17ƯµÖFJlaÜq‹Q\f"
  b"õTœ–¶‹Dn€ę́oÐÁG"
  b"õ_T„YàDd\tÿ†§c\e"
  b"õu²è/Dk³\x19\x17W\x15\x17"
  b"""
    õ\x16ìÁšJ‡¿¶â\x05\n
    ¾
    """
  b"õ’üý¤C•ƒ•Òé$|†"
  b"õÅÑ“\x06ýKX¹ö֢ʆ¹9"
  b"õÚ|࢈F6–_‡@)ÚUà"
  b"õðCó˜\x1C.6DÈ,¯¦-o_"
  b"õý*ÄŸîHS•xò„±\x17ù"
  b"ö\x04\x19Ëv‚CK»SàO\x07\x03xA"
  b"ö\x19”rÆNB„§(êåÉQ¬{"
  b"ö\x19¼\x10‹˜J¹°à\x14Y?q\x18ù"
  b"ö:\x0F£Â3G”…D\x1E%qm|"
  b"ö<þU€¥-V\x03ÿ)ŽË5\x12o"
  b"öo&ÒcÍD8Ðê\x06ò2\x01£"
  b"ö¹\x06³\rVð†Õ£“\f†è9ù"
  b"öðqó‹vO\x7F°¢ÒÙ";P\n"
  b"÷4©µÍ-@\x1D³Ö7O*ês\x18"
  b"÷\p·Ø©k,~\x13¨žQX2,"
  b"÷k\”éAK\x0E¾­é×ï)Ï\x1E"
  b"÷Æd\x02\x15ÜF.­¬Ûí\x0FÀ¿b"
  b"÷èÐcLãÜy!\x1EL@I\x13ø"
  b"ø\x0FÐér¼Kÿ…\x0Eå<O\x06òˆ"
  b"ø\x16<\x128,˜Õ=à \x14=´¿ú"
  b"ø\x18_Å%ÇN9£C\·!„Œc"
  b"ø(>c\t°˜?\x16N|:y2Š›"
  b"øu\x13‰¾-A\x1D\ftŸ O{#"
  b"ø…s\r\rFBÔ¥ŸŒ3.hÀ\x12"
  b"""
    øŽ:; \vA\n
    ˆÝUì½Fît
    """
  b"øÖ‡]<ÈM{½1ló×\eË–"
  b"ù3Σ\x11©M2¢\x0F\x13¸ÅEýã"
  b"ùNã?/fC@ŠòØ9á\t&u"
  b"ù^¤›VøD&´=F_áco\x14"
  b"ùp¨[FML\„‹!¼Ý„G\x07"
  b"ù…\x7FÊ&À@\v”-‹šÊ*Q"
  b"ùš\x06péôh¹¼¤õˆÈg%"
  b"ùµÛ¢ÿI®»Ü9\x18_v\x1D»"
  b"ùǬ,™_LoŠu\x0E\x0FÆ\x1A"
  b"""
    ú-q7Ø*Ad§\n
    ¥ú°²ì4
    """
  b"ú;\x01±Ö?H\x1E–-í\x1Fü9.\x06"
  b"ú}«d™Î[Ä*½Íùý.~"
  b"úÎA<&!Ó?X_\x03\1v˜–"
  b"û\x12פ—†A›ºŸLKƒÇê\n"
  b"û\x15é\x12ÃS>|\x06yÔ‹\x7F"
  b"ûvA\x12óÈ?pÁ°\x07QgC.^"
  b"û†\x0E|ðNï°{GÕO,Ãu"
  b"û²œ\x1E¤"›ÿu;¡×þù\x10"
  b"û¿\x1F:«sO¼†Ý\x1E\x046«L]"
  b"ûÞ<Ôâ\x03™âýr‰Ð\x05Ùª"
  b"ûÞ½s儐¥¸†i0wn²í"
  b"ûïe뫁Eb¬ý黋3üã"
  b"ü\x01Ôi©ŽJ]ª—|'Ó®•w"
  b"ü\x1A8DÂÖÃÀ\x1E\x03‹:^µã?"
  b"üZË\x04\x15õF}’\x19±½ƒU±ì"
  b"üh2\x03+cGñˆí(­w"=\x1D"
  b"üºÓÇb°o—¢ŽTö\x1A|ïË"
  b"üß\x01Ÿ:\x05N\x06™Á‚НT`º"
  b"üñÏŽ]w@T‚øàßR×°\e"
  b"ý\x12/;\x1F;G©‡´;7n-;"
  b"ý8'’ÏŸø\x08\x12¥ª~`v\x1AÐ"
  b"ýJ9Ê\x05ôa\x0F\x17Œ¡\x0F\x1E£Ž'"
  b"""
    ý—)…u«uÉJ\x14x'\x7F\n
    
    """
  b"ýÈJã\x05\x14H­©d52%\x12"
  b"ýˈ?$kL\x1E–‡¢Zí‚÷\x10"
  b"ýÓ^b\vCGsµ\x17À\x0F¸\x19–Ž"
  b"þ\rÖà­êEú½èRŸi~;r"
  b"þB$\x1C\x066J8‘ŠªPÂÕû"
  b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&"
  b"ÿ>üùšF\x182ÞB.º.¶Öp"
  b"ÿ?M“„ïLÔšwäqWýw\x11"
  b"ÿÞ‘Ô~8ÂE\x0FG~†à\x1E"
  b"ÿ£\f£N³A‹•¦“[ʳÔ"
  b"ÿ¬†lRý”e(\x1CpvõþöÄ"
]
31 0.43 ms
-- product-listing::property-group-filter::read
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE ((`property_group`.`filterable` = ?)) AND (`property_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"‘éÚ\x1EìŒEÙ€H÷‹\fFb«"
  b"År\x13žG©HH¨˜ú\x01i¥N®"
  b"A»I_\x16KB)ŠT›"<3›W"
  b"]ŽÃd0\x05MaH-Ž2\x14¿÷"
  b"Á¸R´ñûO›ªÌV™›;94"
  b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²"
  b"Í\x0E`]m\x1FG…š•U}£/½"
  b"O÷Ô(ï®H_»»ùŸ\x16ˆér"
  b"÷W\x15\x02¯@ŸŽÑaà(~ÆÁ"
  b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó"
  b"\x08\t8Eê·Ö,«ŽÉùŒ"
  b"\x15'þÿFL¡,ÆÊ’\x0E5m"
  b"7¹“ñ\x1AÂCj·Ž»(»]\"
]
32 0.17 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
  b"w¹YÏfÞL\x15Çù·Ú9‚ó"
]
33 0.12 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
34 0.13 ms
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `technical_name` = ?
Parameters:
[
  "Storefront"
]
35 0.14 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
38 0.09 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
39 0.30 ms
-- theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01›1{Aõpµ·ñ:C‹u\x10È"
  b"\x01›1{AüqU¢Ý}ìë(D}"
]
40 0.12 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
41 0.33 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"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
42 0.27 ms
-- breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x7FC/ÐA8‹&0\x18A9Ï\x0E"
]
43 2.01 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/48f97f432fd041388b2630184139cf0e"
  "/navigation/19ca405790ff4f07aac8c599d4317868"
  "/navigation/27ec2420d9d2470283912dcbe9688c94"
  "/navigation/02a52ab5a44648c99f64d06a638249ac"
  "/navigation/1ddd1de7e4a3458bba6a0327bd0b49f2"
  "/navigation/bb22b05bff9140f3808b1cff975b75eb"
  "/navigation/06f5dda360c04112937601574122c515"
  "/navigation/c3057bb031634c669cd6dfb0d4acbb15"
  "/navigation/e379fcc096f343568dcb1e294d45c931"
  "/detail/89203d0ac02b4f60acd5333113417028"
  "/detail/aefa8193750b49749f519bb904ffe947"
  "/detail/3281011cc39346a08cbba73b32ba1ff0"
  "/detail/ae25cf0bcfc4404d8f3069d1ae2b9ad2"
  "/detail/b60d64af911d47d7857c725e9159a029"
  "/detail/11b354c95dde4767822b2d36a185aeb0"
  "/detail/14fc9b39e5d94ad986ef3852eccd1844"
  "/detail/80d5b4ef7fa5490a8e7ea61ecc2831d0"
  "/detail/6a552d9613804a7c9a9a20179f8061cc"
  "/detail/1f4675eb70184dc399f664aacd851d52"
  "/detail/605a7f135df14546ae9aff0f0a5fc1bb"
  "/detail/d5dca4f1fe8549adb12e489a803046a5"
  "/detail/c3e925677a344388a7d01d566bea0e17"
  "/detail/950438a4279d4d2eb98881943c7aa82f"
  "/detail/a8c33da0e07c4c3e9e3868eb909a12f5"
  "/detail/5e7320088b8a45cba08b0c01385750b8"
  "/detail/da3f1b184bff414990ba63cf02129bef"
  "/detail/eadf75995f4840fba9a4cb9da78ccd08"
  "/detail/05ee5e916fcd4ab994fb6825c5666175"
  "/detail/6e2dd18235244e209fb898d5ff9cd1ba"
  "/detail/a38dc075b54a4acdb565eb22c4f3f713"
  "/detail/2adbc1a48ceb4b6988bb7ba40befb58a"
  "/detail/c919fbe1b4264bf0a64be23356a7f458"
  "/detail/6c841ccc9ac940fba589d2fbad6a5bd0"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Íe’Æ6®Kóƒx°\x1A›1äm"
]
44 0.22 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:
[
  "FPVgd76RFbCXwoX1WkOYX9J07vn6sgnd"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.