Query Metrics
45
Database Queries
44
Different statements
320.11 ms
Query time
Queries
| #▲ | 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.16 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.33 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" "Scheiben-und-Kugelventile/Scheibenventile-Baureihe-SV04" "Scheiben-und-Kugelventile/Scheibenventile-Baureihe-SV04/" ] |
||||||||||||||||||||||||
| 5 | 0.16 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"Íe’Æ6®Kóƒx°\x1A›1äm" "iefUwdT0f5xvjtVwLogw72mdNu2TcIma" ] |
||||||||||||||||||||||||
| 6 | 0.12 ms |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"iefUwdT0f5xvjtVwLogw72mdNu2TcIma"
]
|
||||||||||||||||||||||||
| 7 | 0.15 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.60 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"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 9 | 0.17 ms |
-- category::data::association::translations::read SELECT `category_translation`.`name` as `category_translation.name`, `category_translation`.`breadcrumb` as `category_translation.breadcrumb`, `category_translation`.`slot_config` as `category_translation.slotConfig`, `category_translation`.`link_type` as `category_translation.linkType`, `category_translation`.`internal_link` as `category_translation.internalLink`, `category_translation`.`external_link` as `category_translation.externalLink`, `category_translation`.`link_new_tab` as `category_translation.linkNewTab`, `category_translation`.`description` as `category_translation.description`, `category_translation`.`meta_title` as `category_translation.metaTitle`, `category_translation`.`meta_description` as `category_translation.metaDescription`, `category_translation`.`keywords` as `category_translation.keywords`, `category_translation`.`custom_fields` as `category_translation.customFields`, `category_translation`.`created_at` as `category_translation.createdAt`, `category_translation`.`updated_at` as `category_translation.updatedAt`, `category_translation`.`category_id` as `category_translation.categoryId`, `category_translation`.`language_id` as `category_translation.languageId`, `category_translation`.`category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation`.`category_version_id` = ?) AND (((`category_translation`.`category_id` IN (?))))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 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·ñ \x06xµ\x05œ" ] |
||||||||||||||||||||||||
| 11 | 0.31 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·ñ \x06xµ\x05œ" ] |
||||||||||||||||||||||||
| 12 | 0.33 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.29 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·vGÉ‹\t\x17DV;ûÍ" ] |
||||||||||||||||||||||||
| 15 | 0.13 ms |
-- product-listing::load-sortings::search-ids SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
true
]
|
||||||||||||||||||||||||
| 16 | 0.22 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·vGÉ‹\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"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 18 | 0.10 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"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 19 | 50.91 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 5520
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 30 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"tK ôðŠE\¶½tìÀ@ÕÎ" null true false ] |
||||||||||||||||||||||||
| 20 | 36.97 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"tK ôðŠE\¶½tìÀ@ÕÎ" null true false ] |
||||||||||||||||||||||||
| 21 | 131.86 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"tK ôðŠE\¶½tìÀ@ÕÎ" null true false ] |
||||||||||||||||||||||||
| 22 | 26.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"tK ôðŠE\¶½tìÀ@ÕÎ" 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"…º&Íæ\x12A4šs\x16 ªÿ`Í" b"f„\x02ÎËK„žj#WføŒ" b"Äì^,oÐCà¨*ü©E\x01‰\x1D" b"~@Ýv%¢N\x05¾\x06Ÿ&§\x12\x17€" b""" 7x.\x17šDì”\x17\n ßó"š\x0F """ b""" xóíñ\x06.EÞ™´à‰'\n E """ b"\x16V%‰•âL5µÀ.«Ü\x7F2\x0F" b"n\x06´Úa\x04K¿‘V?„Ÿ\x06²S" b"Nò€JëâA¢µ\x08߉\x15™òK" b""" ³*…!é\x06N\n ©\tÁURO8 """ b"ˆ*CQœ·O\x1A±Á\x7F\e\x110k" b"Ïaì¤mÓIî“4T;»=ëï" b"=ú˜ 9˜Iˆ‰É”ŽoFbÀ" b"yÂV}ÙÃB ‰I\x11b<7V\n" b"Ð$¥¶öØG\x0F¤Ä\x16·ØG9M" b"\x03ši\x14*µN¨\x194ü~\x00\x1DH" b"0&“,o\x18BL–ä¬}Álu\x00" b"Ek\vçô9A/®.óÖ\v2.`" b"\vÇqrKÆO¯¹\x07$›–¶Èå" b"5$´—ÍNJ.±ÍAKì«_Ì" b"4\x13øI\x02HM’™Š0—eßš½" b"\tud¹"/E}\x14…Ö\x01¸î¤" b""" °\x7F™ƒÿÐI\x0E†—KÖ\x04\n ÛÌ """ b"8kK_Ó¥C\x7F¼*…ÏM§–\f" ] |
||||||||||||||||||||||||
| 24 | 0.67 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"…º&Íæ\x12A4šs\x16 ªÿ`Í" b"f„\x02ÎËK„žj#WføŒ" b"Äì^,oÐCà¨*ü©E\x01‰\x1D" b"~@Ýv%¢N\x05¾\x06Ÿ&§\x12\x17€" b""" 7x.\x17šDì”\x17\n ßó"š\x0F """ b""" xóíñ\x06.EÞ™´à‰'\n E """ b"\x16V%‰•âL5µÀ.«Ü\x7F2\x0F" b"n\x06´Úa\x04K¿‘V?„Ÿ\x06²S" b"Nò€JëâA¢µ\x08߉\x15™òK" b""" ³*…!é\x06N\n ©\tÁURO8 """ b"ˆ*CQœ·O\x1A±Á\x7F\e\x110k" b"Ïaì¤mÓIî“4T;»=ëï" b"=ú˜ 9˜Iˆ‰É”ŽoFbÀ" b"yÂV}ÙÃB ‰I\x11b<7V\n" b"Ð$¥¶öØG\x0F¤Ä\x16·ØG9M" b"\x03ši\x14*µN¨\x194ü~\x00\x1DH" b"0&“,o\x18BL–ä¬}Álu\x00" b"Ek\vçô9A/®.óÖ\v2.`" b"\vÇqrKÆO¯¹\x07$›–¶Èå" b"5$´—ÍNJ.±ÍAKì«_Ì" b"4\x13øI\x02HM’™Š0—eßš½" b"\tud¹"/E}\x14…Ö\x01¸î¤" b""" °\x7F™ƒÿÐI\x0E†—KÖ\x04\n ÛÌ """ b"8kK_Ó¥C\x7F¼*…ÏM§–\f" ] |
||||||||||||||||||||||||
| 25 | 5.96 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"…º&Íæ\x12A4šs\x16 ªÿ`Í" b"f„\x02ÎËK„žj#WføŒ" b"Äì^,oÐCà¨*ü©E\x01‰\x1D" b"~@Ýv%¢N\x05¾\x06Ÿ&§\x12\x17€" b""" 7x.\x17šDì”\x17\n ßó"š\x0F """ b""" xóíñ\x06.EÞ™´à‰'\n E """ b"\x16V%‰•âL5µÀ.«Ü\x7F2\x0F" b"n\x06´Úa\x04K¿‘V?„Ÿ\x06²S" b"Nò€JëâA¢µ\x08߉\x15™òK" b""" ³*…!é\x06N\n ©\tÁURO8 """ b"ˆ*CQœ·O\x1A±Á\x7F\e\x110k" b"Ïaì¤mÓIî“4T;»=ëï" b"=ú˜ 9˜Iˆ‰É”ŽoFbÀ" b"yÂV}ÙÃB ‰I\x11b<7V\n" b"Ð$¥¶öØG\x0F¤Ä\x16·ØG9M" b"\x03ši\x14*µN¨\x194ü~\x00\x1DH" b"0&“,o\x18BL–ä¬}Álu\x00" b"Ek\vçô9A/®.óÖ\v2.`" b"\vÇqrKÆO¯¹\x07$›–¶Èå" b"5$´—ÍNJ.±ÍAKì«_Ì" b"4\x13øI\x02HM’™Š0—eßš½" b"\tud¹"/E}\x14…Ö\x01¸î¤" b""" °\x7F™ƒÿÐI\x0E†—KÖ\x04\n ÛÌ """ b"8kK_Ó¥C\x7F¼*…ÏM§–\f" ] |
||||||||||||||||||||||||
| 26 | 0.16 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 27 | 52.26 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"\x03ši\x14*µN¨\x194ü~\x00\x1DH" b"\tud¹"/E}\x14…Ö\x01¸î¤" b"\vÇqrKÆO¯¹\x07$›–¶Èå" b"\x16V%‰•âL5µÀ.«Ü\x7F2\x0F" b"0&“,o\x18BL–ä¬}Álu\x00" b"4\x13øI\x02HM’™Š0—eßš½" b"5$´—ÍNJ.±ÍAKì«_Ì" b""" 7x.\x17šDì”\x17\n ßó"š\x0F """ b"8kK_Ó¥C\x7F¼*…ÏM§–\f" b"=ú˜ 9˜Iˆ‰É”ŽoFbÀ" b"Ek\vçô9A/®.óÖ\v2.`" b"Nò€JëâA¢µ\x08߉\x15™òK" b"f„\x02ÎËK„žj#WføŒ" b"n\x06´Úa\x04K¿‘V?„Ÿ\x06²S" b""" xóíñ\x06.EÞ™´à‰'\n E """ b"yÂV}ÙÃB ‰I\x11b<7V\n" b"~@Ýv%¢N\x05¾\x06Ÿ&§\x12\x17€" b"…º&Íæ\x12A4šs\x16 ªÿ`Í" b"ˆ*CQœ·O\x1A±Á\x7F\e\x110k" b""" °\x7F™ƒÿÐI\x0E†—KÖ\x04\n ÛÌ """ b""" ³*…!é\x06N\n ©\tÁURO8 """ b"Äì^,oÐCà¨*ü©E\x01‰\x1D" b"Ïaì¤mÓIî“4T;»=ëï" b"Ð$¥¶öØG\x0F¤Ä\x16·ØG9M" ] |
||||||||||||||||||||||||
| 28 | 0.44 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 | 5.36 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\x123Eh\x04A\x13¹¥ÊÁL ç\f" b"\x00\x1D\x1C?}õBQ·–EMHRܘ" b"\x00(ó®“rNÖ’ç¿úÝôeë" b"\x003Uƹ*Dµ¶&Þ®WÄþu" b"\x004ÚÈP\x01AèŽ\x02ýý´”¡" b"\x007ñV“%Krƒ¥rÔQ'Kò" b"\x00C˜Î¼0D\f®3n´¥\rÛO" b"\x00F\x08\r SA\x1FžÅÇ!L͇š" b"\x00Y³Ä\x12âCm¢|ß}afÑ" b"\x00]ºúÁÕMØ©;³¬¼Ú?" b"\x00^\x7F‹ÕrG\x06»P&¹\x135œs" b"\x00c¬|»›@¢§\x04}[’fP" b"\x00e‰\x038¬O] ]\x1A\x06Ä¿Ì" b"\x00e¶\x10k•BX¢f¤âV'¶" b"\x00j—\x07íkEõ™ØW«íÄŠ#" b"\x00n칦ºM"™ÐÃ5¥$\eØ" b"\x00wŽŸ+ÛH€¹\x03ðª)ßà\f" b"\x00yÔ&øŸB:—a:K%Ÿ‘" b"\x00¢r\fÎ-L\x10j¢Ïi\x17°X" b"\x00®»°3PMn’½¹ÝêTï\x0F" b"\x00¯^£ãˆLæ…Iƒ^ЬÞÿ" b"\x00¯˜ÛßO‰ŒIÿ´›»—G" b"\x00°Ó´ëŠOj²£\x13ïél ó" b"\x00·)óxòH\x16¼ùÓý\x1D~\x1EP" b"\x00Äâ,\x1E\x10I·¨Á\x00Õǹ<ˆ" b"\x00Ë\x1D"ç\nJ¶ŒÄ\x0F(Ì›ný" b"\x00â\x05¼ãCNþœ2pä%¼p" b"\x00ê¯\t÷ÙIwŽ©†·\x1AUìÜ" b"\x00ôIuSú@Èž(v;E\x7Fš¼" b"\x00öJ\x05ôGG,¶_l®ß¶“" b"\x00úªòpÂNм”ŒH\x01ƒ\x07H" b"\x01\x11Ü:\x02O8ŽSŽ„2³¶x" b"\x01\x19üf“\rA'™C‰îó¤ž\x1A" b"\x01\x1F\fð«=H(•\x08œ<‰šÖ\x7F" b"\x01&[™º\x14NÔ°ã—g¸È2\v" b"\x01R%§,*L\x1E©sʧ\x12I£V" b"\x01m#k\x1F\x17/¨kí 3J*O" b"\x01–¢ËãJB\x17„¼‡2ÌHl\v" b"\x01aM¾0AŒ\x03ÑøR\x15\x1C`" b"\x01£³tª:C±¼m\x0F¡[²8" b"\x01©m÷\x1DöJW‰T\x02®Ÿ.'d" b"\x01¬¤ÏɶDTµG®\.°Üx" b"\x01²¯Q¼›JX‚ãÙOh)dÚ" b"\x01³k\x16ÈãKX”Fº7o•ËÒ" b"\x01´.[¥žJ Œ%>T\x1Aûv¢" b""" \x01Á\f±Î©C×™þï«\n r """ b"\x01ÏÕ0ËtK\x1C\x10¬Ô"åÒ±" b"\x01Ðm7pƒL’Œ{Hh\x17\x1AÙÝ" b""" \x01ÚH\x0FG)N*¦oÃ\n \x1DPz\x06 """ b"\x01à0#ÃYIæ™\x1Em#õY¶" b"\x01ê¶ÅíÍMK‹…'c€µç\x12" b"\x01üȘRþMɱ(б7Gñ" b"\x02\x0Fs;ÛúJ‰¶J½>xrí„" b"\x02\x1DÙcHýŽK\x1F5î\x19\x02G" b"\x02/ÿÃåüM\x16€\x1FƒXÊô±" b"\x021\x05›§ÍL‰‰sW\x1FU\r0Ó" b"\x023«³>ËI¨ˆº\x16ÁÚ€ÊÊ" b"\x02EȢߚ@\x1EŠ#yܳ\x1EK\x16" b"\x02§\x17\x1Eé¤N%‚‘'±\x0EßÕ=" b"\x02®:GBvN¾±—Î|”\x10 X" b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø" b"\x02¼Íq;¿CG§0×Ú\x1E8†8" b"\x02Åv PµE(¦š\x16A[‹A\x1F" b"\x02È ´Á²I>‹ÜÜ:D>Ðý" b"\x02ÏC4k‡K\x13ƒh\x191áÕ6U" b"\x02ۇȰ’IÍ‚Â"6\x02û'1" b"\x02ùxíæ8BE“#VéâËŒv" b"\x02ÿ’°UQF¢,ž;\x14ê\x00" b"\x03\x13\x02Û\x19I\vª_Çè Tß\e" b"\x03+ŽŽí¡M\t†Éú§Ãš•'" b"\x03-=Á¿Ê$|slN\x0EÞT§i" b"\x03=\x1F\x19\x08;D\rŸ\fO^8¡È\x12" b"\x03E½ñ®ÖClˆoäØ×\x04¡O" b"\x03S‚]\eQKIãGßþµ" b"\x03X\x13L=E&‘‚¤Ã•¿b\x14" b"\x03YyjódI*¸ä¹°\x153#" b"\x03wðqs\x1D4ƒ×xMñuA\x06-" b"\x03y\Cì\x17Gc¼ŠX\x12—¬aÈ" b"\x03{-êþýN\x10²™(:\x18–A\x15" b"\x03‰zŠ\x07qD+™†de\x03Õ\x15P" b"\x03“Cu\x16 I)µF•¤Î[Æî" b"\x03©\x00è\eÓDý -ÍVvõÝþ" b"\x03ªöOMr—·vN\x08Ñ&Â" b"\x03±t¤1<DýŒ\x17æ\x13¥ÜÝ/" b"\x03ÀbfBòN\x1F©÷Øå\x057á)" b"\x03ÒÞcÏþCKŠà\x0E_úÑ[K" b"\x03Ôþð'^K\x19¿˜[\x0F3’ÑÁ" b"\x03ài[cßLbŽùÙcB˜ÒÉ" b"\x03â\x15\x18âlHN’éuÀFæ¨ï" b"\x03åû74LI嬉í•rìY:" b"\x03ð¨ÏXŒJx¬…¥»Cb(z" b"\x03ó5¿ªÂCc–RV\x110ò´§" b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë" b"\x04\x02G…JTLÞ°¢n PM\x05æ" b"\x04\x04î¦8H“©/ú\x1D÷‡N" b"\x04?scTNæ®mW…»4\x19‰" b"\x04KZÅ\x15˜òMáì\x12`c\x1DXÝ" b"\x04Lu\f?ÑIˆÊ¿`\re$T" b"\x04OÍn³ÂNƒ¯‡»\x1DsF_]" b"\x04U\t8ª?HT‡*ýØ¥ÎÇŽ" b"\x04eRéð)Dä¹M•äš\x7FßG" b"\x04gé-ý”F*§º²ÏŠ\x1DþÈ" b"\x04{¸—°uEä´†x@Ð3\x03í" b"\x04‚¬ÏMÃBžŽ(¼`\x19ÞÚ×" b"\x04š—Kœ\x11G¼…PâZûš\x02W" b"\x04¸CÖ7ÕMÞ¡‹É©Z²" b"\x04ð"(“s@\x00˜ÊJvq\x7F Â" b"\x05\x02EË–eBð‚ÇVm\x13ÂJ" b""" \x05\n åÀ¾K@\x02‚l=\x14ì\x0FRÆ """ b"\x05\x1Eˆ:\x1E.O\x1EŽáÿF§oÅz" b"\x05'PÝ&|Oé‚H0t¼˜£v" b"\x05-Tð@\fMU—µùË'¡é" b"\x055™;àcO\x1CýÅzé$Z}" b"\x05Q›Ý‹\x11HÏ”#@йâ¦Ï" b"\x05SY" nNhŽ]XtZ¢Î}" b"\x05TÓæ`¢Oç¶ÉÍÐáÚÖE" b"\x05V\fò?ØDG¡n¥DµK\vë" b"\x05VM9ÑiF£¥\v±"ie¶" b"\x05YzJ„eJ–°)½¤ˆ\x04\x0FM" b"\x05^r\x00ë#Fôœç\x12\r!\n a" b"\x05kìë¢NM²»:»Af\x1A" b"\x05\x7F\x03\x07dêBʲV¦Ùõ¾\x16`" b"\x05Vh\x12\x13Mθž!Ì\x07{" b"\x05Žû°'ôL\x05ƒƒ8\x06µéê{" b"\x05›Ç³•H¯±ð+Ý+\x15‰«" b"\x05 \x1D\x1FTE£¿ÝŽ©AìŽ\x08" b"\x05²›Ô\rF »É\x175/¯…+" b"\x05¹\x11š±ùI\x05©¾îÆ=e®5" b"\x05ÃÀ§$HBçœç`+Mz2" b"\x05Ç\x1EÄ«•I~»\x18@õš¢:" b"\x05ÉZ\x0EsÿBM¶òÜ1\x00„ú§" b"\x05Í×\x15|GÌ•ú™Î¶i,\x1A" b"\x05÷À©\x1Eý@ͺ7ûá-·ü…" b"\x06\x1CËs\x18WMZ˜Âzç1åùÅ" b"\x06#œƒT—E^‘0\r‘0V]" b"\x06+™G\t{E…¼ï\x12íñMq\x11" b"\x06U%˜\t\x00J÷¿g\rDÏO\x01È" b"\x06k˜U%\fEÜ ×%A“æ\x10„" b"\x06l\x0Fo<‘Dš’/H.ÖvÏl" b"\x06ƒ;øˆÂÁ¥t,q²ÿ–ù " b"\x06—œ›¡ Mĸ\x1AáÚ …%Á" b"\x06Õ/ì]<A†»™Wü%jF\x07" b"\x06ÕÀ°ÇDIĦp\x13y\x02\x02§u" b"\x06ç\x11Ï\x08OGº©øó%ÐÜ\x17á" b"\x06ù¥ú”ß@K¦\x1AR¦ã„\\x03" b"\x06þ@œ\rI׽▆–:k$" b"\x07\v?Rý"@¶‘÷g¡\x05\v{²" b"\x07\x10Dݦ\x08M@…h;‰v<\x04Ý" b"\x07\x16˜æO_CK±ÜOÝWKá\v" b"\x07,Ë\x19˜5CϽ_pÌä9€Ô" b"\x07A˜:¯#K\v½ìž\x08¬ÀÐŒ" b"\x07C¯ñ\x11\x07EK¼%\x10ÈH¯Á\x01" b"\x07MWQ~\fKY‘fp¥¿ÞsÅ" b"\x07hôF(\eeUùš¯ñ^ÎRÚ" b"\x07\x7Fé:CíK<£ùàså\x7Fi£" b"\x07àöhOÓ„H›€ÞhXž" b"\x07‹dU\\fJÏ„S\x1E娦[H" b"\x07Ïá'¿ŠC\x18²XÕ‘,\eö;" b"\x07×Iý&iIªoÞ\x15Lc\x04ò" b"\x07âÇÝ\x1DJÊ´ID·ûúç|" b"\x08\x15Ï\r~;J†\\x04epª@i" b"\x08-¨ô…2@\x01˜Þ\x11k(°I2" b"\x08{û—ôóL7¨û\x11¢C\x06r€" b"\x08…6•*“K\x13£Ð=³\x16˜¿¶" b"\x08ŽHP8¥O\x08¨®M\x13Pfu" b"\x08Ô@\r\x12ëE\e¨AcõAêöÇ" b"\x08Ý/Ô\x08œGº‡ØtÚêf\x02_" b"\x08å>\vÑ>IN—·Ÿ_\x17\x1AÁ7" b"\x08çGJŸfEó‡Bݵ+ĺ\x03" b"\t..³ìúLå‚õú‚\x11t{k" b"\t/’go0Im·Ž6áÈ*3\" b"\t5…>\x13\x02Aõ¿h™ÍZÇYø" b"\tL\x01±´#AȬ[IZ\x13Ö™k" b"\tQ\x04\x10NM/»OúðÙ•·…" b"\tdÏ2‰E?þ÷¾¤H0" b"\tr\x1CÐt4E\x01–7uŠ\vfR" b"\t¡zÓD~¢J£Ã\x05š-\x10" b"\t¬%ѲÏI`´oQ‚’mbQ" b""" \n \x19d™ò\x1EHž••܃€ã\x17Ú """ b""" \n \e„\x122ÙKj¹÷*\x05™î[þ """ b""" \n \x1Fù\x05ïo@ ‹ò¹S\x15iî¬ """ b""" \n (êá(êK\x10¸ýà+X‡k\x07 """ b""" \n 4ú'R•D߇U0Ošl^A """ b""" \n 8èÊÃKaˆónm"fŠ5 """ b""" \n Mï\x12CˆMT ÆñAŽ£• """ b""" \n \x7Fã\r¶Gvž~ìMT\x05\x06x """ b""" \n Œ—ħÁJB Qßèå \x1CÕ """ b""" \n £ÊAð\x1AF2ž¾›+\x18(Ѫ """ b"\nÛ\ní\x00\I\x00ª†-âå#WA" b""" \n Üмt!MЋà\ttÊLÚ° """ b""" \n ûë’ˆM\x1F©‹¨l<\x03\x1FK """ b"\v\f[gh\x19GŽ™Z‰\x16&¢Ò‡" b"\v\x1Fëçk@NãªÜ\t^H<‘Ä" b"\v$ÇÍn$I¡‘Ø×Ã\x1EqÜd" b"\v(gÕ—@Á„ŸúµVå\x1D“" b"\vQžÄ÷A¬©tm6hމ\x14" b"\v“ì®'NK×µªÌô&NЇ" b"\v¨6f\tLô»`¢\x15Þhçà" b"\vµ¦\fGÖAÐŒ\x04~c•,rx" b"\v¾³`«\eD\x1D‰åR2©Ù¦" b"\vÌš\e\x14A'Áí\x13ž†›ƒm" b""" \vÔãiÐÃEž†s\n lÐÿBý """ b"\vÙppQ E–Œ2!#¶oð'" b"\và¢d~»C«ÒîT\x15\x04î¿" b"\vî¦ \x04žCñ\x12¤ãp8›x" b"\vðL)*§Lì£5¯²ÐÏ„·" b"\f\x02e=ã¯M\x00›ÿÕȸ\x0E" b"\f\x02·Î<;Aß–\x04‡à?@Gv" b"\f"\x02¯B©±3¾’ßy™h" b"\f6´¾\x03žC´»ç¶Ýs0›=" b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·" b"\f~y¡áþK•Ÿ^ˆW|ÙÃó" b"\fìY%êB\x16¨{†\x15\fT¬×" b"\r\x10ævGoH\x03”~q\x7F¼ùM³" b"\r\x11…Û_æA{§×6(\x08áæ[" b"\r*\x1Cc\e\x18CÛƒ\x19ü.\x0E/2;" b"\rA5ý_@\x19šÖˆ|´Ò`=Ü" b"\rQžúF”«ä\x17P3}" b"\r_’ÿ\x14ýG¸»ê@ÊU«óÿ" b"\r˜\x02\x14)ºL¿¶@eu_2"\" b"\r¬}Æ!hGWµÐ\x19pÇì±ë" b"\r±‡"wÃE\x16±6mŸÈ*1·" b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH" b"\r׎aéäCM»fl’\x0Fy\x07¹" b"\rÚ\x02©<ÿ$$•\rñ{\x1ESÛ" b"\rà9¤ã‡O…‡9U|S®ZŠ" b"\x0E\x0045æXHˇ n©Ï謞" b"\x0E\x16xé\x1AHA"‡\x7F\x08Àà\x08æH" b"\x0E#“wñ‚Gh‡Wcn¶î •" b"\x0E%è^H>Eo«Ê%Ñè}ƒ¡" b"\x0E(̉¥eLiˆ+BxHˆ1\x11" b"\x0E)Žä¹tB¢´©ê”$†¡Â" b""" \x0EkM¹\x1E\n M/A\fí°\x06A@ """ b"\x0E£\x04-þÚD¥ÓÈ\ ÒŽÝ" b"\x0E¾Ô\x13µBL—¨;¡òÇÐÃù" b"\x0F\r"CY±N_»gXà‘\x7F\x00â" b"\x0F.deÐ\fH\x1Cˆt\x1ANí \x1EÞ" b"\x0F8aåxɶU\x00Æ‚\x04OÉ\x1E" b"\x0FœÍ§\x03qOC“`%¡ÀžÂ—" b"\x10\x02Tx»§JÞµe‰4%\x112t" b"\x10\x18ö\x17åÕGZ„äfH¥\x1FÛ" b"\x10+YÞ¤IM¾õõ\x1AëA‚˜" b"\x10SÕÑrÒKûH|\x17\x0F¾zp" b"\x10^Ÿ5æõA¨³(a!×fºV" b"\x10aiÐ&Å@̘´òoò\x11›" b"\x10bý*:^K\x1Cº8ŠF!\x08ðO" b"\x10d\x7F²]z€œ„óD5H‘qê" b"\x10Š…=ŽBC'–Ù)ÃfPxé" b"\x10ᡤ„÷Dˆƒ³øM\x05A^\x15" b"\x11&À?\x0EkNi¯åv5ú\x1D+G" b"\x11/3ÂÌ@Ëôì4=\x12ø" b"\x11B«KlÝG²¾Òó~;Óå " b"\x11\x7F\x1C.…!Cð–)ÕŠ†S,\v" b""" \x11²\n vßàDc¯9¥#Ϻ»* """ b"\x12\rb¯ZÁ@\eºzqëjXo`" b"\x12\x14(E^[FÉ£Ök\x19F\x12\x02!" b""" \x124\n \Ý.IA”˜µ\tgÆþ÷ """ b"\x13\x1Dw+¦ZM‘³\x04“\x1D\x16\x19Îú" b"\x13&N:\x1CÑg]E®®=*ƒÓ¿" b"\x13.\x07\x16Òý°J™‰\x16>Dâ×X" b"\x13Q^9DqJ––Ž\x06µK{\x12\x08" b"\x13ww²;o.9çÒ;ÀÙÕû" b"\x13¥“̹\eI\x13¯~”œp…È" b"\x13¿1¯„\x0E\r—!d\x08sͶf" b"\x13äo®÷JAI¬\x0ES!\x0F‹¬‡" b"\x13ïçk\tI·Köf‰\x11k" b"\x14…&æ\e°OÛ°Í\x10\x10ø\fã%" b"\x14™'ü4K“…n0+Û\x0E4ß" b"\x15.A\x14ve@<q\x13jÛ‘œñ" b"\x15@3^\x07@\x1A5…\x182Š<ü" b"\x15‚‘ºk‡C‹©¥u·ÔÍݬ" b"\x15”/\ýW-Ý‚D\x08vBi\x14L" b"\x15–ÄyU)A$´£T™LG?‰" b"\x15êÎ\x07\x1DÊN\x06ŒkN¤‘<“ü" b"\x16<EŒ~yFú¤‘ëÅÙ\x06¬’" b"\x16xàGCù6¡Lš\x04åñ‚Žô" b"\x16ƒhpŽtI¢¦LM,\x03ÒB\x01" b"\x17a\x1C¹7\x1C@v³™\x15›á8!«" b"\x17¢ö›hË@²‰«ü!ûiûÂ" b"\x17Ƽv…ôò \x19¯ðP\x0EŸŒ'" b"\x17ÒÊœdiHKˆ~sÊÃH>Ô" b"\x17ü\x12,TÖO0Ž¿ éêôLj" b"\x18$\x12\tÙWN\x08º¿(#š«×g" b"\x18?\x00\fì€Jó®@Í+´ úŠ" b"\x18bŒ'$=KÀ•Ð{ç\x18\x15"Ò" b"\x18bà:ƒðF5®%ìþciúC" b"\x18—\x03Q,°A@ìÜeÍpîÂ\x02" b"\x18›b\x13FLDƒ\x1A¯\x08#tNÑ" b"\x18ÐýÁ¶¸BH§ª‰\x08m;Aš" b"\x18ó›…qÚJH‚-\x05³¯):\x18" b"\x19\x0Eªl\x06\eF&³\x18çe©ýF\x16" b"\x19\x1C\x061vS…ÿÕïül\\x16U" b"\x19;\x19ì†AG¸Ÿ\x19#ýd\f\x1C'" b"\x19fZèÛeOp³\x1Eaãš·—G" b"\x19¹\x0Fÿ‹CF ’—¹\ts;\x1F" b"\x19“-‡ò)Cwºø‹¸\x1C:~0" b"\x19ä\x19>OBB öâèœKõ" b"\x19è ÂöJyÍ\vgߺDþ" b"\x1A\x10l¢ù—M$Ž[pw\tóò¹" b"\x1Au}‚Ô\tØo‰!`¢\x1Cž\x1A" b"\e\x00:˜)\x05Kn´¾\à\rTÈí" b"\e1ò…ØaJOœÀÔ\x7FbAøÿ" b"\e÷o+ÑC\x06€qu˜ñô‘g" b"\e–̓oŽG«µ¶å㸩\x1Dz" b"\e·]¥\x05CBO—\x12Ò¬\x1C¸à" b"\eÂwùžcIP¿õ%ÖÄ‚ç" b"\x1C\x1F|öôýKW‘¿\x00Ð/£Úç" b"\x1CgfF²9\ý6þê›0udÏ" b"\x1CtÓ‰cVM\x10©ß7Lú¡‡\x17" b""" \x1CyϦL–A\x14·\n 9g¢ÂîD """ b"\x1CªÀ8-TN3šNöôs\x7F(Ò" b"\x1Cê D“2IcŽÿòíMB\tÌ" b"\x1D\x02Éa÷¼BˆŽzj\x11W.£k" b"\x1DN\x16L¢†Bóš\x1F‹ùK“â*" b"\x1D€Ô0‚<Kö¯•–AzrX;" b"\x1D¡ÂÇŒqMƒœ<\®B¹øø" b"\x1Dâ\x08ºl|H\x12†ºqÛðò¦<" b"\x1Dì\x12vØhIS‡C\x7F\x1FË\x19~" b""" \x1E?ße3É\n ø\x0E΋§‘¿fÎ """ b"\x1EQ*pÐp@1 Áà‘mC~\x1C" b"\x1EwPqBèJÞŠ¹#}¯çÕa" b"\x1Eˆå;·\x08Bm‹aÝ\x1C+vÒL" b"\x1FB\\x001W\x0Eg1; ¹¨‰\x04M" b"\x1F™ÁÌݾ\x0F^%ÒC¹$ž" b"\x1F§(\f1†JŸ¿CV0\x0Fà®s" b" \x0F,€ï*MƒŠ\x06ÌÌ$\x1Cù" b" \x18Ò¨h!H[¶\x19\x18ÏgË„Ó" b" 9§ "\x1CŽ‘sK^\x0EíU`û" b" _bÿ\x12àL« $\x10³4¼Û†" b" –¼ú\x1AHf™Ð\x04Ð|ø‚\x1FÊ" b" ª…†·\Hî‰O_Ž›)\x05Ù" b" Â/ÿ¹\x02JLžV¬CÍ‹R0" b" ÓP2H\x07HÓˆ\x06½Þ–¨*\x02" b"!\x19NS\x1A;@G¯Ö«|H\x10¦;" b"!\S“y(N#´F7ç\x02\x02»\x01" b"!nÒLÒ\x01¾¤Q\x1ARßœ\x13\x05y" b"!•¤uàÈz|¬¹\vÅù,"" b"!Ë&|3ÄY\x12,¦\x1EÉø‹XS" b"".t-\x1FåA¾¾\t®\x17°h«" b""™-s\x15\x1CC\x13¡€è²ÝŒñ" b"#liæZËIb£\x02\x18\x07«åïX" b"#q<oîÆNîê¶0$ÝΔ9" b"#¡q6kÞA ²ïK$Š%Ùi" b"#¨Ì5â\x02DÔžìš\x01Zw°O" b"#Åñí\x02,Eêˆ\x0FØ×è_\x02ä" b"#ë‚\\x07^H7˜écôw\x11>`" b"$\x03†'Œö_ÑOxYˆ(ZbŒ" b"$\x07\x04°eÁK_¸¯×¨{j\x05'" b"$?™\x1D(B3\x05`)<•ž!" b"$WÔ`¿‘Iò Ì‘©ÚHT³" b"$‚‹¼YFB\tºqÆ)œõÏs" b"$†äþ\x18:<Þ5½‰U°7|…" b"$åQl >¦Œ‡ïÃZ`\tu" b"$ñ5m±¦J\x10˜k\eþº·(\x19" b"%\x04\x01¯wÛJ\x1F\x17ìêëšL/" b"%\x17wÑËÈO󡥺.* {J" b"%©{pp\x05J‚ªÉ\x02›‰µî" b"%Øvü›ŠJÓ¶÷\f0‘Á·\x06" b"%ê¬\x15ÿñKE„\x00Ê\v[މä" b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®" b"&\x18\x12_ Ž\x12¤Ðdv.ßÖt»" b"&~&‹tûG\x19ê~Åæ\rpÂ" b"&™]îæPKF\x18\x1C8Hp\x18x)" b"'\x15н\x00\x18Jþ«©'çˆ&\x07ê" b"'O2\x14\x16¿A‰¬ãωK±%\x0E" b"'^\tTGiLÏ‘Êë´”\x15\x11ï" b"'gò¢ÒdFAù\ª\x15à63" b""" 'Ú\x16ï~!GÀŽbÝ\n ñ\x1C """ b"(\x11µõõXõ¡\x0Fw\fŽ¥cÎ#" b"((K.Lj\x13?‚Oó!SàBÉ" b"(X’\x15ÎìHµ´ŽQŸ\x04Žd~" b"(¥å¾œwKÕ¸{é"\x10ƒøð" b"(¦äñ5%G£™#\x05\x10‘uQs" b"(¼ŒhEŒI;ºÃåM”\x05èÛ" b"(òÊ l @/¶Çq"T¶µ{" b")'A³˜aJŸŸ}ÅдýË(" b")7Ou+vKBŒÈnÝpa\x14A" b")U¸à“@Ξi. \x02ï>²" b")çïkÆ€OÖŽ“¬LM¹Æ-" b"*\x18í>¶!C\v®W\x1A±§‹\vï" b"*s“ùõœH¦¾Û·¹âW«" b"*ãöm\x00ƒÌ.¾}+Äi±\x10" b"*õ\x19(f˜KчëøÕÛ` \r" b"+\x13Ò£þñD!©^e®¬\fx" b"+'qåßûAZˆ_¢,BÚ÷" b"+k¶û‘}A,£í+ \x05r?\x02" b"+×\x07!¯ÖBUšH%vX\x17êÐ" b",n~\x18¡7Ná«Ô\x11ºB·\x00ñ" b",ä\x13}óµA\x07\eÈÃü—"" b"-\x17LlÒ\x1A@Óæ qZÏœÞ" b"-Sn¹:4ê™ØÛá\x1CúÕz" b"-ébþ¸HM”9îX¡k*|" b"-ö-’UK—©ýÛ.uи¾" b".#<ýܧR-Š\x11¤glƒBÅ" b"._¢&\eRJê·nuÒO\x07}H" b"/“ß»þ3Oa‘„^ªò$\x10þ" b"/Ä\x08øg@Å ²$\x16+EÛ°" b"0$Um;ŸG'•—°µ\r\x18u|" b"0o]ÕL'ÚÍ=¡´l\v·Ó€" b"0¯Ú7É*DŽ¿u1ý‚\x03ç\x13" b"0´gi\x1CLEý‹È\v<l.4€" b"1:ÒgHv´5\e$\eà$\x13" b"1ÖQü\x12A`ˆV å›e¼‰" b"1ëºÙ€œHú—b'•ji4" b"2R¢oû¸Iê·é:|/¯áÁ" b"2Á+‡ß"O\x1D¢\x02’³OW¸" b"2û)ß ï…W=~!\x14 W·ñ" b"3\x03¡º¥ÑBL²³4q\x15Ñl\x00" b"3\x08(MèlO² '׈,.ï\x00" b"3a“O•êI ~ö)ˆ8åý" b"4opéAðKø“·_e\x1A\x07ÓÍ" b"4²“Ó½MFºV\x02{ÉÓ&’" b"4×>[ºÊDh‰l\x10E;a\x10" b"4Þ¶\x19Ä7K&c©þ4—¯!" b"4õæXé®A½Ag•\x04ŽeÌ" b"5!XÑ¢°G ”ù\x15Dø\fÐ:" b"5èJ÷ʨHš¸ÝV/@KC" b"6MöÈpˆOÚ™AÂv\x08\x06š," b"6V»g¡+OR°Eâ\x1DˆbF~" b"6žchôèD\x18\x02É\x17·\x03\x01" b"6¥š7uaë+_¦ls‰w„\x00" b"6Ò™6ÿI5‡G\x08\x18’\x0Ez%" b"6õ\x13\x15teJxˆ=|¿4]\x02" b"7)\x1Clë^J‹ñ¥²€püÂ" b"7)«\x16dÄGˆ þ^w]5åŸ" b"7.e³Ü\x0FF\x11‰:CH öH®" b"7«\x1Cÿ5\x04e.k ,OEøË" b"7ÃÄ®îªBô›°Ý.QWÞâ" b"7è³@€eA´†ÊÁÒ"Ò¥®" b"8AÇ\x0E’²Og¦g\x1F\x13*é†V" b"8º9l%\x0FIe›\x01ü!\x0F•" b"8ãÒLŽÄD…ƒºÕCObð\f" b":tø$JþBJ²Lr€rÕ\x11ø" b":|¹8t"N7“17wA$Z\n" b":£çæ_¾CI¼nJú.€¸" b":¾ÿNÔ“AάmDm\x0E\x00¾ž" b":Ï~V\x08\x12m›\x1CUuF:\x14¾¯" b":ÝA×\x18†D\x12»2ÓT«úc)" b":죑\x11ûºÙK’UEË˳Æ" b";(º2ñ\x14‰š§N„û‰\x19B~" b";mvûòhKy‚7äB“aTÌ" b";Ôc\x01Ë\vD4ª$\x14ûŸ\x06¼Ã" b";éÑmA Rü\x14s>•çk\x14" b"<\x0E¢°\x01ÛL¯èt.ñ\x0Ei¾" b"<_Jœ-0Bj¦él§RNÎ\x10" b"<Ô]?`À-\\f³\x10\x18>!\x01" b"<ü„›íDšƒ…)P*e¨ö" b"=\x10¥bþ%FI±›×¥>8¹÷" b"=Cäy«’AŽ»4F{0¹; " b"=bqêŠØ\x12+}?Ò& —à|" b"=|ß\x12\x04æO\x05¨c$¸\x7FÊÝ8" b"=…öÑ\x1CÏJˆª?¸¬`^Ø•" b"=œÛ@¾ŒBn˜¶\x1Ebš wh" b"=åx°,•Bß²lײ,0õ]" b">:3ìfõr>Îݶv\x1A_R" b">“ªª\x19Z) fÈÒÜøZƒ5" b">¯gŠé‚Næ»5CA¤¶Dù" b">Û‚&÷NI«Z݃œüƒ" b"?%Ó\x10;AI€ºª%ï>›¯" b"?Uù€y;Ic \x01krøšéá" b"?ŽEÇQè\x1C«Ð’JEºü8ì" b"?ý’´Ã”E‹µ&›ÌÐRˆ\f" b""" @\x17“ýˆ\n L\x01šœÆêÙIL\x1E """ b"A\x18ßKÞ B\x17¥Ö„3œÇÇm" b"A=\x172âÉGäT‡A•ÏÍ…" b"AÖHu(£ÅظGÅ~d!²" b"Aæ\¬9ˆ@4›ÇåÅt7F<" b"B\x0EÏÜÎHÔF_É5\x12§\e" b"B4P¹j‘CS‰rÏçsc\x17." b"B\.M‚ëA:ƒ´Æ:4z„4" b"B]Qä·?Jr´‡x\x11b^6\x1C" b"BÚѬ‚\x7FKm¿<Çõszÿð" b"C\x06\x040zHEÿ›ÿ“œò\x0E]¨" b"C5\x12¦\x0F\x00Mò‘3‹.õ<\tû" b"C[”–ZxLoƒWtÒMšék" b"C\\x17\x05‘æJG¾\x1D^k\x1FŽò=" b"CÌ5è\x06>H\x19œ81Qj\x1F¿—" b"Du¥ øEn„Q\x18…]Âlâ" b"D±\ôÕ{Hp‰;¸3ÎéÛ+" b"Dóf*{J·kcä@1º\x14\x06m" b"ET(µ¬åEš±Ue\x7F·B\x1Eî" b"EÓ°\x11@®Oˆ¢X7Wb}\x1Cª" b"F$þÿ\x03ØJ—©Ÿ"¨™\x08+X" b"FSóÍTOK̦T,RLÀФ" b"FrHÊ6õB\x11»ÿ³ðœ›¾c" b"F|âdW\x05Jn—+R\x12-Q€x" b"F‹ŒÏŒ\x1FG‡ŠI\x02FQ þ" b"F“Õ:ó1L¾þ²I¡a0-_" b""" FÞøë\n 8E¶ªµ?Aä‘yƒ """ b"GS\fvå–Lž®äçº\f.†¢" b"Gkõl\fíDÍ·1ma‰ÀÀô" b"GÁ²¶ÂwIa•C>\x05\x01ììÇ" b"Gáo ¶6FË ¼1Øn³\x1C" b"HYæÒŽFBŸµ‚:vã›5Ó" b"Hx‡M\x0EêJf°i\x19…Ÿ×ˆ5" b"Høš®\t·M#º×å\x16¾ƒ°" b"IœÒ‘Hº¿ÖŠTe¤Î" b"J\f0Øa †d½D%Ý\x12M‹" b"J\x19«á\x06¦N4½Z~nÍà9" b"Jrfëè.G޹&\x0Frƒ»" b"J|ÚxPëx—¿ç!›ŽYâª" b"J¶BZ\x01ûOîŸ\x1F“RŸ\x19É×" b"K*œ$àULAƒßwN”IZ3" b"K+¯¶4ÞD©”ѵø‘\x1DªÃ" b"K´>2EÜNc¸|½™S!ýI" b"L\x0E\x05¦.ƒA¶=£3šÖXô" b"LX|rHæHb’®'[›\eöÔ" b"Lµ\x17\e’'D¨¿¿\x13\x00\x01¥q{" b"Løuд\x14@_°©|\x08,ú 5" b"M\x07M=A£@‡ª•z\rŽi,é" b"M²áð¾}ìS¡ª6,E\x10.\x04" b"MÝQ\e¼ÖFÞ¢,ëpV@|Š" b"MßzÖ×…H\x14;@U(70" b"N‹$ð1B0©oy8ænº\x00" b"N¹øeŸ\x07ºÉE3‰\x16‹fiŸ" b"O}2K<=G¶—²Ÿ´õ’ç," b"P-\x12hêÕEߪÉ) `èJo" b"P;&•/“E‚¸£Þý\x01Êþù" b"PCÛœ;“@߃õ\x0F:ø±kî" b"PR\x18©z\x0EF½‡#°E\f\x7F,ì" b"Pd£Ì&½§·ˆ>‚Ð!¡ØË" b"Pú™ÐA%‘ä¶¹\eŠ\x17" b"P¥¼È²C;º…UË\+§û" b"Q\x19°8–;Mk¼7•r!+_C" b""" Q+\f\n F§©'q\x13€³r½^ """ b"Q:éÕ\x1C¿®Zž±½\x07ëeW" b"Q£R@\x15jLD£šY\x16JnãO" b"Q¦:Co=MïªÑ²Y\r¤€j" b"RPì9Ô*CU±V\x1CªÎ4¤x" b"R‹xcMMAô¯?ÒåKTf\x14" b"R¿Í\x17lõC>”v=Ä®¥¨ž" b"RÄ\x0FÑpÎLæ‘\x1Cß°›\x08æ»" b"RÞV2\x14FKvŒ`ĺ\x1FŽGn" b"Rõ’V\x0EÌDŸ‹=å¼\x1FÔÎõ" b""" S\n JE=DMб^Ô\x14…°\v× """ b"S\rÖðŽŠJ\x08”hÍ/–/gØ" b"S Ÿ¾‘Ý@u\x1E¦î3ç\x14\x17" b"S.&@\x11/L-ª'œa…O\x0EK" b"Sj*¢\x14?Fd¥\vÑ¿2’#n" b"T±ÂÊö\x03HË€&»w€iI\x07" b"Tí°\x14ÿ6Fž€\x12¬n\x1C\x03=é" b"U\vÎb™hA®“l\x1D¿\trÑ\" b"U\x18\t{1o\x04]ËÌŸSP.Vù" b"Urê3\x19N\x03°ð¬rUgÿ¹" b"U€5i\x03=4‘Ë×\x004Š\x0Eª\x06" b"U•º±tO¨œžF~¿\x14¾Ý" b"U¹•\x7F-]EÀ™\x1D¹\x12ÖnO\x7F" b"UÐß“MÈ#5äkür3<@Í" b"V\x02o¤ñiG¡¦¦Áó{íû’" b"V’gÑño©ná\tà³È¤¯\t" b"W\vQ¶ÌQE€©Ù\x0F\x14þ\v\x00š" b"W\x12žþ&_K’¢Ò"ý[м×" b"Wþ\rDõ\x15±…î\tDP\x16%&" b"W—Ýc@\x17\x11Æ\x1CªÔˆëAQ\x15" b"Wš2\x16™XA4«\x0E\vŽvìÛ¥" b"WÂÐXt9H~…þõ«\x04Ê'" b"WÛÎ9ó\e b\x17É÷s\x08)u\x12" b"X9H¤\x17÷@\x06²ª6ž"›ˆ¥" b"XI¨:eŒByµ{x¶ `" b"X•øT!B‹\e0½ðÒ\x0FU" b"XÓmŽÿÃÙ'—HÄ¥¹…§n" b"XãO?ä\x08M‹Ž:Ú^:Þ92" b"Y\x1Ch„ó%M¿‰á\x0Eˆ“ÀUƒ" b"Y`1å‘\x15G7¯g ×£í±¦" b"Y÷OÛE}J\x1E™•Ð\x1C§Î\x08@" b"Z]íý`ãÛ·®Ð\x0F\x10ž‡®\v" b"ZhÁ‰øM6˜Åè*Ëáwõ" b"ZÊ Ý\x12\x11Oˆ«Yp<\x13çJ\x02" b"[u΂¤§CɪљuÉÞH&" b"[«CË\x04ÜO%Œ\A³ä‹¨" b"[Ç|Ë\fý)t\x02àíZ*²é" b"[Õ\x14òŠ×Op¶I†m\x02iðÞ" b"\\x18§`-“B:¦Þ>r\x14\f{…" b""" ]n¼W¬6ƒ{âd \n Ë)ín """ b"] bm\rž\f7rUÿ·_°“0" b"^*íJü\x04FÒ´kI \x12|©e" b""" ^sðWéXEo½\x02¬\n Í\r7m """ b"^Ã1{ýR\x10\x06¢V&Ç\vY\vœ" b"^Ó¬p.MŒ¥ÚT!§\e\x08\x14" b"_h:û£\vG÷›dÅh$W\x17Ô" b"_è9ùô+CÁ°®Ø{ýÅL8" b"`e\x15ÞØÜ ?ªÑ4\t\x07é½M" b"`“F$>¥š°\x0Eí$}?{ ¶" b"`™¢NædN§°Giá`'¶." b"a\x1AâUNhOίX\x08Þ\t•\x01'" b"a4{Ž\äA»ÝèöF7„Â" b"aYÏÓðOW—Œ\x01/—\x1DŠ" b"a‡ÖU\x04úE9£¨x\v?º™‡" b"a²—8òkCJ ^¡\x1Eä_à€" b"b>VîßÊC|£e%<zCf'" b"bl\v)ÀÈD¾’ãe¥^Ë\x12®" b"cYó5ß°D åØóÿ\x03Í|" b"cóÐÑ¢yOÅœ¢•ïöðlˆ" b"dJ7ì|tCcž6\f-S\x14þ‘" b"d¥E\x04êë\x14Ÿø?\vŒi+\x0E&" b"d¨•]\x12\x11Me™Ž¹ÿD,!Q" b"d¿„9ñÍI5¦^Ä!ÿ¡²\x08" b"e\x0E«Á²XE‹ŒS‡â@¾Hg" b"e*\x06ÖÕ¼÷\x00RKB6\x02Æä\x0E" b"eZ8¹\vŸAÛµ*¨\x1AGÌ]ö" b"eðSÕh¢BÄŸNñ]7ß|©" b"f‚ÈFi"@Wª•'S?Çê" b"g\x15žâMžK8²"ûš;’n?" b"g\õ»kHÌ¥Ù\üvò‡i" b"gµØÌ4kL^¡G8¢S‡o" b"g¿”§0âA\x07–ë\x17ˆˆÅ};" b"gúŸÀ®/ED§YÃÁ\x16ªAô" b"h^\x0FMDv@Í·XŒžÇž" b"hbw2‰ÐAﳨP\x19‹ŒZ`" b"iwÔ+{'Bpªþ\x03„)ZÂã" b"i{åßÏé³¶\¶Oølu\x1E" b"js¼Ô}¶@aš\x15\x02ð[lqz" b"jêT'i:éøµÉŽGAe£j" b"k#¸É ©Hq€;üŽ0\x03½³" b"k3ï\x07 ÍJ‚›Þ`:5±=\x08" b""" knÆb™Ž\n 4&|ºÙ\x15MÞ´ """ b"kƒí3¡¥A¾…CmUÔßÚ" b"kЂr½ÐH}•\x08®\f¢L$ò" b"kíï0¶ÍMÌž\x10¸Ð\r¶ý÷" b"l\x10lN_«Bõ„\x07v{\x17\x1Fëð" b"l2\vB†ƒü\ˆ[u’Á©¹ " b"l£]LSêN#³íOù˜²\x12[" b"m:+·Z\x07Er•\r\x18\x10/è!¤" b"mG\x00?‡§K~¡\x1F³ SJã|" b"mgÃ¥·Ô%óoéEJT’šp" b""" mk\n fîüBî¦ Ð"ñ#9\x18 """ b"m°\x01ଠFáª\x7F\x14‚®Æ=•" b"mæü\x1F’WK<±aÛ\x07º%\x18»" b"nT»$ÛªMð‡Ç\x0F"\x07fÅ'" b"njm !ßC驈¨•nää_" b"n€X¤ ZF±°¨¯'Öô«" b"nžÈ\x03bœ:êÀúÀ¨Ñµ\x083" b"n¦î\x07~a@¬¬ŽõÜ\x07Õ/Z" b""" nê‰\x7F™¢BO.¡sŽ\n ÉÝð """ b"o\x15Ò Ú•EÝ¢A ÿJQ’;" b"o\x16¸íÌÈBZ®íÞF¯Ž::" b"o'ì\x10n¯AÐÃtt™C`_9" b"o6"†û¡Lì¶Ê6À¹K”" b""" oŸOߨ\x19þOàÌ\n \x1F=h2\t """ b"oÉ's[‘H\x11¾â@D6Š\x10ý" b"pYÿ]\x7FH]©É“9Íy[$" b"p^‹ŒáOG\x10¹z\x1Fê‘mp\x02" b"pÀG\x0F7\x07Mø¡1B*î\x1E0g" b"pü\x03ƒ’ߪ2vÓ:\x14]n?ˆ" b"qkÔ>oòD ’Å\x05²¡\x1D3" b"q„âLçÏb‚wÿwô=`Â\x1F" b"q”ïIå'D´£_hº”-\x04P" b""" r7fCïW\x7F\n =ðbèq{¨Ä """ b"r;»Æn AãÒD\x1E—)‰Òf" b"re\x16¬¤\x19Gǹþ_wé\x1A¡|" b"r¶<ß .Oð¿üymU%¿\x03" b"ròLJ@ÓL9¸>¾Ü9³Ã" b"sIi\x04e³Dx«0«\x02`·UI" b"t\x11ìSbÀ\x15Ú0"•þz\vÓÚ" b"tX\x17v\x05L\x01¯\x1C›\x01µO¡\x10" b"t›_Gï®M$–pÛzÁ0ë‚" b"tØG9çôH\x19¥\x17äf›ª2," b"u„\tDqE*·•c\x06 ϯ\x18" b"vb´Dƒ–Ož©/«ö©)" b"vsE~]\tIß‹¯ía<$x]" b"vË\x10G†eG§´ \x13Ïù|\x01/" b"w\x11NæÍlG›Ï´Df\x0F´" b"x1íâŠ\x17O=€WŽ!ûÅö|" b"x9³\x7Fu\x06BͧøÄ:BÙþè" b"x;¥r\x11r\x16y\x05\x11v‡êä#À" b"xfä6¼DKK©™\x0FR+‹RR" b"x“\x07L5*MC™\x12Wo¸\x03ë\x02" b"x¼`»\x10Fü“=}]Ê'Qï" b"yeIÇKh@\x11¼[R\x19íÕœ " b"yÊä8AüŒÓ¥º<.Èè" b"y²ÁUüÏZEGø9g\x19ÎùU" b"yÞ$2\x13÷HÔŠ\f•ë7Z¢\x0E" b"yäúu\x1FõKe“\x1E¡ñ-ÓB" b"yóÙücúM€«C\x06V¢õ\x0FÊ" b"z\x05¦o=jŠ‚ÆÖz"\x10`ýr" b"z\rçÕ¹Wv®+Wc^»2" b"z\x1Ci‰EáE\x1FºÅW±§[;\x18" b"z#®l\x19ó\rfaìLH”¯\x1E“" b"zJËê%\x13D¶©¹¸«3xKß" b"{/¡£3$J¿¤DSz|Q–\e" b"{[Ùê?<A”ž\x18Gû’¨Åf" b"{sbò`\x18Esî™{µó¯j" b"|À¸*µeþ3\x19$\e‹\x1C²He" b"}w\x11\x00Ö[L"–7Å\x11\fîy*" b"}‹\v·,ŽMûˆ¯=nZpÝ\x13" b"}Æ+ù‰ÒI×°\x17è‚¶â\x18”" b"}Ñä\x1E“iÈÙËÝôe°8-p" b"~Á\x15@\t\x04N)–ÆÐÖ-:\x15Ø" b"\x7Fš³\fÂZEµ–{\x1C˜c<ïW" b"€%âg KE]‰}Ä\x7F\x05|öA" b"€I“#&XÒ?\x0E03Ù¤‡¦r" b"€Ã×°¤ÙdZ\x00×–›W‘éh" b"€éƒûòG\v”«H®\x1D~}Þ" b"\x1EcYÃZN\x16›Îb\x10…¬¨´" b"‚\x1Fó\x1A\vhL,‡M¤\x17’KVœ" b"ƒXmpúeývô)ÀóŠ3ö”" b"ƒhAL\x17¶õû§‚‡Ì&€Fâ" b"ƒ¾5m7‚H\x15Ž*=>_\x19©Ž" b"„K\x07\óõŠŒ&ñ—òÁ£Àö" b"„U~ßcBÒÅÅ¡^\rK±" b"…iNSî[|«Zx´\x1CÝÙé&" b"…Ó\rqÒ\fS\x18Bo8‰× w\x06" b"†\x13\x00÷/B|›`¸ø Î\x1C" b"‡A?ò%ØD§ûýF½a¡¼" b"‡rysˆŒKü£w \t‚ÙÇ" b"ˆ=ünßI:˜úqâ\x06\x1D“b" b"ˆPUæ³ Kg½v³->®C–" b"‰bàè »N׎Š\x07¹wó´X" b"‰û…/\tJX§_”3Ý\x14Yb" b"Š¥/\ºH‡3‹³×¿\Q\x00\x1D" b"ŠÂºš\)I›¡ÙÊÁ,í°‘" b"ŠÍ~²ÿøB™³¾Tä•+¸\x1A" b"Šòî\x04&¹^ý\x19“‘?nƒ$Õ" b"‹LAfì1IB‚4w\x1Cðºƒ" b"‹ˆ»<q^A=°A!&~Ιó" b"Œ\x06’ã†;þ^\x00‚¬Âûêñ[" b""" Œ@O¯åŽE¡Ô\n Óa,Æ\t """ b"Œp×k)¥IÚ¬%\x05m|ëFe" b"Œqéó\x0003¯"®W \t¦Êi" b"Œá\vô\té¨Q)º's\v`cN" b"Œí5Ú5úC9†õÎ\x01\x072/h" b"Žh”€ù\fB¾‡ŠÕ»ïþR´" b"Ž^#ÂÉwBø–\x1F`€j\x11É " b"Ž´y\x02ôöCƒºúó\x13Í«îÐ" b"Žß\x12IãòDR§!3Ñê4ì3" b"\x08ƒ‚æÎÄÑ&U\x7F\tu«\x04L" b"½\x19Ñç\x1D÷…È\x10)h´c_£" b"èÏá(J\x19œ!\vùÁmƒS" b"\râT¿ÜG4Ž88±\x14$Å\x12" b"µ\x10xH\x17N\x1D–ž‹î?Ž€\r" b"ÖÖ®¼ÓAƒ¿\x1E\x05PÊi˜c" b"‘E\x04f,ÐI*°\x13€q\x07’·q" b"‘~=\x1C3~NF¯Ñ\tGÆR\x07ö" b"’v\v}’kL¼†\x06݆àÔ«x" b"“\FC°cJö©s\x1CØN1Í" b""" “ÖC\n ëí\n ŒTÈfň\t—\x1E """ b"”¥\x1E½ÄPKg‘g_ï\x1Aæ£\x12" b"•>òPpiD\eŽÙËñ\eÐ=" b"•¡\vÿ]íÔ•ëö²ÁŽ=Ñ" b"–,\ej¿Í\x05ëJ\fý²dÙä\t" b"–x¼l.DCùµ\x02¶\x10©ƒúg" b"–¢›S×\x04Oã v,\x04Ä!ùÚ" b"–Ó¦ˆ\x01Jâ\x1C\x05Ì%v³\rµ”" b"–ìŸãw!OzŽò˜xgy¼\x01" b"—9»-\t…Š6dóÆ)uê¶«" b"—ö?CÔs.\x11ÛMyÃñ·5\x08" b""" ˜\x06õ}JEI,¦\fÖ\n KQ\r¢ """ b"˜`a=`ËD¯·«éìpG\x11ò" b"˜ewÍVüD’»ò\x12å’†û‹" b"˜ÆÆf\x1F\x12Fqœ&]|‰n\v\x1D" b"˜ÒÉÐã\x00N>¯ëhm™>ÚÔ" b"˜ëÏèŽÜǸ•i8\x1C¬!x" b"˜ýÖŽôKB[”–L\x02™VÍ|" b"™…®\x16\x08ÕIG¿\x11ÔŽ\x12\x1D/\x7F" b"™ð)\vDZ~#¸Dëúû¨MÆ" b"šnk\e$•CŸ¼\x0F.B—&í\x15" b"šÂ”Y\x04âL‘±J<\x08+Á;ž" b"›(\x00`ïDǾôíÁœ\x02<" b"›@½Ž%\x07@¨ŽÌþ\rDa3" b"›vj»£\e»)\x1Aîò\x18bEõ¯" b"›˜po\x1E·O¾~‚\x06{\x01âsH" b"›åÞc\x12*O9®uó鈈" b"œ ÄžJ\x02JI\x04IÖü^I" b"œÛ+cý`J=Ž_ŽÕn\x00Ç^" b"Ž\x02ÆH¡\x08#ä5æÃ2k¸" b""" Ú\x01\n J>HME\x06À\£Ç‹ """ b"õ…WtJPž\x1FƼÂ}t" b"ž\x08÷<ÊHFþ–aŠÃÎD5+" b"žDZ³Ò´WõºG£l\x01ãÓK" b"žd;Æ"pB°\x00¾\x1FÕ\x06B£¦" b"žvGÅçÍA, ²û\f\x1Fþ¨®" b""" žÒ\n ¯(%NM„\rÝ–AÃ7w """ b"žîJ\x03‘ñM`ˆÀá´¿›ˆ\x18" b"žó•æ\x03vÔŸ¹`nQÇmD<" b"Ÿ\x12OüÎkD¹¡\x1E\væDª" b"Ÿ7‘(\x1F9A|¶.§;½œ‚ " b" \x10û<žèæÓíÌ„—\x16Œ" b" H1\e±™•õÑõŸ™w†Õ¢" b" åôr×_@È¡»‰\x18È\x17Œy" b"¡µ@ôú\x16rð•cîma´\x12," b"¢ty\x18-•Evš©@.±1©â" b"¢„è¯<í¥®ÃED¹žrwâ" b"¢ñš(õ4¾ì*‘¾BÏÛ'" b"¢û›’Ø[GÃ=¸Z•¼\x0EŽ" b"£$\x03µ\x04¤hì\x08\x11Lîu¢Ðý" b"£á¤+\x14\x1A;°’'öŠ\x11ÊÉt" b"¤\x1A>\x03óƒdPkÅÚ"~Àï." b"¤,²nO¡~%æ@Š\x01í\x0FÞw" b"¤-.3\x1D¤I\x01´ÝÍÃWÿ„!" b"¤TÀ\x13âøO것\x0F¾ÖR‰Õ" b"¤U*‰\t¹ã\x00Í0R-ýv‹" b""" ¤tì±\n kN½Ÿ\x01ع\f@ƒe """ b"¤ Û2ÚE¢Š¡¤CŒÄml" b"¤ƒ\x19÷²SBƬj”þƒ¹0\r" b"¤™å\x12|\x1CIÒ›5ïD?y<ã" b"¤ÈUÄ,}EQµÄ\x1FÃWK‚è" b"¥\Šœ\x1AâÙ_=ƒ$aL\x0F" b"¦+Ã\x7FuM‹º½\x14ÄçãÚ" b"¦UGW¨(+™MäGz‹IŒ¸" b"¦_\x13MÓLDõ¾J\t«\x02á*û" b"¦ªš+0»Hµ€\x10\x02iÁuÀ´" b"§I\x15UáDL2žÙç"–°»#" b"§Xj¥^\x14=iÆõã[¹B\x15Ñ" b"§Y„\x03d%@[¼·ucÉ¥&\x19" b"§¬—'þéJY«¯\v@†é@" b"§à§kk¸F\x19½÷ÔÁö¾lú" b"¨t\•\x14|F¿ˆê3‹Á½3j" b"¨~ï\x06\x15ÖDG“F’\x02-mh³" b"©\x05®õ™êÉ\x1F°Yý措³\x10" b"©\x13\x15hH\x18L\x13–í ¥©\x18<\x18" b"©uD¡«\x1FJ×´8v)\x08x\x07\x17" b"©x¬§éAþø0†Å,±à\x08é" b"©†¡'/úLü‡Œ\x13\x03‘v’c" b"©½÷q¦\v@\x05™rˆÒïØ,<" b"ª\x18ç6ÒSNý¨³«\x15zˆ\x0E)" b"ª_m‡VÝŽË\x1Aém5\e\x1D" b"«\x10\x1AÜœ\x0EG€•”ºXC¦¬€" b"«µ¹\x18oCE0·P›ÅÕwxÄ" b"¬\x02.:€þA\x1A˜\x17–#À\f\x0F†" b"¬ˆ/åÓºRYÈfÙiõ¿" b"5\x7F$»‚AߣBŒ\x1DN\x0Ey`" b"_ \x07HGª¨ìi8C¶\x1Eµ" b"®¡wp®Àñ“7‘æ\x15—6ç," b"¯\x1F6£èXJv’q¡ïn\x06\x04l" b"¯`\x04Þ¶´@‹²è\x13p20¬v" b"¯z•¥œ\x08\r‹’ùñŽ\rÆP" b"°\r„÷íáÚ^¢ ya-Tc\x18" b"°[}^¾K)T\x031\x03\x08w•¯‰" b"±/`Ú‘\x16M\x1C¶‘³€rh!ß" b"±Ž‘~3uE¹˜\x07ÍX\eLm" b"²\x1C¬Ÿ¿ BÔ³1\x03¾\eµ‘â" b"²GÔî$MB»±\x19ËâöòÊ:" b"³&\x0F%[ÈH‹¯\x07Tí´(˜|" b"³'\x05•C1K,st\x02ù²”{" b"³pzš^YL¢±,\x1Dkk\x14\x14X" b"³ˆÇâ/UI"±¦F\x05«W2š" b"´\f®“\fÉL@±ÿ)f Âõ\x16" b"´hgY‘(FÕª\x7F‘l‰dúT" b"µiõû?ܳ\x15r\v™ý?\vŸ" b"µÒ9YÏ\x18B”—\x07\x02\x11íÍ\x0F(" b"µÓ²ß \x01O2\r\x1CMvâ¾'" b"¶ Çü¦ôK4§àç)/|Ú]" b"·rÖ—\x16ˆÖxÄ\x03T\fUS" b"·{'´¶ÕFà“ÎÙèíy”" b"¸\x7Fl\x06ßå5ˆ© 'i³\x05J" b"¹a<\x19KlIdzäÇ„ÇBéR" b"¹ÌèÚÁ\x1CI%a\x15À/é†Ê" b"¹Ù\x19#š¨Ë¼*ò&,Ô€/ê" b"¹âô¸õ1OÀ†Ÿ¡ä?±%’" b"º%(†8?Lï⺢\x08—Ó@" b"ºL\x13\x11XðM[œŽ†ÀÆÃNž" b"»£‡¬\x15UM¨¬UºQ\x11Ü™b" b"¼,3îšîI<‹ˆä2\x05aYr" b"¼Fþ¸CûFЙ%…™¶\rhÆ" b"¼Hx\x1A<ÜLT…œÏºËœˆï" b"½D|ë\x16\x17A\x17…[³}ìá‘}" b"¿\x01 ·ç‰B>Ž¢r6¦†Â\x08" b"¿ð\x05/ó£MW»(ÉKº‡}½" b"À}±·\ýM±°èØ‹œU]½" b"À¹R[ü\x01 ‘ÐÇjs×rœ\x15" b"Á{\x0EÇôß¹âÞ#*Ð;_\x1D" b"ÁÁRÑ6EJöŽ_¼¬‰ä\x0F\x05" b"ÃT¹˜D”Cû¼Ñ†×i\x06á’" b"ø9Ÿ¾\x16K—’µ¬ö[È’U" b"Ãì4Ø)ÕN¹¨HâˆÂ\x11A³" b"Ä"®“ØQLY6¬™^\x06µì5" b"Ä5\rqI£±,-ìË#\x11õ" b"ÄgùÕMU´ø\x1E9Ò’Y&Á" b"Ä×8§¼\x11\x02ß\x11â\f\x05–½Ý" b"ÄßX!\x17™Aë ,Y´6´" b"Å\x08\x12îæMG'•lv&ÇVDâ" b"Å}#‚ÐLµï—\x16¤Ê4M" b"ÅãÛi-3Jîµ{\x19wah¾C" b"Æ:ÝÄ)JK´Èë’ycß" b"ÆLJ±¨Oh‰ž¾¿‰Wtb" b"ÆÖƒ¢\x1EGNã«Ì\x05ã“\x15T&" b"Ç\x0E\x7F\x00èçKv—(\rô\x17@Ÿ\x10" b"ÇG|Ðó¹Dz¿,\x06À{?" b"ÇnQQ‘-B)‰üñãâ-\x10U" b"DŽۄÀ?BýŠˆ´°Ó{*ò" b"Ƕ "\x0FL¦€ \x13ëO'E±" b"ÇÞ²Î\x11äOýª\x01ÊU\fõü~" b"È\x02(ðÉœAç³ägFbæµÞ" b"È\x16I@ Å{\x19¢´¥@6žæA" b"È2 æg6¿I\x04\vÔ…\x1Dã¡" b"ÈæðQáãø‹¸øÞ«8Ö«" b"Ȳb'ÓM\x1D ›2\x12]¨B1" b"Èø¸\x1E¤ˆ“yýD|c\x15Ò‰" b"ÈúJ#PÝMç»éÃ=[ò€æ" b"É)\x02Ì\x08³þ"©œoýó›€÷" b"ɺý\x0E¾Öþœ5$“ÑåŒT„" b"ɽLfÂÐ@\x7F†²xEm;#„" b"ÊsŠßÕUY|‘ì_\x14¸@'¸" b"Êòà°M¯J§Šk&ï\ta\x08"" b"Êý\x16GUƒDŸ¢)þŽ\x10A,Ò" b"Ë\x14H\x19\x1F‚E:ŸËšveY\x16\x02" b"ËÌ4Y\x18fI9’Ùæ |\x00E)" b"ÌtM\x02F\x04H‚€³ˆbo\x00:Ä" b"̱ö“TÚGõŽ&\x00[Ô\x0E\x7F™" b"Í\x05ûï}£MÛ£úC²©Ì}_" b"ͽ4~†ºMºŸ‹Ôf¸\x1FÞ\x14" b"Îe\x16ÄùMKk¯Jå[Š\x177°" b"ε\e±‚£A/âêWâ(Ô\x08" b"Îÿz¼\x01+=v\x07\x06Ó0/\x1CD3" b"Ï\x05üùC£…(ѦÕÍoLÆ" b"ϲ²¹‡Aw¨{\x0F÷Ò»¾" b"Ð\x1C†QB)ŽÕ¸DÅsÕÕ" b"ÐOòAfûM\r¼t\x19âåä\x19±" b"Ж©qÎÝ’Ð’¶A)pj\rw" b"К\x1E\x11*nHëýC#¬º7" b"о1•t;F7ûqµ\x16A\x06" b"ÐÐD\’\x18g¯Ä9PGœ\x10ÿ“" b"ÑHe\e8[NQ‘8\x16;°Õ€§" b"ÑO\t9V]J\f±ö€"T\x15" b"Ñ`(Þæq@L‰Ââܵ)\x06" b"ÒóOPu:C»©))Ý\x00\x1F®" b"Ó(ÌÐiZEëŒÚ\x16¢þ³¡\x08" b"ÓO\f\x016>O\x1D¢ï¤SU|Š" b"ÓV\x06\x14UlNš¥óûdiÂòá" b""" Ô6ó²\x10\x05H<›\n €š\ts§r """ b"Ô¤vbW¯\x1D\x00{W–¤¨Y`·" b"ÔËXNä:Gm›ût\x1ENaÛ@" b"Õ\x07§3k1Mu”Ý\x16ú4{1ÿ" b"Õ”RèÁRV¨\x12ÝIÊ.¤Z†" b"ÕìÝ_\x14jH\x04¯à,#10RÈ" b"×\x1A q"DS¢¹deP\x15z®" b"×\x1E3/ÿ²O\v·p4æT’“ø" b"Ø0~\x0F"\x00AئBðöq”À-" b"Ø6…*¢xD“ºA}&\x10Iÿ" b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+" b""" Ù\n ßøîxINž(úš\rC\x05b """ b"Ú!µÕ\x00\eGÛ¼«D«X™$Ô" b"Ú&^\x1C×TE8\x02W¶\x17Ô \v" b"Ú.\x142®IB´¼u»Ü~I" b"ÛCkÖÖbO竼D*P\x19" b"Û–i$MöLÚŸU\x1C\x1AD/Ùˆ" b"܇¤ÉHÑVÕÏø\x16·Ì\x17}\v" b"ÜîõóGH¤¹\x15Ä4vèß" b"Þ`Z©uæŽëD6»\x0EªÕPú" b"ÞšÅë_à>T?MÍ;B>\x11ˆ" b"Þã²%\x7FôGñ£\x1D.\x00\x14'Ë" b"ß\x13\x02à\x10*|åF8UB²/@" b"ßo\x7FƒpŒ@#¤òE2Ü™ªà" b"à\x18röÛÄKx\x01ö X\x1Ar\x7F" b"àHF†\x1A+Ld¥öÍM˜šô¶" b"á\x12…ˆçªI—º\x0EÁ¶PǼž" b"á\x17{g\x15WHe’4h¥\x13“¹1" b"âÙS²µãN««\eü²&Ä\eb" b"âî#\x1AÙÁ€NÏ:PŠ6‹ÓJ" b"ã8;«)H\x0E›ì°\v[Cĉ" b"ã8¼\x01WåAdŽ\x05÷’°sÖx" b"ã<]\x17ÄèBTº¼\f>\x03$k]" b"ã`J…\x1D\x14Fh˜ãŽé²•‚¦" b"ã³éÀÏ-GÖ¶À\x0E\x08¦·Qé" b"ãé\x12„òpDö“¸>(\x05ç¹" b"äX_:ƒGCF‚ëV1Wó\x18\x1C" b"å-ýnFÙ’ }\x05\x7F\x10%öù-" b""" åÙE—\n eJ_Ÿ¥´–ŽùUf """ b"æ\x1A5=Ž7H®†\x1F÷äv[" b"æA땉oMÆÉ¦u\x02ôì®" b"æw,v¿\x0EL\x00¥SÚ>Þ#½˜" b"æ\x7F\x19?ÑôFà ©\x16;†NU." b"æ¢Èñ\r\x19IŽ¡®¥ÜZÆ<" b"æ²ù\x08>€HŠªu~Ã\x16\x06\x1DÜ" b"æÏVí55ÛÀät\x17y¯Ê\t\x1D" b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç" b"çNˆmªÊ"¸ÎR6ÉT~Š\x16" b"ç¿·u6^JòÏÄá#=\x14É" b"çó¿„@*ÂúJzHh¾sá" b"çó·YÞÈ\x05ÉßûZÀ:¥É¨" b"èMŽÇYœB¤ºùíf”zõ›" b"èhÛödÊGù¶Ñ›ß¦˜TA" b"é¶GÄ\x10æ<÷%½ÍŸx[sJ" b"ë)ü„‹òHý¤OüY\tŠÀA" b"ëXÌØøˆDƒ…àÏ‚rô›x" b"ëí»©EAµœª×A\fâɰ" b"ì…\t\x16\x04ÒBw¹~%háG}" b"ìðé±(<¾ð€ô\x0E\x18+Èêú" b"ìóþBÖäJü‹}\x17\x18Ä\x15Š\x11" b"í\x05èïw\x12HZ¦ä\x00äü\n`\x03" b"í%™ªŸ\rCŒµèç|@“ÁC" b"í*§±dODx‡‘\x1D+‹Ú[¾" b"îèÍ’SíDQ„LÊ!!Ÿho" b"ï\x12\n\x00¡ÉE_½”\x17Ë/`޼" b"ïü‹%ûÝKõŸ©ê6e\x14ÉÏ" b"ð4|?Ò\x13B\x0FR‘aÔ’S" b"ð§OA¹œJXó\x00Nè\x1CˆÏ" b"ñH¹‚\x08øI\x05¼÷š‰afJ\" b"ñÆhÇy±Dɶäo\x08Y“&" b"ò\vm_8|GQ‘Y¶½‹É~…" b"ò\x1CŽIn\x0E*Â\x1Aj«n\x19¹d§" b"òa"P<ƒ\fã¾™þèådA™" b"ò”£Áð\x14òÇä‡ÚÞ\x05Æîö" b"óƒ@\x07U4jz¡DøÎ ñ[•" b"ó¯5ï#µAs‰Û\t\eÙ%\x7F‹" b"óü‚\x12µµªï[ì\x16\x06e˜\x19í" b"ô\x1A©Þ!†L…š+óŠ\x03\x01ù¦" b"ôBí"ƒcK\°yïý€\x19.a" b"ôÀìùøL¦—O»,B¹¹j" b"ôâÅxIZWZ–\x7FGêgüY" ] |
||||||||||||||||||||||||
| 30 | 0.56 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"õ,ÕneœBP£ŸÎˆªÃra" b"õO\x19·Í¬Oì£Ç¾Ÿ»„+S" b"ö\fA\x170íAÁ®™àš…ù°V" b"ö98‰C^@N‰ÓŠMŠ/fH" b"öcÔ…K\f@P¿2ÙÊÐ[ïŠ" b"övÃQüêEw”Ž€\x14îŠ"ò" b"öÇ͇sN¨¡ K”ú¾ñ>" b"öä•\x15êßMè„jdÔBÞ;" b"÷\x00\x117ÃEI¶—\x05å\x00\x10Í‘" b"÷\p·Ø©k,~\x13¨žQX2," b"÷t¥\x057cB_š60¡%d\x01E" b"÷ƒ†\x01\x15\x1FMN%¡{¤Ûÿ" b"÷Àç#££@&µÐd¡¯‚…P" b"÷èÐcLãÜy!\x1EL@I\x13ø" b"ø\x16<\x128,˜Õ=à \x14=´¿ú" b"ø5þpå4=E’B_ÍY\x02ª²" b""" ø—tÒÃ\x07D™ŽÈš\n ,òT\x12 """ b"ù&‹5¾ÌI]¢Àeí\r¡I" b"ù¡%ÃÁ\x16KŽ×Öô\x0EÅ;" b"ú#\e+—-E~\x075zT¦\x03*" b"ú)Ó\x17\x1E~H\x14º\x13Üj\x12*’" b"ú}«d™Î[Ä*½Íùý.~" b"ú¹:gÉ\x17F<«óÿÔ[pE¦" b"ü\x1A8DÂÖÃÀ\x1E\x03‹:^µã?" b"ü…½ÄÕtF —”•åì‹t2" b"ü¥–\x05šaFq‰€\x11ZßVj\x19" b"ý\x12,0¸\x13G+¡å{T\x1FAqý" b"ý\x12/;\x1F;G©‡´;7n-;" b"ý`_¬\x17KkLÖ\x17ǯ\x06ãM>" b"ýäR(U!FP´Vç)3Ð$1" b"þñut\x03¾Fõ‰[(‚q`mJ" b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&" b"ÿ>üùšF\x182ÞB.º.¶Öp" ] |
||||||||||||||||||||||||
| 31 | 0.30 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"]ŽÃd0\x05MaH-Ž2\x14¿÷" b"Á¸R´ñûO›ªÌV™›;94" b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²" b"ø¯³šY,BŽœ\x1EÕ‹Îb\x04z" b"Í\x0E`]m\x1FG…š•U}£/½" b"\x08Eñ\t8Eê·Ö,«ŽÉùŒ" b"÷W\x15€\x02¯@ŽÑaà(~ÆÁ" b"A»I_\x16KB)ŠT›"<3›W" b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó" b"íU›~V2M÷§…Sw üØ´" b"\rÒPü8•EÖ…Ôi“Ø’Ÿl" b"År\x13žG©HH¨˜ú\x01i¥N®" b"\x15'þÿFL¡,ÆÊ’\x0E5m" b"7¹“ñ\x1AÂCj·»(»]\" b"³\e\x18üÕI‡¹m\x0Ej\x1CÚ" b"O÷Ô(ï®H_»»ùŸ\x16ˆér" ] |
||||||||||||||||||||||||
| 32 | 0.16 ms |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `id` = ?
Parameters:
[ b"tK ôðŠE\¶½tìÀ@ÕÎ" b"w¹YÏfÞL\x15Çù·Ú9‚ó" ] |
||||||||||||||||||||||||
| 33 | 0.14 ms |
SELECT `name`, `path`, `author`, `self_managed` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 34 | 0.12 ms |
SELECT `theme_id`, `technical_name`, `resolved_config`, `view_inheritance`, `script_files`, `icon_sets`, `updated_at` FROM `theme_runtime_config` WHERE `technical_name` = ?
Parameters:
[
"Storefront"
]
|
||||||||||||||||||||||||
| 35 | 0.13 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.12 ms |
SELECT path FROM category WHERE id = ?
Parameters:
[
b"tK ôðŠE\¶½tìÀ@ÕÎ"
]
|
||||||||||||||||||||||||
| 38 | 0.08 ms |
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 39 | 0.29 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.32 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"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 42 | 0.29 ms |
-- breadcrumb-extension::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"»"°[ÿ‘@ó€‹\x1Cÿ—[uë" b"tK ôðŠE\¶½tìÀ@ÕÎ" ] |
||||||||||||||||||||||||
| 43 | 0.95 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/744b20f4f08a455cb6bd74ecc040d5ce" "/navigation/bb22b05bff9140f3808b1cff975b75eb" "/navigation/19ca405790ff4f07aac8c599d4317868" "/navigation/48f97f432fd041388b2630184139cf0e" "/navigation/d9d5740612214d618c7f6dac6c9b82d8" "/navigation/7fac11a34495463da395fc8b5f28cdc9" "/navigation/80c69a1d15af44b9a0a49e52a6135ec6" "/navigation/4fdb02311abc4fa9862b03c487026c5b" "/navigation/06f5dda360c04112937601574122c515" "/navigation/c3057bb031634c669cd6dfb0d4acbb15" "/navigation/e379fcc096f343568dcb1e294d45c931" "/detail/85ba26cde61241349a7316a0aaff60cd" "/detail/66818402cecb4b849e6a239f5766f88c" "/detail/c4ec5e2c6fd043e0a82afca94501891d" "/detail/7e40dd7625a24e05be069f26a7121780" "/detail/378f782e179a44ec94170adff3229a0f" "/detail/78f3edf1062e45de99b4e089270a4590" "/detail/1656258995e24c35b5c02eabdc7f320f" "/detail/6e06b4da61044bbf91563f849f06b253" "/detail/4ef2804aebe241a2b508df891599f24b" "/detail/b32a8521e9064e0aa909c155524fad38" "/detail/882a43519cb74f1ab181c17f1b11306b" "/detail/cf61eca46dd349ee9334543bbb3debef" "/detail/3dfa98203998498889c9948d6f4662c0" "/detail/79c2567dd9c342a0894911623c37560a" "/detail/d024a5b6f6d8470fa4c416b7d847394d" "/detail/039a69142ab54ea88f1934fc7e001d48" "/detail/3026932c6f18424c96e4ac7dc16c7500" "/detail/456b0be7f439412fae2ef3d60b322e60" "/detail/0bc771724bc64fafb907249b96b6c8e5" "/detail/3524b497cd4e4a2eb1cd414becab5fcc" "/detail/3413f84902484d92998a309765df9abd" "/detail/097564b9222f457d901485d601b8eea4" "/detail/b07f9983ffd0490e86974bd6040adbcc" "/detail/386b4b5fd3a5437fbc2a85cf4da7960c" b"/»_ââšMpªXTÎ|ãâ\v" b"Íe’Æ6®Kóƒx°\x1A›1äm" ] |
||||||||||||||||||||||||
| 44 | 0.23 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.11 ms |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"iefUwdT0f5xvjtVwLogw72mdNu2TcIma"
]
|
Database Connections
| Name | Service |
|---|---|
| 0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.